summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++ (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed warning in cCallbackSslContext::cDataCallbacks.madmaxoft2014-05-011-0/+3
* 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