summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-151-0/+1
|\
| * crypto: asymmetric_keys - set error code on failurePan Bian2016-12-141-0/+1
* | X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin2016-11-251-1/+0
|/
* KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau2016-07-181-1/+1
* pefile: Fix the failure of calculation for digestLans Zhang2016-07-181-1/+6
* PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang2016-07-181-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-301-0/+1
|\
| * crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-05-191-0/+1
| * PKCS#7: fix missing break on OID_sha224 caseColin Ian King2016-04-051-0/+1
* | KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells2016-05-111-1/+1
* | KEYS: Move the point of trust determination to __key_link()David Howells2016-04-113-56/+33
* | KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2016-04-111-1/+1
* | X.509: Move the trust validation code out to its own fileDavid Howells2016-04-114-80/+116
* | X.509: Use verify_signature() if we have a struct key * to useDavid Howells2016-04-111-2/+1
* | KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-114-35/+33
* | KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-112-89/+89
* | PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-065-19/+5
* | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-066-104/+59
* | X.509: Fix self-signed determinationDavid Howells2016-04-061-0/+9
* | X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-064-71/+110
* | PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-064-48/+55
* | X.509: Retain the key verification dataDavid Howells2016-04-065-66/+67
* | KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-061-0/+4
* | KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-064-9/+34
* | X.509: Whitespace cleanupDavid Howells2016-04-061-2/+2
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-301-0/+2
|\
| * PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-03-231-0/+2
| * crypto: keys - Revert "convert public key to akcipher api"Herbert Xu2016-02-0911-124/+272
| * crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-0611-272/+124
* | X.509: Make algo identifiers text instead of enumDavid Howells2016-03-038-67/+46
* | akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells2016-03-034-243/+93
* | X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells2016-02-291-1/+1
* | X.509: Support leap secondsDavid Howells2016-02-291-1/+1
* | X.509: Fix leap year handling againDavid Howells2016-02-291-4/+4
* | PKCS#7: fix unitialized boolean 'want'Colin Ian King2016-02-291-1/+1
* | crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-1011-271/+124
|/
* PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones2016-01-251-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-0/+2
|\
| * IMA: create machine owner and blacklist keyringsPetko Manolov2015-12-151-0/+2
* | crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker2015-12-111-1/+1
|/
* X.509: Fix the time validation [ver #2]David Howells2015-11-121-5/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-056-30/+35
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-216-30/+35
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-043-7/+9
|\ \ | |/ |/|
| * crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan2015-10-201-2/+3
| * crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan2015-10-141-2/+3
| * crypto: asymmetric_keys - remove always false comparisonsudip2015-09-211-3/+3
* | X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells2015-09-251-4/+0
|/
* PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells2015-09-012-0/+17
* PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells2015-08-131-0/+3