aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Officially deprecate headersJack Lloyd2019-06-0732-694/+618
* Log the configure command line in the makefileJack Lloyd2019-06-071-0/+3
* Remove debug printJack Lloyd2019-06-051-1/+0
* Add a test that Theaad_Pool is tolerant of exceptions during tasksJack Lloyd2019-06-051-3/+21
* Lint fixesJack Lloyd2019-06-053-7/+8
* Merge GH #1979 Fix PKCS11 buffer output sizingJack Lloyd2019-06-052-13/+30
|\
| * Fix PKCS#11 C_SignFinal output size.Daniel Wyatt2019-05-271-1/+6
| * Fix PKCS#11 C_Sign output size.Daniel Wyatt2019-05-271-2/+7
| * Fix PKCS#11 C_Encrypt output size.Daniel Wyatt2019-05-271-2/+7
| * Fix PKCS#11 C_Decrypt buffer output size.Daniel Wyatt2019-05-262-8/+10
* | Add __hash__ for MPIJack Lloyd2019-06-031-0/+3
* | Address some issues found by LGTMJack Lloyd2019-06-037-12/+17
* | Add build step for LGTM [ci skip]Jack Lloyd2019-06-032-0/+7
* | Merge GH #1991 Reorganize document layoutJack Lloyd2019-06-0259-65/+115
|\ \
| * | Fix building with Sphinx disabledJack Lloyd2019-06-011-3/+14
| * | Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-3159-62/+101
|/ /
* | Update newsJack Lloyd2019-05-311-1/+7
* | Merge GH #1990 Add Bcrypt-PBKDFJack Lloyd2019-05-318-6/+520
|\ \
| * | Add Bcrypt-PBKDFJack Lloyd2019-05-318-6/+520
|/ /
* | Remove redundant OutputLen param in PBKDF testsJack Lloyd2019-05-313-21/+2
* | Merge GH #1989 Add --max-clients option to TLS cli server toolsJack Lloyd2019-05-313-66/+138
|\ \
| * | Fix lintJack Lloyd2019-05-311-2/+2
| * | Connect twice to excercise both accept and non-accept pathsJack Lloyd2019-05-311-10/+18
| * | Add --max-clients option to tls_proxy and tls_http_serverJack Lloyd2019-05-313-57/+121
|/ /
* | Merge GH #1988 Improve CLI testsJack Lloyd2019-05-312-68/+226
|\ \
| * | Python...Jack Lloyd2019-05-302-6/+6
| * | Fixes for Python2Jack Lloyd2019-05-301-3/+23
| * | Improve CLI testsJack Lloyd2019-05-301-63/+201
|/ /
* | Merge rest of GH #1987 Argon2 improvementsJack Lloyd2019-05-308-51/+131
|\ \
| * | Fix tests when Argon2 (or Scrypt) are disabledJack Lloyd2019-05-301-1/+1
| * | Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-306-36/+98
| * | Improve test coverage. Fix Argon2 default paramsJack Lloyd2019-05-294-15/+32
| * | Add missing includeJack Lloyd2019-05-291-0/+1
* | | Merge GH #1987 Argon2 improvementsJack Lloyd2019-05-3010-7/+595
|\| |
| * | Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-2910-7/+595
* | | Change default output of dist.py to tar.xzJack Lloyd2019-05-301-1/+1
* | | Add SoftHSM build to the release checklist [ci skip]Jack Lloyd2019-05-301-2/+3
* | | Revert part of #1744 making Exception constructors protectedJack Lloyd2019-05-301-1/+11
* | | Document that FFI destroy operations can failJack Lloyd2019-05-291-3/+37
* | | Verify ffi object is not null before dereferencing itJack Lloyd2019-05-281-1/+5
* | | Merge GH #1985 Fix VS2017 bakefile buildJack Lloyd2019-05-281-1/+1
|\ \ \
| * | | Fix VS2017 Bakefile buildsDaniel Neus2019-05-281-1/+1
| |/ /
* | | Merge GH #1986 Fix compat with SoftHSM 2.5.0Jack Lloyd2019-05-282-1/+3
|\ \ \
| * | | SoftHSM 2.5.0 compatibilityDaniel Neus2019-05-282-1/+3
| |/ /
* / / Correct documentation for botan_rng_initJack Lloyd2019-05-281-2/+5
|/ /
* | Merge GH #1974 Add ability to set max allowed age for an OCSP responseJack Lloyd2019-05-2811-25/+287
|\ \
| * | test all combinations of next_update and max_age similarlyPatrick Schmidt2019-05-281-16/+101
| * | OCSP timeout test uses response w/o 'next_update'René Meusel2019-05-285-14/+144
| * | add 'OCSP_IS_TOO_OLD' to Botan::to_string()René Meusel2019-05-281-0/+2
| * | add optional max_age for ocsp checksPatrick Schmidt2019-05-276-14/+59