1. 39457ac crypto: xor - skip speed test if the xor function is selected automatically by Martin Schwidefsky · 8 years ago
  2. d89a671 crypto: drbg - do not call drbg_instantiate in healt test by Stephan Mueller · 8 years ago
  3. ddbc736 crypto: xts - fix a little typo by Corentin LABBE · 8 years ago
  4. 0fae0c1 crypto: testmgr - fix !x==y confusion by Yanjiang Jin · 8 years ago
  5. c12abf3 crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC by Michael Ellerman · 8 years ago
  6. f743e70 crypto: sha3 - Add missing ULL suffixes for 64-bit constants by Geert Uytterhoeven · 8 years ago
  7. 818e607 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  8. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  9. 48d4ca5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  10. 87dcdeb crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct by Herbert Xu · 8 years ago
  11. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  12. 15226e4 crypto: testmgr - Print akcipher algorithm name by Herbert Xu · 8 years ago
  13. a6d7bfd crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct by Tadeusz Struk · 8 years ago
  14. ac02725 crypto: scatterwalk - Inline start/map/done by Herbert Xu · 8 years ago
  15. 2ee732d crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_start by Herbert Xu · 8 years ago
  16. 28cf86f crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedone by Herbert Xu · 8 years ago
  17. 5f070e8 crypto: scatterwalk - Fix test in scatterwalk_done by Herbert Xu · 8 years ago
  18. 85eccdd crypto: scatterwalk - Add no-copy support to copychunks by Herbert Xu · 8 years ago
  19. 5506f53 crypto: scatterwalk - Remove scatterwalk_bytes_sglen by Herbert Xu · 8 years ago
  20. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  21. 6cf80a2 crypto: user - Remove crypto_lookup_skcipher call by Herbert Xu · 8 years ago
  22. 0605c41 crypto: cts - Convert to skcipher by Herbert Xu · 8 years ago
  23. 499a66e crypto: null - Remove default null blkcipher by Herbert Xu · 8 years ago
  24. da72130 crypto: aead - Remove blkcipher null for IV generators by Herbert Xu · 8 years ago
  25. ef22871 crypto: seqiv - Use skcipher by Herbert Xu · 8 years ago
  26. 0e8bff4 crypto: echainiv - Use skcipher by Herbert Xu · 8 years ago
  27. ca0494c crypto: aead - Add skcipher null for IV generators by Herbert Xu · 8 years ago
  28. 1e1f006 crypto: chacha20poly1305 - Use skcipher by Herbert Xu · 8 years ago
  29. 16f37ecd crypto: gcm - Use skcipher by Herbert Xu · 8 years ago
  30. 464b93a crypto: ccm - Use skcipher by Herbert Xu · 8 years ago
  31. b2b39c2 crypto: ctr - Use skcipher in rfc3686 by Herbert Xu · 8 years ago
  32. e75445a crypto: authencesn - Use skcipher by Herbert Xu · 8 years ago
  33. 7217d49 crypto: authenc - Use skcipher by Herbert Xu · 8 years ago
  34. 7a530aa crypto: aead - Add chunk size by Herbert Xu · 8 years ago
  35. a012973 crypto: null - Add new default null skcipher by Herbert Xu · 8 years ago
  36. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 8 years ago
  37. acddc72 KEYS: Fix for erroneous trust of incorrectly signed X.509 certs by Mat Martineau · 8 years ago
  38. d128471 pefile: Fix the failure of calculation for digest by Lans Zhang · 8 years ago
  39. a46e667 PKCS#7: Fix panic when referring to the empty AKID when DEBUG defined by Lans Zhang · 8 years ago
  40. c8afbc8 crypto: testmgr - Add 4K private key to RSA testvector by Salvatore Benedetto · 8 years ago
  41. 8be0b84 crypto: rsa - Store rest of the private key components by Salvatore Benedetto · 8 years ago
  42. 57763f5 crypto: testmgr - Set err before proceeding by Salvatore Benedetto · 8 years ago
  43. 6dd7a82 crypto: powerpc - Add POWER8 optimised crc32c by Anton Blanchard · 8 years ago
  44. 27710b8 crypto: rsa-pkcs1pad - Fix regression from leading zeros by Herbert Xu · 8 years ago
  45. e192be9 random: replace non-blocking pool with a Chacha20-based CRNG by Theodore Ts'o · 8 years ago
  46. 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 8 years ago
  47. d13cd11 crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test by Herbert Xu · 8 years ago
  48. d858b07 crypto: rsa-pkcs1pad - Avoid copying output when possible by Herbert Xu · 8 years ago
  49. 73f7918 crypto: rsa-pkcs1pad - Move key size check to setkey by Herbert Xu · 8 years ago
  50. 3a32ce5 crypto: rsa-pkcs1pad - Always use GFP_KERNEL by Herbert Xu · 8 years ago
  51. 0f2c831 crypto: rsa-pkcs1pad - Remove bogus page splitting by Herbert Xu · 8 years ago
  52. c0d20d2 crypto: rsa-pkcs1pad - Require hash to be present by Herbert Xu · 8 years ago
  53. 9b45b7b crypto: rsa - Generate fixed-length output by Herbert Xu · 8 years ago
  54. 50d2b643 crypto: testmgr - Allow leading zeros in RSA by Herbert Xu · 8 years ago
  55. 1503a24 crypto: tcrypt - Add speed test for cts by Herbert Xu · 8 years ago
  56. 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 8 years ago
  57. 7166e58 crypto: tcrypt - Use skcipher by Herbert Xu · 8 years ago
  58. 2495cf2 crypto: ahash - Add padding in crypto_ahash_extsize by Herbert Xu · 8 years ago
  59. 927ef32 crypto: authenc - Consider ahash ASYNC bit by Herbert Xu · 8 years ago
  60. c34252f crypto: authenc - Remove redundant sg_init_table call. by Harsh Jain · 8 years ago
  61. 72259de crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test by Herbert Xu · 8 years ago
  62. f8de55b crypto: tcrypt - Use unsigned long for mb ahash cycle counter by Herbert Xu · 8 years ago
  63. f83f5b1 crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues by Krzysztof Kozlowski · 8 years ago
  64. 14009c4 crypto: tcrypt - Add new mode for sha512_mb by Megha Dey · 8 years ago
  65. 026bb8a crypto: sha512-mb - Enable SHA512 multibuffer support by Megha Dey · 8 years ago
  66. 087bcd2 crypto: tcrypt - Add speed tests for SHA multibuffer algorithms by Megha Dey · 8 years ago
  67. 9be7e24 crypto: sha256-mb - Enable multibuffer support by Megha Dey · 8 years ago
  68. 8f44df1 crypto: ecdh - make ecdh_shared_secret unique by Stephen Rothwell · 8 years ago
  69. b578456 crypto: jitterentropy - use ktime_get_ns as fallback by Stephan Mueller · 8 years ago
  70. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  71. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  72. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  73. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 8 years ago
  74. 88407a3 crypto: ablk_helper - Fix cryptd reordering by Herbert Xu · 8 years ago
  75. 81760ea crypto: cryptd - Add helpers to check whether a tfm is queued by Herbert Xu · 8 years ago
  76. fd2efd9 Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG" by Herbert Xu · 8 years ago
  77. 055ddaa crypto: user - re-add size check for CRYPTO_MSG_GETALG by Mathias Krause · 8 years ago
  78. 01ac945 crypto: drbg - fix an error code in drbg_init_sym_kernel() by Dan Carpenter · 8 years ago
  79. 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 8 years ago
  80. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 8 years ago
  81. b30bdfa crypto: gcm - Filter out async ghash if necessary by Herbert Xu · 8 years ago
  82. 88f1d31 crypto: drbg - fix semicolon.cocci warnings by Wu Fengguang · 8 years ago
  83. 5a7de97 crypto: rsa - return raw integers for the ASN.1 parser by Tudor Ambarus · 8 years ago
  84. 103eb3f crypto: drbg - avoid duplicate maintenance of key by Stephan Mueller · 8 years ago
  85. a07203f crypto: drbg - use full CTR AES for update by Stephan Mueller · 8 years ago
  86. 3cfc3b9 crypto: drbg - use aligned buffers by Stephan Mueller · 8 years ago
  87. 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 8 years ago
  88. 88aff46 crypto: skcipher - remove unused header cpumask.h by Geliang Tang · 8 years ago
  89. ed494d4 crypto: drbg - reduce number of setkey calls by Stephan Mueller · 8 years ago
  90. eed1e1a crypto: user - no parsing of CRYPTO_MSG_GETALG by Stephan Mueller · 8 years ago
  91. 4469854 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  92. 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
  93. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  94. bad6a18 crypto: public_key: select CRYPTO_AKCIPHER by Arnd Bergmann · 8 years ago
  95. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  96. 3c8f227 KEYS: The PKCS#7 test key type should use the secondary keyring by David Howells · 8 years ago
  97. df27b26 crypto: testmgr - Use kmalloc memory for RSA input by Herbert Xu · 8 years ago
  98. 9e5c9fe crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime. by Richard W.M. Jones · 8 years ago
  99. 58446fe crypto: rsa - select crypto mgr dependency by Tadeusz Struk · 8 years ago
  100. 13f4bb7 crypto: hash - Fix page length clamping in hash walk by Herbert Xu · 8 years ago