SHA256
1
0
forked from pool/Botan

- update to 2.18.2:

* Avoid using short exponents when encrypting in ElGamal, as some PGP
    implementations generate keys with parameters that are weak when
    short exponents are used
  * Fix a low risk OAEP decryption side channel
  * Work around a miscompilation of SHA-3 caused by a bug in Clang 12
    and XCode 13
  * Remove support in OpenSSL provider for algorithms which are
    disabled by default in OpenSSL 3.0
  * Add CI based on GitHub actions to replace Travis CI
  * Fix the online OCSP test, as the certificate involved had expired.
  * Fix some test failures induced by the expiration of the trust root
    "DST Root CA X3"

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=108
This commit is contained in:
2021-11-24 20:13:49 +00:00
committed by Git OBS Bridge
parent ab0899528c
commit 2aadc8f2c5
6 changed files with 32 additions and 15 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 24 20:02:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.18.2:
* Avoid using short exponents when encrypting in ElGamal, as some PGP
implementations generate keys with parameters that are weak when
short exponents are used
* Fix a low risk OAEP decryption side channel
* Work around a miscompilation of SHA-3 caused by a bug in Clang 12
and XCode 13
* Remove support in OpenSSL provider for algorithms which are
disabled by default in OpenSSL 3.0
* Add CI based on GitHub actions to replace Travis CI
* Fix the online OCSP test, as the certificate involved had expired.
* Fix some test failures induced by the expiration of the trust root
"DST Root CA X3"
-------------------------------------------------------------------
Mon May 10 11:05:35 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>