summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++ (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch2015-05-231-3/+3
* Close Ssl Socket on destroyTiger Wang2015-05-231-0/+5
* Added Equifax root CA.Mattes D2015-05-211-1/+1
* Don't verify certificateworktycho2015-05-191-1/+1
* Update submodulesTiger Wang2015-05-021-1/+1
* SslContext: Turned debug messages off.Mattes D2015-02-141-1/+1
* PolarSSL++: Fixed debugging output.Mattes D2015-02-121-0/+3
* LuaAPI: Added client TLS support for TCP links.Mattes D2015-02-121-1/+1
* BlockingSslClientSocket: Migrated to cNetwork API.Mattes D2015-01-273-15/+198
* En masse NULL -> nullptr replaceTiger Wang2014-10-234-10/+10
* Added initializers for class members.Mattes D2014-08-211-0/+1
* CMakeLists: Moved Bindings-specific code to subdirarchshift2014-07-191-5/+7
* Normalized comments.madmaxoft2014-07-171-1/+1
* 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
* | Added a (disabled) test of low-security ciphersuites.madmaxoft2014-05-011-0/+12
* | 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