From bbf012364d9f1482b16c97b8bfd2fd07130446ca Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 11 Jan 2018 14:58:09 -0800 Subject: fixes #201 TLS configuration should support files for certificates and keys This adds support for configuration of TLS websockets using the files for keys, certificates, and CRLs. Significant changes to the websocket, TLS, and HTTP layers were made here. We now expect TLS configuration to be tied to the HTTP layer, and the HTTP code creates default configuration objects based on the URL supplied. (HTTP dialers and listeners are now created with a URL rather than a sockaddr, giving them access to the scheme as well.) We fixed several bugs affecting TLS validation, and added a test suite that confirms that validation works as it should. We also fixed an orphaned socket during HTTP negotiation, responsible for an occasional assertion error if the http handshake does not complete successfully. Finally several use-after-free races were closed. TLS layer changes include reporting of handshake failures using newly created "standard" error codes for peer authentication and cryptographic failures. The use of the '*' wild card in URLs at bind time is no longer supported for websocket at least. Documentation updates for all this are in place as well. --- docs/libnng.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/libnng.adoc') diff --git a/docs/libnng.adoc b/docs/libnng.adoc index d232dfe3..e5fd24ec 100644 --- a/docs/libnng.adoc +++ b/docs/libnng.adoc @@ -161,10 +161,12 @@ The following functions are used to manipulate TLS configuration objects. [cols="1,4"] |=== -| <>|allocate TLS configuration -| <>|set authentication mode +| <>|allocate TLS configuration +| <>|set authentication mode | <>|set certificate authority chain -| <>|set own certificate and key +| <>|load certificate authority from file +| <>|load own certificate and key from file +| <>|set own certificate and key | <>}free TLS configuration | <>|set remote server name |=== -- cgit v1.2.3-70-g09d2