diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/index.rst b/doc/index.rst index ff99f2c10..48d09d492 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,15 +6,14 @@ Botan is a crypto library for C++ released under the permissive :doc:`BSD-2 (or FreeBSD) license <license>`. It provides most any :doc:`cryptographic algorithm <algos>` you might -be looking for, along with :doc:`TLS v1.2 client and server <tls>`, -:doc:`X.509 certs, CRLs, and path validation <x509>`, a -:doc:`pipeline-style message processing system <filters>`, -:doc:`bcrypt password hashing <passhash>`, and other useful things. 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 botan from :doc:`Python -<python>` or Perl (both included in tree), or -with `Node.js <https://github.com/justinfreitag/node-botan>`_. +be looking for, along with :doc:`<tls>`, :doc:`X.509 certs, CRLs, and +path validation <x509>`, a :doc:`pipeline-style message processing +system <filters>`, :doc:`bcrypt password hashing <passhash>`, and +other useful things. 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 botan from :doc:`Python +<python>` or Perl (both included in tree), or with `Node.js +<https://github.com/justinfreitag/node-botan>`_. See the :doc:`faq` for a list of common questions and answers. |