aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | |/ / | |/| |
* | | | Merge GH #1135 Add RFC 3394 keywrap to FFIJack Lloyd2017-07-312-0/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Move declarations above TLS blockKrzysztof Kwiatkowski2017-07-301-11/+11
| * | | FFI: Add interface for key wrapping with RFC 3394Krzysztof Kwiatkowski2017-06-292-0/+57
* | | | add OCSP::Response::certificates() + unit testRené Meusel2017-07-211-0/+5
* | | | Fix failure to fully zero memory before freeJack Lloyd2017-07-161-1/+1
| |_|/ |/| |
* | | Merge GH #1093 In EC keys, use OID encoding if possibleJack Lloyd2017-07-031-6/+16
|\ \ \
| * | | ECC: use OID encoding if possiblePatrick Wildt2017-06-301-6/+16
| * | | Revert previous, we should fix it differently.Patrick Wildt2017-06-301-16/+20
| * | | Allow ECDSA tests for OpenSSL by comparing EC GroupsPatrick Wildt2017-06-281-20/+16
| |/ /
* | | Merge GH #1107 Improve documentation of x509_path_validateJack Lloyd2017-07-031-1/+1
|\ \ \
| * | | Add position of end entity cert in x509_path_validate() doc [ci skip]René Korthaus2017-07-021-1/+1
* | | | escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...Zoltan Gyarmati2017-07-011-1/+1
|/ / /
* | | Update modern and nist policies with recent additionsJack Lloyd2017-06-301-0/+1
* | | Merge GH #1082 Add support for SM2 signature schemeJack Lloyd2017-06-309-2/+436
|\ \ \
| * | | Remove debug printsJack Lloyd2017-06-301-17/+1