summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-11-131-0/+3
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-131-1/+6
* crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2018-11-101-1/+1
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-032-0/+3
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-09-261-1/+1
* Replace magic for trusting the secondary keyring with #defineYannik Sembritzki2018-09-091-1/+1
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-227/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-171-0/+4
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero2018-07-031-0/+9
* PKCS#7: fix direct verification of SignerInfo signatureEric Biggers2018-05-301-0/+1
* 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
* X.509: Fix error code in x509_cert_parse()Dan Carpenter2018-04-131-0/+1
* async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel2018-04-131-3/+2
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-04-081-3/+4
* X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers2018-02-281-2/+5
* PKCS#7: fix certificate chain verificationEric Biggers2018-02-281-1/+1
* X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers2018-02-281-1/+3
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-02-253-50/+49
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-02-254-8/+8
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-171-12/+5
* crypto: mcryptd - pass through absence of ->setkey()Eric Biggers2018-02-171-1/+2
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-02-171-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-171-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: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-291-13/+10
* crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-12-201-2/+4
* 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
* 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: dh - Fix double free of ctx->pEric Biggers2017-11-241-20/+13
* crypto: dh - fix memleak in setkeyTudor-Dan Ambarus2017-11-241-0/+3
* 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
* Revert "crypto: xts - Add ECB dependency"Sasha Levin2017-11-211-1/+0
* crypto: ccm - preserve the IV bufferRomain Izard2017-11-151-1/+3
* pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-271-0/+3
* crypto: xts - Add ECB dependencyMilan Broz2017-10-211-0/+1