aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merge GH #2009 Remove const from TLS OCSP callbackJack Lloyd2019-06-291-1/+4
|\
| * Make the TLS OCSP callback not const.Jack Lloyd2019-06-291-1/+4
* | Merge GH #2008 Handle loss/retransmit of DTLS client helloJack Lloyd2019-06-291-1/+1
|\ \
| * | Handle DTLS client hello being lostJack Lloyd2019-06-291-1/+1
| |/
* / Fix a warning when building under XLCJack Lloyd2019-06-291-1/+4
|/
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-233-8/+10
* Use qualified-id for XMSS key size checkMatthias Gierlings2019-06-212-2/+2
* FreeBSD using new mmap flags to protect against possible too wideDavid Carlier2019-06-211-1/+5
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-204-15/+49
* Fix conflict when BMI2 is enabled and --single-amalgamation-fileJack Lloyd2019-06-191-3/+3
* Fix some LGTM issuesJack Lloyd2019-06-193-3/+4
* Add support for HelloVerifyRequest on server sideJack Lloyd2019-06-189-10/+102
* Fix allocation. Add more tests.Jack Lloyd2019-06-151-1/+5
* Add a compatability shim for libsodiumJack Lloyd2019-06-1512-5/+2635
* Fix more MSVC warningsJack Lloyd2019-06-144-22/+22
* Resolve some MSVC warningsJack Lloyd2019-06-146-10/+10
* Merge GH #1995 Allow setting max OCSP response age during verificationJack Lloyd2019-06-142-22/+45
|\
| * add option to specify ocsp max agePatrick Schmidt2019-06-142-22/+45
* | Merge GH #1992 Allow overriding cert verify in TLS::StreamJack Lloyd2019-06-142-34/+155
|\ \ | |/ |/|
| * TLS::Context holds references rather than pointersHannes Rantzsch2019-06-132-47/+60
| * Update comments as suggested per reviewHannes Rantzsch2019-06-042-9/+14
| * Refactor: template meta-programming to reuse the callback signatureRené Meusel2019-06-031-7/+16
| * Use TLS::Context::verifyCallback as tls_verify_cert_chain callbackHannes Rantzsch2019-06-031-22/+62
| * allow setting a verify_callback in TLS::ContextHannes Rantzsch2019-06-031-7/+61
* | Officially deprecate headersJack Lloyd2019-06-0728-686/+597
* | Merge GH #1979 Fix PKCS11 buffer output sizingJack Lloyd2019-06-051-10/+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-261-5/+10
* | Add Bcrypt-PBKDFJack Lloyd2019-05-316-4/+288
* | Merge rest of GH #1987 Argon2 improvementsJack Lloyd2019-05-302-35/+41
|\ \
| * | Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-302-33/+38
| * | Improve test coverage. Fix Argon2 default paramsJack Lloyd2019-05-291-2/+2
| * | Add missing includeJack Lloyd2019-05-291-0/+1
* | | Merge GH #1987 Argon2 improvementsJack Lloyd2019-05-304-2/+371
|\| |
| * | Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-294-2/+371
* | | 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 #1986 Fix compat with SoftHSM 2.5.0Jack Lloyd2019-05-281-1/+1
|\ \ \
| * | | SoftHSM 2.5.0 compatibilityDaniel Neus2019-05-281-1/+1
| |/ /
* / / 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-286-14/+29
|\ \
| * | add 'OCSP_IS_TOO_OLD' to Botan::to_string()René Meusel2019-05-281-0/+2
| * | add optional max_age for ocsp checksPatrick Schmidt2019-05-275-14/+27
* | | Merge GH #1982 Ask for updated cert status during a TLS resumptionJack Lloyd2019-05-281-0/+3
|\ \ \
| * | | Ask for certificate status even on a resumption attemptJack Lloyd2019-05-281-0/+3
| | |/ | |/|
* | | Fix problem in TLS message parsing testsJack Lloyd2019-05-271-2/+2
* | | Add Argon2Jack Lloyd2019-05-274-5/+469
|/ /