]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2026 18:46:22 +0000 (11:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2026 18:46:22 +0000 (11:46 -0700)
commite2683c8868d03382da7e1ce8453b543a043066d1
tree2b6c80ee33679753fc61114835fe89534d5e71ce
parent6fdca3c5ab55d6a74277efcae2db9828f567a06a
parente9af4f47d4a036b4be67e4be361f62e05081f7bf
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull more crypto library updates from Eric Biggers:
 "Crypto library fix and documentation update:

   - Fix an integer underflow in the mpi library

   - Improve the crypto library documentation"

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crypto: docs: Add rst documentation to Documentation/crypto/
  docs: kdoc: Expand 'at_least' when creating parameter list
  lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()
tools/lib/python/kdoc/kdoc_parser.py