aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-2/+10
| |\
| * | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-05-06108-965/+3065
|\ \ \ | |_|/ |/| |
| * | crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov2019-04-251-0/+2
| * | crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef2019-04-251-0/+20
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-259-25/+0
| * | crypto: shash - remove useless crypto_yield() in shash_ahash_digest()Eric Biggers2019-04-251-1/+0
| * | crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers2019-04-191-26/+18
| * | crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-04-191-23/+11
| * | crypto: shash - fix missed optimization in shash_ahash_digest()Eric Biggers2019-04-181-1/+1
| * | crypto: cryptd - remove ability to instantiate ablkciphersEric Biggers2019-04-181-249/+0
| * | crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior2019-04-181-2/+2
| * | crypto: run initcalls for generic implementations earlierEric Biggers2019-04-1883-83/+89
| * | crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers2019-04-181-0/+229
| * | crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers2019-04-182-1/+198
| * | crypto: testmgr - fuzz hashes against their generic implementationEric Biggers2019-04-181-4/+170
| * | crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers2019-04-181-0/+128
| * | crypto: testmgr - identify test vectors by name rather than numberEric Biggers2019-04-181-87/+96
| * | crypto: testmgr - expand ability to test for errorsEric Biggers2019-04-182-50/+104
| * | crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov2019-04-182-0/+160
| * | crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-189-13/+1004
| * | crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-185-23/+122
| * | crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov2019-04-181-23/+25
| * | X.509: parse public key parameters from x509 for akcipherVitaly Chikunov2019-04-186-21/+122
| * | KEYS: do not kmemdup digest in {public,tpm}_key_verify_signatureVitaly Chikunov2019-04-182-17/+2
| * | crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov2019-04-184-78/+69
| * | crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-182-111/+2
| * | crypto: akcipher - default implementations for request callbacksVitaly Chikunov2019-04-181-0/+14
| * | crypto: des_generic - Forbid 2-key in 3DES and add helpersHerbert Xu2019-04-181-7/+4
| * | crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-04-181-1/+1
| * | crypto: lrw - don't access already-freed walk.ivEric Biggers2019-04-181-1/+3
| * | crypto: testmgr - add panic_on_fail module parameterEric Biggers2019-04-081-2/+6
| * | crypto: cts - don't support empty messagesEric Biggers2019-04-081-7/+11
| * | crypto: streebog - fix unaligned memory accessesEric Biggers2019-04-081-12/+13
| * | crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-04-081-2/+2
| * | crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-04-081-2/+7
| * | crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-04-081-7/+4
| * | crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen2019-04-081-4/+4
| * | crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior2019-04-081-71/+54
| * | crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior2019-04-081-1/+3
| * | crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven2019-03-281-2/+2
| * | crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek2019-03-221-3/+3
| * | crypto: salsa20-generic - use crypto_xor_cpy()Eric Biggers2019-03-221-5/+4
| * | crypto: chacha-generic - use crypto_xor_cpy()Eric Biggers2019-03-221-5/+3
| * | crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers2019-03-221-24/+92
| * | crypto: simd - convert to use crypto_simd_usable()Eric Biggers2019-03-221-4/+4
| * | crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-221-1/+25
| * | crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers2019-03-221-1/+1
| * | crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers2019-03-221-3/+0