]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - crypto
perf hist: Add missing map__put() in error case
[thirdparty/kernel/stable.git] / crypto /
2019-03-23  Eric Biggerscrypto: pcbc - remove bogus memcpy()s with src == dest
2019-03-23  Eric Biggerscrypto: testmgr - skip crc32c context test for ahash...
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-02-23  Mao Wenannet: crypto set sk to NULL when af_alg_release.
2019-02-12  Eric Biggerscrypto: aes_ti - disable interrupts while accessing...
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-12-01  Ard Biesheuvelcrypto: simd - correctly take reqsize of wrapped skciph...
2018-11-21  Eric Biggerscrypto: user - fix leaking uninitialized memory to...
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-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-19  Arnd Bergmanncrypto: aes-generic - fix aes-generic regression on...
2018-09-09  Yannik SembritzkiReplace magic for trusting the secondary keyring with...
2018-08-17  Eric Biggerscrypto: skcipher - fix crash flushing dcache in error...
2018-08-17  Eric Biggerscrypto: skcipher - fix aligning block size in skcipher_...
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-22  Stephan Muellercrypto: af_alg - Initialize sg_num_bytes in error code...
2018-07-17  Eric Biggerscrypto: x86/salsa20 - remove x86 salsa20 implementations
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-12  Arnd Bergmanncrypto: aes-generic - build with -Os on gcc-7+
2018-04-08  Herbert Xucrypto: ahash - Fix early termination in hash walk
2018-04-08  Conor McLoughlincrypto: testmgr - Fix incorrect values in PKCS#1 test...
2018-04-08  Herbert Xucrypto: lrw - Free rctx->ext with kzfree
2018-03-19  Pierrecrypto: ecc - Fix NULL pointer deref. on no default_rng
2018-03-03  Jonathan Cameroncrypto: af_alg - Fix race around ctx->rcvused by making...
2018-02-28  Eric BiggersPKCS#7: fix certificate blacklisting
2018-02-28  Eric BiggersPKCS#7: fix certificate chain verification
2018-02-28  Eric BiggersX.509: fix NULL dereference when restricting key with...
2018-02-28  Eric BiggersX.509: fix BUG_ON() when hash algorithm is unsupported
2018-02-22  Levin, Alexander... kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
2018-02-16  Eric Biggerscrypto: hash - prevent using keyed hashes without setti...
2018-02-16  Eric Biggerscrypto: hash - annotate algorithms taking optional key
2018-02-16  Eric Biggerscrypto: poly1305 - remove ->setkey() method
2018-02-16  Eric Biggerscrypto: mcryptd - pass through absence of ->setkey()
2018-02-16  Eric Biggerscrypto: cryptd - pass through absence of ->setkey()
2018-02-16  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  Stephan Muellercrypto: af_alg - fix race accessing cipher request
2017-12-29  Stephan Muellercrypto: af_alg - wait for data at beginning of recvmsg
2017-12-29  Sebastian Andrzej... crypto: mcryptd - protect the per-CPU queue with a...
2017-12-29  Eric Biggerscrypto: skcipher - set walk.iv for zero-length inputs
2017-12-25  Christophe Jailletcrypto: lrw - Fix an error handling path in 'create()'
2017-12-20  Robert Baronescucrypto: tcrypt - fix buffer lengths in test_aead_speed()
2017-12-20  Eric Biggerscrypto: af_alg - fix NULL pointer dereference in
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-20  Eric Biggerscrypto: algif_aead - fix reference counting of null...
2017-12-14  Eric BiggersX.509: fix comparisons of ->pkey_algo
2017-12-14  Eric BiggersX.509: reject invalid BIT STRING for subjectPublicKey
2017-12-05  Ondrej Mosnáčekcrypto: skcipher - Fix skcipher_walk_aead_common
2017-12-05  Stephan Muellercrypto: af_alg - remove locking in async callback
2017-12-05  Stephan Muellercrypto: algif_aead - skip SGL entries with NULL page
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  Eric Biggerscrypto: dh - Fix double free of ctx->p
2017-11-11  Ingo MolnarMerge branch 'perf/urgent' of git://git.kernel.org...
2017-11-10  Linus TorvaldsMerge tag 'ceph-for-4.14-rc9' of git://github.com/ceph...
2017-11-10  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-11-10  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-11-10  Linus TorvaldsMerge tag 'mips_fixes_4.14_2' of git://git.kernel.org...
2017-11-10  Linus TorvaldsMerge tag 'drm-fixes-for-v4.14-rc9' of git://people...
2017-11-10  Linus TorvaldsMerge tag 'pci-v4.14-fixes-7' of git://git.kernel.org...
2017-11-10  Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2017-11-09  Linus TorvaldsMerge tag 'pm-final-4.14' of git://git.kernel.org/pub...
2017-11-09  Linus TorvaldsMerge tag 'sound-4.14' of git://git.kernel.org/pub...
2017-11-09  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2017-11-09  David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2017-11-08  Rafael J. WysockiMerge branch 'pm-cpufreq-sched'
2017-11-08  Radim KrčmářMerge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel...
2017-11-07  Dave AirlieMerge branch 'drm-vmwgfx-fixes' of git://people.freedes...
2017-11-06  Linus TorvaldsMerge branch 'for-4.14-fixes' of git://git.kernel.org...
2017-11-06  Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2017-11-05  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2017-11-05  Linus TorvaldsMerge branch 'ras-urgent-for-linus' of git://git.kernel...
2017-11-05  Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2017-11-05  Linus TorvaldsMerge tag 'enforcement-4.14-rc8' of git://git.kernel...
2017-11-04  Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2017-11-04  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-11-04  Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2017-11-04  Linus TorvaldsMerge tag 'mips_fixes_4.14' of git://git.kernel.org...
2017-11-04  Ingo MolnarMerge branch 'linus' into core/urgent, to pick up depen...
2017-11-04  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next