forked from pool/Botan
Merge pull request 'Update to Botan 3.6.0 - the latest stable release' (#7) from ayankov/Botan:factory into factory
This commit is contained in:
commit
8b7ee3249d
BIN
Botan-3.5.0.tar.xz
(Stored with Git LFS)
BIN
Botan-3.5.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -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.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
Botan-3.6.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
Botan-3.6.0.tar.xz.asc
Normal file
12
Botan-3.6.0.tar.xz.asc
Normal file
@ -0,0 +1,12 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAmcWtMcACgkQYhHr8e+6
|
||||
37z9Kgf9GUMVpxBZEt9xIKu4l28zmhMBDmF9j7hsk3sHNMyWx2iuBGnLK80maoNG
|
||||
PWgABMxgT857FHyC4j7G7qMA5O2dDbkXjK231W8DttydNmif10tq4Ib6v5oevK3K
|
||||
pCfqKY/M0knrKxuVwChvCNt2e3qfFsotPDLoAJogWJhAJoLGCxebI3GYlsUak07l
|
||||
9U2lmkNG0U07LOdBuvUn7sWhOmSXmWhR3B94Iwfxs465K+cenL+JMtUVnOYaqxK/
|
||||
Jbb1vT/nx6kLDu3dwusjs8d+Ud9zvbJuPyf2mUmyCqPY8Tw1fkuffyQt/QwuxP2K
|
||||
oQtqYvSYHl/lVsLRjCbkeXOPyRP7aw==
|
||||
=zvPz
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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.0
|
||||
Release: 0
|
||||
Summary: A C++ Crypto Library
|
||||
License: BSD-2-Clause
|
||||
|
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user