1. 101e99c crypto: testmgr - generate power-of-2 lengths more often by Eric Biggers · 8 months ago
  2. e0eece0 crypto: deflate - Add aliases to deflate by Kyle Meyer · 9 months ago
  3. 7b3058e crypto: tcrypt - add skcipher speed for given alg by Sergey Portnoy · 9 months ago
  4. 1dcf865 crypto: ecc - Fix off-by-one missing to clear most significant digit by Stefan Berger · 9 months ago
  5. 46b3ff7 crypto: sm2 - Remove sm2 algorithm by Herbert Xu · 9 months ago
  6. 546ce0b crypto: ecdsa - Use ecc_digits_from_bytes to convert signature by Stefan Berger · 9 months ago
  7. 2fd2a82 crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array by Stefan Berger · 9 months ago
  8. d7c897a crypto: ecdsa - Fix the public key format description by Jarkko Sakkinen · 9 months ago
  9. fa501bf2 crypto: testmgr - test setkey in no-SIMD context by Eric Biggers · 9 months ago
  10. 7c699fe crypto: Add missing MODULE_DESCRIPTION() macros by Jeff Johnson · 10 months ago
  11. f911082 crypto: api - Disable boot-test-finished if algapi is a module by Herbert Xu · 10 months ago
  12. 568c98a Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 months ago
  13. 89721e3 Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux by Linus Torvalds · 10 months ago
  14. c6ab5c9 crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes by Stefan Berger · 10 months ago
  15. 46c6d2b Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 10 months ago
  16. 1b294a1 Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 10 months ago
  17. 747ae81 certs: Add ECDSA signature verification self-test by Joachim Vandersmissen · 10 months ago
  18. 8cd9f23 certs: Move RSA self-test data to separate file by Joachim Vandersmissen · 10 months ago
  19. 92ef0fd net: change proto and proto_ops accept type by Jens Axboe · 10 months ago
  20. 84c7d76 Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 months ago
  21. 9d2fd8b KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST by Eric Biggers · 11 months ago
  22. dcaa86b KEYS: asymmetric: Add missing dependency on CRYPTO_SIG by Eric Biggers · 11 months ago
  23. 98f9e44 crypto: api - use 'time_left' variable with wait_for_completion_killable_timeout() by Wolfram Sang · 10 months ago
  24. 89de2db Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 10 months ago
  25. 01474b7 crypto: ecdh - Initialize ctx->private_key in proper byte order by Stefan Berger · 11 months ago
  26. bd955a4 crypto: ecdh - Pass private key in proper byte order to check valid key by Stefan Berger · 11 months ago
  27. 23e4099 crypto: aead,cipher - zeroize key buffer after use by Hailey Mothershead · 11 months ago
  28. fda4f71 bpf: crypto: add skcipher to bpf crypto by Vadim Fedorenko · 11 months ago
  29. 5c6ca9d X.509: Introduce scope-based x509_certificate allocation by Lukas Wunner · 11 months ago
  30. 3ba2ae3 crypto: x509 - Add OID for NIST P521 and extend parser for it by Stefan Berger · 11 months ago
  31. 4dc5033 crypto: asymmetric_keys - Adjust signature size calculation for NIST P521 by Stefan Berger · 11 months ago
  32. a7d45ba crypto: ecdsa - Register NIST P521 and extend test suite by Stefan Berger · 11 months ago
  33. 703ca5c crypto: ecdsa - Rename keylen to bufsize where necessary by Stefan Berger · 11 months ago
  34. dee45a6 crypto: ecdsa - Replace ndigits with nbits where precision is needed by Stefan Berger · 11 months ago
  35. 288b46c crypto: ecc - Add NIST P521 curve parameters by Stefan Berger · 11 months ago
  36. 114e804 crypto: ecc - Add special case for NIST P521 in ecc_point_mult by Stefan Berger · 11 months ago
  37. e7fb0627 crypto: ecc - Implement vli_mmod_fast_521 for NIST p521 by Stefan Berger · 11 months ago
  38. c0d6bd1 crypto: ecc - Add nbits field to ecc_curve structure by Stefan Berger · 11 months ago
  39. 48e8d3a crypto: ecdsa - Extend res.x mod n calculation for NIST P521 by Stefan Berger · 11 months ago
  40. dcee606 crypto: ecdsa - Adjust tests on length of key parameters by Stefan Berger · 11 months ago
  41. d67c96f crypto: ecdsa - Convert byte arrays with key coordinates to digits by Stefan Berger · 11 months ago
  42. 526d23f crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible by Stefan Berger · 11 months ago
  43. ea32d54 crypto: algboss - remove NULL check in cryptomgr_schedule_probe() by Roman Smirnov · 11 months ago
  44. 233e750 crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_key() by Roman Smirnov · 11 months ago
  45. 4ad27a8 crypto: jitter - Replace http with https by Thorsten Blum · 11 months ago
  46. 8fa5f4f crypto: jitter - Remove duplicate word in comment by Thorsten Blum · 11 months ago
  47. 73e5984 crypto: ecdh - explicitly zeroize private_key by Joachim Vandersmissen · 11 months ago
  48. 5adf213 crypto: fips - Remove the now superfluous sentinel element from ctl_table array by Joel Granados · 11 months ago
  49. 6e61ee1 crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warning by Thorsten Blum · 11 months ago
  50. 48e4fd6 crypto: ecdsa - Fix module auto-load on add-key by Stefan Berger · 12 months ago
  51. dbad7b6 crypto: ecc - update ecc_gen_privkey for FIPS 186-5 by Joachim Vandersmissen · 12 months ago
  52. eb5739a crypto: ecrdsa - Fix module auto-load on add_key by Vitaly Chikunov · 12 months ago
  53. 29ce50e crypto: remove CONFIG_CRYPTO_STATS by Eric Biggers · 12 months ago
  54. 1abe267 net: add sk_wake_async_rcu() helper by Eric Dumazet · 11 months ago
  55. 174fdc9 Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 months ago
  56. c150b80 Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 12 months ago
  57. 203a676 Revert "crypto: pkcs7 - remove sha1 support" by Eric Biggers · 12 months ago
  58. c8e7699 Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 months ago
  59. e5eb28f Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 12 months ago
  60. 6a8dbd7 Revert "crypto: remove CONFIG_CRYPTO_STATS" by Herbert Xu · 12 months ago
  61. 77292bb crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmem by Barry Song · 1 year ago
  62. 43a7885 crypto: tcrypt - add ffdhe2048(dh) test by Vladis Dronov · 1 year ago
  63. 2beb81f crypto: remove CONFIG_CRYPTO_STATS by Eric Biggers · 1 year ago
  64. f66a211 crypto: dh - Make public key test FIPS-only by Herbert Xu · 1 year ago
  65. e63df1e crypto: jitter - fix CRYPTO_JITTERENTROPY help text by Randy Dunlap · 1 year, 1 month ago
  66. 7cfc2ab crypto: lskcipher - Copy IV in lskcipher glue code always by Herbert Xu · 1 year ago
  67. 2947a45 treewide: update LLVM Bugzilla links by Nathan Chancellor · 1 year, 2 months ago
  68. e8829ef crypto: rsa - restrict plaintext/ciphertext values more by Joachim Vandersmissen · 1 year, 1 month ago
  69. 9a14b31 crypto: ahash - unexport crypto_hash_alg_has_setkey() by Eric Biggers · 1 year, 1 month ago
  70. 24c890d crypto: algif_hash - Remove bogus SGL free on zero-length error path by Herbert Xu · 1 year, 1 month ago
  71. 69fba37 crypto: cbc - Ensure statesize is zero by Herbert Xu · 1 year, 1 month ago
  72. 8203695 crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c by Joachim Vandersmissen · 1 year, 1 month ago
  73. f18483c crypto: asymmetric_keys - remove redundant pointer secs by Colin Ian King · 1 year, 2 months ago
  74. 1bfde2c crypto: pcbc - remove redundant assignment to nbytes by Colin Ian King · 1 year, 2 months ago
  75. 178f385 RISC-V: hook new crypto subdir into build-system by Heiko Stuebner · 1 year, 1 month ago
  76. 744e1885 crypto: scomp - fix req->dst buffer overflow by Chengming Zhou · 1 year, 2 months ago
  77. 37c6fc3 crypto: skcipher - Pass statesize for simple lskcipher instances by Herbert Xu · 1 year, 3 months ago
  78. 27016f7 crypto: api - Disallow identical driver names by Herbert Xu · 1 year, 3 months ago
  79. 2ec6761 crypto: iaa - Add support for deflate-iaa compression algorithm by Tom Zanussi · 1 year, 3 months ago
  80. 99bd99d crypto: algif_skcipher - Fix stream cipher chaining by Herbert Xu · 1 year, 3 months ago
  81. 47309ea crypto: arc4 - Add internal state by Herbert Xu · 1 year, 3 months ago
  82. 662ea18 crypto: skcipher - Make use of internal state by Herbert Xu · 1 year, 3 months ago
  83. 0ae4dcc crypto: skcipher - Add internal state support by Herbert Xu · 1 year, 3 months ago
  84. 412ac51 crypto: cfb,ofb - Remove cfb and ofb Remove the unused algorithms CFB/OFB. by Herbert Xu · 1 year, 3 months ago
  85. d4bd210 crypto: testmgr - Remove cfb and ofb Remove test vectors for CFB/OFB. by Herbert Xu · 1 year, 3 months ago
  86. 1c95b54 crypto: tcrypt - Remove cfb and ofb Remove tests for CFB/OFB. by Herbert Xu · 1 year, 3 months ago
  87. 67b164a crypto: af_alg - Disallow multiple in-flight AIO requests by Herbert Xu · 1 year, 3 months ago
  88. bc197f5 crypto: drbg - Remove SHA1 from drbg by Dimitri John Ledkov · 1 year, 4 months ago
  89. dd9af70 crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftests by Dimitri John Ledkov · 1 year, 4 months ago
  90. a9dc629 crypto: drbg - update FIPS CTR self-checks to aes256 by Dimitri John Ledkov · 1 year, 4 months ago
  91. 7ee44f1 crypto: drbg - ensure most preferred type is FIPS health checked by Dimitri John Ledkov · 1 year, 4 months ago
  92. d872ca1 crypto: rsa - add a check for allocation failure by Dan Carpenter · 1 year, 4 months ago
  93. fea845f crypto: shash - don't exclude async statuses from error stats by Eric Biggers · 1 year, 4 months ago
  94. 3b22041 Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 4 months ago
  95. 9aedd10 crypto: ahash - Set using_shash for cloned ahash wrapper over shash by Dmitry Safonov · 1 year, 4 months ago
  96. e7ed647 crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT by Herbert Xu · 1 year, 4 months ago
  97. bc3012f Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 4 months ago
  98. ca219be Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 1 year, 4 months ago
  99. a312e07 crypto: adiantum - flush destination page before unmapping by Eric Biggers · 1 year, 4 months ago
  100. b030c45 crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place by Eric Biggers · 1 year, 4 months ago