aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/asymmetric_keys/pkcs7_trust.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski1-3/+3
2021-01-21PKCS#7: drop function from kernel-doc pkcs7_validate_trust_oneAlex Shi1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureEric Biggers1-0/+1
2017-12-08pkcs7: fix check for self-signed certificateEric Biggers1-1/+1
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells1-11/+8
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells1-15/+3
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells1-2/+2
2016-04-06X.509: Retain the key verification dataDavid Howells1-4/+4
2016-03-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2016-03-23PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange1-0/+2
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk1-1/+1
2016-02-09crypto: keys - Revert "convert public key to akcipher api"Herbert Xu1-1/+1
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk1-1/+1
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells1-3/+7
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells1-2/+2
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin1-3/+6
2014-09-16PKCS#7: Handle PKCS#7 messages that contain no X.509 certsDavid Howells1-12/+36
2014-09-16PKCS#7: Better handling of unsupported cryptoDavid Howells1-10/+19
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells1-4/+2
2014-09-16PKCS#7: Add a missing staticDavid Howells1-3/+3
2014-07-29PKCS#7: Use x509_request_asymmetric_key()David Howells1-57/+4
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells1-0/+219