index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2023-04-24
KEYS: X.509: Parse Key Usage
Eric Snowberg
1
-0
/
+28
2023-04-24
KEYS: X.509: Parse Basic Constraints for CA
Eric Snowberg
1
-0
/
+22
2022-08-03
X.509: Support parsing certificate using SM2 algorithm
Tianjia Zhang
1
-0
/
+3
2022-03-08
KEYS: x509: remove unused fields
Eric Biggers
1
-2
/
+0
2022-03-08
KEYS: x509: clearly distinguish between key and signature algorithms
Eric Biggers
1
-14
/
+18
2022-01-09
keys: X.509 public key issuer lookup without AKID
Andrew Zaborowski
1
-0
/
+10
2021-03-26
x509: Add OID for NIST P384 and extend parser for it
Saulo Alessandre
1
-0
/
+3
2021-03-26
x509: Add support for parsing x509 certs with ECDSA keys
Stefan Berger
1
-1
/
+33
2021-03-26
x509: Detect sm2 keys by their parameters OID
Stefan Berger
1
-1
/
+11
2020-09-25
X.509: support OSCCA certificate parse
Tianjia Zhang
1
-5
/
+22
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
1
-5
/
+1
2019-04-18
crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
Vitaly Chikunov
1
-4
/
+22
2019-04-18
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
1
-0
/
+31
2018-10-26
KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2]
David Howells
1
-12
/
+9
2018-06-25
X.509: unpack RSA signatureValue field from BIT STRING
Maciej S. Szmigiero
1
-0
/
+9
2018-04-07
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Masahiro Yamada
1
-2
/
+2
2017-12-08
X.509: reject invalid BIT STRING for subjectPublicKey
Eric Biggers
1
-0
/
+2
2017-06-09
X.509: Fix error code in x509_cert_parse()
Dan Carpenter
1
-0
/
+1
2016-11-25
X.509: Fix double free in x509_cert_parse() [ver #3]
Andrey Ryabinin
1
-1
/
+0
2016-04-06
X.509: Extract signature digest and make self-signed cert checks earlier
David Howells
1
-0
/
+10
2016-04-06
X.509: Retain the key verification data
David Howells
1
-20
/
+20
2016-04-06
KEYS: Allow authentication data to be stored in an asymmetric key
David Howells
1
-1
/
+1
2016-03-04
X.509: Make algo identifiers text instead of enum
David Howells
1
-13
/
+13
2016-02-29
X.509: Handle midnight alternative notation in GeneralizedTime
David Howells
1
-1
/
+1
2016-02-29
X.509: Support leap seconds
David Howells
1
-1
/
+1
2016-02-29
X.509: Fix leap year handling again
David Howells
1
-4
/
+4
2016-02-10
crypto: KEYS: convert public key and digsig asym to the akcipher api
Tadeusz Struk
1
-30
/
+7
2015-11-12
X.509: Fix the time validation [ver #2]
David Howells
1
-5
/
+7
2015-09-21
crypto: asymmetric_keys - remove always false comparison
sudip
1
-3
/
+3
2015-08-12
PKCS#7: Improve and export the X.509 ASN.1 time object decoder
David Howells
1
-21
/
+66
2015-08-12
X.509: Change recorded SKID & AKID to not include Subject or Issuer
David Howells
1
-6
/
+2
2015-08-07
X.509: Extract both parts of the AuthorityKeyIdentifier
David Howells
1
-53
/
+89
2014-10-06
KEYS: use swapped SKID for performing partial matching
Dmitry Kasatkin
1
-6
/
+6
2014-10-03
X.509: If available, use the raw subjKeyId to form the key description
David Howells
1
-0
/
+2
2014-09-16
KEYS: Overhaul key identification when searching for asymmetric keys
David Howells
1
-22
/
+33
2014-07-03
X.509: Export certificate parse and free functions
David Howells
1
-0
/
+3
2014-07-01
X.509: Add bits needed for PKCS#7
David Howells
1
-0
/
+17
2013-10-26
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
1
-6
/
+6
2013-09-25
X.509: Embed public_key_signature struct and create filler function
David Howells
1
-14
/
+16
2013-09-25
KEYS: Store public key algo ID in public_key struct
David Howells
1
-2
/
+3
2013-04-22
X.509: Support parse long form of length octets in Authority Key Identifier
Chun-Yi Lee
1
-8
/
+47
2012-10-10
asymmetric keys: fix printk format warning
Randy Dunlap
1
-1
/
+1
2012-10-10
MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking
David Howells
1
-13
/
+12
2012-10-08
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells
1
-0
/
+497