aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update todoJack Lloyd2016-11-071-2/+12
* If peek fails, force EOF with a readJack Lloyd2016-11-071-0/+3
* Remove mention of GNU MP engine optionJack Lloyd2016-11-071-6/+1
* Add OID for XMSSJack Lloyd2016-11-061-0/+3
* Update Doxygen comment [ci skip]Jack Lloyd2016-11-061-1/+0
* Fix Sphinx formatting errorsJack Lloyd2016-11-062-9/+10
* Add ec_group_info cmdletJack Lloyd2016-11-061-0/+35
* Add signature KAT test for GOST 34.10-2001Jack Lloyd2016-11-063-1/+49
* Merge GH #716 Add Barrier type, correct Threaded_ForkJack Lloyd2016-11-065-12/+93
|\
| * 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-054-45/+45
* Update gitignoreJack Lloyd2016-11-051-0/+6
* 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-0516-0/+1899
* 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
* | Update release notesJack Lloyd2016-11-041-0/+25
* | 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-047-2/+78
|\ \
| * | 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-036-1/+67
* | | 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
* | | | Disable compression module if no compression library support enabled.Jack Lloyd2016-11-041-0/+8
* | | | Fix PKCS11 test errorJack Lloyd2016-11-045-22/+66
|/ / /
* | | Add test for DSA parameter generationJack Lloyd2016-11-032-2/+130
* | | Add short output KDF1 testJack Lloyd2016-11-031-0/+5
| |/ |/|
* | Fix bogus codeJack Lloyd2016-11-031-2/+2
* | Update roadmap re 2.0Jack Lloyd2016-11-031-34/+42
* | Update todo [ci skip]Jack Lloyd2016-11-031-2/+3
* | Run PKCS11 key self testsJack Lloyd2016-11-031-0/+3
|/
* Compile fixJack Lloyd2016-11-031-1/+1
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-0310-75/+26
* Remove unused values from build.hJack Lloyd2016-11-032-4/+11
* Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lockJack Lloyd2016-11-0315-567/+722
|\
| * Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-0315-567/+722
* | Merge GH #705 Simplify EMSA1 validation with message recoveryJack Lloyd2016-11-031-14/+12
|\ \
| * | Simplify EMSA1 message recovery codeJack Lloyd2016-11-021-14/+12
* | | Merge GH #704 Remove automatic testing for PK keysJack Lloyd2016-11-0320-153/+42
|\ \ \ | |_|/ |/| |
| * | Update PKCS11 code, no RNG requiredJack Lloyd2016-11-031-14/+1
| * | Add create_key self testJack Lloyd2016-11-031-0/+2