| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SM3 hash function | Daniel Wyatt | 2017-04-03 | 1 | -0/+1 |
* | Fix doc formatting | Jack Lloyd | 2017-04-02 | 1 | -1/+2 |
* | Add some more useful bigint functions to C interface | Jack Lloyd | 2017-03-31 | 1 | -2/+33 |
* | Document functions added in GH #899 | Jack Lloyd | 2017-03-29 | 1 | -0/+30 |
* | Document new C APIs added in GH #946 | Jack Lloyd | 2017-03-29 | 1 | -5/+186 |
* | Merge GH #942 Avoid passing IP as hostname in tls_client command line util | Jack Lloyd | 2017-03-28 | 1 | -0/+4 |
|\ |
|
| * | Add documentation that SNI must be FQDN. | Alexander Bluhm | 2017-03-27 | 1 | -0/+4 |
* | | Fix incorrect password truncation in bcrypt password hashing. | Jack Lloyd | 2017-03-24 | 1 | -4/+21 |
|/ |
|
* | Use a hardcoded URL for the PDF download | René Korthaus | 2017-03-23 | 1 | -1/+1 |
* | Merge GH #923 Build PDF handbook | Jack Lloyd | 2017-03-22 | 1 | -1/+7 |
|\ |
|
| * | Provide the handbook as a PDF download | René Korthaus | 2017-03-16 | 1 | -1/+7 |
* | | Add a note that no RNG is part of the minimized build | René Korthaus | 2017-03-17 | 1 | -2/+12 |
|/ |
|
* | Document --with-build-dir correctly in building manual. | Alexander Bluhm | 2017-03-09 | 1 | -1/+1 |
* | Merge GH #905 Fix TLS doc re default DH minimum size | Jack Lloyd | 2017-03-07 | 1 | -1/+1 |
|\ |
|
| * | Fix the default value (2048) of minimum_dh_group_size in the documentation | louiz’ | 2017-03-07 | 1 | -1/+1 |
* | | Allow OCSP requests without the full subject certificate | Nuno Goncalves | 2017-03-04 | 1 | -6/+18 |
|/ |
|
* | Document hash, rng, mac, pbkdf and kdf in ffi handbook | René Korthaus | 2017-02-19 | 1 | -24/+73 |
* | Add all ffi functions and types to ffi.rst | René Korthaus | 2017-02-19 | 1 | -19/+236 |
* | Add more docs for ffi | René Korthaus | 2017-02-19 | 1 | -3/+73 |
* | Add minimal example code to tls handbook | René Korthaus | 2017-02-13 | 1 | -2/+237 |
* | Complete the rename of Python wrapper | Jack Lloyd | 2017-01-24 | 1 | -1/+1 |
* | Remove --with-pkcs11 option from CI scripts, docs | René Korthaus | 2017-01-11 | 1 | -1/+1 |
* | Switch to readthedocs Sphinx theme | Jack Lloyd | 2017-01-07 | 1 | -4/+32 |
* | Update for 2.0.0 release2.0.0 | Jack Lloyd | 2017-01-06 | 1 | -1/+1 |
* | Fix table formatting in support.rst | Jack Lloyd | 2017-01-06 | 1 | -11/+9 |
* | Merge GH #802 Update version to 2.0.0, change lib and include dir names | Jack Lloyd | 2017-01-06 | 1 | -6/+6 |
|\ |
|
| * | Update shared object naming for new versioning scheme. | Jack Lloyd | 2017-01-06 | 1 | -6/+6 |
* | | Add document for distribution maintainers | Jack Lloyd | 2017-01-06 | 2 | -0/+39 |
|/ |
|
* | Merge GH #803 Add botan_ffi_supports_version func | Jack Lloyd | 2017-01-05 | 1 | -1/+11 |
|\ |
|
| * | Add botan_ffi_supports_api function | Jack Lloyd | 2017-01-04 | 1 | -1/+11 |
* | | Comment on warnings in goals doc [ci skip] | Jack Lloyd | 2017-01-05 | 1 | -2/+4 |
* | | Add missing entry to manual TOC | Jack Lloyd | 2017-01-04 | 1 | -1/+1 |
|/ |
|
* | Update roadmap, add support and versioning info | Jack Lloyd | 2017-01-03 | 2 | -1/+33 |
* | Merge GH #793 Add iOS target | Jack Lloyd | 2017-01-03 | 1 | -8/+8 |
|\ |
|
| * | Update docs on building for ios | Simon Warta | 2017-01-03 | 1 | -8/+8 |
* | | Minor tweaks to side channel text | Jack Lloyd | 2017-01-03 | 1 | -14/+18 |
|/ |
|
* | Tweak AES text a bit | Jack Lloyd | 2017-01-02 | 1 | -20/+26 |
* | Remove unhelpful firststep.rst | Jack Lloyd | 2017-01-02 | 2 | -39/+0 |
* | Update RNG doc [ci skip] | Jack Lloyd | 2017-01-02 | 1 | -20/+14 |
* | Merge GH #788 Add project goals statement | Jack Lloyd | 2017-01-02 | 2 | -0/+130 |
|\ |
|
| * | Add a statement of project goals (and non-goals) | Jack Lloyd | 2016-12-30 | 2 | -0/+130 |
* | | Merge GH #787 Add side channel doc | Jack Lloyd | 2017-01-02 | 2 | -4/+396 |
|\ \ |
|
| * | | Address review comments on side channel doc | Jack Lloyd | 2017-01-02 | 2 | -4/+396 |
* | | | Small documentation updates | Jack Lloyd | 2016-12-30 | 2 | -3/+14 |
| |/
|/| |
|
* | | Add note about CECPQ1 in TLS manual | Jack Lloyd | 2016-12-28 | 1 | -0/+16 |
* | | Misc doc tweaks | Jack Lloyd | 2016-12-28 | 2 | -8/+8 |
|/ |
|
* | Address some review comments by @cordney in TPM doc | Jack Lloyd | 2016-12-28 | 1 | -4/+4 |
* | Detail supported platforms/compilers for Botan 2 | Jack Lloyd | 2016-12-26 | 2 | -0/+45 |
* | Add basic docs for TPM API | Jack Lloyd | 2016-12-24 | 2 | -1/+115 |
* | Update OCSP manual, and inline to main X.509 doc | Jack Lloyd | 2016-12-17 | 3 | -48/+116 |