summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-09-29crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-08-19crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-08-19crypto: gcm - Filter out async ghash if necessaryHerbert Xu
2016-05-16crypto: hash - Fix page length clamping in hash walkHerbert Xu
2016-05-02crypto: gcm - Fix rfc4543 decryption crashHerbert Xu
2016-04-23crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan
2016-02-24crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-24crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-02-24crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-02-24crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-24crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-02-24crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-24crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-02-24crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-02-24crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-02-12crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-11-12crypto: api - Only abort operations on fatal signalHerbert Xu
2015-10-28crypto: ahash - ensure statesize is non-zeroRussell King
2015-06-10crypto: testmgr - fix RNG return code enforcementStephan Mueller
2015-06-10crypto: rng - RNGs must return 0 in success caseStephan Mueller
2015-04-27crypto: testmgr - fix 3.12.40 regressionLennart Sorensen
2015-04-09crypto: testmgr - don't use interruptible wait in testsRabin Vincent
2015-04-09crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller
2015-02-10crypto: crc32c - add missing crypto module aliasMathias Krause
2015-01-29crypto: add missing crypto module aliasesMathias Krause
2015-01-29crypto: include crypto- module prefix in templateKees Cook
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook
2015-01-07crypto: af_alg - fix backlog handlingRabin Vincent
2014-11-13crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina
2014-08-19crypto: af_alg - properly label AF_ALG socketMilan Broz
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-09crypto: crypto_wq - Fix late crypto work queue initializationTim Chen
2014-04-03X.509: struct x509_certificate needs struct tm declaringDavid Howells
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-11crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky
2013-12-11crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-12-04X.509: Remove certificate date checksDavid Howells
2013-11-29crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu
2013-09-08crypto: api - Fix race condition in larval lookupHerbert Xu
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2013-09-02crypto: fcrypt - Fix bitoperation for compilation with clangJan-Simon Möller
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes
2013-08-21crypto: camellia_generic - replace commas by semicolons and adjust code align...Julia Lawall
2013-08-20crypto: fix typo in commentCristian Stoica