SHA256
1
0
forked from pool/Botan

Update to 3.7.1

This commit is contained in:
2025-03-12 11:05:16 +02:00
parent 1b12af3389
commit 13ba0e3be0
6 changed files with 34 additions and 16 deletions

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

Binary file not shown.

View File

@@ -1,11 +0,0 @@
-----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-----

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

Binary file not shown.

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

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmejWl8ACgkQYhHr8e+6
37yUjgf9FJ0XTa7PFROjsIkgn2SOTP4wvOB0TLBsyUNuXLVWgyCV3wcdjbmSEzpW
x4o7iGGH6VdBjENNoEATlQeoERZ+/Vne1Ro5O1ZnM/tQ+HdOTczOrwZ1tCnj5TE9
p5v4kBYhvL3R0lKPArn1FwFFH6055cow+cunzUEHBdCW0fWf3z66GNbb50/PYU7f
j42dCMtkyCqLo+ULuYpwvwBF8u4vAxoHiNt50dXznhyhth98OWbpAJRIYqv9eKEB
07S+t2TWhdFQqymM/24QPce/KzJptRjfNJsu6dy41BCYzXGLXvtB51lrT98+DTEP
DyW4G+Uw9TC2htiL2wPohpSqRGN5ng==
=yb6U
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>

View File

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