X.509: Extract both parts of the AuthorityKeyIdentifier
Extract both parts of the AuthorityKeyIdentifier, not just the keyIdentifier, as the second part can be used to match X.509 certificates by issuer and serialNumber. Signed-off-by:David Howells <dhowells@redhat.com> Tested-by:
Vivek Goyal <vgoyal@redhat.com>
Showing
- crypto/asymmetric_keys/Makefile 7 additions, 1 deletioncrypto/asymmetric_keys/Makefile
- crypto/asymmetric_keys/pkcs7_trust.c 2 additions, 2 deletionscrypto/asymmetric_keys/pkcs7_trust.c
- crypto/asymmetric_keys/pkcs7_verify.c 5 additions, 7 deletionscrypto/asymmetric_keys/pkcs7_verify.c
- crypto/asymmetric_keys/x509_akid.asn1 35 additions, 0 deletionscrypto/asymmetric_keys/x509_akid.asn1
- crypto/asymmetric_keys/x509_cert_parser.c 89 additions, 53 deletionscrypto/asymmetric_keys/x509_cert_parser.c
- crypto/asymmetric_keys/x509_parser.h 3 additions, 2 deletionscrypto/asymmetric_keys/x509_parser.h
- crypto/asymmetric_keys/x509_public_key.c 4 additions, 4 deletionscrypto/asymmetric_keys/x509_public_key.c
Loading
Please register or sign in to comment