aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-08-12PKCS#7: Check content type and versionsDavid Howells
2015-08-10crypto: authencesn - Convert to new AEAD interfaceHerbert Xu
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-08-10crypto: authencesn - Fix breakage with new ESP codeHerbert Xu
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu
2015-08-04crypto: testmgr - Reenable authenc testsHerbert Xu
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu
2015-07-28crypto: jitterentropy - use safe format string parametersKees Cook
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu
2015-07-17crypto: rsa - limit supported key lengthsTadeusz Struk
2015-07-17crypto: testmgr - Reenable rfc4309 testHerbert Xu
2015-07-17crypto: ccm - Convert to new AEAD interfaceHerbert Xu
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu
2015-07-14crypto: testmgr - Reenable rfc4106 testHerbert Xu
2015-07-14crypto: gcm - Use new IV conventionHerbert Xu
2015-07-14crypto: tcrypt - Add support for new IV conventionHerbert Xu
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu
2015-07-14crypto: aead - Propagate new AEAD implementation flag for IV generatorsHerbert Xu
2015-07-14crypto: seqiv - Replace seqniv with seqivHerbert Xu
2015-07-14crypto: echainiv - Fix encryption conventionHerbert Xu
2015-07-14crypto: cryptd - Propagate new AEAD implementation flagHerbert Xu
2015-07-14crypto: pcrypt - Propagate new AEAD implementation flagHerbert Xu
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu
2015-07-08crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin
2015-07-07crypto: cryptd - Fix AEAD request context corruptionHerbert Xu
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-06-25crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov
2015-06-25crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck
2015-06-25crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring
2015-06-25crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds