summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAge
* kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-07
* kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-07
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-07
* X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers2018-02-22
* X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers2018-02-22
* PKCS#7: fix direct verification of SignerInfo signatureEric Biggers2018-02-22
* PKCS#7: fix certificate blacklistingEric Biggers2018-02-22
* PKCS#7: fix certificate chain verificationEric Biggers2018-02-22
* X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-08
* X.509: use crypto_shash_digest()Eric Biggers2017-12-08
* KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers2017-12-08
* pkcs7: use crypto_shash_digest()Eric Biggers2017-12-08
* pkcs7: fix check for self-signed certificateEric Biggers2017-12-08
* pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-08
* X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-08
* 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-09
* X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-09
* 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-25
|/
* KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau2016-07-18
* pefile: Fix the failure of calculation for digestLans Zhang2016-07-18
* PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang2016-07-18
* 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