You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/cas
Mariano Cano 8200d19894
Improve CRL implementation
This commit adds some changes to PR #731, some of them are:
- Add distribution point to the CRL
- Properly stop the goroutine that generates the CRLs
- CRL config validation
- Remove expired certificates from the CRL
- Require enable set to true to generate a CRL

This last point is the principal change in behaviour from the previous
implementation. The CRL will not be generated if it's not enabled, and
if it is enabled it will always be regenerated at some point, not only
if there is a revocation.
2 years ago
..
apiv1 Merge branch 'master' into crl-support 2 years ago
cloudcas Even more linter fixes 2 years ago
softcas Improve CRL implementation 2 years ago
stepcas Rebase over master and a few more linter fixes 2 years ago
vaultcas Fix linter warning about bad error name 2 years ago
cas.go Enable default cas implementation. 4 years ago
cas_test.go Use go.step.sm/crypto/kms 2 years ago