Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | Fixed crashes in the SSL HTTP connection. | madmaxoft | 1 | -3/+7 | |
2014-05-01 | Implemented SSL connection for WebAdmin. | madmaxoft | 1 | -0/+103 | |
Fixes FS-319. |