summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-171-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-171-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-171-1/+8
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-171-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-171-0/+2
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-171-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-172-2/+7
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-171-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-171-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-171-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-171-3/+32
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-171-7/+41
* async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown2016-01-074-7/+7
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-281-31/+30
|\
| * crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu2015-12-221-31/+30
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-152-2/+2
|\|
| * crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2015-12-092-2/+2
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-012-5/+5
|/
* X.509: Fix the time validation [ver #2]David Howells2015-11-121-5/+7
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-111-2/+10
|\
| * crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2015-11-021-2/+10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-056-30/+35
|\ \
| * | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-216-30/+35
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0417-116/+677
|\ \ \ | | |/ | |/|
| * | crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan2015-10-201-2/+3
| * | crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells2015-10-201-1/+0
| * | crypto: keywrap - add testmgr supportStephan Mueller2015-10-152-0/+56
| * | crypto: keywrap - enable compilationStephan Mueller2015-10-152-0/+8
| * | crypto: keywrap - add key wrapping block chaining modeStephan Mueller2015-10-151-0/+419
| * | crypto: testmgr - test IV value after a cipher operationBoris BREZILLON2015-10-152-1/+12
| * | crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan2015-10-141-2/+3
| * | crypto: jitterentropy - remove unnecessary information from a commentAlexander Kuleshov2015-10-141-4/+0
| * | crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-148-77/+152
| * | crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang2015-10-011-2/+2
| * | crypto: testmgr - Disable fips-allowed for authenc() and des() ciphersJohn Haxby2015-10-011-16/+0
| * | crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim2015-09-211-4/+6
| * | crypto: asymmetric_keys - remove always false comparisonsudip2015-09-211-3/+3
| * | crypto: tcrypt - avoid mapping from module image addressesHoria Geant?2015-09-211-4/+13
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-10-284-6/+6
|\ \ \
| * | | crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-204-6/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-10-131-1/+2
|\| | | | |_|/ |/| |
| * | crypto: ahash - ensure statesize is non-zeroRussell King2015-10-131-1/+2
* | | X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells2015-09-251-4/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-09-161-2/+3
|\|
| * crypto: testmgr - don't copy from source IV too muchAndrey Ryabinin2015-09-111-2/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-0816-163/+738
|\ \
| * | PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells2015-09-012-0/+17
| * | Move certificate handling to its own directoryDavid Howells2015-08-141-0/+1
| * | PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells2015-08-131-0/+3
| * | PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-127-17/+239