summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/SslContext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-307/+0
* Remove smart pointer macrospeterbell102017-07-211-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-18/+18
* LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D2016-01-241-2/+2
* Namechange to CuberiteMattes D2015-09-251-1/+1
* Made -Weverything an error.tycho2015-05-241-2/+2
* SslContext: Turned debug messages off.Mattes D2015-02-141-1/+1
* PolarSSL++: Fixed debugging output.Mattes D2015-02-121-0/+3
* BlockingSslClientSocket: Migrated to cNetwork API.Mattes D2015-01-271-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
* Added initializers for class members.Mattes D2014-08-211-0/+1
* Client cert is not requested.Mattes D2014-05-101-1/+1
* Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-011-1/+1
* Added a (disabled) test of low-security ciphersuites.madmaxoft2014-05-011-0/+12
* cSslContext supports setting own cert / privkey.madmaxoft2014-05-011-1/+49
* Added a debug cert printing function.madmaxoft2014-04-281-0/+62
* PolarSSL wrappers for the SSL context.madmaxoft2014-04-271-0/+181