index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
/
x509_cert_parser.c
Age
Commit message (
Expand
)
Author
2017-06-09
X.509: Fix error code in x509_cert_parse()
Dan Carpenter
2016-11-25
X.509: Fix double free in x509_cert_parse() [ver #3]
Andrey Ryabinin
2016-04-06
X.509: Extract signature digest and make self-signed cert checks earlier
David Howells
2016-04-06
X.509: Retain the key verification data
David Howells
2016-04-06
KEYS: Allow authentication data to be stored in an asymmetric key
David Howells
2016-03-03
X.509: Make algo identifiers text instead of enum
David Howells
2016-02-29
X.509: Handle midnight alternative notation in GeneralizedTime
David Howells
2016-02-29
X.509: Support leap seconds
David Howells
2016-02-29
X.509: Fix leap year handling again
David Howells
2016-02-10
crypto: KEYS: convert public key and digsig asym to the akcipher api
Tadeusz Struk
2015-11-12
X.509: Fix the time validation [ver #2]
David Howells
2015-09-21
crypto: asymmetric_keys - remove always false comparison
sudip
2015-08-12
PKCS#7: Improve and export the X.509 ASN.1 time object decoder
David Howells
2015-08-12
X.509: Change recorded SKID & AKID to not include Subject or Issuer
David Howells
2015-08-07
X.509: Extract both parts of the AuthorityKeyIdentifier
David Howells
2014-10-06
KEYS: use swapped SKID for performing partial matching
Dmitry Kasatkin
2014-10-03
X.509: If available, use the raw subjKeyId to form the key description
David Howells
2014-09-16
KEYS: Overhaul key identification when searching for asymmetric keys
David Howells
2014-07-02
X.509: Export certificate parse and free functions
David Howells
2014-07-01
X.509: Add bits needed for PKCS#7
David Howells
2013-10-25
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
2013-09-25
X.509: Embed public_key_signature struct and create filler function
David Howells
2013-09-25
KEYS: Store public key algo ID in public_key struct
David Howells
2013-04-22
X.509: Support parse long form of length octets in Authority Key Identifier
Chun-Yi Lee
2012-10-10
asymmetric keys: fix printk format warning
Randy Dunlap
2012-10-10
MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking
David Howells
2012-10-08
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells