aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge AEAD and CBC codepaths hereJack Lloyd2019-05-251-5/+8
* | Return reference hereJack Lloyd2019-05-252-13/+16
* | TweakJack Lloyd2019-05-252-12/+13
* | More record layer refactoringsJack Lloyd2019-05-244-74/+56
* | Simplification in record layerJack Lloyd2019-05-244-10/+34
* | Make it possible to regen tls_suite_info.cpp with recent tls-parameters.txtJack Lloyd2019-05-241-2/+2
* | Remove bogus commentJack Lloyd2019-05-242-2/+0
* | Add reminder comments re enum classJack Lloyd2019-05-244-0/+6
* | Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-2415-161/+147
|\ \
| * | Fix param names to match RFCJack Lloyd2019-05-132-25/+25
| * | Fix param namesJack Lloyd2019-05-102-24/+24
| * | Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-10/+6
| * | Updates copyright noticesMatthias Gierlings2019-05-0611-11/+11
| * | Updates references to XMSS the standard documentMatthias Gierlings2019-05-0611-47/+37
| * | Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-064-92/+92
* | | Let TLS serialization know which side we are sending asJack Lloyd2019-05-245-59/+56
* | | Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-248-30/+174
* | | Allow servers to prohibit renegotiation with fatal alertJack Lloyd2019-05-241-1/+4
* | | Add script for running TLS fuzzerJack Lloyd2019-05-244-3/+10
* | | Avoid unnecessary copies during TLS handshakeJack Lloyd2019-05-243-24/+28
* | | Merge GH #1971 Add error_type for database errorJack Lloyd2019-05-245-62/+81
|\ \ \
| * | | Add a DatabaseError type, set the sqlite return code in exceptionJack Lloyd2019-05-235-62/+81
* | | | Ignore large DTLS ciphertextsJack Lloyd2019-05-231-2/+6
* | | | Fix bugs when DTLS initial handshake messages are replayedJack Lloyd2019-05-233-0/+13