aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-10-15crypto: keywrap - enable compilationGravatar Stephan Mueller 2-0/+8
2015-10-15crypto: keywrap - add key wrapping block chaining modeGravatar Stephan Mueller 1-0/+419
2015-10-15crypto: testmgr - test IV value after a cipher operationGravatar Boris BREZILLON 2-1/+12
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Gravatar Sowmini Varadhan 1-2/+3
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentGravatar Alexander Kuleshov 1-4/+0
2015-10-14crypto: akcipher - Changes to asymmetric key APIGravatar Tadeusz Struk 8-77/+152
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGravatar Geliang Tang 1-2/+2
2015-10-01crypto: testmgr - Disable fips-allowed for authenc() and des() ciphersGravatar John Haxby 1-16/+0
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...Gravatar tim 1-4/+6
2015-09-21crypto: asymmetric_keys - remove always false comparisonGravatar sudip 1-3/+3
2015-09-21crypto: tcrypt - avoid mapping from module image addressesGravatar Horia Geant? 1-4/+13
2015-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-2/+3
2015-09-11crypto: testmgr - don't copy from source IV too muchGravatar Andrey Ryabinin 1-2/+3
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 16-163/+738
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+3
2015-09-01PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themGravatar David Howells 2-0/+17
2015-08-25crypto: algif_aead - fix for multiple operations on AF_ALG socketsGravatar Lars Persson 1-0/+1
2015-08-21crypto: testmgr - Use new skcipher interfaceGravatar Herbert Xu 1-29/+32
2015-08-21crypto: skcipher - Add top-level skcipher interfaceGravatar Herbert Xu 2-0/+246
2015-08-19crypto: cmac - allow usage in FIPS modeGravatar Stephan Mueller 1-0/+2
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainGravatar Dan Williams 3-7/+7
2015-08-17crypto: null - Add missing Kconfig tristate for NULL2Gravatar Herbert Xu 1-0/+1
2015-08-17crypto: null - Use NULL2 in MakefileGravatar Herbert Xu 1-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagGravatar Herbert Xu 10-45/+16
2015-08-17crypto: aead - Remove old AEAD interfacesGravatar Herbert Xu 1-597/+9
2015-08-17crypto: cryptd - Remove reference to crypto_aead_crtGravatar Herbert Xu 1-2/+2
2015-08-17crypto: echainiv - Use generic geniv init/exit helpersGravatar Herbert Xu 1-63/+7
2015-08-17crypto: seqiv - Use generic geniv init/exit helpersGravatar Herbert Xu 1-68/+7
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersGravatar Herbert Xu 2-3/+63
2015-08-17crypto: echainiv - Remove AEAD compatibility codeGravatar Herbert Xu 1-4/+0
2015-08-17crypto: seqiv - Remove AEAD compatibility codeGravatar Herbert Xu 1-127/+0
2015-08-17crypto: seqiv - Remove seqnivGravatar Herbert Xu 1-244/+1
2015-08-17crypto: user - Remove crypto_lookup_aead callGravatar Herbert Xu 1-32/+0
2015-08-17crypto: algboss - Remove reference to nivaeadGravatar Herbert Xu 1-7/+5
2015-08-14Move certificate handling to its own directoryGravatar David Howells 1-0/+1
2015-08-13PKCS#7: Add MODULE_LICENSE() to test moduleGravatar David Howells 1-0/+3
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 7-17/+239
2015-08-12KEYS: Add a name for PKEY_ID_PKCS7Gravatar David Howells 1-0/+1
2015-08-12PKCS#7: Improve and export the X.509 ASN.1 time object decoderGravatar David Howells 3-31/+72
2015-08-12PKCS#7: Support CMS messages also [RFC5652]Gravatar David Howells 3-9/+68
2015-08-12X.509: Change recorded SKID & AKID to not include Subject or IssuerGravatar David Howells 1-6/+2
2015-08-12PKCS#7: Check content type and versionsGravatar David Howells 2-4/+77
2015-08-10crypto: authencesn - Convert to new AEAD interfaceGravatar Herbert Xu 1-498/+222
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-32/+12
2015-08-10crypto: authencesn - Fix breakage with new ESP codeGravatar Herbert Xu 1-32/+12
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesGravatar David Howells 1-0/+25
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierGravatar David Howells 3-40/+101
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierGravatar David Howells 7-69/+145
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLGravatar Herbert Xu 1-0/+1
2015-08-04crypto: testmgr - Reenable authenc testsGravatar Herbert Xu 1-13/+13