Path to this page:
Subject: CVS commit: pkgsrc/security/botan3
From: Thomas Klausner
Date: 2023-08-24 08:33:10
Message id: 20230824063310.65602FBDB@cvs.NetBSD.org
Log Message:
botan3: update to 3.1.1.
Version 3.1.1, 2023-07-13
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Fix two tests which were insufficiently serialized. This would
cause sporadic test failures, particularly on machines with
many cores. (GH #3625 #3623)
Version 3.1.0, 2023-07-11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Add SPHINCS+ post quantum hash based signature scheme (GH #3564 #3549)
* Several small TLS compliance fixes, primarily around rejecting
invalid behavior from the peer (GH #3520 #3537)
* Adapt TLS 1.3 to use a KEM interface to prepare for PQ key exchange
(GH #3608)
* Fix custom key exchange logic integration for TLS 1.2 server (GH #3539)
* Add initial wrappers for using AVX-512, and implement AVX-512 versions
of ChaCha and Serpent. (GH #3206 #3536)
* Add support for an environmental variable which can disable CPU extensions
(GH #3535)
* Update the BSI policy to match the latest TR (GH #3482)
* Update the BoringSSL test suite shim (GH #3616)
* Add FFI functions relating to Kyber key management (GH #3546)
* The entire codebase has been reformatted using ``clang-format``.
(GH #3502 #3558 #3559)
* Fix many warnings generated from ``clang-tidy``.
* ``BigInt::random_integer`` could take a long time if requested to
generate a number within a small range between two large integers.
(GH #3594)
* Fix bugs related to ``--library-suffix`` option. (GH #3511)
* Improve cli handling of PBKDF configuration (GH #3518)
* Fix the cli to properly update stateful keys (namely XMSS) when using such
a key to sign a X.509 certificate (GH #3579)
* Add support for using PSK in the TLS CLI utilities (GH #3552)
* Add an example of hybrid RSA+symmetric encryption (GH #3551)
* In the Python module, the pbkdf function defaulted to 10K iterations.
This has been changed to 100K.
* Switch to using coveralls.io for coverage report (GH #3512)
* Add a script to analyze the output of ``botan timing_test``
* Due to problems that arise if the build directory and source
directory are on different filesystems, now hardlinks are only
used during the build if explicitly requested. (GH #3504)
* The ``ffi.h`` header no longer depends on the ``compiler.h`` header.
(GH #3531)
* Avoid using varargs macros for ``BOTAN_UNUSED`` (GH #3530)
* Small base64 encoding optimization (GH #3528)
* If the build system detects that the compiler in use is not supported,
it will error immediately rather than allow a failing build. Currently
this is only supported for GCC, Clang, and MSVC. (GH #3526)
* The examples are now a first class build target; include
``examples`` in the set provided to ``--build-targets=`` option in
order to enable them. (GH #3527)
* Remove the (undocumented, unsupported) support for CMake (GH #3501)
Files: