summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-08-03crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-08-03crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-07-03X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers1-0/+1
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-05-02crypto: drbg - set freed buffers to NULLStephan Mueller1-0/+2
2018-04-13X.509: Fix error code in x509_cert_parse()Dan Carpenter1-0/+1
2018-04-13async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel1-3/+2
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu1-3/+4
2018-02-28X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers1-2/+5
2018-02-28PKCS#7: fix certificate chain verificationEric Biggers1-1/+1
2018-02-28X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers1-1/+3
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers3-50/+49
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers4-8/+8
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers1-12/+5
2018-02-17crypto: mcryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-17crypto: cryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-17crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+11
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-02-03crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel1-2/+3
2018-02-03crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-13/+10
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu1-2/+4
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2-3/+8
2017-12-20crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers1-1/+1
2017-12-14X.509: fix comparisons of ->pkey_algoEric Biggers2-2/+2
2017-12-14X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers1-0/+2
2017-11-24crypto: dh - Fix double free of ctx->pEric Biggers1-20/+13
2017-11-24crypto: dh - fix memleak in setkeyTudor-Dan Ambarus1-0/+3
2017-11-21crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers1-0/+8
2017-11-21crypto: dh - Don't permit 'p' to be 0Eric Biggers1-0/+8
2017-11-21Revert "crypto: xts - Add ECB dependency"Sasha Levin1-1/+0
2017-11-15crypto: ccm - preserve the IV bufferRomain Izard1-1/+3
2017-10-27pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn1-0/+3
2017-10-21crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-10-18crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu1-3/+5
2017-10-05crypto: drbg - fix freeing of resourcesStephan Mueller1-4/+4
2017-09-27crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller1-1/+3
2017-09-07crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller1-2/+7
2017-08-07crypto: authencesn - Fix digest_null crashHerbert Xu1-0/+5
2017-07-15crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld1-1/+1
2017-07-12crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller1-0/+1
2017-06-14crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef1-4/+2
2017-06-14crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef1-3/+2
2017-06-14crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef1-1/+1