Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom EKUs handling in profiles and CSRWhitelist #1040

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pboguslawski
Copy link

This mod allowes one to define custom EKUs as OIDs in
Usages. It also allows one to copy EKUs from CSR using
CSRWhitelist (only EKUs present in profile Usages may
be copied).

Related: #385
Author-Change-Id: IB#1094896

This mod allowes one to define custom EKUs as OIDs in
Usages. It also allows one to copy EKUs from CSR using
CSRWhitelist (only EKUs present in profiles Usages may
be copied).

Related: cloudflare#385
Author-Change-Id: IB#1094896
@codecov-io
Copy link

Codecov Report

Merging #1040 into master will decrease coverage by 0.24%.
The diff coverage is 29.68%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1040      +/-   ##
=========================================
- Coverage   56.44%   56.2%   -0.25%     
=========================================
  Files          77      77              
  Lines        7258    7314      +56     
=========================================
+ Hits         4097    4111      +14     
- Misses       2695    2732      +37     
- Partials      466     471       +5
Impacted Files Coverage Δ
signer/signer.go 20.88% <0%> (-2.73%) ⬇️
signer/local/local.go 69.27% <33.33%> (-0.32%) ⬇️
config/config.go 59.14% <56%> (-0.86%) ⬇️
selfsign/selfsign.go 56.96% <66.66%> (-0.38%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a911ca...d98aa26. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants