SHA256
8
0
forked from pool/Botan

9 Commits

Author SHA256 Message Date
2c8b835acf Bump to 3.8.1 2025-06-17 11:43:27 +03:00
f1f88248d8 fix baselibs 2025-03-13 00:35:11 +02:00
13ba0e3be0 Update to 3.7.1 2025-03-12 17:02:17 +02:00
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 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
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 75 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.8.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

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

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmgb150ACgkQYhHr8e+6
37z2cAf+JlFjfrZsBGIz9iFYcPD9NrvHeNp0FBOyPS9Swyy4BMW6VZVnNnWais+U
V+kywsS6dW8ofqkYbJNSJ7lZI7XYpqAGkXiQSYxdscsU+rCYHptjwC7f03q4n2DR
u/rGP8aGROpMOZ+2m5jT1Pa6fTG7zbnloW5An7x0KdjjNJSreVvYbhHU89b6QO1Q
pStX0NQq5M3ky6r3cI3Ik2qnN6bWC1GUOLryJyFYgwxHSH3p6WUrvC/p0CpT1g8x
Wq8TxTtpNTxXcbp2VMYrHesPdUUl7vJD4C7FyZeR6EcLYZ91ZMtpJifJ0tKNkxAe
ac6BZiqMZ4/TenCwcwWCQta8axyE8Q==
=5056
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Jun 17 08:43:06 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
- Bump to 3.8.1
* Discussion has started regarding plans for Botan4, current ETA 2027.
* Ongoing elliptic curve optimizations and cleanups
* Add support for SM4 instructions added in upcoming Intel processors
* Add support for extended private keys in ML-KEM to handle certain implementations which do not use the seed encoding.
* Add support for SHA-512 instructions added in upcoming Intel processors
* The SHA-1 implementation using SSE2 has been extended to support NEON and LoongArch LSX.
* The default TLS policy now prefers AES/GCM over ChaCha20Poly1305
* Add support for TLS 1.3 post-quantum KEM secp384r1/ML-KEM-1024
For a full changelog, see: https://botan.randombit.net/news.html#version-3-8-1-2025-05-07
-------------------------------------------------------------------
Wed Mar 12 09:02:29 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
- Botan 3.7.1, latest stable release
* Revert a change that prevented build.h from being usable from C applications.
* Add post-quantum scheme Classic McEliece
* In TLS enable the hybrid x25519/ML-KEM-768 post quantum secure key exchange by default for clients and servers.
* Support for the pre-standard Kyber-r3 key exchange has been removed from TLS
* In TLS add support for “pure” ML-KEM key exchange, in addition to the existing hybrid ML-KEM + EC suites.
* Add new EC key constructors
* Internal EC optimizations and improvements
* Fix a regression introduced in 3.6.0 which would cause many P-521 secret keys to be rejected as invalid due to not having the expected length.
* Fix a bug preventing parsing of OCSP responses containing more than one pinned certificate
* TPM 2.0 improvements
* Fix a build issue when compiling with MSVC on ARM
* Find full changelog at: https://botan.randombit.net/news.html
-------------------------------------------------------------------
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-8
%define short_version 3
Name: Botan
Version: 3.5.0
Version: 3.8.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-8
libbotan-devel
requires -libbotan-<targettype> = <version>
requires "libbotan-3-5-<targettype> = <version>"
requires "libbotan-3-8-<targettype> = <version>"

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.