summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers-0/+8
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers-1/+4
2019-05-30crypto: testmgr - fix length truncation with large page sizeEric Biggers-5/+5
2019-05-30crypto: hmac - fix memory leak in hmac_init_tfm()Eric Biggers-1/+3
2019-05-30crypto: jitterentropy - change back to module_init()Eric Biggers-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner-9/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 44Thomas Gleixner-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 42Thomas Gleixner-7/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-90/+18
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner-17/+1
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller-3/+91
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-67/+5
2019-05-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-67/+5
2019-05-17crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers-0/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-965/+3065
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+10
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+2
2019-04-25crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov-0/+2
2019-04-25crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef-0/+20
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-25/+0
2019-04-25crypto: shash - remove useless crypto_yield() in shash_ahash_digest()Eric Biggers-1/+0
2019-04-19crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers-26/+18
2019-04-19crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers-23/+11
2019-04-18crypto: shash - fix missed optimization in shash_ahash_digest()Eric Biggers-1/+1
2019-04-18crypto: cryptd - remove ability to instantiate ablkciphersEric Biggers-249/+0
2019-04-18crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior-2/+2
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-83/+89
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers-0/+229
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers-1/+198
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationEric Biggers-4/+170
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers-0/+128
2019-04-18crypto: testmgr - identify test vectors by name rather than numberEric Biggers-87/+96
2019-04-18crypto: testmgr - expand ability to test for errorsEric Biggers-50/+104
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov-0/+160
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov-13/+1004
2019-04-18crypto: ecc - make ecc into separate moduleVitaly Chikunov-23/+122
2019-04-18crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov-23/+25
2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov-21/+122
2019-04-18KEYS: do not kmemdup digest in {public,tpm}_key_verify_signatureVitaly Chikunov-17/+2
2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov-78/+69
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov-111/+2
2019-04-18crypto: akcipher - default implementations for request callbacksVitaly Chikunov-0/+14
2019-04-18crypto: des_generic - Forbid 2-key in 3DES and add helpersHerbert Xu-7/+4
2019-04-18crypto: salsa20 - don't access already-freed walk.ivEric Biggers-1/+1
2019-04-18crypto: lrw - don't access already-freed walk.ivEric Biggers-1/+3
2019-04-18crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu-1/+5