summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2016-04-111-1/+1
* X.509: Move the trust validation code out to its own fileDavid Howells2016-04-114-80/+116
* X.509: Use verify_signature() if we have a struct key * to useDavid Howells2016-04-111-2/+1
* KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-114-35/+33
* KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-112-89/+89
* PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-065-19/+5
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-066-104/+59
* X.509: Fix self-signed determinationDavid Howells2016-04-061-0/+9
* X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-064-71/+110
* PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-064-48/+55
* X.509: Retain the key verification dataDavid Howells2016-04-065-66/+67
* KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-061-0/+4
* KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-064-9/+34
* X.509: Whitespace cleanupDavid Howells2016-04-061-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-301-0/+2
|\
| * PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-03-231-0/+2
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-210-0/+0
|\ \
| * \ Merge drm-fixes into drm-next.Dave Airlie2016-03-142-39/+47
| |\ \
| * \ \ Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2016-02-250-0/+0
| |\ \ \
* | \ \ \ Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linuxLinus Torvalds2016-03-200-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.4'Chris Zankel2016-01-2131-198/+773
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim2016-03-171-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-170-0/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.5' into nextDmitry Torokhov2016-03-1527-132/+1168
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'rotary-encoder' into nextDmitry Torokhov2016-03-047-40/+39
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-1715-515/+327
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | X.509: Make algo identifiers text instead of enumDavid Howells2016-03-038-67/+46
| * | | | | | | | | akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells2016-03-034-243/+93
| * | | | | | | | | crypto: Add hash param to pkcs1padTadeusz Struk2016-03-031-26/+156
| * | | | | | | | | X.509: Handle midnight alternative notation in GeneralizedTimeDavid Howells2016-02-291-1/+1
| * | | | | | | | | X.509: Support leap secondsDavid Howells2016-02-291-1/+1
| * | | | | | | | | X.509: Fix leap year handling againDavid Howells2016-02-291-4/+4
| * | | | | | | | | PKCS#7: fix unitialized boolean 'want'Colin Ian King2016-02-291-1/+1
| * | | | | | | | | crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-1011-271/+124
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-1718-1354/+585
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.Marcus Meissner2016-02-281-0/+16
| * | | | | | | crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-171-8/+3
| * | | | | | | crypto: testmgr - mark authenticated ctr(aes) also as FIPS ableMarcus Meissner2016-02-171-0/+16
| * | | | | | | crypto: keys - Revert "convert public key to akcipher api"Herbert Xu2016-02-0911-124/+272
| * | | | | | | crypto: testmgr - mark more algorithms as FIPS compliantMarcus Meissner2016-02-061-0/+7
| * | | | | | | crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand2016-02-061-2/+3
| * | | | | | | crypto: testmgr - Add a test case for import()/export()Wang, Rui Y2016-02-061-0/+133
| * | | | | | | crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-0611-272/+124
| * | | | | | | crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-062-165/+0
| * | | | | | | crypto: tcrypt - Use ahashHerbert Xu2016-02-061-224/+15
| * | | | | | | crypto: keywrap - memzero the correct memoryDan Carpenter2016-02-011-2/+2
| * | | | | | | crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang2016-02-013-0/+359
| * | | | | | | crypto: crc32 - Rename generic implementationHerbert Xu2016-01-302-2/+3
| * | | | | | | crypto: mcryptd - Fix load failureWang, Rui Y2016-01-301-0/+1