Age | Commit message (Expand) | Author |
2014-08-03 | X.509: Need to export x509_request_asymmetric_key() | David Howells |
2014-07-31 | PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1 | David Howells |
2014-07-29 | PKCS#7: Use x509_request_asymmetric_key() | David Howells |
2014-07-28 | X.509: x509_request_asymmetric_keys() doesn't need string length arguments | David Howells |
2014-07-28 | PKCS#7: fix sparse non static symbol warning | Wei Yongjun |
2014-07-25 | PKCS#7: Missing inclusion of linux/err.h | David Howells |
2014-07-22 | Merge branch 'keys-fixes' into keys-next | David Howells |
2014-07-22 | Merge remote-tracking branch 'integrity/next-with-keys' into keys-next | David Howells |
2014-07-22 | Merge tag 'keys-pefile-20140709' into keys-next | David Howells |
2014-07-22 | Merge tag 'keys-pkcs7-20140708' into keys-next | David Howells |
2014-07-22 | KEYS: struct key_preparsed_payload should have two payload pointers | David Howells |
2014-07-18 | KEYS: Provide a generic instantiation function | David Howells |
2014-07-17 | RSA: Don't select non-existent symbol | Jean Delvare |
2014-07-17 | KEYS: validate certificate trust only with builtin keys | Dmitry Kasatkin |
2014-07-17 | KEYS: validate certificate trust only with selected key | Dmitry Kasatkin |
2014-07-17 | KEYS: make partial key id matching as a dedicated function | Dmitry Kasatkin |
2014-07-17 | KEYS: verify a certificate is signed by a 'trusted' key | Mimi Zohar |
2014-07-09 | pefile: Validate PKCS#7 trust chain | David Howells |
2014-07-09 | pefile: Digest the PE binary and compare to the PKCS#7 data | David Howells |
2014-07-09 | pefile: Handle pesign using the wrong OID | Vivek Goyal |
2014-07-09 | pefile: Parse the "Microsoft individual code signing" data blob | David Howells |
2014-07-09 | pefile: Parse the presumed PKCS#7 content of the certificate blob | David Howells |
2014-07-09 | pefile: Strip the wrapper off of the cert data block | David Howells |
2014-07-09 | pefile: Parse a PE binary to find a key and a signature contained therein | David Howells |
2014-07-08 | KEYS: X.509: Fix a spelling mistake | David Howells |
2014-07-08 | PKCS#7: Provide a key type for testing PKCS#7 | David Howells |
2014-07-08 | PKCS#7: Find intersection between PKCS#7 message and known, trusted keys | David Howells |
2014-07-08 | PKCS#7: Verify internal certificate chain | David Howells |
2014-07-08 | PKCS#7: Find the right key in the PKCS#7 key list and verify the signature | David Howells |
2014-07-08 | PKCS#7: Digest the data in a signed-data message | David Howells |
2014-07-08 | PKCS#7: Implement a parser [RFC 2315] | David Howells |
2014-07-02 | X.509: Export certificate parse and free functions | David Howells |
2014-07-01 | X.509: Add bits needed for PKCS#7 | David Howells |
2014-06-08 | Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke... | Linus Torvalds |
2014-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int... | Linus Torvalds |
2014-06-07 | crypto: LLVMLinux: aligned-attribute.patch | Mark Charlebois |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-05-22 | crypto: testmgr - add aead cbc des, des3_ede tests | Nitesh Lal |
2014-05-22 | crypto: testmgr - Fix DMA-API warning | Tadeusz Struk |
2014-05-21 | crypto: hash - Add real ahash walk interface | Herbert Xu |
2014-05-08 | crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMIN | Matthias-Christian Ott |
2014-04-28 | crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed() | Christian Engelmayer |
2014-04-28 | crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead... | Christian Engelmayer |
2014-04-28 | crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big | Christian Engelmayer |
2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra |
2014-04-16 | crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25... | Jussi Kivilinna |
2014-04-16 | crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM | Ard Biesheuvel |
2014-03-21 | crypto: sha - SHA1 transform x86_64 AVX2 | chandramouli narayanan |
2014-03-21 | crypto: crypto_wq - Fix late crypto work queue initialization | Tim Chen |