aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Newhope cleanupsJack Lloyd2017-08-183-664/+669
* Change type of botan_scrub_mem from uint8_t* to void*Jack Lloyd2017-08-172-2/+2
* In SHACAL2 be smarter about how the round keys are loadedJack Lloyd2017-08-161-9/+15
* Optimize SHACAL2Jack Lloyd2017-08-162-46/+20
* More ECDSA Raw(hash) testsJack Lloyd2017-08-161-0/+17
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-156-8/+79
* Update FFI versionJack Lloyd2017-08-152-5/+13
* Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcsJack Lloyd2017-08-153-3/+82
* Merge GH #1151 Add SHACAL2Jack Lloyd2017-08-1518-0/+4797
|\
| * Add 2x unrolling for SHACAL2 on x86Jack Lloyd2017-08-141-2/+71
| * Add support for SHACAL2 using x86 SHA extensionsJack Lloyd2017-08-144-0/+109
| * Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-1410-0/+85
| * Pass by reference for MSVC x86Jack Lloyd2017-08-141-6/+8
| * Add SHACAL2 in generic SIMDJack Lloyd2017-08-136-0/+229
| * Add SHACAL2Jack Lloyd2017-08-135-0/+4303
* | Improve polynomial doubling code, move to utilJack Lloyd2017-08-159-45/+431
* | Unused variable warning [ci skip]Jack Lloyd2017-08-141-1/+1
|/
* Modify GOST-34.11 hash to avoid a GCC miscompilation.Jack Lloyd2017-08-131-1/+4
* Merge GH #1150 Silence clang warning in create_private_key()Jack Lloyd2017-08-131-1/+1
|\
| * Silence clang warning in create_private_key().Alexander Bluhm2017-08-131-1/+1
* | FFI test must search test data relative to data dir.Alexander Bluhm2017-08-131-1/+1
|/
* Add http_util to module policies (GH #1109)René Korthaus2017-08-073-0/+3
* Merge GH #1144 Fix bug for ECDSA signing an all-zero hashJack Lloyd2017-08-074-2/+36
|\
| * Fix issue signing an ECDSA hash of all-zeros (GH #1143)Jack Lloyd2017-08-074-2/+36
* | A few more FFI testsJack Lloyd2017-08-071-1/+39
|/
* Merge GH #1142 Add SM2 encryption schemeJack Lloyd2017-08-0714-17/+561
|\
| * When creating an EC curve with default params, use algo-specific curveJack Lloyd2017-08-041-1/+17
| * Add SM2 encryption to FFIJack Lloyd2017-08-044-1/+130
| * Add SM2 encryption schemeJack Lloyd2017-08-0410-15/+414
* | Merge GH #1139 Replace --destdir flag with DESTDIR env variableJack Lloyd2017-08-077-29/+140
|\ \
| * | Handle and test error cases in prepend_destdir()Simon Warta2017-08-042-44/+50
| * | Fix typo in script nameSimon Warta2017-08-042-1/+1
| * | Pull out python_unittests_unix.pySimon Warta2017-08-043-30/+56
| * | Turn --destdir option into an environment variable, fixes #1101, fixes #996, ...Zoltan Gyarmati2017-08-045-29/+108
* | | Merge GH #1138 Add support for Windows sockets in http_util and TLS command l...Jack Lloyd2017-08-076-4/+144
|\ \ \
| * | | Fix for amalgamation build on WindowsRené Korthaus2017-08-041-0/+1
| * | | Use anonymous namespace to fix static buildRené Korthaus2017-08-041-0/+4
| * | | Add support for Windows sockets to http_utilRené Korthaus2017-08-045-4/+139
| |/ /
* | | Merge GH #1114 Add Streebog hash (GOST 34.11-2012)Jack Lloyd2017-08-0710-1/+1930
|\ \ \ | |_|/ |/| |
| * | Remove STREEBOG_AX and STREEBOG_C from header.Daniel Wyatt2017-08-041-4/+0
| * | streebog: Addressing review comments.Daniel Wyatt2017-08-043-852/+46
| * | Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-0410-1/+2740
| |/
* | Complete merge of #1137 ChaCha_RNGJack Lloyd2017-08-0410-392/+518
|\ \ | |/ |/|
| * Reset the ChaCha key in clearJack Lloyd2017-08-031-0/+1
| * Use new reset_reseed_counter function within Stateful_RNG as wellJack Lloyd2017-08-031-3/+3
| * Add Stateful_RNG::reset_reseed_counterJack Lloyd2017-08-035-6/+9
| * Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-038-383/+506
| * Add ChaCha_RNGJack Lloyd2017-08-038-48/+438
* | Merge GH #1137 Add ChaCha_RNGJack Lloyd2017-08-038-48/+438
|\ \
| * | Add ChaCha_RNGJack Lloyd2017-07-318-48/+442