1. d858b07 crypto: rsa-pkcs1pad - Avoid copying output when possible by Herbert Xu · 8 years ago
  2. 73f7918 crypto: rsa-pkcs1pad - Move key size check to setkey by Herbert Xu · 8 years ago
  3. 3a32ce5 crypto: rsa-pkcs1pad - Always use GFP_KERNEL by Herbert Xu · 8 years ago
  4. 0f2c831 crypto: rsa-pkcs1pad - Remove bogus page splitting by Herbert Xu · 8 years ago
  5. c0d20d2 crypto: rsa-pkcs1pad - Require hash to be present by Herbert Xu · 8 years ago
  6. 9b45b7b crypto: rsa - Generate fixed-length output by Herbert Xu · 8 years ago
  7. 50d2b643 crypto: testmgr - Allow leading zeros in RSA by Herbert Xu · 8 years ago
  8. 1503a24 crypto: tcrypt - Add speed test for cts by Herbert Xu · 8 years ago
  9. 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 8 years ago
  10. 7166e58 crypto: tcrypt - Use skcipher by Herbert Xu · 8 years ago
  11. 2495cf2 crypto: ahash - Add padding in crypto_ahash_extsize by Herbert Xu · 8 years ago
  12. 927ef32 crypto: authenc - Consider ahash ASYNC bit by Herbert Xu · 8 years ago
  13. c34252f crypto: authenc - Remove redundant sg_init_table call. by Harsh Jain · 8 years ago
  14. 72259de crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test by Herbert Xu · 8 years ago
  15. f8de55b crypto: tcrypt - Use unsigned long for mb ahash cycle counter by Herbert Xu · 8 years ago
  16. f83f5b1 crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues by Krzysztof Kozlowski · 8 years ago
  17. 14009c4 crypto: tcrypt - Add new mode for sha512_mb by Megha Dey · 8 years ago
  18. 026bb8a crypto: sha512-mb - Enable SHA512 multibuffer support by Megha Dey · 8 years ago
  19. 087bcd2 crypto: tcrypt - Add speed tests for SHA multibuffer algorithms by Megha Dey · 8 years ago
  20. 9be7e24 crypto: sha256-mb - Enable multibuffer support by Megha Dey · 8 years ago
  21. 8f44df1 crypto: ecdh - make ecdh_shared_secret unique by Stephen Rothwell · 8 years ago
  22. b578456 crypto: jitterentropy - use ktime_get_ns as fallback by Stephan Mueller · 8 years ago
  23. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  24. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  25. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  26. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 8 years ago
  27. 88407a3 crypto: ablk_helper - Fix cryptd reordering by Herbert Xu · 8 years ago
  28. 81760ea crypto: cryptd - Add helpers to check whether a tfm is queued by Herbert Xu · 8 years ago
  29. fd2efd9 Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG" by Herbert Xu · 8 years ago
  30. 055ddaa crypto: user - re-add size check for CRYPTO_MSG_GETALG by Mathias Krause · 8 years ago
  31. 01ac945 crypto: drbg - fix an error code in drbg_init_sym_kernel() by Dan Carpenter · 8 years ago
  32. 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 8 years ago
  33. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 8 years ago
  34. b30bdfa crypto: gcm - Filter out async ghash if necessary by Herbert Xu · 8 years ago
  35. 88f1d31 crypto: drbg - fix semicolon.cocci warnings by Wu Fengguang · 8 years ago
  36. 5a7de97 crypto: rsa - return raw integers for the ASN.1 parser by Tudor Ambarus · 8 years ago
  37. 103eb3f crypto: drbg - avoid duplicate maintenance of key by Stephan Mueller · 8 years ago
  38. a07203f crypto: drbg - use full CTR AES for update by Stephan Mueller · 8 years ago
  39. 3cfc3b9 crypto: drbg - use aligned buffers by Stephan Mueller · 8 years ago
  40. 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 8 years ago
  41. 88aff46 crypto: skcipher - remove unused header cpumask.h by Geliang Tang · 8 years ago
  42. ed494d4 crypto: drbg - reduce number of setkey calls by Stephan Mueller · 8 years ago
  43. eed1e1a crypto: user - no parsing of CRYPTO_MSG_GETALG by Stephan Mueller · 8 years ago
  44. 4469854 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  45. 653bd45 Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by James Morris · 8 years ago
  46. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  47. bad6a18 crypto: public_key: select CRYPTO_AKCIPHER by Arnd Bergmann · 8 years ago
  48. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  49. 3c8f227 KEYS: The PKCS#7 test key type should use the secondary keyring by David Howells · 8 years ago
  50. df27b26 crypto: testmgr - Use kmalloc memory for RSA input by Herbert Xu · 8 years ago
  51. 9e5c9fe crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime. by Richard W.M. Jones · 8 years ago
  52. 58446fe crypto: rsa - select crypto mgr dependency by Tadeusz Struk · 8 years ago
  53. 13f4bb7 crypto: hash - Fix page length clamping in hash walk by Herbert Xu · 8 years ago
  54. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  55. 5f575ef crypto: lzo - get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  56. 6f0904a crypto: rsa-pkcs1pad - fix dst len by Tadeusz Struk · 8 years ago
  57. a511e1a KEYS: Move the point of trust determination to __key_link() by David Howells · 8 years ago
  58. 99716b7 KEYS: Make the system trusted keyring depend on the asymmetric key type by David Howells · 8 years ago
  59. cfb664f X.509: Move the trust validation code out to its own file by David Howells · 8 years ago
  60. 5f7f5c8 X.509: Use verify_signature() if we have a struct key * to use by David Howells · 8 years ago
  61. 9eb0298 KEYS: Generalise x509_request_asymmetric_key() by David Howells · 8 years ago
  62. 983023f KEYS: Move x509_request_asymmetric_key() to asymmetric_type.c by David Howells · 8 years ago
  63. bda850c PKCS#7: Make trust determination dependent on contents of trust keyring by David Howells · 8 years ago
  64. e68503b KEYS: Generalise system_verify_data() to provide access to internal content by David Howells · 8 years ago
  65. ad3043f X.509: Fix self-signed determination by David Howells · 8 years ago
  66. 6c2dc5a X.509: Extract signature digest and make self-signed cert checks earlier by David Howells · 8 years ago
  67. 566a117 PKCS#7: Make the signature a pointer rather than embedding it by David Howells · 8 years ago
  68. 77d0910 X.509: Retain the key verification data by David Howells · 8 years ago
  69. a022ec0 KEYS: Add identifier pointers to public_key_signature struct by David Howells · 8 years ago
  70. 3b76456 KEYS: Allow authentication data to be stored in an asymmetric key by David Howells · 8 years ago
  71. 864e7a8 X.509: Whitespace cleanup by David Howells · 8 years ago
  72. 4218ebe crypto: drbg - set HMAC key only when altered by Stephan Mueller · 8 years ago
  73. 06af9b0 PKCS#7: fix missing break on OID_sha224 case by Colin Ian King · 8 years ago
  74. 83094e5e crypto: af_alg - add async support to algif_aead by Tadeusz Struk · 8 years ago
  75. 62f444e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  76. e543589 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument by Nicolai Stange · 8 years ago
  77. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  78. 95813b8 mm/page_ref: add tracepoint to track down page reference manipulation by Joonsoo Kim · 8 years ago
  79. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  80. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  81. 4e8ae72 X.509: Make algo identifiers text instead of enum by David Howells · 8 years ago
  82. d43de6c akcipher: Move the RSA DER encoding check to the crypto layer by David Howells · 8 years ago
  83. a49de37 crypto: Add hash param to pkcs1pad by Tadeusz Struk · 8 years ago
  84. 7650cb8 X.509: Handle midnight alternative notation in GeneralizedTime by David Howells · 8 years ago
  85. da02559 X.509: Support leap seconds by David Howells · 8 years ago
  86. ac4cbed X.509: Fix leap year handling again by David Howells · 8 years ago
  87. 06aae592 PKCS#7: fix unitialized boolean 'want' by Colin Ian King · 8 years ago
  88. 8888690 crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode. by Marcus Meissner · 8 years ago
  89. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 8 years ago
  90. fb16abc crypto: testmgr - mark authenticated ctr(aes) also as FIPS able by Marcus Meissner · 8 years ago
  91. db6c43b crypto: KEYS: convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  92. f75516a crypto: keys - Revert "convert public key to akcipher api" by Herbert Xu · 8 years ago
  93. ed1afac crypto: testmgr - mark more algorithms as FIPS compliant by Marcus Meissner · 8 years ago
  94. abfa7f4 crypto: testmgr - fix out of bound read in __test_aead() by Jerome Marchand · 8 years ago
  95. 018ba95 crypto: testmgr - Add a test case for import()/export() by Wang, Rui Y · 8 years ago
  96. 57f96bb crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  97. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 8 years ago
  98. 0660511 crypto: tcrypt - Use ahash by Herbert Xu · 8 years ago
  99. dad4199 crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path by Herbert Xu · 8 years ago
  100. 6454c2b crypto: algif_skcipher - Do not dereference ctx without socket lock by Herbert Xu · 8 years ago