SHA256
1
0
forked from pool/Botan

Merge pull request 'Update to 3.6.1' (#9) from ayankov/Botan:3.6.1_update into factory

This commit is contained in:
Git SCM Staging 2024-12-03 09:52:09 +01:00
commit 1b12af3389
6 changed files with 26 additions and 16 deletions

BIN
Botan-3.6.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,12 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmcWtMcACgkQYhHr8e+6
37z9Kgf9GUMVpxBZEt9xIKu4l28zmhMBDmF9j7hsk3sHNMyWx2iuBGnLK80maoNG
PWgABMxgT857FHyC4j7G7qMA5O2dDbkXjK231W8DttydNmif10tq4Ib6v5oevK3K
pCfqKY/M0knrKxuVwChvCNt2e3qfFsotPDLoAJogWJhAJoLGCxebI3GYlsUak07l
9U2lmkNG0U07LOdBuvUn7sWhOmSXmWhR3B94Iwfxs465K+cenL+JMtUVnOYaqxK/
Jbb1vT/nx6kLDu3dwusjs8d+Ud9zvbJuPyf2mUmyCqPY8Tw1fkuffyQt/QwuxP2K
oQtqYvSYHl/lVsLRjCbkeXOPyRP7aw==
=zvPz
-----END PGP SIGNATURE-----

BIN
Botan-3.6.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

11
Botan-3.6.1.tar.xz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmccy+oACgkQYhHr8e+6
37z+nAgAkCc0snrZv7Nl5pkI5k8NC54nBjDwJDBGrIkm4LnyYwJiF5ZLwlAp8HrX
2gZ4Rn9VNmMj4bW2JyCWoaia4j/5GXawscJ4AIY4ECJSkF0ye4VLKmYZIiRNiNQX
Db3W9df5mUQI7DogcBQBHjsq2qNcHot3DRZTsQOIZioS3pMxVS/2IWWTaSkzrS8c
bg3TfeeeBl1WfUoDL8ybNWjMUQxEi+6D0Fv3FROqv4CielTg8SnoN7FJSnq0mTJI
6/cMv6nC/W+E2HT3IAYyIq0t6NYBNsjJ+8SniY3nPosVHZiHzRLqMRw3RMXiy41J
Dmp/IDo65ww/SSuaII+HtbHIsKijJw==
=y+M3
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 5 08:16:35 UTC 2024 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- Botan 3.6.1, the latest stable release of the Botan 3 series
* Notice: Botan 3.7.0 will remove support for the currently supported experimental Kyber r3 TLS ciphersuites, leaving only the standardized ML-KEM suites. (GH #4407 #4403)
* 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 #4402 #4401)
* Fix a bug in SLH-DSA signing, which did not default to the FIPS required randomized variant. (GH #4398)
* Modify how elliptic curve blinding is performed, reducing the number of self-additions that may occur during multiplication. (GH #4408)
* In speed command line utility, also iterate keygen several times. (GH #4381)
-------------------------------------------------------------------
Fri Oct 25 12:47:42 UTC 2024 - Angel Yankov <angel.yankov@suse.com>

View File

@ -20,7 +20,7 @@
%define version_suffix 3-6
%define short_version 3
Name: Botan
Version: 3.6.0
Version: 3.6.1
Release: 0
Summary: A C++ Crypto Library
License: BSD-2-Clause