diff options
-rw-r--r-- | doc/website/index.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/website/index.rst b/doc/website/index.rst index 0114a1c42..7e9dcea18 100644 --- a/doc/website/index.rst +++ b/doc/website/index.rst @@ -5,9 +5,9 @@ Welcome Botan is a crypto library for C++ released under the permissive :doc:`BSD-2 license <license>`. -It provides useful things like SSL/TLS, X.509 certificates, ECDSA, -AES, GCM, and bcrypt, plus a :doc:`kitchen sink <algos>` of crypto -algorithms of various utility. A third party open source +It provides useful things like TLS, X.509 PKIX (certs, CRLs, OCSP, +etc), ECDSA, AES, GCM, and bcrypt, plus a :doc:`kitchen sink <algos>` +of other crypto algorithms of various utility. A third party open source implementation of `SSHv2 <http://www.netsieben.com/products/ssh/>`_ that uses botan is also available. In addition to C++ you can use (parts of) botan from Python or Perl (both included in tree), or with @@ -21,6 +21,9 @@ If you need help or have questions, send a mail to the `development mailing list <http://lists.randombit.net/mailman/listinfo/botan-devel/>`_. +You can browse the source online via the +`GitHub mirror <https://github.com/randombit/botan`_. + To report a bug use `Bugzilla <http://bugs.randombit.net/>`_ or `GitHub Issues <https://github.com/randombit/botan/issues>`_. |