aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu
2015-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-10-13crypto: ahash - ensure statesize is non-zeroRussell King
2015-09-25X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells
2015-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-09-11crypto: testmgr - don't copy from source IV too muchAndrey Ryabinin
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells
2015-08-25crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson
2015-08-21crypto: testmgr - Use new skcipher interfaceHerbert Xu
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu
2015-08-19crypto: cmac - allow usage in FIPS modeStephan Mueller
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams
2015-08-17crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu
2015-08-17crypto: null - Use NULL2 in MakefileHerbert Xu
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu
2015-08-17crypto: cryptd - Remove reference to crypto_aead_crtHerbert Xu
2015-08-17crypto: echainiv - Use generic geniv init/exit helpersHerbert Xu
2015-08-17crypto: seqiv - Use generic geniv init/exit helpersHerbert Xu
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu
2015-08-17crypto: echainiv - Remove AEAD compatibility codeHerbert Xu
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