Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Namechange to Cuberite | Mattes D | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Fix old style casts and implicit conversions | Matti Hänninen | 2015-08-12 | 1 | -3/+3 |
| | |||||
* | Fix comments | tycho | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 7 | -15/+19 |
| | |||||
* | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-23 | 1 | -3/+3 |
|\ | |||||
| * | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 2015-05-23 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-23 | 1 | -0/+5 |
|\| | |||||
| * | Close Ssl Socket on destroy | Tiger Wang | 2015-05-23 | 1 | -0/+5 |
| | | | | | | | | * Fixes #2072 | ||||
| * | Added Equifax root CA. | Mattes D | 2015-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #2076. Closes #2081. Ref.: #2072. | ||||
| * | Don't verify certificate | worktycho | 2015-05-19 | 1 | -1/+1 |
| | | | | | | Temporary Hot-fix for #2072 | ||||
* | | Fixed some more warnings | tycho | 2015-05-19 | 1 | -1/+1 |
|/ | |||||
* | Update submodules | Tiger Wang | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | SslContext: Turned debug messages off. | Mattes D | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | PolarSSL++: Fixed debugging output. | Mattes D | 2015-02-12 | 1 | -0/+3 |
| | |||||
* | LuaAPI: Added client TLS support for TCP links. | Mattes D | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | BlockingSslClientSocket: Migrated to cNetwork API. | Mattes D | 2015-01-27 | 3 | -15/+198 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 4 | -10/+10 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -0/+1 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | CMakeLists: Moved Bindings-specific code to subdir | archshift | 2014-07-19 | 1 | -5/+7 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 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. | ||||
* | Removed unused field test | worktycho | 2014-06-04 | 1 | -1/+0 |
| | |||||
* | Initialise m_Callbacks field to NULL in empty constructor. | worktycho | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | Client cert is not requested. | Mattes D | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Merged branch 'master' into SslWebAdmin. | madmaxoft | 2014-05-01 | 1 | -0/+3 |
|\ | |||||
| * | Fixed warning in cCallbackSslContext::cDataCallbacks. | madmaxoft | 2014-05-01 | 1 | -0/+3 |
| | | |||||
* | | cSslContext has virtual destructor now. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
| | | |||||
* | | Renamed PublicKey to CryptoKey in CMakeLists.txt | Mattes D | 2014-05-01 | 1 | -3/+2 |
| | | |||||
* | | Renamed cPublicKey to cCryptoKey. | madmaxoft | 2014-05-01 | 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. | ||||
* | | Added a (disabled) test of low-security ciphersuites. | madmaxoft | 2014-05-01 | 1 | -0/+12 |
| | | | | | | | | Enabling this allows the connection to be sniffed and decoded using Wireshark, when given the SSL private key. | ||||
* | | Fixed BufferedSslContext's buffer reading and writing. | madmaxoft | 2014-05-01 | 1 | -2/+2 |
| | | |||||
* | | cSslContext supports setting own cert / privkey. | madmaxoft | 2014-05-01 | 5 | -7/+187 |
| | | |||||
* | | Added cBufferedSslContext implementation. | madmaxoft | 2014-05-01 | 1 | -0/+31 |
|/ | |||||
* | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 2014-04-29 | 7 | -18/+451 |
| | |||||
* | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 2014-04-29 | 4 | -0/+124 |
| | |||||
* | Added missing initialization. | madmaxoft | 2014-04-29 | 1 | -2/+5 |
| | |||||
* | Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects. | madmaxoft | 2014-04-29 | 4 | -3/+239 |
| | |||||
* | Added a debug cert printing function. | madmaxoft | 2014-04-28 | 2 | -0/+65 |
| | |||||
* | Reordered constructors. | madmaxoft | 2014-04-27 | 1 | -2/+2 |
| | |||||
* | Fixed a late-night typo. | madmaxoft | 2014-04-27 | 1 | -2/+2 |
| | |||||
* | PolarSSL wrappers for the SSL context. | madmaxoft | 2014-04-27 | 10 | -5/+847 |
| | |||||
* | Replaced MSVC-specific decorators with our universal ones. | madmaxoft | 2014-04-24 | 2 | -2/+2 |
| | |||||
* | Fixed filename case. | madmaxoft | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Attempted CMake inclusion for PolarSSL++. | madmaxoft | 2014-04-24 | 1 | -0/+17 |
| | |||||
* | Initial C++ SSL classes. | madmaxoft | 2014-04-24 | 6 | -0/+244 |