Update to Botan 3.6.1 #8

Open
buschmann23 wants to merge 1 commits from buschmann23/Botan:factory into factory
First-time contributor
  • Notice: Botan 3.7.0 will remove support for the currently
    supported experimental Kyber r3 TLS ciphersuites, leaving only
    the standardized ML-KEM suites.
  • Fix a bug in x86 CPUID detection introduced in 3.6.0 which would
    cause crashes on systems which have BMI1 but not BMI2.
    (gh#randombit/botan#4401)
  • Fix a bug in SLH-DSA signing, which did not default to the FIPS
    required randomized variant. (gh#randombit/botan#4398)
  • Modify how elliptic curve blinding is performed, reducing the
    number of self-additions that may occur during multiplication.
  • In speed command line utility, also iterate keygen several times.
* Notice: Botan 3.7.0 will remove support for the currently supported experimental Kyber r3 TLS ciphersuites, leaving only the standardized ML-KEM suites. * Fix a bug in x86 CPUID detection introduced in 3.6.0 which would cause crashes on systems which have BMI1 but not BMI2. (gh#randombit/botan#4401) * Fix a bug in SLH-DSA signing, which did not default to the FIPS required randomized variant. (gh#randombit/botan#4398) * Modify how elliptic curve blinding is performed, reducing the number of self-additions that may occur during multiplication. * In speed command line utility, also iterate keygen several times.
buschmann23 added 1 commit 2024-10-30 14:39:41 +01:00
* Notice: Botan 3.7.0 will remove support for the currently
  supported experimental Kyber r3 TLS ciphersuites, leaving only
  the standardized ML-KEM suites.
* Fix a bug in x86 CPUID detection introduced in 3.6.0 which would
  cause crashes on systems which have BMI1 but not BMI2.
  (gh#randombit/botan#4401)
* Fix a bug in SLH-DSA signing, which did not default to the FIPS
  required randomized variant. (gh#randombit/botan#4398)
* Modify how elliptic curve blinding is performed, reducing the
  number of self-additions that may occur during multiplication.
* In speed command line utility, also iterate keygen several times.
buschmann23 changed title from Update to Botan 3.6.0 to Update to Botan 3.6.1 2024-11-13 19:50:18 +01:00
This pull request has changes conflicting with the target branch.
  • Botan.changes

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u factory:buschmann23-factory
git checkout buschmann23-factory
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pool/Botan#8
No description provided.