summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/SslContext.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-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
2017-07-21Remove smart pointer macrospeterbell101-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-18/+18
2016-01-24LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D1-2/+2
2015-09-25Compile.sh namechange to cuberiteSafwat Halaby1-1/+1
2015-09-25Namechange to CuberiteMattes D1-1/+1
2015-05-24Made -Weverything an error.tycho1-2/+2
2015-05-21Added Equifax root CA.Mattes D1-1/+1
Fixes #2076. Closes #2081. Ref.: #2072.
2015-05-19Don't verify certificateworktycho1-1/+1
Temporary Hot-fix for #2072
2015-02-14SslContext: Turned debug messages off.Mattes D1-1/+1
2015-02-12PolarSSL++: Fixed debugging output.Mattes D1-0/+3
2015-01-27BlockingSslClientSocket: Migrated to cNetwork API.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-08-21Added initializers for class members.Mattes D1-0/+1
As reported by Coverity, these weren't initialized.
2014-05-10Client cert is not requested.Mattes D1-1/+1
2014-05-01Renamed cPublicKey to cCryptoKey.madmaxoft1-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.
2014-05-01Added a (disabled) test of low-security ciphersuites.madmaxoft1-0/+12
Enabling this allows the connection to be sniffed and decoded using Wireshark, when given the SSL private key.
2014-05-01cSslContext supports setting own cert / privkey.madmaxoft1-1/+49
2014-04-28Added a debug cert printing function.madmaxoft1-0/+62
2014-04-27PolarSSL wrappers for the SSL context.madmaxoft1-0/+181