Split out SSL test server for reuse
authorDaniel Sommermann <dcsommer@whatsapp.com>
Wed, 25 Jan 2017 17:32:24 +0000 (09:32 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 25 Jan 2017 17:33:11 +0000 (09:33 -0800)
commitf1317625208617cc2451734f5b63b2230b16bdc0
tree2763473758396ed1629314aa83986bb9a74fcbfc
parent904ebc6311676be265b1f99d7f7a86ad0791aa17
Split out SSL test server for reuse

Summary:
The TestSSLServer is useful to have on its own for reuse. This
diff separates it out to make reuse possible.

Reviewed By: yfeldblum

Differential Revision: D4457976

fbshipit-source-id: 1fe6b71e930859ef04487e29047dcf603a79834b
folly/Makefile.am
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/SSLSessionTest.cpp
folly/io/async/test/TestSSLServer.cpp [new file with mode: 0644]
folly/io/async/test/TestSSLServer.h [new file with mode: 0644]