1. 68cf017 Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 6 months ago
  2. f2586d9 Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 1 year, 6 months ago
  3. ef5b52a X.509: if signature is unsupported skip validation by Thore Sommer · 1 year, 7 months ago
  4. 080aa61 crypto: fix uninit-value in af_alg_free_resources by Pavel Skripkin · 1 year, 7 months ago
  5. 5ce0bc68 crypto: engine - Remove crypto_engine_ctx by Herbert Xu · 1 year, 7 months ago
  6. e5e7eb0 crypto: engine - Move crypto_engine_ops from request into crypto_alg by Herbert Xu · 1 year, 7 months ago
  7. 45c461c crypto: engine - Create internal/engine.h by Herbert Xu · 1 year, 7 months ago
  8. 68021de crypto: engine - Move crypto inclusions out of header file by Herbert Xu · 1 year, 7 months ago
  9. bcd6e41 crypto: engine - Remove prepare/unprepare request by Herbert Xu · 1 year, 7 months ago
  10. 4cfb908 KEYS: DigitalSignature link restriction by Eric Snowberg · 1 year, 9 months ago
  11. 91cb1e14 crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff values by Joachim Vandersmissen · 1 year, 7 months ago
  12. 9ae4577 crypto: api - Use work queue in crypto_destroy_instance by Herbert Xu · 1 year, 7 months ago
  13. 6b4b53c crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial() by Frederick Lawler · 1 year, 7 months ago
  14. 6a4b8aa crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390 by David Howells · 1 year, 7 months ago
  15. 9f3fa6b KEYS: use kfree_sensitive with key by Mahmoud Adam · 1 year, 8 months ago
  16. 20508b7 crypto: sig - Remove some unused functions by Jiapeng Chong · 1 year, 8 months ago
  17. babb80b crypto: lrw,xts - Replace strlcpy with strscpy by Azeem Shaikh · 1 year, 9 months ago
  18. 31ba6dd KEYS: fix kernel-doc warnings in verify_pefile by Gaosheng Cui · 1 year, 9 months ago
  19. 0b7ec17 crypto: algif_hash - Fix race between MORE and non-MORE sends by David Howells · 1 year, 8 months ago
  20. 9e9311e KEYS: asymmetric: Fix error codes by Dan Carpenter · 1 year, 8 months ago
  21. d3dccb0a crypto: af_alg - Fix merging of written data into spliced pages by David Howells · 1 year, 8 months ago
  22. 5d95ff8 Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 8 months ago
  23. 486bfb0 crypto: akcipher - Do not copy dst if it is NULL by Herbert Xu · 1 year, 8 months ago
  24. 891ebfd crypto: sig - Fix verify call by Herbert Xu · 1 year, 8 months ago
  25. 767cfee crypto: akcipher - Set request tfm on sync path by Herbert Xu · 1 year, 8 months ago
  26. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
  27. 63ba4d6 KEYS: asymmetric: Use new crypto interface without scatterlists by Herbert Xu · 1 year, 9 months ago
  28. e5221fa KEYS: asymmetric: Move sm2 code into x509_public_key by Herbert Xu · 1 year, 9 months ago
  29. 6cb8815 crypto: sig - Add interface for sign/verify by Herbert Xu · 1 year, 9 months ago
  30. addde1f crypto: akcipher - Add sync interface without SG lists by Herbert Xu · 1 year, 9 months ago
  31. 9979c6e crypto: cipher - On clone do crypto_mod_get() by Dmitry Safonov · 1 year, 9 months ago
  32. fa3b356 crypto: api - Add __crypto_alloc_tfmgfp by Herbert Xu · 1 year, 9 months ago
  33. fa919f9 crypto: api - Remove crypto_init_ops() by Dmitry Safonov · 1 year, 9 months ago
  34. 6637e11 crypto: rsa - allow only odd e and restrict value in FIPS mode by Mahmoud Adam · 1 year, 9 months ago
  35. ba51738 crypto: geniv - Split geniv out of AEAD Kconfig option by Herbert Xu · 1 year, 9 months ago
  36. fb28fab crypto: algboss - Add missing dependency on RNG2 by Herbert Xu · 1 year, 9 months ago
  37. b6d972f crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE) by David Howells · 1 year, 9 months ago
  38. 4380499 crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit by David Howells · 1 year, 9 months ago
  39. f75bd28 crypto: hmac - Add missing blank line by Franziska Naepelt · 1 year, 9 months ago
  40. 345ee3e algif: Remove hash_sendpage*() by David Howells · 1 year, 9 months ago
  41. 449f6bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
  42. c662b04 crypto: af_alg/hash: Support MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
  43. fb800fa crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
  44. bf63e25 crypto: af_alg: Support MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
  45. 73d7409 crypto: af_alg: Indent the loop in af_alg_sendmsg() by David Howells · 1 year, 9 months ago
  46. c1abe6f5 crypto: af_alg: Use extract_iter_to_sg() to create scatterlists by David Howells · 1 year, 9 months ago
  47. f9e7a5f crypto: af_alg: Pin pages rather than ref'ing if appropriate by David Howells · 1 year, 9 months ago
  48. c3d03e8 KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() by Roberto Sassu · 2 years, 3 months ago
  49. d236597 crypto: jitter - correct health test during initialization by Stephan Müller · 1 year, 9 months ago
  50. 66dd59b crypto: Kconfig - warn about performance overhead of CRYPTO_STATS by Eric Biggers · 1 year, 10 months ago
  51. b7be31b crypto: shash - Allow cloning on algorithms with no init_tfm by Herbert Xu · 1 year, 10 months ago
  52. ed51bba crypto: cmac - Add support for cloning by Herbert Xu · 1 year, 10 months ago
  53. 51d8d6d crypto: cipher - Add crypto_clone_cipher by Herbert Xu · 1 year, 10 months ago
  54. cf2eddc crypto: cmac - Use modern init_tfm/exit_tfm by Herbert Xu · 1 year, 10 months ago
  55. 4e3901f crypto: aegis128-neon - add header for internal prototypes by Arnd Bergmann · 1 year, 10 months ago
  56. 69f1c38 crypto: jitter - add interface for gathering of raw entropy by Stephan Müller · 1 year, 11 months ago
  57. bb897c5 crypto: jitter - replace LFSR with SHA3-256 by Stephan Müller · 1 year, 11 months ago
  58. 3908edf crypto: hash - Make crypto_ahash_alg helper available by Herbert Xu · 1 year, 11 months ago
  59. c7535fb crypto: hash - Add statesize to crypto_ahash by Herbert Xu · 1 year, 11 months ago
  60. 6f69c98 Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 10 months ago
  61. 611c9d8 Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson by Linus Torvalds · 1 year, 10 months ago
  62. b8969a1 crypto: api - Fix CRYPTO_USER checks for report function by Ondrej Mosnacek · 1 year, 10 months ago
  63. 2f16482 LoongArch: crypto: Add crc32 and crc32c hw acceleration by Min Zhou · 1 year, 10 months ago
  64. 4140aaf crypto: engine - fix crypto_queue backlog handling by Olivier Bacon · 1 year, 11 months ago
  65. b6a7828 Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 10 months ago
  66. 733f7e9c Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 10 months ago
  67. 099f26f integrity: machine keyring CA configuration by Eric Snowberg · 2 years ago
  68. 76adb2f KEYS: CA link restriction by Eric Snowberg · 2 years ago
  69. 5676712 KEYS: X.509: Parse Key Usage by Eric Snowberg · 2 years ago
  70. 30eae2b KEYS: X.509: Parse Basic Constraints for CA by Eric Snowberg · 2 years ago
  71. ba24b8e crypto: testmgr - Add some test vectors for cmac(camellia) by David Howells · 1 year, 11 months ago
  72. cfbda73 crypto: cryptd - Add support for cloning hashes by Herbert Xu · 1 year, 11 months ago
  73. 0303b7f crypto: cryptd - Convert hash to use modern init_tfm/exit_tfm by Herbert Xu · 1 year, 11 months ago
  74. 8538e60 crypto: hmac - Add support for cloning by Herbert Xu · 1 year, 11 months ago
  75. ed3630b crypto: hash - Add crypto_clone_ahash/shash by Herbert Xu · 1 year, 11 months ago
  76. 3c3a24c crypto: api - Add crypto_clone_tfm by Herbert Xu · 1 year, 11 months ago
  77. ae131f4 crypto: api - Add crypto_tfm_get by Herbert Xu · 1 year, 11 months ago
  78. 01f727c crypto: api - Move low-level functions into algapi.h by Herbert Xu · 1 year, 11 months ago
  79. 8a8dd17d KEYS: remove MODULE_LICENSE in non-modules by Nick Alcock · 2 years ago
  80. 9697b32 crypto: hash - Remove maximum statesize limit by Herbert Xu · 1 year, 11 months ago
  81. acc03d8 crypto: algif_hash - Allocate hash state with kmalloc by Herbert Xu · 1 year, 11 months ago
  82. 686cd97 crypto: drbg - Only fail when jent is unavailable in FIPS mode by Herbert Xu · 1 year, 11 months ago
  83. 3fde2fe crypto: jitter - permanent and intermittent health errors by Stephan Müller · 2 years ago
  84. 0dee6cd async_tx: fix kernel-doc notation warnings by Randy Dunlap · 2 years ago
  85. a543ada crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() by Toke Høiland-Jørgensen · 2 years ago
  86. 3584c1d asymmetric_keys: log on fatal failures in PE/pkcs7 by Robbie Harwood · 2 years ago
  87. 4fc5c74 verify_pefile: relax wrapper length check by Robbie Harwood · 2 years ago
  88. 6862918 crypto: fips - simplify one-level sysctl registration for crypto_sysctl_table by Luis Chamberlain · 2 years ago
  89. f900fde2 crypto: testmgr - fix RNG performance in fuzz tests by Eric Biggers · 2 years ago
  90. c0f9e01 crypto: api - Check CRYPTO_USER instead of NET for report by Herbert Xu · 2 years ago
  91. 9807e49 crypto: rng - Count error stats differently by Herbert Xu · 2 years ago
  92. 1085680 crypto: skcipher - Count error stats differently by Herbert Xu · 2 years ago
  93. e2950bf crypto: kpp - Count error stats differently by Herbert Xu · 2 years ago
  94. 0a74238 crypto: acomp - Count error stats differently by Herbert Xu · 2 years ago
  95. 42808e5 crypto: hash - Count error stats differently by Herbert Xu · 2 years ago
  96. 035d78a crypto: akcipher - Count error stats differently by Herbert Xu · 2 years ago
  97. 0df4adf crypto: aead - Count error stats differently by Herbert Xu · 2 years ago
  98. ed0733e crypto: algapi - Move stat reporting into algapi by Herbert Xu · 2 years ago
  99. 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years ago
  100. 36289a03b Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years ago