Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-14 | SslContext: Turned debug messages off. | Mattes D | 1 | -1/+1 | |
2015-02-12 | PolarSSL++: Fixed debugging output. | Mattes D | 1 | -0/+3 | |
2015-01-27 | BlockingSslClientSocket: Migrated to cNetwork API. | Mattes D | 1 | -1/+1 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -4/+4 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -4/+4 | |
2014-08-21 | Added initializers for class members. | Mattes D | 1 | -0/+1 | |
As reported by Coverity, these weren't initialized. | |||||
2014-05-10 | Client cert is not requested. | Mattes D | 1 | -1/+1 | |
2014-05-01 | Renamed cPublicKey to cCryptoKey. | madmaxoft | 1 | -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-01 | Added a (disabled) test of low-security ciphersuites. | madmaxoft | 1 | -0/+12 | |
Enabling this allows the connection to be sniffed and decoded using Wireshark, when given the SSL private key. | |||||
2014-05-01 | cSslContext supports setting own cert / privkey. | madmaxoft | 1 | -1/+49 | |
2014-04-28 | Added a debug cert printing function. | madmaxoft | 1 | -0/+62 | |
2014-04-27 | PolarSSL wrappers for the SSL context. | madmaxoft | 1 | -0/+181 | |