summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-11-081-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-09-291-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-09-291-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-08-191-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-08-191-1/+3
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-161-1/+2
* crypto: gcm - Fix rfc4543 decryption crashHerbert Xu2016-05-021-0/+3
* crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan2016-04-237-13/+157
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-241-1/+5
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-241-1/+3
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-241-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-242-2/+7
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-241-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-241-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-241-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-241-3/+32
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-241-7/+41
* crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2016-02-121-2/+10
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-11-124-6/+6
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-281-1/+2
* crypto: testmgr - fix RNG return code enforcementStephan Mueller2015-06-101-3/+3
* crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-06-101-1/+5
* crypto: testmgr - fix 3.12.40 regressionLennart Sorensen2015-04-271-0/+2
* crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-04-092-34/+24
* crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller2015-04-092-2/+4
* crypto: crc32c - add missing crypto module aliasMathias Krause2015-02-101-0/+1
* crypto: add missing crypto module aliasesMathias Krause2015-01-2919-2/+23
* crypto: include crypto- module prefix in templateKees Cook2015-01-2921-2/+22
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-2943-39/+56
* crypto: af_alg - fix backlog handlingRabin Vincent2015-01-071-0/+3
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-11-131-1/+1
* crypto: af_alg - properly label AF_ALG socketMilan Broz2014-08-191-0/+2
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-231-1/+1
* crypto: crypto_wq - Fix late crypto work queue initializationTim Chen2014-06-091-1/+1
* X.509: struct x509_certificate needs struct tm declaringDavid Howells2014-04-031-0/+1
* Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2013-12-202-6/+0
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-112-0/+6
* crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky2013-12-111-3/+4
* crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta2013-12-111-1/+2
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-082-0/+6
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-12-082-3/+0
* X.509: Remove certificate date checksDavid Howells2013-12-041-38/+0
* crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman2013-11-291-2/+2
* crypto: crct10dif - Add fallback for broken initrdsHerbert Xu2013-09-123-99/+130
* crypto: api - Fix race condition in larval lookupHerbert Xu2013-09-081-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-09-0711-34/+305
|\
| * Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-076-0/+249
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-078-249/+230
| |\
| * | crypto: fcrypt - Fix bitoperation for compilation with clangJan-Simon Möller2013-09-021-1/+1
| * | crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes2013-08-211-0/+22