summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/SslContext.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-307/+0
| | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target
* 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
| | | | As reported by Coverity, these weren't initialized.
* Client cert is not requested.Mattes D2014-05-101-1/+1
|
* Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-011-1/+1
| | | | | 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.
* 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