/botan

Crypto and TLS for C++11

Primary LanguageC++

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

The github wiki is also available as a resource.

CI Status

https://travis-ci.org/randombit/botan.svg?branch=master https://ci.appveyor.com/api/projects/status/n9f94dljd03j2lce?svg=true https://botan-ci.kullo.net/badge/build https://botan-ci.kullo.net/badge/tests https://coveralls.io/repos/randombit/botan/badge.svg?branch=master