Commit Graph

2261 Commits (fourteen)

Author SHA1 Message Date
Levin, Alexander (Sasha Levin) ae63fd26b2 kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK 7 years ago
Eric Biggers 2f00eb2790 crypto: hash - prevent using keyed hashes without setting key 7 years ago
Eric Biggers 8d906d183b crypto: hash - annotate algorithms taking optional key 7 years ago
Eric Biggers b806c0cc4c crypto: poly1305 - remove ->setkey() method 7 years ago
Eric Biggers 16210524c4 crypto: mcryptd - pass through absence of ->setkey() 7 years ago
Eric Biggers ed7b0af0ca crypto: cryptd - pass through absence of ->setkey() 7 years ago
Eric Biggers b8b32e2e68 crypto: hash - introduce crypto_hash_alg_has_setkey() 7 years ago
Robert Baronescu 3a570cfe78 crypto: tcrypt - fix S/G table for test_aead_speed() 7 years ago
Stephan Mueller f41c8a0031 crypto: af_alg - whitelist mask and type 7 years ago
Ard Biesheuvel b9788e278c crypto: sha3-generic - fixes for alignment and big endian operation 7 years ago
Hauke Mehrtens 2992182765 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH 7 years ago
Eric Biggers 3662493dbd crypto: algapi - fix NULL dereference in crypto_remove_spawns() 7 years ago
Jaegeuk Kim a53dc75af2 fscrypt: updates on 4.15-rc4 7 years ago
Eric Biggers 7156c794b8 crypto: pcrypt - fix freeing pcrypt instances 7 years ago
Eric Biggers 9c36498f74 crypto: chacha20poly1305 - validate the digest size 7 years ago
Gilad Ben-Yossef a2985b1c98 crypto: introduce crypto wait for async op 7 years ago
Stephan Mueller f09fca41e2 crypto: af_alg - fix race accessing cipher request 7 years ago
Stephan Mueller c692698ebe crypto: af_alg - wait for data at beginning of recvmsg 7 years ago
Sebastian Andrzej Siewior 88990591f0 crypto: mcryptd - protect the per-CPU queue with a lock 7 years ago
Eric Biggers 29082870f5 crypto: skcipher - set walk.iv for zero-length inputs 7 years ago
Christophe Jaillet bd51398957 crypto: lrw - Fix an error handling path in 'create()' 7 years ago
Robert Baronescu 6479a108b3 crypto: tcrypt - fix buffer lengths in test_aead_speed() 7 years ago
Eric Biggers cf1048e46d crypto: af_alg - fix NULL pointer dereference in 7 years ago
Eric Biggers c68b31521d crypto: salsa20 - fix blkcipher_walk API usage 7 years ago
Eric Biggers 902ae89f84 crypto: hmac - require that the underlying hash algorithm is unkeyed 7 years ago
Eric Biggers 80dbdc5ae7 crypto: rsa - fix buffer overread when stripping leading zeroes 7 years ago
Eric Biggers 96c2dfaebe crypto: algif_aead - fix reference counting of null skcipher 7 years ago
Eric Biggers 70feeaaabf X.509: fix comparisons of ->pkey_algo 7 years ago
Eric Biggers 31b3bcc66f X.509: reject invalid BIT STRING for subjectPublicKey 7 years ago
Ondrej Mosnáček 861eae231b crypto: skcipher - Fix skcipher_walk_aead_common 7 years ago
Stephan Mueller 7f21961a2d crypto: af_alg - remove locking in async callback 7 years ago
Stephan Mueller 721872a199 crypto: algif_aead - skip SGL entries with NULL page 7 years ago
Eric Biggers 5e56be0e26 crypto: dh - Don't permit 'key' or 'g' size longer than 'p' 7 years ago
Eric Biggers 716b9ea8c6 crypto: dh - Don't permit 'p' to be 0 7 years ago
Eric Biggers a37b2a1cc6 crypto: dh - Fix double free of ctx->p 7 years ago
Romain Izard 441f99c904 crypto: ccm - preserve the IV buffer 7 years ago
Greg Kroah-Hartman b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
Eric Sesterhenn 68a1fdbbf8 pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. 7 years ago
Chun-Yi Lee b3811d36a3 KEYS: checking the input id parameters before finding asymmetric key 7 years ago
Chun-Yi Lee 6a6d2a77ad KEYS: Fix the wrong index when checking the existence of second id 7 years ago
Herbert Xu b61907bb42 crypto: shash - Fix zero-length shash ahash digest crash 7 years ago
Herbert Xu 0cabf2af6f crypto: skcipher - Fix crash on zero-length input 7 years ago
Jia-Ju Bai 9039f3ef44 crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned 7 years ago
Christophe Jaillet 5125e4e867 crypto: xts - Fix an error handling path in 'create()' 7 years ago
Stephan Mueller e117765a11 crypto: af_alg - update correct dst SGL entry 7 years ago
Stephan Mueller bd6227a150 crypto: drbg - fix freeing of resources 7 years ago
Stephan Mueller 2d45a7e898 crypto: af_alg - get_page upon reassignment to TX SGL 7 years ago
Rabin Vincent 6f7473c524 crypto: hash - add crypto_(un)register_ahashes() 7 years ago
Stephan Mueller 75d11e7535 crypto: algif_aead - fix comment regarding memory layout 7 years ago
Stephan Mueller 445a582738 crypto: algif_skcipher - only call put_page on referenced and used pages 7 years ago