Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-30 | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 25 | -2391/+0 | |
* Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target | |||||
2017-08-24 | Minor changes (#3909) | mathiascode | 1 | -1/+1 | |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -1/+0 | |
2017-08-02 | Removed double includes (#3885) | Lukas Pioch | 1 | -2/+0 | |
2017-07-21 | Remove smart pointer macros | peterbell10 | 7 | -9/+9 | |
2017-05-21 | Clang 5.0 fixes | Lukas Pioch | 1 | -1/+1 | |
- Added override keyword - Removed inherited member variables | |||||
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 2 | -9/+5 | |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -1/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 20 | -149/+149 | |
2016-01-24 | LuaTcpSsl: Disabled cert verification due to missing CA chain. | Mattes D | 1 | -2/+2 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-30 | Fixed problems in cBlockingSslClientSocket. | Mattes D | 2 | -9/+22 | |
2015-12-17 | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 1 | -1/+1 | |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 1 | -1/+1 | |
2015-09-25 | Namechange to Cuberite | Mattes D | 1 | -1/+1 | |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 1 | -3/+3 | |
2015-05-28 | Fix comments | tycho | 1 | -2/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 7 | -15/+19 | |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 1 | -3/+3 | |
2015-05-23 | Close Ssl Socket on destroy | Tiger Wang | 1 | -0/+5 | |
* Fixes #2072 | |||||
2015-05-21 | Added Equifax root CA. | Mattes D | 1 | -1/+1 | |
Fixes #2076. Closes #2081. Ref.: #2072. | |||||
2015-05-19 | Don't verify certificate | worktycho | 1 | -1/+1 | |
Temporary Hot-fix for #2072 | |||||
2015-05-19 | Fixed some more warnings | tycho | 1 | -1/+1 | |
2015-05-02 | Update submodules | Tiger Wang | 1 | -1/+1 | |
2015-02-14 | SslContext: Turned debug messages off. | Mattes D | 1 | -1/+1 | |
2015-02-12 | PolarSSL++: Fixed debugging output. | Mattes D | 1 | -0/+3 | |
2015-02-12 | LuaAPI: Added client TLS support for TCP links. | Mattes D | 1 | -1/+1 | |
2015-01-27 | BlockingSslClientSocket: Migrated to cNetwork API. | Mattes D | 3 | -15/+198 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 4 | -10/+10 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 4 | -10/+10 | |
2014-08-21 | Added initializers for class members. | Mattes D | 1 | -0/+1 | |
As reported by Coverity, these weren't initialized. | |||||
2014-07-19 | CMakeLists: Moved Bindings-specific code to subdir | archshift | 1 | -5/+7 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-06-04 | Removed unused field test | worktycho | 1 | -1/+0 | |
2014-06-04 | Initialise m_Callbacks field to NULL in empty constructor. | worktycho | 1 | -1/+2 | |
2014-05-10 | Client cert is not requested. | Mattes D | 1 | -1/+1 | |
2014-05-01 | Fixed warning in cCallbackSslContext::cDataCallbacks. | madmaxoft | 1 | -0/+3 | |
2014-05-01 | cSslContext has virtual destructor now. | madmaxoft | 1 | -1/+1 | |
2014-05-01 | Renamed PublicKey to CryptoKey in CMakeLists.txt | Mattes D | 1 | -3/+2 | |
2014-05-01 | Renamed cPublicKey to cCryptoKey. | madmaxoft | 5 | -30/+29 | |
The class can hold both the private key and the public key, bad naming on PolarSSL's part. Also somewhat fixed the cert and key loading in cHTTPServer. | |||||
2014-05-01 | Added a (disabled) test of low-security ciphersuites. | madmaxoft | 1 | -0/+12 | |
Enabling this allows the connection to be sniffed and decoded using Wireshark, when given the SSL private key. | |||||
2014-05-01 | Fixed BufferedSslContext's buffer reading and writing. | madmaxoft | 1 | -2/+2 | |
2014-05-01 | cSslContext supports setting own cert / privkey. | madmaxoft | 5 | -7/+187 | |
2014-05-01 | Added cBufferedSslContext implementation. | madmaxoft | 1 | -0/+31 | |
2014-04-29 | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 7 | -18/+451 | |
2014-04-29 | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 4 | -0/+124 | |
2014-04-29 | Added missing initialization. | madmaxoft | 1 | -2/+5 | |
2014-04-29 | Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects. | madmaxoft | 4 | -3/+239 | |
2014-04-28 | Added a debug cert printing function. | madmaxoft | 2 | -0/+65 | |
2014-04-27 | Reordered constructors. | madmaxoft | 1 | -2/+2 | |
2014-04-27 | Fixed a late-night typo. | madmaxoft | 1 | -2/+2 | |
2014-04-27 | PolarSSL wrappers for the SSL context. | madmaxoft | 10 | -5/+847 | |
2014-04-24 | Replaced MSVC-specific decorators with our universal ones. | madmaxoft | 2 | -2/+2 | |
2014-04-24 | Fixed filename case. | madmaxoft | 1 | -1/+1 | |
2014-04-24 | Attempted CMake inclusion for PolarSSL++. | madmaxoft | 1 | -0/+17 | |
2014-04-24 | Initial C++ SSL classes. | madmaxoft | 6 | -0/+244 | |