| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: fix af_alg_make_sg() conversion to iov_iter | Linus Torvalds | 2015-02-11 | 2 | -4/+3 |
* | crypto: switch af_alg_make_sg() to iov_iter | Al Viro | 2015-02-04 | 3 | -98/+61 |
* | crypto: add missing crypto module aliases | Mathias Krause | 2015-01-13 | 20 | -3/+25 |
* | crypto: af_alg - fix backlog handling | Rabin Vincent | 2014-12-22 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-12-13 | 70 | -122/+191 |
|\ |
|
| * | crypto: tcrypt - Allow speed testing of arbitrary hash functions | Herbert Xu | 2014-12-05 | 1 | -12/+20 |
| * | crypto: af_alg - add user space interface for AEAD | Stephan Mueller | 2014-12-05 | 1 | -0/+6 |
| * | crypto: algif_skcipher - initialize upon init request | Stephan Mueller | 2014-12-02 | 1 | -1/+3 |
| * | crypto: algif_skcipher - removed unneeded code | Struk, Tadeusz | 2014-12-01 | 1 | -4/+0 |
| * | crypto: algif_skcipher - Fixed blocking recvmsg | Herbert Xu | 2014-11-28 | 1 | -3/+2 |
| * | crypto: drbg - use memzero_explicit() for clearing sensitive data | Nickolaus Woodruff | 2014-11-27 | 1 | -11/+12 |
| * | crypto: drbg - use MODULE_ALIAS_CRYPTO | Stephan Mueller | 2014-11-26 | 1 | -22/+22 |
| * | crypto: include crypto- module prefix in template | Kees Cook | 2014-11-26 | 22 | -2/+23 |
| * | crypto: user - add MODULE_ALIAS | Stephan Mueller | 2014-11-26 | 1 | -0/+1 |
| * | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() | Daniel Borkmann | 2014-11-25 | 2 | -6/+3 |
| * | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 44 | -39/+56 |
| * | crypto: user - Allow get request with empty driver name | Herbert Xu | 2014-11-24 | 1 | -4/+1 |
| * | crypto: algif - zeroize IV buffer | Stephan Mueller | 2014-11-12 | 1 | -0/+1 |
| * | crypto: algif - zeroize message digest buffer | Stephan Mueller | 2014-11-12 | 1 | -0/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2014-11-12 | 7 | -13/+13 |
| |\ |
|
| * | | crypto: drbg - add MODULE_ALIAS for all DRBG types | Stephan Mueller | 2014-11-10 | 1 | -0/+25 |
| * | | crypto: drbg - use crypto_inc | Stephan Mueller | 2014-10-24 | 1 | -41/+38 |
| * | | crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c | Masanari Iida | 2014-10-24 | 1 | -2/+1 |
* | | | net: introduce helper macro for_each_cmsghdr | Gu Zheng | 2014-12-11 | 1 | -1/+1 |
* | | | put iov_iter into msghdr | Al Viro | 2014-12-09 | 2 | -4/+4 |
* | | | new helper: memcpy_to_msg() | Al Viro | 2014-11-24 | 1 | -1/+1 |
* | | | new helper: memcpy_from_msg() | Al Viro | 2014-11-24 | 1 | -5/+5 |
| |/
|/| |
|
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-10-24 | 7 | -13/+13 |
|\ \
| |/
|/| |
|
| * | crypto: memzero_explicit - make sure to clear out sensitive data | Daniel Borkmann | 2014-10-17 | 7 | -13/+13 |
* | | crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c | Jan-Simon Möller | 2014-10-14 | 1 | -8/+6 |
* | | crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c | Jan-Simon Möller | 2014-10-14 | 1 | -14/+11 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-10-12 | 11 | -232/+518 |
|\ \ |
|
| * | | KEYS: output last portion of fingerprint in /proc/keys | Dmitry Kasatkin | 2014-10-06 | 1 | -5/+5 |
| * | | KEYS: strip 'id:' from ca_keyid | Dmitry Kasatkin | 2014-10-06 | 1 | -1/+1 |
| * | | KEYS: use swapped SKID for performing partial matching | Dmitry Kasatkin | 2014-10-06 | 2 | -9/+9 |
| * | | KEYS: Restore partial ID matching functionality for asymmetric keys | Dmitry Kasatkin | 2014-10-06 | 4 | -24/+76 |
| * | | X.509: If available, use the raw subjKeyId to form the key description | David Howells | 2014-10-03 | 3 | -2/+11 |
| * | | KEYS: handle error code encoded in pointer | Dmitry Kasatkin | 2014-10-03 | 1 | -2/+2 |
| * | | Merge commit 'v3.16' into next | James Morris | 2014-09-30 | 1 | -0/+2 |
| |\ \ |
|
| * | | | KEYS: Check hex2bin()'s return when generating an asymmetric key ID | David Howells | 2014-09-22 | 1 | -7/+8 |
| * | | | PKCS#7: Handle PKCS#7 messages that contain no X.509 certs | David Howells | 2014-09-16 | 2 | -17/+47 |
| * | | | PKCS#7: Better handling of unsupported crypto | David Howells | 2014-09-16 | 5 | -16/+74 |
| * | | | KEYS: Overhaul key identification when searching for asymmetric keys | David Howells | 2014-09-16 | 9 | -184/+195 |
| * | | | KEYS: Implement binary asymmetric key ID handling | David Howells | 2014-09-16 | 2 | -0/+93 |
| * | | | KEYS: Make the key matching functions return bool | David Howells | 2014-09-16 | 1 | -2/+2 |
| * | | | KEYS: Remove key_type::match in favour of overriding default by match_preparse | David Howells | 2014-09-16 | 2 | -4/+3 |
| * | | | KEYS: Remove key_type::def_lookup_type | David Howells | 2014-09-16 | 2 | -2/+0 |
| * | | | KEYS: Preparse match data | David Howells | 2014-09-16 | 1 | -1/+30 |
| * | | | Merge tag 'keys-next-fixes-20140916' into keys-next | David Howells | 2014-09-16 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | PKCS#7: Add a missing static | David Howells | 2014-09-16 | 1 | -3/+3 |