summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAge
* pkcs7: Set the module licence to prevent taintingDavid Howells2017-11-15
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-18
* | KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee2017-10-18
* | KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee2017-10-18
|/
* crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron2017-06-08
* X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-08
* crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef2017-05-23
* KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-04
* KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-04
* KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau2017-04-04
* KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-03
* PKCS#7: Handle blacklisted certificatesDavid Howells2017-04-03
* X.509: Allow X.509 certs to be blacklistedDavid Howells2017-04-03
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-15
|\
| * crypto: asymmetric_keys - set error code on failurePan Bian2016-12-14
* | X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin2016-11-24
|/
* KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau2016-07-17
* pefile: Fix the failure of calculation for digestLans Zhang2016-07-17
* PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang2016-07-17
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-30
|\
| * crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-05-19
| * PKCS#7: fix missing break on OID_sha224 caseColin Ian King2016-04-05
* | KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells2016-05-11
* | KEYS: Move the point of trust determination to __key_link()David Howells2016-04-11
* | KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2016-04-11
* | X.509: Move the trust validation code out to its own fileDavid Howells2016-04-11
* | X.509: Use verify_signature() if we have a struct key * to useDavid Howells2016-04-11
* | KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-11
* | KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-11
* | PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-06
* | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-06
* | X.509: Fix self-signed determinationDavid Howells2016-04-06
* | X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-06
* | PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-06
* | X.509: Retain the key verification dataDavid Howells2016-04-06
* | KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-06
* | KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-06
* | X.509: Whitespace cleanupDavid Howells2016-04-06
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-30
|\
| * PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-03-23
| * crypto: keys - Revert "convert public key to akcipher api"Herbert Xu2016-02-09
| * crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-06
* | X.509: Make algo identifiers text instead of enumDavid Howells2016-03-03
* | akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells2016-03-03
* | X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells2016-02-29
* | X.509: Support leap secondsDavid Howells2016-02-29
* | X.509: Fix leap year handling againDavid Howells2016-02-29