forked from pool/Botan
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 032ec0ba27 | |||
| 622e343083 | |||
| 1c8893bc41 | |||
| 494106ce28 | |||
| cf8bb012e3 | |||
| 1036abfd1c | |||
| 9c484a4573 | |||
| 4dc5b6270d | |||
| 3298c43a03 | |||
| 1a123cf44b |
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-----
|
||||
BIN
Botan-3.9.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
Botan-3.9.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
Botan-3.9.0.tar.xz.asc
Normal file
12
Botan-3.9.0.tar.xz.asc
Normal file
@@ -0,0 +1,12 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmiR/HIACgkQYhHr8e+6
|
||||
37wRmAf9EoqMLsOopra70taepZgw8g8qAZyMqz2Ovv9lvR/8yI8lMdODYyxxymA2
|
||||
saW9QBtiLEp/Y0RI3Sl7zUqdUlAhczZXiNKGfqDdmcG0Fdp8Suq8kam/C7XYB/VO
|
||||
f44+Gzxq46L8NftR0Rld3IgJm1eloq1zrOo4pMJbuCjVRu7wViu9ZNDTLpCUzN0M
|
||||
0Vqp9YfOJdFyBcz/V6zuS+1yFkeyFT2ZdAz654hikJZjzdu7vBDm0ssbTQGq0t7l
|
||||
Du9e+xwLukoCGEOvv1eTqR2ShHAG4QWCefxoStvf07mFC5x/D0GjeCKr0aV+v2F7
|
||||
QgTtWw5nuBDNcwdqB7G6/YraYkc5Ig==
|
||||
=utT7
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 07:30:18 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
|
||||
|
||||
- Bump to Botan 3.9.0
|
||||
|
||||
* Add SHA-1 implementation using AVX2/BMI2 (GH #4852)
|
||||
* Add Camellia implementation using GFNI/AVX2 (GH #4848)
|
||||
* Add SHACAL2 implementation using AVX512 (GH #4878)
|
||||
* The eFrodoKEM TLS 1.3 ciphersuites have changed the suite code to match changes in OQS. (GH #4900)
|
||||
* Add support for TLS 1.2 NULL cipher suites. These suites are disabled in the build by default, enable tls_null module to use. (GH #4776)
|
||||
* Add support for X.509 extensions from RFC 3779 (GH #4699 #4883 #4884 #4886)
|
||||
* Elliptic curve improvements (GH #4841 #4934 #4935 #4937 #4949 $4953 #4991)
|
||||
* Add EC_Scalar::hash following RFC 9380’s hash_to_field (GH #4950)
|
||||
* Modify the OID lookup system to use a static switch for builtin OIDs. (GH #4896 #4888)
|
||||
* Optimizations for X448 and Ed448 (GH #5037)
|
||||
* Modify BOTAN_CLEAR_CPUID so that clearing ssse3 also disables AVX2/AVX512 (GH #4853)
|
||||
* Remove various internal references to “EMSA”, an obsolete term used for RSA signature padding that originates from IEEE 1363. (GH #5008 #5024)
|
||||
|
||||
For full release notes, see: https://botan.randombit.net/news.html#version-3-9-0-2025-08-05
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 08:43:06 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_suffix 3-8
|
||||
%define version_suffix 3-9
|
||||
%define short_version 3
|
||||
Name: Botan
|
||||
Version: 3.8.1
|
||||
Version: 3.9.0
|
||||
Release: 0
|
||||
Summary: A C++ Crypto Library
|
||||
License: BSD-2-Clause
|
||||
|
||||
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1755851614
|
||||
commit: 1172a41f24bf0cec21159f3696a33ae26dc43839ccb0430127c9dc02742e2dd6
|
||||
url: https://src.opensuse.org/ayankov/Botan.git
|
||||
revision: factory
|
||||
@@ -1,4 +1,4 @@
|
||||
libbotan-3-8
|
||||
libbotan-3-9
|
||||
libbotan-devel
|
||||
requires -libbotan-<targettype> = <version>
|
||||
requires "libbotan-3-8-<targettype> = <version>"
|
||||
requires "libbotan-3-9-<targettype> = <version>"
|
||||
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c3017774adcb0657b8ef87942522c104152c932c4dc7db86a2a53173897cb11
|
||||
size 256
|
||||
Reference in New Issue
Block a user