summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++ (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-23En masse NULL -> nullptr replaceTiger Wang4-10/+10
2014-10-20En masse NULL -> nullptr replaceTiger Wang4-10/+10
2014-08-21Added initializers for class members.Mattes D1-0/+1
2014-07-19CMakeLists: Moved Bindings-specific code to subdirarchshift1-5/+7
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-06-04Removed unused field testworktycho1-1/+0
2014-06-04Initialise m_Callbacks field to NULL in empty constructor.worktycho1-1/+2
2014-05-10Client cert is not requested.Mattes D1-1/+1
2014-05-01Fixed warning in cCallbackSslContext::cDataCallbacks.madmaxoft1-0/+3
2014-05-01cSslContext has virtual destructor now.madmaxoft1-1/+1
2014-05-01Renamed PublicKey to CryptoKey in CMakeLists.txtMattes D1-3/+2
2014-05-01Renamed cPublicKey to cCryptoKey.madmaxoft5-30/+29
2014-05-01Added a (disabled) test of low-security ciphersuites.madmaxoft1-0/+12
2014-05-01Fixed BufferedSslContext's buffer reading and writing.madmaxoft1-2/+2
2014-05-01cSslContext supports setting own cert / privkey.madmaxoft5-7/+187
2014-05-01Added cBufferedSslContext implementation.madmaxoft1-0/+31
2014-04-29Moved the rest of the Crypto objects into their own respective files.madmaxoft7-18/+451
2014-04-29Moved cPublicKey to its separate file in PolarSSL++.madmaxoft4-0/+124
2014-04-29Added missing initialization.madmaxoft1-2/+5
2014-04-29Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft4-3/+239
2014-04-28Added a debug cert printing function.madmaxoft2-0/+65
2014-04-27Reordered constructors.madmaxoft1-2/+2
2014-04-27Fixed a late-night typo.madmaxoft1-2/+2
2014-04-27PolarSSL wrappers for the SSL context.madmaxoft10-5/+847
2014-04-24Replaced MSVC-specific decorators with our universal ones.madmaxoft2-2/+2
2014-04-24Fixed filename case.madmaxoft1-1/+1
2014-04-24Attempted CMake inclusion for PolarSSL++.madmaxoft1-0/+17
2014-04-24Initial C++ SSL classes.madmaxoft6-0/+244