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. --- src/supplemental/http/http_client.c | 3 --- src/supplemental/http/http_server.c | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/supplemental/http') diff --git a/src/supplemental/http/http_client.c b/src/supplemental/http/http_client.c index ecba84ae..68f0f61c 100644 --- a/src/supplemental/http/http_client.c +++ b/src/supplemental/http/http_client.c @@ -9,13 +9,10 @@ // found online at https://opensource.org/licenses/MIT. // -#include #include -#include #include #include "core/nng_impl.h" -#include "supplemental/tls/tls_api.h" #include diff --git a/src/supplemental/http/http_server.c b/src/supplemental/http/http_server.c index d3b595fd..1b90c172 100644 --- a/src/supplemental/http/http_server.c +++ b/src/supplemental/http/http_server.c @@ -1,5 +1,5 @@ // -// Copyright 2019 Staysail Systems, Inc. +// Copyright 2020 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // Copyright 2018 QXSoftware // Copyright 2019 Devolutions @@ -19,7 +19,6 @@ #include "core/nng_impl.h" #include "nng/supplemental/tls/tls.h" -#include "supplemental/tls/tls_api.h" #include "http_api.h" -- cgit v1.2.3-70-g09d2