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
/
public_key.c
Age
Commit message (
Expand
)
Author
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-07-15
keys: asymmetric: fix error return code in software_key_query()
Wei Yongjun
2020-06-19
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
2019-12-12
KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
Eric Biggers
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-04-18
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
2019-04-18
KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
Vitaly Chikunov
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
2018-10-26
KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2]
David Howells
2018-10-26
KEYS: Allow the public_key struct to hold a private key [ver #2]
David Howells
2018-10-26
KEYS: Provide software public key query function [ver #2]
David Howells
2018-02-22
X.509: fix BUG_ON() when hash algorithm is unsupported
Eric Biggers
2017-12-08
KEYS: be careful with error codes in public_key_verify_signature()
Eric Biggers
2017-11-15
pkcs7: Set the module licence to prevent tainting
David Howells
2017-11-03
crypto: move pub key to generic async completion
Gilad Ben-Yossef
2017-05-23
crypto: asymmetric_keys - handle EBUSY due to backlog correctly
Gilad Ben-Yossef
2016-12-14
crypto: asymmetric_keys - set error code on failure
Pan Bian
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-03-03
akcipher: Move the RSA DER encoding check to the crypto layer
David Howells
2016-02-10
crypto: KEYS: convert public key and digsig asym to the akcipher api
Tadeusz Struk
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
2015-08-12
KEYS: Add a name for PKEY_ID_PKCS7
David Howells
2014-09-03
KEYS: Fix public_key asymmetric key subtype name
David Howells
2013-10-25
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
2013-09-25
KEYS: Split public_key_verify_signature() and make available
David Howells
2013-09-25
KEYS: Move the algorithm pointer array from x509 to public_key.c
David Howells
2013-09-25
KEYS: Rename public key parameter name arrays
David Howells
2012-10-08
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells