summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-05-161-4/+4
* crypto: drbg - set freed buffers to NULLStephan Mueller2018-05-011-0/+2
* crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann2018-04-121-0/+1
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-04-081-3/+4
* crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin2018-04-081-3/+3
* crypto: lrw - Free rctx->ext with kzfreeHerbert Xu2018-04-081-1/+1
* crypto: ecc - Fix NULL pointer deref. on no default_rngPierre2018-03-191-1/+1
* crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2018-03-033-4/+4
* PKCS#7: fix certificate blacklistingEric Biggers2018-02-281-4/+6
* PKCS#7: fix certificate chain verificationEric Biggers2018-02-281-1/+1
* X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers2018-02-281-8/+13
* X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers2018-02-281-1/+3
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-221-6/+1
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-02-163-50/+49
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-02-164-8/+8
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-161-12/+5
* crypto: mcryptd - pass through absence of ->setkey()Eric Biggers2018-02-161-1/+2
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-02-161-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+11
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2018-02-131-2/+4
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-02-031-4/+6
* crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel2018-02-031-2/+3
* crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens2018-02-031-1/+1
* crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-171-0/+12
* crypto: pcrypt - fix freeing pcrypt instancesEric Biggers2018-01-101-9/+10
* crypto: chacha20poly1305 - validate the digest sizeEric Biggers2018-01-101-1/+5
* crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-292-10/+10
* crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-293-6/+12
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-291-13/+10
* crypto: skcipher - set walk.iv for zero-length inputsEric Biggers2017-12-291-6/+4
* crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-12-251-2/+4
* crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-12-201-2/+4
* crypto: af_alg - fix NULL pointer dereference inEric Biggers2017-12-201-6/+7
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-12-201-7/+0
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-202-3/+8
* crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers2017-12-201-1/+1
* crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-12-201-1/+1
* X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-142-2/+2
* X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-141-0/+2
* crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček2017-12-051-0/+3
* crypto: af_alg - remove locking in async callbackStephan Mueller2017-12-053-29/+38
* crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller2017-12-051-9/+24
* crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-211-0/+8
* crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-211-0/+8
* crypto: dh - Fix double free of ctx->pEric Biggers2017-11-211-20/+13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-061-1/+3
|\
| * crypto: ccm - preserve the IV bufferRomain Izard2017-11-031-1/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-192-1/+6
|\ \ | |/ |/|
| * pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-181-0/+3