Update to Botan 3.6.1 #8

Closed
buschmann23 wants to merge 5 commits from (deleted):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
Contributor

Thank you for this PR. It seems it slipped through the cracks as this workflow is still somewhat new to me. Please, consider closing this, since we are already at 3.6.1 and bumping to 3.7.1.

Thank you for this PR. It seems it slipped through the cracks as this workflow is still somewhat new to me. Please, consider closing this, since we are already at 3.6.1 and bumping to 3.7.1.
Author
First-time contributor

No problem. 👍 :)

No problem. 👍 :)
buschmann23 closed this pull request 2025-03-12 15:48:06 +01:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pool/Botan#8
No description provided.