diff options
Diffstat (limited to 'doc/website/index.rst')
-rw-r--r-- | doc/website/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/website/index.rst b/doc/website/index.rst new file mode 100644 index 000000000..c6b6c1b0b --- /dev/null +++ b/doc/website/index.rst @@ -0,0 +1,30 @@ + +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 kitchen sink of 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 botan from 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 and +:doc:`download` for information about getting the latest release. + +If you need help or have questions, send a mail to the `development +mailing list +<http://lists.randombit.net/mailman/listinfo/botan-devel/>`_. +Patches, "philosophical" bug reports, announcements of programs using +the library, and related topics are also welcome. If you find what you +believe to be a bug, please file a ticket in `Bugzilla +<http://bugs.randombit.net/>`_. + +The `manual <http://botan.randombt.net>`_ and +`Doxygen reference <http://botan.randombit.net/doxygen>`_ for +the most recent revision is available online. + |