summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAgeFilesLines
* 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
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-127-17/+239
* KEYS: Add a name for PKEY_ID_PKCS7David Howells2015-08-121-0/+1
* PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells2015-08-123-31/+72
* PKCS#7: Support CMS messages also [RFC5652]David Howells2015-08-123-9/+68
* X.509: Change recorded SKID & AKID to not include Subject or IssuerDavid Howells2015-08-121-6/+2
* PKCS#7: Check content type and versionsDavid Howells2015-08-122-4/+77
* PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells2015-08-071-0/+25
* X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells2015-08-073-40/+101
* X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2015-08-077-69/+145
* Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-021-0/+1
|\
OpenPOWER on IntegriCloud