aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
blob: 19aa547aa7a03c39ea2cb4e8ecd4948efd867096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Botan Crypto Library
========================================


Botan is a C++11 library for crypto and TLS released under the permissive
2-clause BSD license (see ``doc/license.txt`` for the specifics).

For all the details on building the library read ``doc/manual/building.rst``,
but basically::

  $ configure.py --help
  $ configure.py [probably some options]
  $ make
  $ ./botan-test
  # test output
  $ ./botan
  # shows available commands
  $ make install

You can file bugs at https://github.com/randombit/botan/issues/
or by sending a report to the `botan-devel mailing list
<http://lists.randombit.net/mailman/listinfo/botan-devel/>`_

The `github wiki <https://github.com/randombit/botan/wiki>`_
is also available as a resource.

CI Status
----------------------------------------

.. image:: https://travis-ci.org/randombit/botan.svg?branch=master
    :target: https://travis-ci.org/randombit/botan

.. image:: https://ci.appveyor.com/api/projects/status/n9f94dljd03j2lce?svg=true
    :target: https://ci.appveyor.com/project/randombit/botan/branch/master

.. image:: https://botan-ci.kullo.net/badge/build
    :target: https://botan-ci.kullo.net/

.. image:: https://botan-ci.kullo.net/badge/tests
    :target: https://botan-ci.kullo.net/

.. image:: https://coveralls.io/repos/randombit/botan/badge.svg?branch=master
    :target: https://coveralls.io/r/randombit/botan?branch=master