Tidy up CRL handling by checking for critical extensions when it is
loaded. Add new function X509_CRL_get0_by_serial() to lookup a revoked entry to avoid the need to access the structure directly. Add new X509_CRL_METHOD to allow common CRL operations (verify, lookup) to be redirected.
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- crypto/asn1/asn1_locl.h 15 additions, 0 deletionscrypto/asn1/asn1_locl.h
- crypto/asn1/x_crl.c 71 additions, 0 deletionscrypto/asn1/x_crl.c
- crypto/ossl_typ.h 2 additions, 0 deletionscrypto/ossl_typ.h
- crypto/x509/x509.h 5 additions, 2 deletionscrypto/x509/x509.h
- crypto/x509/x509_vfy.c 14 additions, 45 deletionscrypto/x509/x509_vfy.c
- crypto/x509/x_all.c 0 additions, 6 deletionscrypto/x509/x_all.c
Loading
Please register or sign in to comment