aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2014-07-25PKCS#7: Missing inclusion of linux/err.hDavid Howells
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-pefile-20140709' into keys-nextDavid Howells
2014-07-22Merge tag 'keys-pkcs7-20140708' into keys-nextDavid Howells
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells
2014-07-18KEYS: Provide a generic instantiation functionDavid Howells
2014-07-17RSA: Don't select non-existent symbolJean Delvare
2014-07-17KEYS: validate certificate trust only with builtin keysDmitry Kasatkin
2014-07-17KEYS: validate certificate trust only with selected keyDmitry Kasatkin
2014-07-17KEYS: make partial key id matching as a dedicated functionDmitry Kasatkin
2014-07-17KEYS: verify a certificate is signed by a 'trusted' keyMimi Zohar
2014-07-09pefile: Validate PKCS#7 trust chainDavid Howells
2014-07-09pefile: Digest the PE binary and compare to the PKCS#7 dataDavid Howells
2014-07-09pefile: Handle pesign using the wrong OIDVivek Goyal
2014-07-09pefile: Parse the "Microsoft individual code signing" data blobDavid Howells
2014-07-09pefile: Parse the presumed PKCS#7 content of the certificate blobDavid Howells
2014-07-09pefile: Strip the wrapper off of the cert data blockDavid Howells
2014-07-09pefile: Parse a PE binary to find a key and a signature contained thereinDavid Howells
2014-07-08KEYS: X.509: Fix a spelling mistakeDavid Howells
2014-07-08PKCS#7: Provide a key type for testing PKCS#7David Howells
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysDavid Howells
2014-07-08PKCS#7: Verify internal certificate chainDavid Howells
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells
2014-07-08PKCS#7: Digest the data in a signed-data messageDavid Howells
2014-07-08PKCS#7: Implement a parser [RFC 2315]David Howells
2014-07-02X.509: Export certificate parse and free functionsDavid Howells
2014-07-01X.509: Add bits needed for PKCS#7David Howells
2014-06-08Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds
2014-06-07crypto: LLVMLinux: aligned-attribute.patchMark Charlebois
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-22crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal
2014-05-22crypto: testmgr - Fix DMA-API warningTadeusz Struk
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu
2014-05-08crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott
2014-04-28crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()Christian Engelmayer
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Christian Engelmayer
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigChristian Engelmayer
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-16crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna
2014-04-16crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCMArd Biesheuvel
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan
2014-03-21crypto: crypto_wq - Fix late crypto work queue initializationTim Chen
2014-03-21crypto: testmgr - add aead null encryption test vectorsHoria Geanta
2014-03-21crypto: export NULL algorithms definesHoria Geanta
2014-03-21crypto: hash - Simplify the ahash_finup implementationMarek Vasut
2014-03-21crypto: hash - Pull out the functions to save/restore requestMarek Vasut
2014-03-21crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut