index
:
linux-stable.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.12.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
/
public_key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-11-02
1
-3
/
+5
|
\
|
*
crypto: asymmetric_keys - allow FIPS 202 SHA-3 signatures
Dimitri John Ledkov
2023-10-27
1
-1
/
+4
|
*
crypto: pkcs7 - remove sha1 support
Dimitri John Ledkov
2023-10-20
1
-2
/
+1
*
|
KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash
Herbert Xu
2023-10-18
1
-3
/
+2
|
/
*
KEYS: use kfree_sensitive with key
Mahmoud Adam
2023-07-28
1
-4
/
+4
*
KEYS: asymmetric: Fix error codes
Dan Carpenter
2023-07-07
1
-5
/
+15
*
KEYS: asymmetric: Use new crypto interface without scatterlists
Herbert Xu
2023-06-23
1
-97
/
+137
*
KEYS: asymmetric: Move sm2 code into x509_public_key
Herbert Xu
2023-06-23
1
-67
/
+0
*
KEYS: asymmetric: Fix ECDSA use via keyctl uapi
Denis Kenzior
2023-02-13
1
-2
/
+22
*
KEYS: asymmetric: enforce SM2 signature use pkey algo
Tianjia Zhang
2022-08-03
1
-2
/
+5
*
KEYS: asymmetric: properly validate hash_algo and encoding
Eric Biggers
2022-03-10
1
-35
/
+76
*
KEYS: asymmetric: enforce that sig algo matches key algo
Eric Biggers
2022-03-10
1
-0
/
+15
*
x509: Add support for parsing x509 certs with ECDSA keys
Stefan Berger
2021-03-26
1
-1
/
+3
*
X.509: Fix crash caused by NULL pointer
Tianjia Zhang
2021-01-20
1
-1
/
+2
*
X.509: Fix modular build of public_key_sm2
Herbert Xu
2020-10-08
1
-0
/
+57
*
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
2020-09-25
1
-0
/
+6
*
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
|
*
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
2020-06-19
1
-1
/
+1
*
|
keys: asymmetric: fix error return code in software_key_query()
Wei Yongjun
2020-07-15
1
-0
/
+1
|
/
*
KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
Eric Biggers
2019-12-12
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
1
-5
/
+1
*
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
2019-04-18
1
-15
/
+57
*
KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
Vitaly Chikunov
2019-04-18
1
-8
/
+1
*
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
2019-04-18
1
-24
/
+10
*
KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2]
David Howells
2018-10-26
1
-1
/
+81
*
KEYS: Allow the public_key struct to hold a private key [ver #2]
David Howells
2018-10-26
1
-2
/
+12
*
KEYS: Provide software public key query function [ver #2]
David Howells
2018-10-26
1
-17
/
+82
*
X.509: fix BUG_ON() when hash algorithm is unsupported
Eric Biggers
2018-02-22
1
-1
/
+3
*
KEYS: be careful with error codes in public_key_verify_signature()
Eric Biggers
2017-12-08
1
-2
/
+5
*
pkcs7: Set the module licence to prevent tainting
David Howells
2017-11-15
1
-0
/
+2
*
crypto: move pub key to generic async completion
Gilad Ben-Yossef
2017-11-03
1
-24
/
+4
*
crypto: asymmetric_keys - handle EBUSY due to backlog correctly
Gilad Ben-Yossef
2017-05-23
1
-1
/
+1
*
crypto: asymmetric_keys - set error code on failure
Pan Bian
2016-12-14
1
-0
/
+1
*
KEYS: Allow authentication data to be stored in an asymmetric key
David Howells
2016-04-06
1
-6
/
+14
*
X.509: Make algo identifiers text instead of enum
David Howells
2016-03-03
1
-20
/
+4
*
akcipher: Move the RSA DER encoding check to the crypto layer
David Howells
2016-03-03
1
-11
/
+93
*
crypto: KEYS: convert public key and digsig asym to the akcipher api
Tadeusz Struk
2016-02-10
1
-42
/
+22
*
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
1
-2
/
+2
*
KEYS: Add a name for PKEY_ID_PKCS7
David Howells
2015-08-12
1
-0
/
+1
*
KEYS: Fix public_key asymmetric key subtype name
David Howells
2014-09-03
1
-0
/
+1
*
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
2013-10-25
1
-12
/
+0
*
KEYS: Split public_key_verify_signature() and make available
David Howells
2013-09-25
1
-8
/
+32
*
KEYS: Move the algorithm pointer array from x509 to public_key.c
David Howells
2013-09-25
1
-0
/
+8
*
KEYS: Rename public key parameter name arrays
David Howells
2013-09-25
1
-7
/
+7
*
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells
2012-10-08
1
-0
/
+108