aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-11-12X.509: Fix the time validation [ver #2]David Howells
2015-11-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-10-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-20crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan
2015-10-20crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells
2015-10-20crypto: api - Only abort operations on fatal signalHerbert Xu
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller
2015-10-15crypto: keywrap - enable compilationStephan Mueller
2015-10-15crypto: keywrap - add key wrapping block chaining modeStephan Mueller
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentAlexander Kuleshov
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk
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-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang
2015-10-01crypto: testmgr - Disable fips-allowed for authenc() and des() ciphersJohn Haxby
2015-09-25X.509: Don't strip leading 00's from key ID when constructing key descriptionDavid Howells
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim
2015-09-21crypto: asymmetric_keys - remove always false comparisonsudip
2015-09-21crypto: tcrypt - avoid mapping from module image addressesHoria Geant?
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