SHA256
1
0
forked from pool/Botan

Commit Graph

  • 077c0354e6 Update to Botan 3.6.0 - the latest stable release factory Angel Yankov 2024-10-25 15:58:50 +0300
  • 478415c803 Merge pull request 'Bump 'Botan' src package to Botan3' (#6) from ayankov/Botan:factory into factory Git SCM Staging 2024-08-01 22:05:39 +0200
  • 13cdc02dbf Bump 'Botan' src package to Botan3 Angel Yankov 2024-08-01 10:48:55 +0300
  • fdbb1be950 Accepting request 1187484 from devel:libraries:c_c++ Ana Guerrero 2024-07-15 17:49:47 +0000
  • 024f7dca2b Accepting request 1187477 from home:ayankov:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2024-07-15 08:03:40 +0000
  • 144e30991d Accepting request 1127662 from devel:libraries:c_c++ Ana Guerrero 2023-11-20 20:20:14 +0000
  • 1167ce2344 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=116 Marcus Meissner 2023-11-17 14:47:04 +0000
  • f35c78cd27 - remove botan binary (moves to Botan3) Marcus Meissner 2023-11-17 13:19:41 +0000
  • 4dc58255e3 Accepting request 1036531 from devel:libraries:c_c++ Dominique Leuenberger 2022-11-18 14:43:37 +0000
  • 20b1648d1b Accepting request 1036530 from home:jsikes:branches:devel:libraries:c_c++ Jason Sikes 2022-11-18 04:49:47 +0000
  • 06bf1dd762 Accepting request 982375 from devel:libraries:c_c++ Dominique Leuenberger 2022-06-13 11:03:05 +0000
  • a85f6a63e6 Accepting request 981369 from home:dirkmueller:Factory Marcus Meissner 2022-06-13 08:27:25 +0000
  • bbf87d5f64 Accepting request 951397 from devel:libraries:c_c++ Dominique Leuenberger 2022-02-04 20:48:59 +0000
  • 9eb8fc307c Accepting request 948194 from home:AndreasStieger:branches:devel:libraries:c_c++ Dirk Mueller 2022-02-03 21:09:33 +0000
  • 7be2bf4805 Accepting request 935173 from devel:libraries:c_c++ Dominique Leuenberger 2021-12-02 21:30:13 +0000
  • fff33fb6e7 Accepting request 935053 from home:AndreasStieger:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2021-12-02 12:54:24 +0000
  • 2aadc8f2c5 - 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" Dirk Mueller 2021-11-24 20:13:49 +0000
  • 0c36588f47 Accepting request 892202 from devel:libraries:c_c++ Dominique Leuenberger 2021-05-11 21:04:15 +0000
  • ab0899528c Accepting request 892036 from home:AndreasStieger:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2021-05-11 09:38:29 +0000
  • 9577ecad7c Accepting request 887274 from devel:libraries:c_c++ Dominique Leuenberger 2021-04-21 19:00:25 +0000
  • 26ea3dbb76 Accepting request 886088 from home:susnux:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2021-04-21 10:41:43 +0000
  • e1c4c72953 Accepting request 858330 from devel:libraries:c_c++ Dominique Leuenberger 2020-12-23 13:22:17 +0000
  • 9146cb8cdf Accepting request 858318 from home:AndreasStieger:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2020-12-23 10:02:30 +0000
  • 4bf06d240d Accepting request 848508 from devel:libraries:c_c++ Dominique Leuenberger 2020-11-17 20:22:11 +0000
  • 9745d7eb87 Accepting request 848420 from home:AndreasStieger:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2020-11-14 13:17:23 +0000
  • 5e5ee94adc Accepting request 847073 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2020-11-09 08:45:06 +0000
  • 6fa62b070d Accepting request 846877 from home:AndreasStieger:branches:devel:libraries:c_c++ Pedro Monreal Gonzalez 2020-11-09 08:36:44 +0000
  • 93d978b58f Accepting request 845615 from devel:libraries:c_c++ Dominique Leuenberger 2020-11-03 14:16:42 +0000
  • 9214051a3f Accepting request 844383 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ Marcus Meissner 2020-11-03 08:16:18 +0000
  • 7055bd1c61 Accepting request 826938 from devel:libraries:c_c++ Dominique Leuenberger 2020-08-17 10:04:03 +0000
  • 5960f3cfdc - update to 2.15: Fix a bug where the name constraint extension did not constrain the alternative DN field which can be included in a subject alternative name. This would allow a corrupted sub-CA which was otherwise constrained by a name constraint to issue a certificate with a prohibited DN. Fix a bug in the TLS server during client authentication where where if a (disabled by default) static RSA ciphersuite was selected, then no certificate request would be sent. This would have an equivalent effect to a client which simply replied with an empty Certificate message. (GH #2367) Replace the T-Tables implementation of AES with a 32-bit bitsliced version. As a result AES is now constant time on all processors. (GH #2346 #2348 #2353 #2329 #2355) In TLS, enforce that the key usage given in the server certificate allows the operation being performed in the ciphersuite. (GH #2367) In X.509 certificates, verify that the algorithm parameters are the expected NULL or empty. (GH #2367) Change the HMAC key schedule to attempt to reduce the information leaked from the key schedule with regards to the length of the key, as this is at times (as for example in PBKDF2) sensitive information. (GH #2362) Add Processor_RNG which wraps RDRAND or the POWER DARN RNG instructions. The previous RDRAND_RNG interface is deprecated. (GH #2352) The documentation claimed that mlocked pages were created with a guard page both before and after. However only a trailing guard page was used. Add a leading guard page. (GH #2334) Add support for generating and verifying DER-encoded ECDSA signatures in the C and Python interfaces. (GH #2357 #2356) Workaround a bug in GCC’s UbSan which triggered on a code sequence in XMSS (GH #2322) When building documentation using Sphinx avoid parallel builds with version 3.0 due to a bug in that version (GH #2326 #2324) Dirk Mueller 2020-08-16 02:17:19 +0000
  • 77a5960d2a Accepting request 795525 from devel:libraries:c_c++ Dominique Leuenberger 2020-04-21 11:05:48 +0000
  • d2b7843e95 Accepting request 792362 from home:polslinux:branches:devel:libraries:c_c++ Marcus Meissner 2020-04-19 12:59:35 +0000
  • 74f977c8a3 Accepting request 691275 from devel:libraries:c_c++ Dominique Leuenberger 2019-04-05 09:56:49 +0000
  • 42e270e1b3 Accepting request 690656 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2019-04-02 13:28:17 +0000
  • 8befd34bbc Accepting request 689411 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2019-03-29 08:09:19 +0000
  • f66c68a4cd Accepting request 626674 from devel:libraries:c_c++ Dominique Leuenberger 2018-07-31 14:04:14 +0000
  • 3e1fdaff7a Accepting request 626673 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2018-07-31 10:53:48 +0000
  • 478b61a34f Accepting request 621856 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2018-07-10 09:45:11 +0000
  • 8071d64e4a Accepting request 596223 from devel:libraries:c_c++ Yuchen Lin 2018-04-13 10:52:18 +0000
  • 5ae9619815 Accepting request 596015 from home:kasimir:ToTest Daniel Molkentin 2018-04-13 08:38:59 +0000
  • 0b4917e1e8 Accepting request 595522 from devel:libraries:c_c++ Yuchen Lin 2018-04-11 12:03:56 +0000
  • cb392e42e0 Accepting request 595519 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2018-04-11 08:07:34 +0000
  • 507ebbccd8 Accepting request 593756 from devel:libraries:c_c++ Dominique Leuenberger 2018-04-06 15:47:28 +0000
  • 89a3b0e9cb OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=80 Marcus Meissner 2018-04-05 10:02:41 +0000
  • b1aadb78c2 Accepting request 593097 from home:dmolkentin:branches:devel:libraries:c_c++ Marcus Meissner 2018-04-04 10:16:36 +0000
  • cd1b50cd2b Accepting request 580043 from devel:libraries:c_c++ Dominique Leuenberger 2018-02-26 22:25:46 +0000
  • 5595db6a85 Accepting request 578283 from home:sleep_walker:branches:devel:libraries:c_c++ Adam Majer 2018-02-26 06:42:32 +0000
  • 1c2fc36eef Accepting request 578047 from devel:libraries:c_c++ Dominique Leuenberger 2018-02-24 15:38:39 +0000
  • 6607bcf30d Accepting request 578006 from home:sleep_walker:branches:devel:libraries:c_c++ Philipp Thomas 2018-02-19 13:39:26 +0000
  • cc7992e9ad Accepting request 538113 from devel:libraries:c_c++ Dominique Leuenberger 2017-11-04 09:24:11 +0000
  • 09f378fbd5 Accepting request 538108 from home:mimi_vx:branches:devel:libraries:c_c++ Daniel Molkentin 2017-11-01 14:42:17 +0000
  • 68fd4afc3b Accepting request 531210 from devel:libraries:c_c++ Dominique Leuenberger 2017-10-10 09:34:03 +0000
  • 8b274fb891 Accepting request 531133 from home:dmolkentin:branches:devel:libraries:c_c++ Adam Majer 2017-10-04 12:14:40 +0000
  • 2d4a54782e Accepting request 528603 from devel:libraries:c_c++ Dominique Leuenberger 2017-10-02 14:50:33 +0000
  • 3903a8bec2 Accepting request 527707 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Dirk Mueller 2017-09-25 09:11:45 +0000
  • c0cd26c269 Accepting request 487837 from devel:libraries:c_c++ Dominique Leuenberger 2017-04-20 18:47:59 +0000
  • dc7ebce1b7 Accepting request 487836 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2017-04-13 14:11:35 +0000
  • 54747791d5 Accepting request 487618 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2017-04-12 15:37:33 +0000
  • 9ab8e8e450 Accepting request 487615 from home:dmolkentin:branches:devel:libraries:c_c++ Daniel Molkentin 2017-04-12 15:18:32 +0000
  • e3c9096077 Accepting request 487344 from KDE:Qt Daniel Molkentin 2017-04-12 14:18:22 +0000
  • 1ae618f0b9 Accepting request 447972 from devel:libraries:c_c++ Dominique Leuenberger 2017-01-15 10:09:49 +0000
  • 775d045da9 - Update to 1.10.14 * Fix integer overflow during BER decoding, found by Falko Strenzke. This bug is not thought to be directly exploitable but upgrading ASAP is advised. (CVE-2016-9132) * Fix two cases where (in error situations) an exception would be thrown from a destructor, causing a call to std::terminate. * When RC4 is disabled in the build, also prevent it from being included in the OpenSSL provider. (GH #638) * Use constant time modular inverse algorithm to avoid possible side channel attack against ECDSA (CVE-2016-2849) * Use constant time PKCS #1 unpadding to avoid possible side channel attack against RSA decryption (CVE-2015-7827) * Avoid a compilation problem in OpenSSL engine when ECDSA was disabled. Gentoo bug 542010 Philipp Thomas 2016-12-28 12:34:03 +0000
  • e2dec8dc08 Accepting request 440337 from devel:libraries:c_c++ Dominique Leuenberger 2016-11-16 12:46:17 +0000
  • da9ea5b459 Accepting request 440097 from home:netsroth:branches:devel:libraries:c_c++ Dirk Mueller 2016-11-15 09:07:39 +0000
  • 43b484b8b3 Accepting request 395169 from devel:libraries:c_c++ Dominique Leuenberger 2016-05-19 10:04:18 +0000
  • e6d452b4ab Accepting request 395112 from home:dfaure:branches:devel:libraries:c_c++ Philipp Thomas 2016-05-13 09:33:07 +0000
  • 638e78b73c Accepting request 357528 from devel:libraries:c_c++ Dominique Leuenberger 2016-02-11 11:32:24 +0000
  • d9be67b223 Accepting request 357517 from home:stroeder:branches:devel:libraries:c_c++ Ismail Dönmez 2016-02-03 12:16:12 +0000
  • b87bff91aa Accepting request 350686 from devel:libraries:c_c++ Dominique Leuenberger 2015-12-27 00:58:45 +0000
  • 47190eff56 Accepting request 350661 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-12-24 13:34:07 +0000
  • dff41aed89 Accepting request 323035 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-15 09:38:55 +0000
  • 45099f3156 - Fix Source0 URL Michal Vyskocil 2015-08-14 08:58:15 +0000
  • ee861a620e Accepting request 322627 from home:netsroth:branches:devel:libraries:c_c++ Michal Vyskocil 2015-08-14 05:57:04 +0000
  • cc42bf70b4 Accepting request 313845 from devel:libraries:c_c++ Stephan Kulow 2015-07-14 15:20:28 +0000
  • 3a6f9eff8a Accepting request 313592 from home:amazingfate Stanislav Brabec 2015-06-26 14:21:06 +0000
  • 3dab71f13e Accepting request 233386 from devel:libraries:c_c++ Stephan Kulow 2014-05-11 12:16:33 +0000
  • 261d37f502 Accepting request 233310 from home:netsroth:branches:devel:libraries:c_c++ Stephan Kulow 2014-05-10 21:01:59 +0000
  • c441eff24d Accepting request 224457 from devel:libraries:c_c++ Stephan Kulow 2014-03-04 12:20:42 +0000
  • fd5acb04b7 Accepting request 224433 from home:oertel:branches:devel:libraries:c_c++ Thorsten Behrens 2014-03-03 13:59:48 +0000
  • a30db6ccc8 Accepting request 209925 from devel:libraries:c_c++ Stephan Kulow 2013-12-11 10:28:14 +0000
  • 89fb4566e2 Accepting request 209893 from openSUSE:Factory:PowerLE Thorsten Behrens 2013-12-09 09:36:17 +0000
  • 84b1674458 Accepting request 206606 from devel:libraries:c_c++ Stephan Kulow 2013-11-12 14:03:29 +0000
  • e793bb0512 Accepting request 206590 from home:netsroth:branches:devel:libraries:c_c++ Ismail Dönmez 2013-11-12 09:09:16 +0000
  • cbd3f9a9b4 Accepting request 159819 from devel:libraries:c_c++ Stephan Kulow 2013-03-19 11:10:52 +0000
  • 73ce913dff Accepting request 159650 from home:cgiboudeaux:branches:devel:libraries:c_c++ Ismail Dönmez 2013-03-18 14:19:03 +0000
  • 4f790a26f7 Accepting request 158550 from devel:libraries:c_c++ Stephan Kulow 2013-03-12 10:06:36 +0000
  • 1a851e4a23 - aarch64-support.patch: add support for aarch64 Dirk Mueller 2013-03-11 16:01:35 +0000
  • a404985fa7 Accepting request 135080 from devel:libraries:c_c++ Stephan Kulow 2012-09-20 13:59:55 +0000
  • 20518965af Accepting request 134378 from home:posophe:branches:devel:libraries:c_c++ Stephan Kulow 2012-09-15 06:55:58 +0000
  • 7984e7d6ed Accepting request 131026 from devel:libraries:c_c++ Ismail Dönmez 2012-08-22 12:36:00 +0000
  • f94b14708a Accepting request 131010 from openSUSE:Factory:ARM Ismail Dönmez 2012-08-16 11:36:27 +0000
  • 95885bdd9f Accepting request 102974 from devel:libraries:c_c++ Stephan Kulow 2012-02-08 14:37:06 +0000
  • 6be638a831 - little spec cleanup Stephan Kulow 2012-02-07 08:04:15 +0000
  • 0d353cf381 Resolve merge conflict in Botan.spec Jan Engelhardt 2012-01-28 18:48:48 +0000
  • 94a8273b73 replace license with spdx.org variant Stephan Kulow 2011-12-06 17:01:30 +0000
  • 380230654c Accepting request 82563 from devel:libraries:c_c++ Lars Vogdt 2011-09-19 13:23:34 +0000
  • d6aaff58da Accepting request 82560 from home:jengelh:bl Ismail Dönmez 2011-09-16 21:19:04 +0000
  • c779c55db6 Autobuild autoformatter for 75336 Sascha Peilicke 2011-07-05 08:38:02 +0000
  • 0309c58460 Updating link to change in openSUSE:Factory/Botan revision 18.0 OBS User buildservice-autocommit 2011-07-05 08:38:02 +0000