diff options
author | ArTourter <artourter@gmail.com> | 2023-08-04 22:19:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:42 +0700 |
commit | d67b15dd198383267f6b85b77c062e9f10d6b681 (patch) | |
tree | 0b380dd865495a14079c8e6f87ef4a51b0cf7587 /libraries/Botan/README | |
parent | 2334e3ac9a5b9e1aba861a8767aaf5be8c086acc (diff) |
libraries/Botan: New maintainer, add build options
includes all build options possible with full slackware install as they
cannot be automatically detected by the build scipt.
Add optional support of TPM which requires system/trouser
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>
Diffstat (limited to 'libraries/Botan/README')
-rw-r--r-- | libraries/Botan/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libraries/Botan/README b/libraries/Botan/README index f356d36ede8f6..7f18ea762a60c 100644 --- a/libraries/Botan/README +++ b/libraries/Botan/README @@ -1,7 +1,10 @@ -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 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`. |