aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1987 Argon2 improvementsJack Lloyd2019-05-308-4/+542
|\
| * Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-298-4/+542
* | Change default output of dist.py to tar.xzJack Lloyd2019-05-301-1/+1
* | 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-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-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
* | Merge GH #1982 Ask for updated cert status during a TLS resumptionJack Lloyd2019-05-282-1/+3
|\ \
| * | Ask for certificate status even on a resumption attemptJack Lloyd2019-05-282-1/+3
* | | Fix problem in TLS message parsing testsJack Lloyd2019-05-272-4/+4
* | | Add Argon2Jack Lloyd2019-05-276-5/+882
|/ /
* | 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-242-6/+6
* | 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-2420-605/+2494
|\ \
| * | Fix param names to match RFCJack Lloyd2019-05-134-30/+30
| * | Fix param namesJack Lloyd2019-05-104-29/+29
| * | Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-066-1082/+1078
| * | Adds new test casesMatthias Gierlings2019-05-064-453/+2356
| * | 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-065-94/+94
* | | Fix another warning in BoGo shimJack Lloyd2019-05-241-1/+1
* | | Bogo shim warning build fixDavid Carlier2019-05-241-1/+1
* | | Let TLS serialization know which side we are sending asJack Lloyd2019-05-246-60/+57
* | | Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-2413-68/+219
* | | Allow servers to prohibit renegotiation with fatal alertJack Lloyd2019-05-243-3/+7
* | | Merge GH #1975 Add script for running tlsfuzzerJack Lloyd2019-05-249-30/+141
|\ \ \
| * | | Add script for running TLS fuzzerJack Lloyd2019-05-246-6/+111
| * | | Avoid unnecessary copies during TLS handshakeJack Lloyd2019-05-243-24/+28
| * | | Avoid warningsJack Lloyd2019-05-241-0/+2
* | | | Remove hack for signature preferencesJack Lloyd2019-05-241-8/+1
|/ / /
* | | Build fixJack Lloyd2019-05-241-2/+2
* | | Avoid erroring out on a short readJack Lloyd2019-05-241-6/+22
* | | Merge GH #1972 Fix more BoGo DTLS testsJack Lloyd2019-05-242-20/+11
|\ \ \
| * | | Fix DTLS alertsJack Lloyd2019-05-232-20/+11