aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-09-11crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-17crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann
2014-10-14crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.cJan-Simon Möller
2014-10-14crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.cJan-Simon Möller
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-10-08Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-06KEYS: output last portion of fingerprint in /proc/keysDmitry Kasatkin
2014-10-06KEYS: strip 'id:' from ca_keyidDmitry Kasatkin
2014-10-06KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin
2014-10-03X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells
2014-10-03KEYS: handle error code encoded in pointerDmitry Kasatkin
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King
2014-10-02crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller
2014-10-01Merge commit 'v3.16' into nextJames Morris
2014-09-22KEYS: Check hex2bin()'s return when generating an asymmetric key IDDavid Howells
2014-09-16PKCS#7: Handle PKCS#7 messages that contain no X.509 certsDavid Howells
2014-09-16PKCS#7: Better handling of unsupported cryptoDavid Howells
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells
2014-09-16KEYS: Implement binary asymmetric key ID handlingDavid Howells
2014-09-16KEYS: Make the key matching functions return boolDavid Howells
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells
2014-09-16KEYS: Remove key_type::def_lookup_typeDavid Howells
2014-09-16KEYS: Preparse match dataDavid Howells
2014-09-16Merge tag 'keys-next-fixes-20140916' into keys-nextDavid Howells
2014-09-16Merge tag 'keys-fixes-20140916' into keys-nextDavid Howells
2014-09-16PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells
2014-09-16PKCS#7: Provide a single place to do signed info block freeingDavid Howells
2014-09-16PKCS#7: Add a missing staticDavid Howells
2014-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-09-05crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller
2014-09-04crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD descriptionTed Percival
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina
2014-09-03KEYS: Set pr_fmt() in asymmetric key signature handlingDavid Howells
2014-09-03PEFILE: Relax the check on the length of the PKCS#7 certDavid Howells
2014-09-03KEYS: Fix public_key asymmetric key subtype nameDavid Howells
2014-08-29crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian
2014-08-29crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian
2014-08-27ARM: 8126/1: crypto: enable NEON SHA-384/SHA-512 for big endianArd Biesheuvel
2014-08-27ARM: 8125/1: crypto: enable NEON SHA-1 for big endianArd Biesheuvel
2014-08-26crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller
2014-08-26crypto: mcryptd - mcryptd_flist can be staticFengguang Wu
2014-08-25crypto: drbg - remove unnecessary sanity check for shadow stateStephan Mueller
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller
2014-08-25crypto: drbg - remove unnecessary sanity checksStephan Mueller
2014-08-25crypto: drbg - use kmalloc instead of kzalloc for V and CStephan Mueller