Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Fix copyright headers in new files | Rémi Verschelde | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | Fix regression in StreamPeerSSL | Fabio Alessandrelli | 2019-08-22 | 1 | -0/+4 |
| | | | | | Validate that base stream is valid before accepting/connecting. Also remove unnecessary includes. | ||||
* | Rewrite StreamPeerSSL with SSLContext helper class | Fabio Alessandrelli | 2019-08-21 | 1 | -0/+326 |
connect_to_stream now accepts optional parameter to specify which certificates to trust. Implement accept_stream (SSL server) with key/cert parameters to specify the RSA key and X509 certificate resources. |