Age | Commit message (Expand) | Author |
2018-01-17 | crypto: algapi - fix NULL dereference in crypto_remove_spawns() | Eric Biggers |
2018-01-10 | crypto: pcrypt - fix freeing pcrypt instances | Eric Biggers |
2018-01-10 | crypto: chacha20poly1305 - validate the digest size | Eric Biggers |
2017-12-29 | crypto: mcryptd - protect the per-CPU queue with a lock | Sebastian Andrzej Siewior |
2017-12-20 | crypto: tcrypt - fix buffer lengths in test_aead_speed() | Robert Baronescu |
2017-12-20 | crypto: salsa20 - fix blkcipher_walk API usage | Eric Biggers |
2017-12-20 | crypto: hmac - require that the underlying hash algorithm is unkeyed | Eric Biggers |
2017-12-20 | crypto: rsa - fix buffer overread when stripping leading zeroes | Eric Biggers |
2017-12-14 | X.509: fix comparisons of ->pkey_algo | Eric Biggers |
2017-12-14 | X.509: reject invalid BIT STRING for subjectPublicKey | Eric Biggers |
2017-11-24 | crypto: dh - Fix double free of ctx->p | Eric Biggers |
2017-11-24 | crypto: dh - fix memleak in setkey | Tudor-Dan Ambarus |
2017-11-21 | crypto: dh - Don't permit 'key' or 'g' size longer than 'p' | Eric Biggers |
2017-11-21 | crypto: dh - Don't permit 'p' to be 0 | Eric Biggers |
2017-11-21 | Revert "crypto: xts - Add ECB dependency" | Sasha Levin |
2017-11-15 | crypto: ccm - preserve the IV buffer | Romain Izard |
2017-10-27 | pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. | Eric Sesterhenn |
2017-10-21 | crypto: xts - Add ECB dependency | Milan Broz |
2017-10-18 | crypto: shash - Fix zero-length shash ahash digest crash | Herbert Xu |
2017-10-05 | crypto: drbg - fix freeing of resources | Stephan Mueller |
2017-09-27 | crypto: AF_ALG - remove SGL terminator indicator when chaining | Stephan Mueller |
2017-09-07 | crypto: algif_skcipher - only call put_page on referenced and used pages | Stephan Mueller |
2017-08-06 | crypto: authencesn - Fix digest_null crash | Herbert Xu |
2017-07-15 | crypto: rsa-pkcs1pad - use constant time memory comparison for MACs | Jason A. Donenfeld |
2017-07-12 | crypto: drbg - Fixes panic in wait_for_completion call | Stephan Mueller |
2017-06-14 | crypto: gcm - wait for crypto op not signal safe | Gilad Ben-Yossef |
2017-06-14 | crypto: drbg - wait for crypto op not signal safe | Gilad Ben-Yossef |
2017-06-14 | crypto: asymmetric_keys - handle EBUSY due to backlog correctly | Gilad Ben-Yossef |
2017-06-07 | crypto: skcipher - Add missing API setkey checks | Herbert Xu |
2017-05-20 | crypto: algif_aead - Require setkey before accept(2) | Stephan Mueller |
2017-04-21 | crypto: ahash - Fix EINPROGRESS notification callback | Herbert Xu |
2017-04-21 | crypto: algif_aead - Fix bogus request dereference in completion function | Herbert Xu |
2017-03-30 | crypto: algif_hash - avoid zero-sized array | Jiri Slaby |
2017-03-18 | crypto: improve gcc optimization flags for serpent and wp512 | Arnd Bergmann |
2017-03-12 | crypto: testmgr - Pad aes_ccm_enc_tv_template vector | Laura Abbott |
2017-02-14 | crypto: algif_aead - Fix kernel panic on list_del | Harsh Jain |
2017-02-09 | crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg | Salvatore Benedetto |
2016-12-10 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-12-08 | crypto: algif_aead - fix uninitialized variable warning | Stephan Mueller |
2016-12-07 | crypto: mcryptd - Check mcryptd algorithm compatibility | tim |
2016-12-07 | crypto: algif_aead - fix AEAD tag memory handling | Stephan Mueller |
2016-12-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-11-30 | crypto: rsa - Add Makefile dependencies to fix parallel builds | David Michael |
2016-11-30 | crypto: drbg - prevent invalid SG mappings | Stephan Mueller |
2016-11-25 | X.509: Fix double free in x509_cert_parse() [ver #3] | Andrey Ryabinin |
2016-11-22 | crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy | Herbert Xu |
2016-11-22 | crypto: algif_hash - Fix result clobbering in recvmsg | Herbert Xu |
2016-11-18 | crypto: algif_hash - Fix NULL hash crash with shash | Herbert Xu |
2016-10-11 | kthread: kthread worker API cleanup | Petr Mladek |
2016-10-10 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |