aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add soname_patternSimon Warta2015-08-2415-49/+57
* Guard rlimit reset with a defined check for RLIMIT_MEMLOCK as it isJack Lloyd2015-08-241-0/+5
* Remove high bit set char from comment as it broke amalgamation generationJack Lloyd2015-08-221-4/+8
* Fix for minimized buildsJack Lloyd2015-08-211-0/+1
* Missing addJack Lloyd2015-08-211-0/+1
* In RSA, check that the input is less than the modulus n before blindingJack Lloyd2015-08-211-5/+7
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-2110-242/+411
* Reactivate FFI PBKDF minimum iterations testSimon Warta2015-08-211-3/+2
* Add m_ prefix to member variable Power_Mod::m_coreSimon Warta2015-08-212-23/+23
* Refactor ./botan speedSimon Warta2015-08-2110-101/+245
* Add initial cirlce configSimon Warta2015-08-214-0/+40
* Add so_link_command for clang debug on darwin and defaultSimon Warta2015-08-141-3/+5
* Remove 'extern "C"' from src/lib/math/mpSimon Warta2015-08-1416-61/+3
* Update Appveyor configSimon Warta2015-08-121-2/+7
* 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
* Refector tests style (use matchers)Simon Warta2015-08-111-82/+64
* Strict uint32 parsingSimon Warta2015-08-112-7/+20
* Avoid integer overlow in string->uint32 converterSimon Warta2015-08-102-3/+58
* 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
* Merge branch 'master' of https://github.com/randombit/botanJack Lloyd2015-08-0813-267/+434
|\
| * 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
| * | Rename fuzzer test consistentlySimon Warta2015-08-081-2/+2
| * | 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
|/ /
* | For CBC, ECB, and XTS the output length of a zero length input is wellJack Lloyd2015-08-043-7/+9
* | 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
* | Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0263-6/+438
* | 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
| * | stream: Add missing overridesDaniel Seither2015-07-305-38/+38
| * | rng: Add missing overridesDaniel Seither2015-07-305-30/+30
| * | pubkey: Add missing overridesDaniel Seither2015-07-3025-86/+89