Age | Commit message (Expand) | Author | Files | Lines |
2019-12-13 | KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails | Eric Biggers | 1 | -0/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
2019-04-18 | X.509: parse public key parameters from x509 for akcipher | Vitaly Chikunov | 1 | -15/+57 |
2019-04-18 | KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature | Vitaly Chikunov | 1 | -8/+1 |
2019-04-18 | crypto: akcipher - new verify API for public key algorithms | Vitaly Chikunov | 1 | -24/+10 |
2018-10-26 | KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2] | David Howells | 1 | -1/+81 |
2018-10-26 | KEYS: Allow the public_key struct to hold a private key [ver #2] | David Howells | 1 | -2/+12 |
2018-10-26 | KEYS: Provide software public key query function [ver #2] | David Howells | 1 | -17/+82 |
2018-02-22 | X.509: fix BUG_ON() when hash algorithm is unsupported | Eric Biggers | 1 | -1/+3 |
2017-12-08 | KEYS: be careful with error codes in public_key_verify_signature() | Eric Biggers | 1 | -2/+5 |
2017-11-15 | pkcs7: Set the module licence to prevent tainting | David Howells | 1 | -0/+2 |
2017-11-03 | crypto: move pub key to generic async completion | Gilad Ben-Yossef | 1 | -24/+4 |
2017-05-23 | crypto: asymmetric_keys - handle EBUSY due to backlog correctly | Gilad Ben-Yossef | 1 | -1/+1 |
2016-12-14 | crypto: asymmetric_keys - set error code on failure | Pan Bian | 1 | -0/+1 |
2016-04-06 | KEYS: Allow authentication data to be stored in an asymmetric key | David Howells | 1 | -6/+14 |
2016-03-04 | X.509: Make algo identifiers text instead of enum | David Howells | 1 | -20/+4 |
2016-03-04 | akcipher: Move the RSA DER encoding check to the crypto layer | David Howells | 1 | -11/+93 |
2016-02-10 | crypto: KEYS: convert public key and digsig asym to the akcipher api | Tadeusz Struk | 1 | -42/+22 |
2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells | 1 | -2/+2 |
2015-08-12 | KEYS: Add a name for PKEY_ID_PKCS7 | David Howells | 1 | -0/+1 |
2014-09-03 | KEYS: Fix public_key asymmetric key subtype name | David Howells | 1 | -0/+1 |
2013-10-26 | keys: change asymmetric keys to use common hash definitions | Dmitry Kasatkin | 1 | -12/+0 |
2013-09-25 | KEYS: Split public_key_verify_signature() and make available | David Howells | 1 | -8/+32 |
2013-09-25 | KEYS: Move the algorithm pointer array from x509 to public_key.c | David Howells | 1 | -0/+8 |
2013-09-25 | KEYS: Rename public key parameter name arrays | David Howells | 1 | -7/+7 |
2012-10-08 | KEYS: Asymmetric public-key algorithm crypto key subtype | David Howells | 1 | -0/+108 |