aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use 16 byte alignment for all allocations in the mlock allocatorJack Lloyd2015-08-281-7/+1
* Add override specifiers to zlib.hJack Lloyd2015-08-281-6/+6
* Gzip_Decompression should be a subclass of Stream_DecompressionJack Lloyd2015-08-281-1/+1
* Merge pull request #265 from tiwoc/compress-empty-bufferJack Lloyd2015-08-282-7/+22
|\
| * Compression: Fix zlib failure on compression of empty inputDaniel Seither2015-08-281-0/+8
| * Compression: Prevent undefined behavior when feeding empty inputDaniel Seither2015-08-281-7/+7
| * Add test for compression of an empty bufferDaniel Seither2015-08-281-0/+7
* | Merge pull request #247 from mouse07410/masterJack Lloyd2015-08-281-69/+174
|\ \
| * | Changed tabs to 4 spacesMouse2015-08-141-5/+5
| * | Merge pull request #1 from randombit/masterMouse2015-08-1418-66/+15
| |\ \
| * | | Restored Darwin compatibilityUri Blumenthal2015-08-141-1/+4
| * | | 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 #163 from cordney/add-pkcs8-cmdJack Lloyd2015-08-281-0/+77
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't register PKCS8 cmdline app when build without pubkey moduleRené Korthaus2015-07-171-0/+4
| * | | Check minimum arguments and print helpRené Korthaus2015-07-151-1/+7
| * | | Return !=0 on errorRené Korthaus2015-07-151-0/+1
| * | | Add PKCS#8 private/public key processing toolRené Korthaus2015-07-011-0/+66
* | | | 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