aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Optimize CFB modeJack Lloyd2017-10-112-39/+97
* Add missing headerJack Lloyd2017-10-111-0/+1
* Simplify ffi call overheadJack Lloyd2017-10-115-45/+22
* getenv is in standard C++Jack Lloyd2017-10-091-1/+1
* Include cstdlib to make os_utils compile with clang.Alexander Bluhm2017-10-091-0/+2
* Add comments explaining why its ok to rely on deprecated features here.Jack Lloyd2017-10-092-0/+8
* Add a special Compat_Callbacks constructor to silence deprecation warnings.Jack Lloyd2017-10-093-7/+24
* Forward declare BigInt in mp_core.hJack Lloyd2017-10-062-1/+3
* Remove needless variableJack Lloyd2017-10-061-2/+0
* Address some bool/int conversion warnings from SonarJack Lloyd2017-10-064-5/+12
* Address various GCC warningsJack Lloyd2017-10-068-24/+26
* Add mod_inverse cmdletJack Lloyd2017-10-061-0/+16
* Restart state in Text_Based_Test after test is overJack Lloyd2017-10-061-0/+2
* Correct the SHA-3 PKCSv1.5 IDsJack Lloyd2017-10-054-5/+109
* Mark some functions of MDx_HashFunction finalJack Lloyd2017-10-051-3/+3
* Add missing `override`Jack Lloyd2017-10-051-1/+1
* Add missing includeJack Lloyd2017-10-051-0/+1
* Add limits.h header for INT_MAXJack Lloyd2017-10-041-0/+1
* Simplify header includes in socket.cppJack Lloyd2017-10-031-9/+3
* Merge GH #1232 Only require socket code if http_util is loadedJack Lloyd2017-10-037-305/+368
|\
| * Add missing windows.h include in os_utils.cppSimon Warta2017-10-031-0/+3
| * Add missing include mem_ops.h in socket.cppSimon Warta2017-10-031-0/+2
| * Move socket implementation into module http_utilSimon Warta2017-10-037-308/+366
* | Avoid empty methods, use =default or add a commentJack Lloyd2017-10-0321-41/+29
* | Add missing cstdlib include to openssl_rsa.cppilovezfs2017-10-031-0/+1
|/
* Remove redundant private: specifierJack Lloyd2017-10-031-1/+1
* Avoid leaking SONAR_TOKEN in the build logJack Lloyd2017-10-032-2/+3
* Add static_cast to avoid conversion warningJack Lloyd2017-10-031-1/+2
* Force expand_mask to be on T instead of intJack Lloyd2017-10-031-1/+1
* MSVC wants __declspec(restrict) on both declaration and definitionJack Lloyd2017-10-031-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-0329-66/+85
* Remove redundant parensJack Lloyd2017-10-037-8/+8
* Remove redundant return statementJack Lloyd2017-10-021-1/+1
* Move block to its own functionJack Lloyd2017-10-021-17/+21
* Remove various unused variablesJack Lloyd2017-10-0210-14/+9
* Remove unnecessary virtuals from final classesJack Lloyd2017-10-026-10/+6
* Uppercase constantsJack Lloyd2017-10-021-12/+15
* Use class for exception typesJack Lloyd2017-10-022-5/+9
* Remove protected functions from final classesJack Lloyd2017-10-028-38/+8
* Make TLS::Blocking_Client non-finalJack Lloyd2017-10-021-1/+1
* sigemptyset is a macro on OS XJack Lloyd2017-10-021-1/+1
* Remove protected m_handle data from PKCS11::ObjectJack Lloyd2017-10-023-6/+18
* Make m_emsa in PK_{Signature,Verification}_with_EMSA privateJack Lloyd2017-10-022-4/+7
* Make EMSA1 data privateJack Lloyd2017-10-021-6/+4
* Make kv in TLS_Text_Policy private, add protected setterJack Lloyd2017-10-022-0/+14
* Remove protected data from Fixed_Output_RNG in test codeJack Lloyd2017-10-021-31/+15
* Remove protected data members from X509_ObjectJack Lloyd2017-10-025-41/+27
* Remove needless blockJack Lloyd2017-10-021-11/+7
* Avoid protected data member in TLS testsJack Lloyd2017-10-021-4/+5
* Avoid using namespace in FFI headersJack Lloyd2017-10-025-7/+3