Accepting request 846877 from home:AndreasStieger:branches:devel:libraries:c_c++
Botan 2.17.1 OBS-URL: https://build.opensuse.org/request/show/846877 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=98
This commit is contained in:
parent
9214051a3f
commit
6fa62b070d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628
|
||||
size 5938644
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAl98Y5EACgkQYhHr8e+6
|
||||
37wkvgf/Q5sSh/2jIRryU2RbD227e7verPR44d7J3OXk0IErBzcbOSP7z9LmSVFu
|
||||
BKQOskzQW3FDo1BNNl7R/+hs3ifXv4gX8ycOHxaY4CJi9Fbmr+SNJ5RdAy48s+rO
|
||||
0qzIR06aTuWe7mqKetx+qzn9+CmpVosKRWQiA80Pn5L+LdfTlzGNhCqVsZvKsNzu
|
||||
zqtFnsMEv3LLP/4jxFCeymkZjsGYMF7jV+Mh91Ic5wj5RWMGF/qCNgfsL40V/izd
|
||||
d0LjZQz0UVmKc93VumK/PFp9ExVbqThuzwtBYq9UOdehDKyyX9y7kg6n3rSqEvKq
|
||||
CgoFShTKQMNhJK83ql6KtSxz20T0uA==
|
||||
=7bRN
|
||||
-----END PGP SIGNATURE-----
|
3
Botan-2.17.1.tar.xz
Normal file
3
Botan-2.17.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:741358b3f1638ed7d9b2f59b4e344aa46f4966b15958b5434c0ac1580df0c0c1
|
||||
size 5970240
|
11
Botan-2.17.1.tar.xz.asc
Normal file
11
Botan-2.17.1.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEYh2vZBHhhRxM+aLhYhHr8e+637wFAl+mlpwACgkQYhHr8e+6
|
||||
37xYdAgAuNUpFSlHwMQdpso25pM67H/S25QZHs9PBVv9YZv7NAw30y2D8mV1Ur2Q
|
||||
7vxsSQQltGgJMqlQaHwi9rqbxkyyWjOh/PxTR9CURrv0Zk8utqbLbSsFxFQtamPX
|
||||
wf/QG8/Y4sXf4fetwf1hh8XEU54EzMXcG3Y7CzpMrJg74fS6kliYQIUJnMPsb1y5
|
||||
gFHJtCTxY99D3dgmny3KIOvPnZFw5DIztRykyiDff4RIC78+xXjmgIX08qvxtnYu
|
||||
/mHHCs6HJX/Lfr7uPmXglATsgG+lRqiBHiKQkaHyA26PPYbZnx6xUgFPtTgIiKus
|
||||
po3v4pm5WFrlLL9HnFNO2Xl8uZQ/nw==
|
||||
=bFP2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:51:19 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Botan 2.17.1:
|
||||
* Fix bugs in ECDSA signature generation and verifications under
|
||||
specific circumstances
|
||||
* developer visible changes, including deprecation with warnings
|
||||
* optimization in the non-hardware assisted AES key generation
|
||||
* Add more detection logic for AVX-512 features
|
||||
* Fix a bug parsing deeply nested cipher names
|
||||
* Prevent requesting DER encoding of signatures when the
|
||||
algorithm did not support it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 27 15:53:08 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_suffix 2-16
|
||||
%define version_suffix 2-17
|
||||
%define short_version 2
|
||||
Name: Botan
|
||||
Version: 2.16.0
|
||||
Version: 2.17.1
|
||||
Release: 0
|
||||
Summary: A C++ Crypto Library
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user