summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-08
|\
| * PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells2015-09-01
| * Move certificate handling to its own directoryDavid Howells2015-08-14
| * PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells2015-08-13
| * PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-12
| * KEYS: Add a name for PKEY_ID_PKCS7David Howells2015-08-12
| * PKCS#7: Improve and export the X.509 ASN.1 time object decoderDavid Howells2015-08-12
| * PKCS#7: Support CMS messages also [RFC5652]David Howells2015-08-12
| * X.509: Change recorded SKID & AKID to not include Subject or IssuerDavid Howells2015-08-12
| * PKCS#7: Check content type and versionsDavid Howells2015-08-12
| * PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells2015-08-07
| * X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells2015-08-07
| * X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2015-08-07
* | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\ \
| * | crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-17
| |/
* | crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson2015-08-25
* | crypto: testmgr - Use new skcipher interfaceHerbert Xu2015-08-21
* | crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-21
* | crypto: cmac - allow usage in FIPS modeStephan Mueller2015-08-19
* | crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu2015-08-17
* | crypto: null - Use NULL2 in MakefileHerbert Xu2015-08-17
* | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-17
* | crypto: aead - Remove old AEAD interfacesHerbert Xu2015-08-17
* | crypto: cryptd - Remove reference to crypto_aead_crtHerbert Xu2015-08-17
* | crypto: echainiv - Use generic geniv init/exit helpersHerbert Xu2015-08-17
* | crypto: seqiv - Use generic geniv init/exit helpersHerbert Xu2015-08-17
* | crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2015-08-17
* | crypto: echainiv - Remove AEAD compatibility codeHerbert Xu2015-08-17
* | crypto: seqiv - Remove AEAD compatibility codeHerbert Xu2015-08-17
* | crypto: seqiv - Remove seqnivHerbert Xu2015-08-17
* | crypto: user - Remove crypto_lookup_aead callHerbert Xu2015-08-17
* | crypto: algboss - Remove reference to nivaeadHerbert Xu2015-08-17
* | crypto: authencesn - Convert to new AEAD interfaceHerbert Xu2015-08-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-08-10
|\ \
| * | crypto: authencesn - Fix breakage with new ESP codeHerbert Xu2015-08-10
| |/
* | crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu2015-08-05
* | crypto: testmgr - Reenable authenc testsHerbert Xu2015-08-04
* | crypto: authenc - Convert to new AEAD interfaceHerbert Xu2015-08-04
* | crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2015-08-04
* | crypto: jitterentropy - use safe format string parametersKees Cook2015-07-28
* | crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk2015-07-21
* | crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-17
* | crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-17
* | crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-17
* | crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2015-07-17
* | crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-17
* | crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-17
* | crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-17
* | crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-17
* | crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-17