aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove some FFDHE groups from BSI TLS policyRené Korthaus2019-11-142-3/+1
* Fix TLS-PRF KDF tests when MD5 is disabledJack Lloyd2019-11-133-3/+13
* Fix TLS PRF and module policyJack Lloyd2019-11-133-2/+4
* Disable stack protector on MinGWJack Lloyd2019-11-131-0/+3
* cli: pubkey: fingerprint: read from stdinNuno Goncalves2019-11-112-2/+17
* format codeNuno Goncalves2019-11-101-15/+15
* Avoid creating secure_vector each time during OAEP fuzzerJack Lloyd2019-11-101-1/+1
* Merge GH #2190 ECC fuzzer enhancementsJack Lloyd2019-11-101-0/+37
|\
| * Enhance ECC fuzzers to also test variable point scalar multJack Lloyd2019-11-101-0/+37
* | Merge GH #2188 Allow disabling TLS v1.0/v1.1 at build timeJack Lloyd2019-11-108-24/+52
|\ \
| * | Allow disabling TLS 1.0/1.1 and DTLS 1.0 at build timeJack Lloyd2019-11-108-24/+52
| |/
* | Merge GH #2191 Avoid unused variable warning when block ciphers are disabledJack Lloyd2019-11-101-0/+1
|\ \
| * | variable is unused if BOTAN_HAS_BLOCK_CIPHER not definedNuno Goncalves2019-11-101-0/+1
| |/
* | Merge GH #2189 CLI encryption doesn't need AES if ChaCha20 is avilableJack Lloyd2019-11-101-1/+1
|\ \
| * | CLI encryption can exist without AES if with AEAD_CHACHA20_POLY1305Nuno Goncalves2019-11-101-1/+1
| |/
* / Install lzma+bzip2 on ppc64leJack Lloyd2019-11-101-1/+1
|/
* Remove shift optimization for small word BigInt operator*=Jack Lloyd2019-10-301-16/+1
* Micro optimizations of HMAC_DRBGJack Lloyd2019-10-301-6/+14
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-289-93/+71
* Sadly we can't test with most recent BoGo in CIJack Lloyd2019-10-251-1/+1
* Update Bogo test shimJack Lloyd2019-10-252-0/+5
* Merge GH #2181 Run fuzzer build on aarch64Jack Lloyd2019-10-252-1/+2
|\
| * Install missing packages on Travis aarch64 imageJack Lloyd2019-10-251-1/+1
| * Run fuzzer/ASan build on aarch64Jack Lloyd2019-10-251-0/+1
* | Merge GH #2180 Fix some Doxygen warningsJack Lloyd2019-10-259-33/+36
|\ \
| * | Try to appease MSVCJack Lloyd2019-10-251-4/+3
| * | Fix various Doxygen warningsJack Lloyd2019-10-259-33/+37
| |/
* | Upgrade sccacheJack Lloyd2019-10-251-5/+2
* | Rename var holding tests used in qemuJack Lloyd2019-10-251-8/+8
* | Use raw strings for install dirsJack Lloyd2019-10-251-2/+2
|/
* Merge GH #2172 Add support for XMSS X.509 certsJack Lloyd2019-10-2514-40/+286
|\
| * Add guards for XMSS path validation testsRené Korthaus2019-10-251-1/+9
| * Update XMSS CLI testsRené Korthaus2019-10-241-5/+5
| * Add missing certificatesRené Korthaus2019-10-234-0/+137
| * Add support for XMSS X.509 certificatesRené Korthaus2019-10-2111-34/+135
* | Merge GH #2177 Migrate most Travis builds to Ubuntu 18.04Jack Lloyd2019-10-243-7/+22
|\ \
| * | Upgrade most Travis builds to Ubuntu 18.04Jack Lloyd2019-10-243-7/+22
* | | Merge GH #2178 FreeBSD build fixJack Lloyd2019-10-241-0/+2
|\ \ \
| * | | FreeBSD build fix.David Carlier2019-10-241-0/+2
| |/ /
* | | Merge GH #2175 Check that HMAC_DRBG reseed_interval is allowed by the standardJack Lloyd2019-10-243-16/+60
|\ \ \
| * | | Change limit to 2^24 to properly support 32 bit platformsRené Korthaus2019-10-243-30/+31
| * | | Update test stringsRené Korthaus2019-10-231-2/+2
| * | | Add check for upper bound of reseed_intervalRené Korthaus2019-10-232-0/+43
* | | | Merge GH #2173 Label XTS test vectors closing #2146Jack Lloyd2019-10-241-26/+86
|\ \ \ \ | |_|/ / |/| | |
| * | | Place AES-256 test vectors under [AES-256/XTS]Shibani Shankar Dash2019-10-241-28/+34
| * | | Fix case in test vectorsShibani Shankar Dash2019-10-221-84/+84
| * | | Label XTS test vectors, Add remaining test vectors from IEEE 1619-2007Shibani Shankar Dash2019-10-221-85/+139
| | |/ | |/|
* | | Reorganize Travis matrix. Add aarch64 and ppc64le buildsJack Lloyd2019-10-233-90/+135
| |/ |/|
* | Merge GH #2174 Avoid having TLS is_active and is_closed being true at the sam...Jack Lloyd2019-10-232-0/+6
|\ \
| * | Avoid situation where is_active and is_closed could both return trueJack Lloyd2019-10-222-0/+6
| |/