#include "blocxx/BLOCXX_config.h"#include "blocxx/SSLSocketImpl.hpp"#include "blocxx/Format.hpp"#include "blocxx/Assertion.hpp"#include "blocxx/Timeout.hpp"#include <openssl/err.h>#include "blocxx/SocketUtils.hpp"Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
Functions | |
| void | BLOCXX_NAMESPACE::sslWaitForIO (SocketBaseImpl &s, int type) |
| void | BLOCXX_NAMESPACE::shutdownSSL (SSL *ssl) |
| void | BLOCXX_NAMESPACE::connectWithSSL (SSL *ssl, SocketBaseImpl &s) |
| int | BLOCXX_NAMESPACE::acceptSSL (SSL *ssl, SocketBaseImpl &s, String &errorDescription) |
1.5.6