aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Add SHACAL2Jack Lloyd2017-08-134-0/+220
* | Improve polynomial doubling code, move to utilJack Lloyd2017-08-157-45/+169
|/
* Modify GOST-34.11 hash to avoid a GCC miscompilation.Jack Lloyd2017-08-131-1/+4
* Silence clang warning in create_private_key().Alexander Bluhm2017-08-131-1/+1
* Fix issue signing an ECDSA hash of all-zeros (GH #1143)Jack Lloyd2017-08-071-1/+1
* Merge GH #1142 Add SM2 encryption schemeJack Lloyd2017-08-078-12/+415
|\
| * When creating an EC curve with default params, use algo-specific curveJack Lloyd2017-08-041-1/+17
| * Add SM2 encryption to FFIJack Lloyd2017-08-043-0/+58
| * Add SM2 encryption schemeJack Lloyd2017-08-045-11/+340
* | Merge GH #1138 Add support for Windows sockets in http_util and TLS command l...Jack Lloyd2017-08-073-1/+55
|\ \
| * | 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-042-1/+50
* | | Merge GH #1114 Add Streebog hash (GOST 34.11-2012)Jack Lloyd2017-08-076-1/+1129
|\ \ \ | |_|/ |/| |
| * | 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-046-1/+1939
| |/
* | Complete merge of #1137 ChaCha_RNGJack Lloyd2017-08-046-22/+47
|\ \ | |/ |/|
| * 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-033-4/+7
| * Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-034-17/+38
| * Add ChaCha_RNGJack Lloyd2017-08-033-0/+238
* | Merge GH #1137 Add ChaCha_RNGJack Lloyd2017-08-033-0/+238
|\ \
| * | Add ChaCha_RNGJack Lloyd2017-07-313-0/+238
* | | 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
| |/ |/|
* | Add explicit tests for RDRAND_RNG and System_RNGJack Lloyd2017-08-031-9/+7
* | Fix some maintainer mode warningsJack Lloyd2017-08-031-6/+6
* | Merge GH #1094 Add initial BearSSL providerJack Lloyd2017-08-026-1/+442
|\ \
| * | 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-053-0/+240
| * | BearSSL: Initial support and hash testsPatrick Wildt2017-07-054-1/+180
* | | Use native compiler versioning of MSVCSimon Warta2017-07-312-2/+2
* | | Remove low compiler version restrictionsSimon Warta2017-07-311-3/+3
| |/ |/|
* | Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maint...Jack Lloyd2017-07-3110-16/+12
|\ \
| * | Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-2810-16/+12
* | | Merge GH #1131 Confirm OpenSSL supports curve at runtime before attempting to...Jack Lloyd2017-07-311-12/+35
|\ \ \
| * | | Check if curve is built into OpenSSL at runtimeRené Korthaus2017-07-281-12/+35
| |/ /
* | | Add test for FFI keywrap, and constify argsJack Lloyd2017-07-312-9/+9
* | | Split up ffi.cpp into several filesJack Lloyd2017-07-3119-2314/+2552
* | | Merge GH #1128 Improve FFI exception safetyJack Lloyd2017-07-315-703/+368
|\ \ \
| * | | Add missing return in ffi_delete_objectJack Lloyd2017-07-251-4/+5
| * | | Merge commit 'e015fd170' into ffi-fixesJack Lloyd2017-07-253-2/+13
| |\ \ \
| | * | | Don't crash if openssl can't allocate a new contextKirill A. Korinsky2017-06-293-2/+13
| * | | | In FFI, check the object magic before deletingJack Lloyd2017-07-251-30/+42
| * | | | Better exception guarding in FFIJack Lloyd2017-07-252-671/+312
| | |/ / | |/| |