diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2010-06-28 10:40:41 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-28 10:40:41 -0400 |
commit | 8925c8b3ba8424c745983ac3f84dc3b8cd628c03 (patch) | |
tree | 2f6cd945786d3dbf158095a9044156a2d7e369e7 /libraries/Botan/README | |
parent | 12d0287692c9139665de153451679c6084f9f61c (diff) |
libraries/Botan: Added (C++ crypto library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/README')
-rw-r--r-- | libraries/Botan/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/Botan/README b/libraries/Botan/README new file mode 100644 index 000000000000..df7215a24c5e --- /dev/null +++ b/libraries/Botan/README @@ -0,0 +1,5 @@ +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. |