aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/x509_parser.h
AgeCommit message (Expand)Author
2017-04-03X.509: Allow X.509 certs to be blacklistedDavid Howells
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells
2016-04-11X.509: Move the trust validation code out to its own fileDavid Howells
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells
2016-04-06X.509: Retain the key verification dataDavid Howells
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-08-12PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells
2014-10-06KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin
2014-10-03X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells
2014-09-16PKCS#7: Better handling of unsupported cryptoDavid Howells
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells
2014-07-01X.509: Add bits needed for PKCS#7David Howells
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin
2013-09-25X.509: Embed public_key_signature struct and create filler functionDavid Howells
2013-09-25X.509: struct x509_certificate needs struct tm declaringDavid Howells
2013-09-25KEYS: Store public key algo ID in public_key structDavid Howells
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells