cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

Flag to not fail the revocation status when multiple CRL distribution points having same CRL.

Open Yogi1994 opened this issue 4 years ago • 3 comments

Problem:There are cases when there is same CRL hosted at multiple locations for high availability. Some if the URLs(CRL Distribution points) may not be reachable. In this case, it is not required for the certificate to pass every CRL(as the CRL is same in every hosted location). Solution: Verify at least 1 hosted location and not fail if host is not reachable. If any of the URL is reachable and verified as not revoked then we should not reject the certificate.

Yogi1994 avatar Mar 05 '21 16:03 Yogi1994

Codecov Report

Merging #1180 (b1646d8) into master (c6f04ed) will decrease coverage by 0.02%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1180      +/-   ##
==========================================
- Coverage   54.66%   54.64%   -0.03%     
==========================================
  Files          77       77              
  Lines        6653     6663      +10     
==========================================
+ Hits         3637     3641       +4     
- Misses       2559     2562       +3     
- Partials      457      460       +3     
Impacted Files Coverage Δ
revoke/revoke.go 60.78% <57.14%> (-0.18%) :arrow_down:
csr/csr.go 78.44% <0.00%> (-0.73%) :arrow_down:
api/client/client.go 54.03% <0.00%> (-0.34%) :arrow_down:

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 c6f04ed...b1646d8. Read the comment docs.

codecov-io avatar Mar 05 '21 17:03 codecov-io

@nickysemenza, @maxnystrom , @mihirjham , @cbroglie

Yogi1994 avatar Mar 08 '21 17:03 Yogi1994

Any update on this?

jovillas avatar Feb 02 '23 07:02 jovillas