Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |