aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 16-0/+1656
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdGravatar Linus Torvalds 1-2/+2
2012-10-11add further __init annotations to crypto/xor.cGravatar Jan Beulich 1-2/+2
2012-10-10X.509: Convert some printk calls to pr_develGravatar David Howells 1-3/+3
2012-10-10asymmetric keys: fix printk format warningGravatar Randy Dunlap 1-1/+1
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingGravatar David Howells 3-20/+51
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesGravatar David Howells 8-0/+832
2012-10-08RSA: Fix signature verification for shorter signaturesGravatar David Howells 1-3/+11
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]Gravatar David Howells 4-0/+279
2012-10-08KEYS: Provide signature verification with an asymmetric keyGravatar David Howells 2-1/+50
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeGravatar David Howells 4-0/+146
2012-10-08KEYS: Asymmetric key pluggable data parsersGravatar David Howells 1-1/+119
2012-10-08KEYS: Implement asymmetric key typeGravatar David Howells 6-0/+193
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 34-442/+4488
2012-10-02crypto: Build SPARC DES algorithms on SPARC only.Gravatar Dave Jones 1-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 1-0/+97
2012-09-27crypto: tcrypt - add missing tests for camellia and ghashGravatar Jussi Kivilinna 1-0/+7
2012-09-27crypto: testmgr - make test_aead also test 'dst != src' code pathsGravatar Jussi Kivilinna 1-48/+105
2012-09-27crypto: testmgr - make test_skcipher also test 'dst != src' code pathsGravatar Jussi Kivilinna 1-31/+76
2012-09-27crypto: testmgr - add test vectors for CTR mode IV increasementGravatar Jussi Kivilinna 1-1/+1074
2012-09-27crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)Gravatar Jussi Kivilinna 1-4/+62
2012-09-27crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Gravatar Jussi Kivilinna 2-2/+170
2012-09-27crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Gravatar Suresh Siddha 1-6/+0
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-09-11crypto: authenc - Fix crash with zero-length assoc dataGravatar Herbert Xu 1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-2/+2
2012-09-08netlink: hide struct module parameter in netlink_kernel_createGravatar Pablo Neira Ayuso 1-2/+1
2012-09-07crypto: 842 - remove .cra_list initializationGravatar Jussi Kivilinna 1-1/+0
2012-09-07Revert "[CRYPTO] cast6: inline bloat--"Gravatar Jussi Kivilinna 1-3/+3
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Gravatar Jussi Kivilinna 2-6/+6
2012-09-07arm/crypto: Add optimized AES and SHA1 routinesGravatar David McCullough 1-0/+33
2012-08-28sparc64: Add CAMELLIA driver making use of the new camellia opcodes.Gravatar David S. Miller 1-0/+16
2012-08-25sparc64: Add DES driver making use of the new des opcodes.Gravatar David S. Miller 1-0/+8
2012-08-22sparc64: Add CRC32C driver making use of the new crc32c opcode.Gravatar David S. Miller 1-0/+9
2012-08-22sparc64: Add AES driver making use of the new aes opcodes.Gravatar David S. Miller 1-0/+28
2012-08-20sparc64: Add MD5 driver making use of the 'md5' instruction.Gravatar David S. Miller 1-0/+9
2012-08-20sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.Gravatar David S. Miller 1-0/+9
2012-08-20sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.Gravatar David S. Miller 1-0/+9
2012-08-20sparc64: Add SHA1 driver making use of the 'sha1' instruction.Gravatar David S. Miller 1-0/+9
2012-08-20crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Gravatar Jussi Kivilinna 1-0/+2
2012-08-01powerpc/crypto: add 842 crypto driverGravatar Seth Jennings 3-0/+193
2012-08-01crypto: cast6 - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 2-0/+77
2012-08-01crypto: testmgr - add larger cast6 testvectorsGravatar Johannes Goetzfried 3-2/+1520
2012-08-01crypto: cast6 - prepare generic module for optimized implementationsGravatar Johannes Goetzfried 2-24/+44
2012-08-01crypto: cast5 - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 2-0/+74
2012-08-01crypto: testmgr - add larger cast5 testvectorsGravatar Johannes Goetzfried 4-2/+871
2012-08-01crypto: cast5 - prepare generic module for optimized implementationsGravatar Johannes Goetzfried 2-34/+47
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 15-15/+0
2012-08-01crypto: whirlpool - use crypto_[un]register_shashesGravatar Jussi Kivilinna 1-33/+6