aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/x509_parser.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-21certs: Add FIPS selftestsGravatar David Howells 1-0/+9
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2022-03-08KEYS: x509: remove never-set ->unsupported_key flagGravatar Eric Biggers 1-1/+0
2022-03-03crypto: cleanup commentsGravatar Tom Rix 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2017-04-03X.509: Allow X.509 certs to be blacklistedGravatar David Howells 1-0/+1
2016-04-11KEYS: Move the point of trust determination to __key_link()Gravatar David Howells 1-6/+0
2016-04-11X.509: Move the trust validation code out to its own fileGravatar David Howells 1-0/+6
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringGravatar David Howells 1-1/+0
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierGravatar David Howells 1-3/+4
2016-04-06X.509: Retain the key verification dataGravatar David Howells 1-3/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-0/+1
2015-08-12PKCS#7: Improve and export the X.509 ASN.1 time object decoderGravatar David Howells 1-2/+5
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierGravatar David Howells 1-2/+3
2014-10-06KEYS: use swapped SKID for performing partial matchingGravatar Dmitry Kasatkin 1-3/+3
2014-10-03X.509: If available, use the raw subjKeyId to form the key descriptionGravatar David Howells 1-0/+2
2014-09-16PKCS#7: Better handling of unsupported cryptoGravatar David Howells 1-0/+1
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysGravatar David Howells 1-2/+3
2014-07-01X.509: Add bits needed for PKCS#7Gravatar David Howells 1-1/+12
2013-10-25ima: provide support for arbitrary hash algorithmsGravatar Dmitry Kasatkin 1-2/+0
2013-10-25keys: change asymmetric keys to use common hash definitionsGravatar Dmitry Kasatkin 1-0/+2
2013-09-25X.509: Embed public_key_signature struct and create filler functionGravatar David Howells 1-5/+11
2013-09-25X.509: struct x509_certificate needs struct tm declaringGravatar David Howells 1-0/+1
2013-09-25KEYS: Store public key algo ID in public_key structGravatar David Howells 1-1/+0
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingGravatar David Howells 1-2/+2
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesGravatar David Howells 1-0/+36