botan3: 3.2.0 -> 3.3.0

Full release notes: https://botan.randombit.net/news.html#version-3-3-0-2024-02-20

Some highlights:
* Fix DoS with arbitrary length primes in ASN.1 encoding of ECC
* Add FrodoKEM for PQC
* Add Blake2s
* Fix potential side channels in Kyber
* TLS with raw public keys

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2024-03-24 16:37:36 +01:00
parent fa8453e38f
commit 75b52b992b
No known key found for this signature in database
GPG Key ID: FEE64346C8BF92AE
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
baseVersion = "3.2";
baseVersion = "3.3";
revision = "0";
hash = "sha256-BJyEeDX89u86niBrM94F3TiZnDJeJHSCdypVmNnl7OM=";
hash = "sha256-No8R9CbxIFrtuenjI2ihZTXcEb1gNRBm5vZmTsNrhbk=";
})