aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-08-17crypto: seqiv - Remove AEAD compatibility codeHerbert Xu
2015-08-17crypto: seqiv - Remove seqnivHerbert Xu
2015-08-17crypto: user - Remove crypto_lookup_aead callHerbert Xu
2015-08-17crypto: algboss - Remove reference to nivaeadHerbert Xu
2015-08-14Move certificate handling to its own directoryDavid Howells
2015-08-13PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-12KEYS: Add a name for PKEY_ID_PKCS7David Howells
2015-08-12PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells
2015-08-12PKCS#7: Support CMS messages also [RFC5652]David Howells
2015-08-12X.509: Change recorded SKID & AKID to not include Subject or IssuerDavid Howells
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