slackbuilds/libraries/Botan
ArTourter 1023b13da9
libraries/Botan: Updated for version 2.19.5.
Security update: CVE-2024-39312 Authorization Error due to Name
Constraint Decoding Bug

Added patch to support -current (thanks to Ponce)

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-04-19 23:08:23 +07:00
..
Botan.SlackBuild libraries/Botan: Updated for version 2.19.5. 2025-04-19 23:08:23 +07:00
Botan.info libraries/Botan: Updated for version 2.19.5. 2025-04-19 23:08:23 +07:00
README libraries/Botan: New maintainer, add build options 2023-08-05 10:08:42 +07:00
botan-2.19.5-boost-1.87.patch libraries/Botan: Updated for version 2.19.5. 2025-04-19 23:08:23 +07:00
slack-desc libraries/Botan: Updated for version 2.0.0. 2017-01-09 20:18:25 +00:00

README

Botan is a BSD-licensed crypto library for C++. It provides applications
with the ability to use a number of cryptographic algorithms, as well as
SSL/TLS, X.509 certificates and CRLs, PKCS #10 certificate requests, a
filter/pipe message processing system, and a wide variety of other
features.

Botan relies on Python3 for its compilation configuration.

To build TPM support, use `TPM=YES`. This option adds a dependency on
`system/trousers`.