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