summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/x509_parser.h
Commit message (Expand)AuthorAgeFilesLines
* X.509: Allow X.509 certs to be blacklistedDavid Howells2017-04-031-0/+1
* KEYS: Move the point of trust determination to __key_link()David Howells2016-04-111-6/+0
* X.509: Move the trust validation code out to its own fileDavid Howells2016-04-111-0/+6
* PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-061-1/+0
* X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-061-3/+4
* X.509: Retain the key verification dataDavid Howells2016-04-061-3/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-0/+1
* PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells2015-08-121-2/+5
* X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2015-08-071-2/+3
* KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin2014-10-061-3/+3
* X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells2014-10-031-0/+2
* PKCS#7: Better handling of unsupported cryptoDavid Howells2014-09-161-0/+1
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-2/+3
* X.509: Add bits needed for PKCS#7David Howells2014-07-011-1/+12
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-251-2/+0
* keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin2013-10-251-0/+2
* X.509: Embed public_key_signature struct and create filler functionDavid Howells2013-09-251-5/+11
* X.509: struct x509_certificate needs struct tm declaringDavid Howells2013-09-251-0/+1
* KEYS: Store public key algo ID in public_key structDavid Howells2013-09-251-1/+0
* MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells2012-10-101-2/+2
* X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-081-0/+36