]> WPIA git - cassiopeia.git/blob - src/sslUtil.h
add: Plug things together so we can have TBSCertificates from the database
[cassiopeia.git] / src / sslUtil.h
1 #pragma once
2 #include <openssl/ssl.h>
3 #include <memory>
4
5 extern std::shared_ptr<int> ssl_lib_ref;
6
7 std::shared_ptr<SSL_CTX> generateSSLContext( bool server );
8 std::shared_ptr<BIO> openSerial( const char* name );