Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-20 | 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 |