summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/asymmetric_type.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee2017-10-181-0/+2
* KEYS: Fix the wrong index when checking the existence of second idChun-Yi Lee2017-10-181-1/+1
* KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-041-7/+24
* KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-041-1/+34
* KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau2017-04-041-8/+44
* KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-111-21/+21
* KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-111-0/+89
* KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-061-2/+5
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-18/+26
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-0/+11
* KEYS: fix "ca_keys=" partial key matchingMimi Zohar2015-05-211-6/+14
* KEYS: output last portion of fingerprint in /proc/keysDmitry Kasatkin2014-10-061-5/+5
* KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin2014-10-061-13/+57
* KEYS: handle error code encoded in pointerDmitry Kasatkin2014-10-031-2/+2
* KEYS: Check hex2bin()'s return when generating an asymmetric key IDDavid Howells2014-09-221-7/+8
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-77/+56
* KEYS: Implement binary asymmetric key ID handlingDavid Howells2014-09-161-0/+89
* KEYS: Make the key matching functions return boolDavid Howells2014-09-161-2/+2
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-3/+3
* KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-161-1/+0
* KEYS: Preparse match dataDavid Howells2014-09-161-1/+30
* Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells2014-07-221-19/+32
|\
| * KEYS: validate certificate trust only with selected keyDmitry Kasatkin2014-07-171-0/+1
| * KEYS: make partial key id matching as a dedicated functionDmitry Kasatkin2014-07-171-19/+31
* | KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells2014-07-221-1/+1
* | KEYS: Provide a generic instantiation functionDavid Howells2014-07-181-24/+1
|/
* KEYS: Set the asymmetric-key type default search methodDavid Howells2013-09-251-0/+1
* KEYS: Asymmetric key pluggable data parsersDavid Howells2012-10-081-1/+119
* KEYS: Implement asymmetric key typeDavid Howells2012-10-081-0/+156
OpenPOWER on IntegriCloud