proxygen
|
#include <folly/io/async/test/AsyncSSLSocketTest.h>
#include <folly/futures/Promise.h>
#include <folly/init/Init.h>
#include <folly/io/async/AsyncSSLSocket.h>
#include <folly/io/async/EventBase.h>
#include <folly/io/async/SSLContext.h>
#include <folly/io/async/ScopedEventBaseThread.h>
#include <folly/portability/GTest.h>
#include <folly/portability/PThread.h>
#include <folly/ssl/Init.h>
Go to the source code of this file.
Classes | |
struct | folly::EvbAndContext |
class | folly::AttachDetachClient |
class | folly::ConnectClient |
class | folly::NoopReadCallback |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
folly::TEST (AsyncSSLSocketTest2, AttachDetachSSLContext) | |
folly::TEST (AsyncSSLSocketTest2, TestTLS12DefaultClient) | |
folly::TEST (AsyncSSLSocketTest2, TestTLS12BadClient) | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 283 of file AsyncSSLSocketTest2.cpp.
References folly::init(), folly::ssl::init(), testing::InitGoogleTest(), folly::portability::ssl::OPENSSL_cleanup(), and RUN_ALL_TESTS().