summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/x509_cert_parser.c
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-071-2/+2
* X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-081-0/+2
* X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-091-0/+1
* X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin2016-11-251-1/+0
* X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-061-0/+10
* X.509: Retain the key verification dataDavid Howells2016-04-061-20/+20
* KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-061-1/+1
* X.509: Make algo identifiers text instead of enumDavid Howells2016-03-031-13/+13
* X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells2016-02-291-1/+1
* X.509: Support leap secondsDavid Howells2016-02-291-1/+1
* X.509: Fix leap year handling againDavid Howells2016-02-291-4/+4
* crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-101-30/+7
* X.509: Fix the time validation [ver #2]David Howells2015-11-121-5/+7
* crypto: asymmetric_keys - remove always false comparisonsudip2015-09-211-3/+3
* PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells2015-08-121-21/+66
* X.509: Change recorded SKID & AKID to not include Subject or IssuerDavid Howells2015-08-121-6/+2
* X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2015-08-071-53/+89
* KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin2014-10-061-6/+6
* X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells2014-10-031-0/+2
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-22/+33
* X.509: Export certificate parse and free functionsDavid Howells2014-07-021-0/+3
* X.509: Add bits needed for PKCS#7David Howells2014-07-011-0/+17
* keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin2013-10-251-6/+6
* X.509: Embed public_key_signature struct and create filler functionDavid Howells2013-09-251-14/+16
* KEYS: Store public key algo ID in public_key structDavid Howells2013-09-251-2/+3
* X.509: Support parse long form of length octets in Authority Key IdentifierChun-Yi Lee2013-04-221-8/+47
* asymmetric keys: fix printk format warningRandy Dunlap2012-10-101-1/+1
* MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells2012-10-101-13/+12
* X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-081-0/+497
OpenPOWER on IntegriCloud