forked from pool/Botan
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e75e2a3279 |
BIN
Botan-3.7.1.tar.xz
(Stored with Git LFS)
Normal file
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
11
Botan-3.7.1.tar.xz.asc
Normal 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-----
|
BIN
Botan-3.8.1.tar.xz
(Stored with Git LFS)
BIN
Botan-3.8.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
-----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-----
|
@@ -1,19 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -17,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_suffix 3-8
|
||||
%define version_suffix 3-7
|
||||
%define short_version 3
|
||||
Name: Botan
|
||||
Version: 3.8.1
|
||||
Version: 3.7.1
|
||||
Release: 0
|
||||
Summary: A C++ Crypto Library
|
||||
License: BSD-2-Clause
|
||||
|
@@ -1,4 +1,4 @@
|
||||
libbotan-3-8
|
||||
libbotan-3-7
|
||||
libbotan-devel
|
||||
requires -libbotan-<targettype> = <version>
|
||||
requires "libbotan-3-8-<targettype> = <version>"
|
||||
requires "libbotan-3-7-<targettype> = <version>"
|
||||
|
Reference in New Issue
Block a user