aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ported python demo script to python-3Uri Blumenthal2015-08-141-61/+129
* Fixing platform independence that previous patch brokeMouse2015-08-121-1/+1
* Made output prettier and more understandableUri Blumenthal2015-08-111-31/+65
* Merge pull request #240 from webmaster128/X509_Time-constructorSimon Warta2015-08-1110-250/+363
|\
| * Add stricter time parsing; Add more testsSimon Warta2015-08-113-9/+113
| * Sometimes we don't know the input format. But it is one of twoSimon Warta2015-08-115-9/+28
| * Explicitly fwd declase classes BER_Decoder, DER_EncoderSimon Warta2015-08-113-12/+10
| * Test implicit X509_Time copy constructor and assignmentSimon Warta2015-08-111-0/+17
| * Add Not matcher for CatchSimon Warta2015-08-111-0/+24
| * Minor refactoring of existing MatchersSimon Warta2015-08-111-7/+10
| * Remove string constructor of X509_Time()Simon Warta2015-08-117-228/+176
|/
* Merge pull request #245 from webmaster128/refactor-test-styleSimon Warta2015-08-111-82/+64
|\
| * Refector tests style (use matchers)Simon Warta2015-08-111-82/+64
|/
* Merge pull request #244 from webmaster128/stict-uint32-parsingSimon Warta2015-08-112-7/+20
|\
| * Strict uint32 parsingSimon Warta2015-08-112-7/+20
|/
* Merge pull request #243 from webmaster128/avoid-uint32-overflowSimon Warta2015-08-112-3/+58
|\
| * Avoid integer overlow in string->uint32 converterSimon Warta2015-08-102-3/+58
|/
* Merge pull request #242 from webmaster128/deactivate-failing-iterations-testSimon Warta2015-08-091-0/+8
|\
| * Deactivate tests that consistently fail in debug modeSimon Warta2015-08-091-0/+8
|/
* Restrict input values to NIST reductions to defined rangeJack Lloyd2015-08-081-3/+13
* Ignore emacs backupsJack Lloyd2015-08-081-0/+2
* Merge branch 'master' of https://github.com/randombit/botanJack Lloyd2015-08-0813-267/+434
|\
| * Merge pull request #239 from webmaster128/rename-member-varsSimon Warta2015-08-082-27/+28
| |\
| | * Add m_ prefix to member variables in SecureQueueSimon Warta2015-08-082-27/+28
| |/
| * Merge pull request #235 from tiwoc/overridesSimon Warta2015-08-082-2/+2
| |\
| | * Add override and fix signature of Fuzzer_Creds::psk_identity()Daniel Seither2015-08-031-1/+1
| | * Add missing override for SecureQueue::check_available()Daniel Seither2015-08-031-1/+1
| * | Merge pull request #238 from webmaster128/fuzzerSimon Warta2015-08-081-2/+2
| |\ \
| | * | Rename fuzzer test consistentlySimon Warta2015-08-081-2/+2
| |/ /
| * | Merge pull request #208 from webmaster128/go-for-matchersSimon Warta2015-08-089-236/+402
| |\ \
| | * | Refactor most of FFI test for matchersSimon Warta2015-08-081-103/+149
| | * | Add matchers for integers and boolSimon Warta2015-08-082-26/+73
| | * | Refactor catchy testsSimon Warta2015-08-088-107/+180
| |/ /
* / / Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-087-285/+367
|/ /
* | RequestedJack Lloyd2015-08-041-0/+1
* | For CBC, ECB, and XTS the output length of a zero length input is wellJack Lloyd2015-08-043-7/+9
* | Add CVE ids to release notesJack Lloyd2015-08-041-10/+16
* | Merge pull request #229 from webmaster128/unused-headersSimon Warta2015-08-0315-9/+8
|\ \
| * | Remove unused pkcs8 includesSimon Warta2015-08-0315-9/+8
|/ /
* | Merge pull request #232 from tiwoc/clang-cpuidSimon Warta2015-08-031-1/+1
|\ \ | |/ |/|
| * Enable use of cpuid.h with clangDaniel Seither2015-07-301-1/+1
* | Fix for minimized buildsJack Lloyd2015-08-031-4/+13
* | Update readmeJack Lloyd2015-08-031-6/+6
* | 1.11.19 release1.11.19Jack Lloyd2015-08-031-6/+28
* | Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0264-6/+448
* | Merge pull request #231 from tiwoc/add-overrideJack Lloyd2015-07-31152-865/+876
|\ \
| * | tests: Add missing overridesDaniel Seither2015-07-302-7/+7
| * | cmd: Add missing overridesDaniel Seither2015-07-302-6/+6
| * | utils: Add missing overridesDaniel Seither2015-07-301-1/+1
| * | tls: Add missing overridesDaniel Seither2015-07-301-30/+30