summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-181-3/+5
* crypto: drbg - fix freeing of resourcesStephan Mueller2017-10-051-4/+4
* crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller2017-09-271-1/+3
* crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-09-071-2/+7
* crypto: authencesn - Fix digest_null crashHerbert Xu2017-08-061-0/+5
* crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld2017-07-151-1/+1
* crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller2017-07-121-0/+1
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-4/+2
* crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef2017-06-141-3/+2
* crypto: asymmetric_keys - handle EBUSY due to backlog correctlyGilad Ben-Yossef2017-06-141-1/+1
* crypto: skcipher - Add missing API setkey checksHerbert Xu2017-06-071-1/+39
* crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-05-201-8/+149