pandora: defconfig: update
[pandora-kernel.git] / crypto /
2018-06-24 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2018-05-31 Eric Biggerscrypto: hash - prevent using keyed hashes without setti...
2018-05-31 Eric Biggerscrypto: hash - annotate algorithms taking optional key
2018-05-31 Eric Biggerscrypto: cryptd - pass through absence of ->setkey()
2018-05-31 Eric Biggerscrypto: hash - introduce crypto_hash_alg_has_setkey()
2018-05-31 Stephan Muellercrypto: af_alg - whitelist mask and type
2018-03-03 Eric Biggerscrypto: algapi - fix NULL dereference in crypto_remove_...
2018-01-01 Eric Biggerscrypto: hmac - require that the underlying hash algorit...
2018-01-01 Eric Biggerscrypto: salsa20 - fix blkcipher_walk API usage
2018-01-01 Herbert Xucrypto: shash - Fix zero-length shash ahash digest...
2017-09-16 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-09-15 Gilad Ben-Yossefcrypto: gcm - wait for crypto op not signal safe
2017-08-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-06-05 Herbert Xucrypto: ahash - Fix EINPROGRESS notification callback
2017-06-05 Marek Vasutcrypto: hash - Simplify the ahash_finup implementation
2017-06-05 Marek Vasutcrypto: hash - Pull out the functions to save/restore...
2017-06-05 Marek Vasutcrypto: hash - Fix the pointer voodoo in unaligned...
2017-06-05 Marek Vasutcrypto: ahash - Fully restore ahash request before...
2017-03-16 Salvatore Benedettocrypto: api - Clear CRYPTO_ALG_DEAD bit before register...
2017-02-23 Ondrej Mosnáčekcrypto: gcm - Fix IV buffer size in crypto_gcm_setkey
2016-12-21 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-11-20 Herbert Xucrypto: skcipher - Fix blkcipher walk OOM crash
2016-11-20 Ard Biesheuvelcrypto: cryptd - initialize child shash_desc on import
2016-11-20 Herbert Xucrypto: scatterwalk - Fix test in scatterwalk_done
2016-11-20 Herbert Xucrypto: gcm - Filter out async ghash if necessary
2016-07-03 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-06-15 Herbert Xucrypto: hash - Fix page length clamping in hash walk
2016-06-15 Herbert Xucrypto: gcm - Fix rfc4543 decryption crash
2016-06-15 Jussi Kivilinnacrypto: gcm - fix rfc4543 to handle async crypto correctly
2016-05-15 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-04-01 Ben Hutchingscrypto: {blk,giv}cipher: Set has_setkey
2016-04-01 Ben HutchingsRevert "crypto: algif_skcipher - Do not dereference...
2016-03-19 Ben Hutchingscrypto: {blk,giv}cipher: Set has_setkey
2016-02-28 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-02-27 Herbert Xucrypto: algif_skcipher - Do not dereference ctx without...
2016-02-27 Mathias Krausecrypto: user - lock crypto_alg_list on alg dump
2016-02-27 Wang, Rui Ycrypto: algif_hash - wait for crypto_ahash_init() to...
2016-02-27 Herbert Xucrypto: shash - Fix has_key setting
2016-02-13 Herbert Xucrypto: algif_skcipher - Load TX SG list after waiting
2016-02-13 Herbert Xucrypto: algif_skcipher - Fix race condition in skcipher...
2016-02-13 Herbert Xucrypto: algif_hash - Fix race condition in hash_check_key
2016-02-13 Herbert Xucrypto: af_alg - Forbid bind(2) when nokey child socket...
2016-02-13 Herbert Xucrypto: algif_skcipher - Remove custom release parent...
2016-02-13 Herbert Xucrypto: algif_hash - Remove custom release parent function
2016-02-13 Herbert Xucrypto: af_alg - Allow af_af_alg_release_parent to...
2016-02-13 Herbert Xucrypto: algif_skcipher - Add key check exception for...
2016-02-13 Herbert Xucrypto: skcipher - Add crypto_skcipher_has_setkey
2016-02-13 Herbert Xucrypto: algif_hash - Require setkey before accept(2)
2016-02-13 Herbert Xucrypto: hash - Add crypto_ahash_has_setkey
2016-02-13 Herbert Xucrypto: algif_skcipher - Add nokey compatibility path
2016-02-13 Herbert Xucrypto: af_alg - Add nokey compatibility path
2016-02-13 Herbert Xucrypto: af_alg - Disallow bind/setkey/... after accept(2)
2016-02-13 Herbert Xucrypto: algif_skcipher - Require setkey before accept(2)
2016-02-13 Herbert Xucrypto: af_alg - Fix socket double-free when accept...
2016-01-22 Jason A. Donenfeldcrypto: skcipher - Copy iv from desc even for 0-len...
2015-12-13 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-11-27 Herbert Xucrypto: algif_hash - Only export and import on sockets...
2015-11-17 Herbert Xucrypto: api - Only abort operations on fatal signal
2015-11-17 Russell Kingcrypto: ahash - ensure statesize is non-zero
2015-02-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-02-20 Mathias Krausecrypto: add missing crypto module aliases
2015-02-20 Kees Cookcrypto: include crypto- module prefix in template
2015-02-20 Kees Cookcrypto: prefix module autoloading with "crypto-"
2015-02-20 Rabin Vincentcrypto: af_alg - fix backlog handling
2014-12-14 Ondrej Kozinacrypto: algif - avoid excessive use of socket buffer...