aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-02 23:39:20 +0000
committerlloyd <[email protected]>2015-01-02 23:39:20 +0000
commit0d85df4eadab924ec32cb3f0920a27a783bf147a (patch)
treea52d310efeeae48d4a44b8744b5f3e7b52ace3a3
parent8440dafa9db6ab3a1ba1de17a11499ab843fb733 (diff)
Point to github on index page
-rw-r--r--doc/website/index.rst9
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>`_.