SHA256
1
0
forked from pool/Botan

Compare commits

..

6 Commits

Author SHA256 Message Date
1b12af3389 Merge pull request 'Update to 3.6.1' (#9) from ayankov/Botan:3.6.1_update into factory 2024-12-03 09:52:09 +01:00
8888a5f1b7 Update to 3.6.1
In some rare conditions, Botan 3.6.0 has problems with Processors, see:
https://botan.randombit.net/news.html#version-3-6-1-2024-10-26
2024-12-02 14:32:51 +02:00
8b7ee3249d Merge pull request 'Update to Botan 3.6.0 - the latest stable release' (#7) from ayankov/Botan:factory into factory 2024-10-30 09:33:58 +01:00
077c0354e6 Update to Botan 3.6.0 - the latest stable release
Some checks failed
obs/scm/build
2024-10-25 17:06:58 +03:00
Git SCM Staging
478415c803 Merge pull request 'Bump 'Botan' src package to Botan3' (#6) from ayankov/Botan:factory into factory 2024-08-01 22:05:39 +02:00
13cdc02dbf Bump 'Botan' src package to Botan3
Some checks failed
obs/scm/build
Botan 2 is EOL 2024. Moving this to the new version, so we can
transition packages to depend on this instead of botan-2 before EOL
hits.
2024-08-01 11:27:54 +03:00
9 changed files with 41 additions and 25 deletions

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

Binary file not shown.

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmaL+2IACgkQYhHr8e+6
37zf+wf/U9GF3tguONnO/jcUeolt79VImmvda0nnMSeHkP67mpSFj+dAHZ9ZZHKL
2/TlzLHasb0hqZkmM08LtN4kUm8U6EZcfFV8c7Z3gcLIApepDejLk1Ya4/171GiV
tljiNpQOuX4GoaPkMO8QKBmbTSqXcaedu+CDp8LPiP3+t8cTSXm/rSZ8zJge+QO1
0BemGyGnE2SftJfQOCEQtmt0m04g3efekv1xzMHQAzsorfXkqCYslCuOmmlcbObX
X/Bwr6yulwtzS5ON5YPZ33xQpISwBtwDEJcmPKDIGOoPecOxdc3qxL2qWPo5c3zs
YScRQOJLiDByh6iVINYHCuGpbdxrxw==
=nyD1
-----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,26 @@
-------------------------------------------------------------------
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>
- Botan 3.6.0, the latest stable release of the Botan 3 series
* Fully integrate and further optimize the new ECC library first introduced in 3.5.0. For common curves, operations are 2 to 3 times faster. This also introduces a new API for low level EC operations, such a point multiplication, using EC_Scalar and EC_AffinePoint types
* Add support for AVX2-VAES instructions
* Add support for new ECC curves
* Fix: CVE-2024-50382
For full changelog, see: https://botan.randombit.net/news.html#version-3-6-0-2024-10-21
-------------------------------------------------------------------
Tue Jul 30 19:37:33 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,10 +17,10 @@
#
%define version_suffix 3-5
%define version_suffix 3-6
%define short_version 3
Name: Botan
Version: 3.5.0
Version: 3.6.1
Release: 0
Summary: A C++ Crypto Library
License: BSD-2-Clause

View File

@ -1,4 +0,0 @@
mtime: 1722500874
commit: 13cdc02dbff51e0e0abe5b1c4ab1e2156cbace09b4cbae9d8b8de25876ddd658
url: https://src.opensuse.org/ayankov/Botan.git
revision: 13cdc02dbff51e0e0abe5b1c4ab1e2156cbace09b4cbae9d8b8de25876ddd658

View File

@ -1,4 +1,4 @@
libbotan-3-5
libbotan-3-6
libbotan-devel
requires -libbotan-<targettype> = <version>
requires "libbotan-3-5-<targettype> = <version>"
requires "libbotan-3-6-<targettype> = <version>"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:716cf89a59adc5c0782cf4e62d6e7f0155af93aea073a09b202a6e57a65fdf8f
size 256