aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-08-03crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2018-08-03crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet
2018-07-27crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2018-07-27crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers
2018-07-04X.509: fix comparisons of ->pkey_algoEric Biggers
2018-07-04X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers
2018-05-10crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček
2018-01-25crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2018-01-25crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-12-18crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers
2017-12-18crypto: dh - Don't permit 'p' to be 0Eric Biggers
2017-12-18crypto: dh - Fix double free of ctx->pEric Biggers
2017-12-18crypto: dh - fix memleak in setkeyTudor-Dan Ambarus
2017-12-11crypto: ccm - preserve the IV bufferRomain Izard
2017-12-11pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn
2017-11-27crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu
2017-11-27crypto: skcipher - Fix crash on zero-length inputHerbert Xu
2017-11-25crypto: drbg - fix freeing of resourcesStephan Mueller
2017-11-25crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller
2017-11-25crypto: scompress - don't sleep with preemption disabledArd Biesheuvel
2017-09-07crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller
2017-09-07crypto: chacha20 - fix handling of chunked inputArd Biesheuvel
2017-08-06crypto: authencesn - Fix digest_null crashHerbert Xu
2017-07-15crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld
2017-07-12crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller
2017-06-09crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron
2017-06-09X.509: Fix error code in x509_cert_parse()Dan Carpenter
2017-05-23crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef
2017-05-23crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef
2017-05-23crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef
2017-05-18crypto: skcipher - Add missing API setkey checksHerbert Xu
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-24crypto: algif_aead - Require setkey before accept(2)Stephan Mueller
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu
2017-04-24crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz
2017-04-21crypto: testmgr - replace compression known answer testGiovanni Cabiddu
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-10crypto: lz4 - fixed decompress function to return error codeMyungho Jung
2017-04-10crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu
2017-04-10crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu