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