From ee0b44406d2b658886760ea08c0af12781ab7e3a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 8 Feb 2020 12:46:47 -0800 Subject: fixes #1005 TLS 1.3 support This introduces support for an external wolfSSL plugin, and generally creates the framework for pluggable TLS implementations. The wolfSSL engine is provided via an external module (git submodule), available either under a GPLv3 license or a commercial license. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..76205940 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "extern/nng-wolfssl"] + path = extern/nng-wolfssl + url = https://github.com/staysail/nng-wolfssl -- cgit v1.2.3-70-g09d2