Support multiple instance of Moonlight using HTTPS

This commit is contained in:
loki
2019-12-27 00:52:53 +01:00
parent c63029239f
commit b054adae06
3 changed files with 65 additions and 31 deletions
+1 -2
View File
@@ -52,8 +52,7 @@ public:
const char *verify(x509_t::element_type *cert);
private:
std::vector<x509_t> _certs;
x509_store_t _cert_store;
std::vector<std::pair<x509_t, x509_store_t>> _certs;
x509_store_ctx_t _cert_ctx;
};