aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-07-05Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtMark Brown
2018-07-03X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero
2018-06-01Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlsk-v4.9-18.05-rtMark Brown
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers
2018-05-22Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlinux-linaro-lsk-v4.9-rt-testMark Brown
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-05-01crypto: drbg - set freed buffers to NULLStephan Mueller
2018-04-13X.509: Fix error code in x509_cert_parse()Dan Carpenter
2018-04-13async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-02-28X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers
2018-02-28PKCS#7: fix certificate chain verificationEric Biggers
2018-02-28X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers
2018-02-26Merge tag 'v4.9.84' into v4.9-rtJulia Cartwright
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-17crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-02-17crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-02-17crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller
2018-02-03crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel
2018-02-03crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers
2018-01-15Merge tag 'v4.9.76' into v4.9-rtJulia Cartwright
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior
2017-12-20crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-12-20crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers
2017-12-14X.509: fix comparisons of ->pkey_algoEric Biggers
2017-12-14X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers
2017-11-29Merge tag 'v4.9.65' into v4.9-rtSteven Rostedt (VMware)
2017-11-29Merge tag 'v4.9.64' into v4.9-rtSteven Rostedt (VMware)
2017-11-29Merge tag 'v4.9.62' into v4.9-rtSteven Rostedt (VMware)
2017-11-24crypto: dh - Fix double free of ctx->pEric Biggers
2017-11-24crypto: dh - fix memleak in setkeyTudor-Dan Ambarus
2017-11-21crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers
2017-11-21crypto: dh - Don't permit 'p' to be 0Eric Biggers
2017-11-21Revert "crypto: xts - Add ECB dependency"Sasha Levin
2017-11-17Merge tag 'v4.9.59' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.58' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.57' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.53' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.52' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.48' into v4.9-rtSteven Rostedt (VMware)
2017-11-15crypto: ccm - preserve the IV bufferRomain Izard