-
- Downloads
X.509: Retain the key verification data
Retain the key verification data (ie. the struct public_key_signature)
including the digest and the key identifiers.
Note that this means that we need to take a separate copy of the digest in
x509_get_sig_params() rather than lumping it in with the crypto layer data.
Signed-off-by:
David Howells <dhowells@redhat.com>
Showing
- crypto/asymmetric_keys/pkcs7_trust.c 4 additions, 4 deletionscrypto/asymmetric_keys/pkcs7_trust.c
- crypto/asymmetric_keys/pkcs7_verify.c 11 additions, 9 deletionscrypto/asymmetric_keys/pkcs7_verify.c
- crypto/asymmetric_keys/x509_cert_parser.c 20 additions, 20 deletionscrypto/asymmetric_keys/x509_cert_parser.c
- crypto/asymmetric_keys/x509_parser.h 1 addition, 3 deletionscrypto/asymmetric_keys/x509_parser.h
- crypto/asymmetric_keys/x509_public_key.c 31 additions, 30 deletionscrypto/asymmetric_keys/x509_public_key.c
Loading
Please register or sign in to comment