]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - crypto
cifs: fix confusing debug message
[thirdparty/kernel/stable.git] / crypto /
2022-06-25  Nicolai Stangecrypto: drbg - make reseeding from get_random_bytes...
2022-06-25  Stephan Müllercrypto: drbg - always try to free Jitter RNG instance
2022-06-25  Nicolai Stangecrypto: drbg - move dynamic ->reseed_threshold adjustme...
2022-06-25  Nicolai Stangecrypto: drbg - track whether DRBG was seeded with ...
2022-06-25  Nicolai Stangecrypto: drbg - prepare for more fine-grained tracking...
2022-06-25  Stephan Müllercrypto: drbg - always seeded with SP800-90B compliant...
2022-06-25  Stephan Muellercrypto: drbg - add FIPS 140-2 CTRNG for noise source
2022-06-25  Jason A. Donenfeldrandom: replace custom notifier chain with standard one
2022-06-25  Eric Biggerscrypto: chacha20 - Fix chacha20_block() keystream align...
2022-06-25  Andy Shevchenkocrypto: Deduplicate le32_to_cpu_array() and cpu_to_le32...
2022-06-25  Eric Biggerscrypto: chacha20 - Fix keystream alignment for chacha20...
2022-04-20  Herbert Xucrypto: authenc - Fix sleep in atomic context in decryp...
2021-11-26  Daniel Jordancrypto: pcrypt - Delay write to padata->info
2021-07-20  Ard Biesheuvelcrypto: shash - avoid comparing pointers to exported...
2021-03-03  Daniele Alessandrellicrypto: ecdh_helper - Ensure 'len >= secret.len' in...
2020-10-29  Herbert Xucrypto: algif_aead - Do not set MAY_BACKLOG on the...
2020-07-09  Herbert Xucrypto: af_alg - fix use-after-free in af_alg_accept...
2020-06-30  Eric Biggerscrypto: algboss - don't wait during notifier callback
2020-05-20  Linus Torvaldsgcc-10: avoid shadowing standard library 'free()' in...
2020-03-11  yangerkuncrypto: algif_skcipher - use ZERO_OR_NULL_PTR in skciph...
2020-02-14  Herbert Xucrypto: api - Fix race condition in crypto_spawn_alg
2020-02-14  Herbert Xucrypto: pcrypt - Do not clear MAY_SLEEP flag in origina...
2020-02-14  Herbert Xucrypto: api - Check spawn->alg under lock in crypto_dro...
2020-02-05  Herbert Xucrypto: pcrypt - Fix user-after-free on module unload
2020-02-05  Herbert Xucrypto: af_alg - Use bh_lock_sock in sk_destruct
2020-01-29  Eric Biggerscrypto: tgr192 - fix unaligned memory access
2020-01-29  Colin Ian Kingpcrypt: use format specifier in kobject_add
2019-12-21  Navid Emamdoostcrypto: user - fix memory leak in crypto_report
2019-12-21  Ard Biesheuvelcrypto: ecdh - fix big endian bug in ECC library
2019-12-05  Eric Biggerscrypto: user - support incremental algorithm dumps
2019-11-25  Dan Alonicrypto: fix a memory leak in rsa-kcs1pad's encryption...
2019-08-04  Eric Biggerscrypto: chacha20poly1305 - fix atomic sleep when using...
2019-08-04  Eric Biggerscrypto: ghash - fix unaligned memory access in ghash_se...
2019-08-04  Arnd Bergmanncrypto: asymmetric_keys - select CRYPTO_HASH where...
2019-07-10  Eric Biggerscrypto: user - prevent operating on larval algorithms
2019-05-21  Eric Biggerscrypto: salsa20 - don't access already-freed walk.iv
2019-05-21  Eric Biggerscrypto: gcm - fix incompatibility between "gcm" and...
2019-05-21  Wei Yongjuncrypto: gcm - Fix error return code in crypto_gcm_creat...
2019-05-21  Eric Biggerscrypto: crct10dif-generic - fix use via crypto_shash_di...
2019-05-21  Eric Biggerscrypto: chacha20poly1305 - set cra_name correctly
2019-04-27  Eric Biggerscrypto: x86/poly1305 - fix overflow during partial...
2019-03-23  Eric Biggerscrypto: pcbc - remove bogus memcpy()s with src == dest
2019-03-23  Eric Biggerscrypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey...
2019-03-23  Eric Biggerscrypto: ahash - fix another early termination in hash...
2019-01-23  Eric Biggerscrypto: authenc - fix parsing key with misaligned rta_len
2019-01-23  Harsh Jaincrypto: authencesn - Avoid twice completion call in...
2018-11-13  Horia Geantăcrypto: tcrypt - fix ghash-generic speed test
2018-11-13  Ondrej Mosnacekcrypto: lrw - Fix out-of bounds access on counter overflow
2018-11-10  Jia-Ju Baicrypto: shash - Fix a sleep-in-atomic bug in shash_setk...
2018-10-04  Stafford Hornecrypto: skcipher - Fix -Wstringop-truncation warnings
2018-09-26  Matthew Garrettevm: Don't deadlock if a crypto algorithm is unavailable
2018-09-09  Yannik SembritzkiReplace magic for trusting the secondary keyring with...
2018-08-17  Eric Biggerscrypto: ablkcipher - fix crash flushing dcache in error...
2018-08-17  Eric Biggerscrypto: blkcipher - fix crash flushing dcache in error...
2018-08-17  Eric Biggerscrypto: vmac - separate tfm and request context
2018-08-17  Eric Biggerscrypto: vmac - require a block cipher with 128-bit...
2018-08-03  Tudor-Dan Ambaruscrypto: authenc - don't leak pointers to authenc keys
2018-08-03  Tudor-Dan Ambaruscrypto: authencesn - don't leak pointers to authenc...
2018-07-03  Maciej S. SzmigieroX.509: unpack RSA signatureValue field from BIT STRING
2018-05-30  Eric BiggersPKCS#7: fix direct verification of SignerInfo signature
2018-05-16  Eric Dumazetcrypto: af_alg - fix possible uninit-value in alg_bind()
2018-05-01  Stephan Muellercrypto: drbg - set freed buffers to NULL
2018-04-13  Dan CarpenterX.509: Fix error code in x509_cert_parse()
2018-04-13  Anup Patelasync_tx: Fix DMA_PREP_FENCE usage in do_async_gen_synd...
2018-04-08  Herbert Xucrypto: ahash - Fix early termination in hash walk
2018-02-28  Eric BiggersX.509: fix NULL dereference when restricting key with...
2018-02-28  Eric BiggersPKCS#7: fix certificate chain verification
2018-02-28  Eric BiggersX.509: fix BUG_ON() when hash algorithm is unsupported
2018-02-25  Eric Biggerscrypto: hash - prevent using keyed hashes without setti...
2018-02-25  Eric Biggerscrypto: hash - annotate algorithms taking optional key
2018-02-17  Eric Biggerscrypto: poly1305 - remove ->setkey() method
2018-02-17  Eric Biggerscrypto: mcryptd - pass through absence of ->setkey()
2018-02-17  Eric Biggerscrypto: cryptd - pass through absence of ->setkey()
2018-02-17  Eric Biggerscrypto: hash - introduce crypto_hash_alg_has_setkey()
2018-02-13  Robert Baronescucrypto: tcrypt - fix S/G table for test_aead_speed()
2018-02-03  Stephan Muellercrypto: af_alg - whitelist mask and type
2018-02-03  Ard Biesheuvelcrypto: sha3-generic - fixes for alignment and big...
2018-02-03  Hauke Mehrtenscrypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
2018-01-17  Eric Biggerscrypto: algapi - fix NULL dereference in crypto_remove_...
2018-01-10  Eric Biggerscrypto: pcrypt - fix freeing pcrypt instances
2018-01-10  Eric Biggerscrypto: chacha20poly1305 - validate the digest size
2017-12-29  Sebastian Andrzej... crypto: mcryptd - protect the per-CPU queue with a...
2017-12-20  Robert Baronescucrypto: tcrypt - fix buffer lengths in test_aead_speed()
2017-12-20  Eric Biggerscrypto: salsa20 - fix blkcipher_walk API usage
2017-12-20  Eric Biggerscrypto: hmac - require that the underlying hash algorit...
2017-12-20  Eric Biggerscrypto: rsa - fix buffer overread when stripping leadin...
2017-12-14  Eric BiggersX.509: fix comparisons of ->pkey_algo
2017-12-14  Eric BiggersX.509: reject invalid BIT STRING for subjectPublicKey
2017-11-24  Eric Biggerscrypto: dh - Fix double free of ctx->p
2017-11-24  Tudor-Dan Ambaruscrypto: dh - fix memleak in setkey
2017-11-21  Eric Biggerscrypto: dh - Don't permit 'key' or 'g' size longer...
2017-11-21  Eric Biggerscrypto: dh - Don't permit 'p' to be 0
2017-11-21  Sasha LevinRevert "crypto: xts - Add ECB dependency"
2017-11-15  Romain Izardcrypto: ccm - preserve the IV buffer
2017-10-27  Eric Sesterhennpkcs7: Prevent NULL pointer dereference, since sinfo...
2017-10-21  Milan Brozcrypto: xts - Add ECB dependency
2017-10-18  Herbert Xucrypto: shash - Fix zero-length shash ahash digest...
2017-10-05  Stephan Muellercrypto: drbg - fix freeing of resources
2017-09-27  Stephan Muellercrypto: AF_ALG - remove SGL terminator indicator when...
2017-09-07  Stephan Muellercrypto: algif_skcipher - only call put_page on referenc...
next