summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-11-23MLK-19826: crypto: ecdh - fix typo of P-192 b valueStephan Mueller
2018-10-29MLK-19365: Revert "crypto: testmgr - Disable rfc4543 test"Franck LENORMAND
2018-10-29MLK-19365: crypto: tcrypt - remove remnants of pcomp-based zlibFranck LENORMAND
2018-10-29MLK-19365: crypto: ccm: Cache aligned auth_dataFranck LENORMAND
2018-10-29MLK-19365: crypto: gcm: Cache aligned auth_dataFranck LENORMAND
2018-10-29MLK-19365: crypto: tcrypt: Remove testing of hmac(crc32)Franck LENORMAND
2018-10-29MLK-19366: crypto: tcrypt - Speed testing ghash - Fix issueHuang Ying
2018-10-29MLK-19434: crypto: testmgr: Add log printing once if disabledFranck LENORMAND
2018-10-29crypto: ecdh - add public key verification testStephan Mueller
2018-10-29crypto: ecc - Actually remove stack VLA usageKees Cook
2018-10-29crypto: ecc - Remove stack VLA usageKees Cook
2018-10-29MLK-14785 CAAM: Fix gcm.c to work correctly with CAAMRadu Solea
2018-10-29crypto: testmgr - Disable rfc4543 testHerbert Xu
2018-10-03crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-09-19crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki
2018-08-17crypto: skcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers
2018-08-03crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-08-03crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-07-22crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-07-17crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers
2018-07-03X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers
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-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-04-08crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin
2018-04-08crypto: lrw - Free rctx->ext with kzfreeHerbert Xu
2018-03-19crypto: ecc - Fix NULL pointer deref. on no default_rngPierre
2018-03-03crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2018-02-28PKCS#7: fix certificate blacklistingEric Biggers
2018-02-28PKCS#7: fix certificate chain verificationEric Biggers
2018-02-28X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers
2018-02-28X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2018-02-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-16crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-02-16crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-02-16crypto: 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