Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -18/+18 |
| | |||||
* | LuaTcpSsl: Disabled cert verification due to missing CA chain. | Mattes D | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | Namechange to Cuberite | Mattes D | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | SslContext: Turned debug messages off. | Mattes D | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | PolarSSL++: Fixed debugging output. | Mattes D | 2015-02-12 | 1 | -0/+3 |
| | |||||
* | BlockingSslClientSocket: Migrated to cNetwork API. | Mattes D | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -4/+4 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -0/+1 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Client cert is not requested. | Mattes D | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Renamed cPublicKey to cCryptoKey. | madmaxoft | 2014-05-01 | 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. | ||||
* | Added a (disabled) test of low-security ciphersuites. | madmaxoft | 2014-05-01 | 1 | -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. | madmaxoft | 2014-05-01 | 1 | -1/+49 |
| | |||||
* | Added a debug cert printing function. | madmaxoft | 2014-04-28 | 1 | -0/+62 |
| | |||||
* | PolarSSL wrappers for the SSL context. | madmaxoft | 2014-04-27 | 1 | -0/+181 |