summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-08-16crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu
2016-08-16crypto: gcm - Filter out async ghash if necessaryHerbert Xu
2016-07-11crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause
2016-06-24crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann
2016-05-18crypto: testmgr - Use kmalloc memory for RSA inputHerbert Xu
2016-05-18crypto: hash - Fix page length clamping in hash walkHerbert Xu
2016-04-20PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange
2016-04-12X.509: Fix leap year handling againDavid Howells
2016-04-12crypto: keywrap - memzero the correct memoryDan Carpenter
2016-02-17crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu
2016-02-17crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-17crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu
2016-02-17crypto: user - lock crypto_alg_list on alg dumpMathias Krause
2016-02-17crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-02-17crypto: shash - Fix has_key settingHerbert Xu
2016-02-17crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-02-17crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-02-17crypto: crc32c - Fix crc32c soft dependencyJean Delvare
2016-02-17crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-02-17crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-02-17crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-02-17crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-02-17crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-02-17crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-02-17crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-17crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-17crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-02-17crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-12X.509: Fix the time validation [ver #2]David Howells
2015-11-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-20crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller