summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
* Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-23
|\
| * KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells2016-05-11
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-19
|\ \ | |/
| * 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-05-17
|\ \
| * | crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime.Richard W.M. Jones2016-05-05
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-28
| |\ \
| * | | crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko2016-04-15
| * | | crypto: drbg - set HMAC key only when alteredStephan Mueller2016-04-05
| * | | PKCS#7: fix missing break on OID_sha224 caseColin Ian King2016-04-05
| * | | crypto: af_alg - add async support to algif_aeadTadeusz Struk2016-04-05
| | |/ | |/|
* | | crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu2016-05-09
* | | crypto: rsa - select crypto mgr dependencyTadeusz Struk2016-05-05
* | | crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-05
| |/ |/|
* | crypto: rsa-pkcs1pad - fix dst lenTadeusz Struk2016-04-15
|/
* 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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-18
|\ \
| * | mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim2016-03-17
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-17
|\ \ \
| * | | 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
| * | | crypto: Add hash param to pkcs1padTadeusz Struk2016-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
| * | | PKCS#7: fix unitialized boolean 'want'Colin Ian King2016-02-29
| * | | crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-10
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.Marcus Meissner2016-02-28
| * | crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-17
| * | crypto: testmgr - mark authenticated ctr(aes) also as FIPS ableMarcus Meissner2016-02-17
| * | crypto: keys - Revert "convert public key to akcipher api"Herbert Xu2016-02-09
| * | crypto: testmgr - mark more algorithms as FIPS compliantMarcus Meissner2016-02-06
| * | crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand2016-02-06
| * | crypto: testmgr - Add a test case for import()/export()Wang, Rui Y2016-02-06