aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-11-12X.509: Fix the time validation [ver #2]Gravatar David Howells 1-5/+7
2015-11-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+10
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 6-30/+35
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 17-116/+677
2015-11-02crypto: algif_hash - Only export and import on sockets with dataGravatar Herbert Xu 1-2/+10
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-6/+6
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 6-30/+35
2015-10-20crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Gravatar Sowmini Varadhan 1-2/+3
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...Gravatar David Howells 1-1/+0
2015-10-20crypto: api - Only abort operations on fatal signalGravatar Herbert Xu 4-6/+6
2015-10-15crypto: keywrap - add testmgr supportGravatar Stephan Mueller 2-0/+56
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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+2
2015-10-13crypto: ahash - ensure statesize is non-zeroGravatar Russell King 1-1/+2
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-25X.509: Don't strip leading 00's from key ID when constructing key descriptionGravatar David Howells 1-4/+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