Unverified Commit 59ef524f authored by Markus Theil's avatar Markus Theil
Browse files

botan2: 2.19.3 -> 2.19.4

Full release notes: https://botan.randombit.net/news.html#version-2-19-4-2024-02-20



Selected items:
* Fix DoS with arbitrary length primes of ECC curves
* Switch to constant time GCD
* Fix for NIST KeyWrap
* Add support for short nonces with AES-XTS

Signed-off-by: default avatarMarkus Theil <theil.markus@gmail.com>
parent fa8453e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@

callPackage ./generic.nix (args // {
  baseVersion = "2.19";
  revision = "3";
  hash = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
  revision = "4";
  hash = "sha256-WjqI72Qz6XvKsO+h7WDGGX5K2p2dMLwcR0N7+JuX8nY=";
})