summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added initializers for class members.Mattes D2014-08-211-0/+1
| | | | As reported by Coverity, these weren't initialized.
* CMakeLists: Moved Bindings-specific code to subdirarchshift2014-07-191-5/+7
|
* Normalized comments.madmaxoft2014-07-171-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 testworktycho2014-06-041-1/+0
|
* Initialise m_Callbacks field to NULL in empty constructor.worktycho2014-06-041-1/+2
|
* Client cert is not requested.Mattes D2014-05-101-1/+1
|
* Merged branch 'master' into SslWebAdmin.madmaxoft2014-05-011-0/+3
|\
| * Fixed warning in cCallbackSslContext::cDataCallbacks.madmaxoft2014-05-011-0/+3
| |
* | cSslContext has virtual destructor now.madmaxoft2014-05-011-1/+1
| |
* | Renamed PublicKey to CryptoKey in CMakeLists.txtMattes D2014-05-011-3/+2
| |
* | Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-015-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.madmaxoft2014-05-011-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.madmaxoft2014-05-011-2/+2
| |
* | cSslContext supports setting own cert / privkey.madmaxoft2014-05-015-7/+187
| |
* | Added cBufferedSslContext implementation.madmaxoft2014-05-011-0/+31
|/
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-297-18/+451
|
* Moved cPublicKey to its separate file in PolarSSL++.madmaxoft2014-04-294-0/+124
|
* Added missing initialization.madmaxoft2014-04-291-2/+5
|
* Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft2014-04-294-3/+239
|
* Added a debug cert printing function.madmaxoft2014-04-282-0/+65
|
* Reordered constructors.madmaxoft2014-04-271-2/+2
|
* Fixed a late-night typo.madmaxoft2014-04-271-2/+2
|
* PolarSSL wrappers for the SSL context.madmaxoft2014-04-2710-5/+847
|
* Replaced MSVC-specific decorators with our universal ones.madmaxoft2014-04-242-2/+2
|
* Fixed filename case.madmaxoft2014-04-241-1/+1
|
* Attempted CMake inclusion for PolarSSL++.madmaxoft2014-04-241-0/+17
|
* Initial C++ SSL classes.madmaxoft2014-04-246-0/+244