From 9351e73e90560b74b5c9255c489ecf6717842e65 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 25 Apr 2015 12:41:14 -0400 Subject: [PATCH] initial sketch of TLS tutorial --- tutorials/utility_client/utility_client.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutorials/utility_client/utility_client.md b/tutorials/utility_client/utility_client.md index 5490f57..a712f71 100644 --- a/tutorials/utility_client/utility_client.md +++ b/tutorials/utility_client/utility_client.md @@ -813,6 +813,13 @@ Enter Command: show 0 _Using TLS / Secure WebSockets_ +- Change the includes +- link to the new library dependencies +- Switch the config +- add the `tls_init_handler` +- configure the SSL context for desired security level +- mixing secure and non-secure connections in one application. + Chapter 2: Intermediate Features --------------------------------