aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/asymmetric_type.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski1-13/+44
2021-01-21KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski1-2/+4
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-06-26keys: Add a 'recurse' flag for keyring searchesDavid Howells1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-10-26KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]David Howells1-0/+43
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2017-10-18KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee1-0/+2
2017-10-18KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee1-1/+1
2017-04-04KEYS: Keyring asymmetric key restrict method with chainingMat Martineau1-7/+24
2017-04-04KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau1-1/+34
2017-04-04KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau1-8/+44
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells1-21/+21
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells1-0/+89
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells1-2/+5
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-18/+26
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells1-0/+11
2015-05-21KEYS: fix "ca_keys=" partial key matchingMimi Zohar1-6/+14
2014-10-06KEYS: output last portion of fingerprint in /proc/keysDmitry Kasatkin1-5/+5
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin1-13/+57
2014-10-03KEYS: handle error code encoded in pointerDmitry Kasatkin1-2/+2
2014-09-22KEYS: Check hex2bin()'s return when generating an asymmetric key IDDavid Howells1-7/+8
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells1-77/+56
2014-09-16KEYS: Implement binary asymmetric key ID handlingDavid Howells1-0/+89
2014-09-16KEYS: Make the key matching functions return boolDavid Howells1-2/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-3/+3
2014-09-16KEYS: Remove key_type::def_lookup_typeDavid Howells1-1/+0
2014-09-16KEYS: Preparse match dataDavid Howells1-1/+30
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells1-19/+32
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells1-1/+1
2014-07-18KEYS: Provide a generic instantiation functionDavid Howells1-24/+1
2014-07-17KEYS: validate certificate trust only with selected keyDmitry Kasatkin1-0/+1
2014-07-17KEYS: make partial key id matching as a dedicated functionDmitry Kasatkin1-19/+31
2013-09-25KEYS: Set the asymmetric-key type default search methodDavid Howells1-0/+1
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells1-1/+119
2012-10-08KEYS: Implement asymmetric key typeDavid Howells1-0/+156