aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Initialize member var in Certificate_Status_RequestJack Lloyd2017-08-031-1/+2
* | | Change how CPU endianness is detected.Jack Lloyd2017-08-032-17/+34
* | | Add virtual destructor to FFI botan_structJack Lloyd2017-08-031-1/+1
* | | Test encoding of challenge password in PKCS10 requestsJack Lloyd2017-08-031-0/+5
* | | Add a test of PGP S2K iteration encodingJack Lloyd2017-08-031-0/+53
| |/ |/|
* | Add explicit tests for RDRAND_RNG and System_RNGJack Lloyd2017-08-032-9/+105
* | Fix some maintainer mode warningsJack Lloyd2017-08-033-9/+9
* | Merge GH #1094 Add initial BearSSL providerJack Lloyd2017-08-027-3/+444
|\ \
| * | BearSSL: replace more NULLs with nullptrPatrick Wildt2017-07-101-4/+4
| * | BearSSL: implement PR feedback and compare ECGroup OID namePatrick Wildt2017-07-054-18/+35
| * | BearSSL: move includes into extern "C"Patrick Wildt2017-07-052-3/+8
| * | BearSSL: Support for ECDSAPatrick Wildt2017-07-054-2/+242
| * | BearSSL: Initial support and hash testsPatrick Wildt2017-07-054-1/+180
* | | Add two digit clang version test from crystax ndkSimon Warta2017-08-011-0/+14
* | | Use native compiler versioning of MSVCSimon Warta2017-07-313-3/+9
* | | Remove low compiler version restrictionsSimon Warta2017-07-311-3/+3
| |/ |/|
* | Merge GH #1133 Fix MSVC compiler detection fixing #1125Jack Lloyd2017-07-312-0/+82
|\ \
| * | Use _MSC_VER to get MSVC versionSimon Warta2017-07-302-13/+11
| * | Adapt MSVC version regexp to non-english outputsSimon Warta2017-07-301-0/+9
| * | Fix compiler version matching patternsSimon Warta2017-07-301-0/+8
| * | Refactor and test compiler version detectionSimon Warta2017-07-301-0/+67
* | | Merge GH #1134 Run pylint on install.pyJack Lloyd2017-07-312-23/+35
|\ \ \
| * | | Deduplicate pylint arguments in lint.shSimon Warta2017-07-301-7/+11