bake in cert pinning (meaning openssl)

This commit is contained in:
DarthArgus
2017-01-11 03:49:01 +00:00
parent 7e18d721a8
commit 220a393d67
13 changed files with 54 additions and 15 deletions
+3
View File
@@ -17,6 +17,9 @@
#include "webAPI.h"
#include <openssl/ssl.h>
#include <openssl/bio.h>
using namespace StellaBellum;
webAPI::webAPI(std::string endpoint, std::string userAgent) : uri(endpoint), userAgent(userAgent), statusCode(0) {}