aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-152-4/+24
* Check all ESP padding bytes during unpadRené Korthaus2016-11-141-12/+11
* Add ESP block cipher padding from RFC 4303René Korthaus2016-11-143-1/+83
* Add params to XMSS test inputsJack Lloyd2016-11-123-47/+53
* Remove unused Key_Type typedefsJack Lloyd2016-11-122-4/+0
* Remove unused variable from testsJack Lloyd2016-11-122-8/+0
* Basic speed test for XMSSJack Lloyd2016-11-121-0/+34
* Fixes for XMSS wrt 9c72dabc9Jack Lloyd2016-11-125-31/+6
* Merge GH #717 Add XMSS signaturesJack Lloyd2016-11-1236-1/+4348
|\
| * Implements changes from XMSS reviewMatthias Gierlings2016-11-1113-82/+18
| * Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-1137-1/+4412
* | Pubkey cleanupsJack Lloyd2016-11-1244-308/+134
|/
* Merge GH #552 Add Cipher_Mode::reset, better AEAD testsJack Lloyd2016-11-1026-64/+491
|\
| * Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-0826-64/+491
* | Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-1012-93/+326
* | Remove remaining old style casts.Jack Lloyd2016-11-093-7/+6
* | NewHope cleanupJack Lloyd2016-11-091-63/+300
* | Check missing Pipe::read return valuesJack Lloyd2016-11-092-6/+12
* | Add BOTAN_WARN_UNUSED_RESULT macroJack Lloyd2016-11-093-13/+19
* | Assert expected EOF from readJack Lloyd2016-11-091-1/+1
* | Correct comment [ci skip]Jack Lloyd2016-11-081-1/+1
* | Remove Key_Type typedefsJack Lloyd2016-11-0814-32/+0
* | Remove Spec typedef from pk_opsJack Lloyd2016-11-081-35/+0
|/
* Add CPUID::is_little_endianJack Lloyd2016-11-072-0/+35
* If peek fails, force EOF with a readJack Lloyd2016-11-071-0/+3
* Add OID for XMSSJack Lloyd2016-11-061-0/+3
* Update Doxygen comment [ci skip]Jack Lloyd2016-11-061-1/+0
* Add ec_group_info cmdletJack Lloyd2016-11-061-0/+35
* Add signature KAT test for GOST 34.10-2001Jack Lloyd2016-11-063-1/+49
* Keep track of the number of synchronisations achievedJoel Low2016-11-062-3/+11
* Re-enable the Threaded Fork testJoel Low2016-11-061-1/+1
* Implement barriers for Threaded ForkJoel Low2016-11-064-11/+84
* Tweak readme textsJack Lloyd2016-11-051-0/+8
* Revert "Move contrib/sqlite to github.com/randombit/botan-sqlite"Jack Lloyd2016-11-057-0/+792
* Fixes for PerlJack Lloyd2016-11-052-2/+3
* Revert "Remove the Perl XS module"Jack Lloyd2016-11-0515-0/+1861
* Add an additional test for Threaded_ForkJack Lloyd2016-11-051-0/+25
* Fix test, catching wrong exception typeJack Lloyd2016-11-051-1/+1
* Merge GH #709 Fix DSA param gen for FIPS 186-3Jack Lloyd2016-11-051-5/+3
|\
| * Fix DSA parameter generation to use the correct loop bound.Jack Lloyd2016-11-031-5/+3
* | Avoid bogus include with compression disabledJack Lloyd2016-11-041-1/+4
* | Merge GH #710 Allow custom EC curve to be specified at build timeJack Lloyd2016-11-046-1/+45
|\ \
| * | Change oids.py and regenerate oids.cppRené Korthaus2016-11-032-1/+11
| * | Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-035-0/+34
* | | Merge GH #714 Use pk_ops_fwd headerJack Lloyd2016-11-041-12/+1
|\ \ \
| * | | use "forward declare header" pk_ops_fwd.h instead of self forward declaring themDaniel Neus2016-11-041-12/+1
* | | | Skip bzip2 compression entropy testsJack Lloyd2016-11-041-8/+5
* | | | Fix entropy testsJack Lloyd2016-11-041-6/+3
* | | | Handle missing SHA-x in DSA param gen testJack Lloyd2016-11-041-8/+13
* | | | Don't require compression in filter codeJack Lloyd2016-11-043-1/+8