aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/x509_cert_parser.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09X.509: Fix error code in x509_cert_parse()Gravatar Dan Carpenter 1-0/+1
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Gravatar Andrey Ryabinin 1-1/+0
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierGravatar David Howells 1-0/+10
2016-04-06X.509: Retain the key verification dataGravatar David Howells 1-20/+20
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyGravatar David Howells 1-1/+1
2016-03-03X.509: Make algo identifiers text instead of enumGravatar David Howells 1-13/+13
2016-02-29X.509: Handle midnight alternative notation in GeneralizedTimeGravatar David Howells 1-1/+1
2016-02-29X.509: Support leap secondsGravatar David Howells 1-1/+1
2016-02-29X.509: Fix leap year handling againGravatar David Howells 1-4/+4
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiGravatar Tadeusz Struk 1-30/+7
2015-11-12X.509: Fix the time validation [ver #2]Gravatar David Howells 1-5/+7
2015-09-21crypto: asymmetric_keys - remove always false comparisonGravatar sudip 1-3/+3
2015-08-12PKCS#7: Improve and export the X.509 ASN.1 time object decoderGravatar David Howells 1-21/+66
2015-08-12X.509: Change recorded SKID & AKID to not include Subject or IssuerGravatar David Howells 1-6/+2
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierGravatar David Howells 1-53/+89
2014-10-06KEYS: use swapped SKID for performing partial matchingGravatar Dmitry Kasatkin 1-6/+6
2014-10-03X.509: If available, use the raw subjKeyId to form the key descriptionGravatar David Howells 1-0/+2
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysGravatar David Howells 1-22/+33
2014-07-02X.509: Export certificate parse and free functionsGravatar David Howells 1-0/+3
2014-07-01X.509: Add bits needed for PKCS#7Gravatar David Howells 1-0/+17
2013-10-25keys: change asymmetric keys to use common hash definitionsGravatar Dmitry Kasatkin 1-6/+6
2013-09-25X.509: Embed public_key_signature struct and create filler functionGravatar David Howells 1-14/+16
2013-09-25KEYS: Store public key algo ID in public_key structGravatar David Howells 1-2/+3
2013-04-22X.509: Support parse long form of length octets in Authority Key IdentifierGravatar Chun-Yi Lee 1-8/+47
2012-10-10asymmetric keys: fix printk format warningGravatar Randy Dunlap 1-1/+1
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingGravatar David Howells 1-13/+12
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesGravatar David Howells 1-0/+497