From ca816d801f7bd4a3349c06531e0dcc7753b487ef Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 22 Dec 2019 20:28:44 -0800 Subject: [PATCH] (doc) mention mbedtls in supported ssl server backend --- docs/ws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ws.md b/docs/ws.md index 939b7fcf..5d9d73a4 100644 --- a/docs/ws.md +++ b/docs/ws.md @@ -247,7 +247,7 @@ Options: [cobra](https://github.com/machinezone/cobra) is a real time messenging server. ws has several sub-command to interact with cobra. There is also a minimal cobra compatible server named snake available. -Below are examples on running a snake server and clients with TLS enabled (the server only works with the OpenSSL backend for now). +Below are examples on running a snake server and clients with TLS enabled (the server only works with the OpenSSL and the Mbed TLS backend for now). First, generate certificates. @@ -366,4 +366,4 @@ $ ws cobra_publish --endpoint wss://127.0.0.1:8765 --appkey FC2F10139A2BAc53BB72 [2019-12-19 20:46:42.659] [info] Published message id 3 acked ``` -To use OpenSSL on macOS, compile with `make ws_openssl`. First you will have to install OpenSSL libraries, which can be done with Homebrew. +To use OpenSSL on macOS, compile with `make ws_openssl`. First you will have to install OpenSSL libraries, which can be done with Homebrew. Use `make ws_mbedtls` accordingly to use MbedTLS.