summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-02-16crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2016-11-08crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček1-1/+1
2016-09-29crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-09-29crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-08-19crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-08-19crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3
2016-05-16crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-05-02crypto: gcm - Fix rfc4543 decryption crashHerbert Xu1-0/+3
2016-04-23crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan7-13/+157
2016-02-24crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-24crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-24crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-24crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-02-24crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-24crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-24crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-24crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2016-02-24crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-02-12crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2015-11-12crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-10-28crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-06-10crypto: testmgr - fix RNG return code enforcementStephan Mueller1-3/+3
2015-06-10crypto: rng - RNGs must return 0 in success caseStephan Mueller1-1/+5
2015-04-27crypto: testmgr - fix 3.12.40 regressionLennart Sorensen1-0/+2
2015-04-09crypto: testmgr - don't use interruptible wait in testsRabin Vincent2-34/+24
2015-04-09crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller2-2/+4
2015-02-10crypto: crc32c - add missing crypto module aliasMathias Krause1-0/+1
2015-01-29crypto: add missing crypto module aliasesMathias Krause19-2/+23
2015-01-29crypto: include crypto- module prefix in templateKees Cook21-2/+22
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook43-39/+56
2015-01-07crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-11-13crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2014-08-19crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-06-09crypto: crypto_wq - Fix late crypto work queue initializationTim Chen1-1/+1
2014-04-03X.509: struct x509_certificate needs struct tm declaringDavid Howells1-0/+1
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2-6/+0
2013-12-12net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2013-12-12crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-12-12crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-3/+0
2013-12-04X.509: Remove certificate date checksDavid Howells1-38/+0
2013-11-29crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu3-99/+130
2013-09-08crypto: api - Fix race condition in larval lookupHerbert Xu1-1/+6
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-34/+305
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu6-0/+249
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu8-249/+230
2013-09-02crypto: fcrypt - Fix bitoperation for compilation with clangJan-Simon Möller1-1/+1