Allow SSLContext to read certificates and keys from memory
authorAaron Balsara <abalsara@fb.com>
Fri, 15 Jan 2016 18:50:33 +0000 (10:50 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Fri, 15 Jan 2016 19:20:26 +0000 (11:20 -0800)
commitd65b77365390ed615636966c225b2bf9deb564a6
treeaa46e37fa2a1ec387201ce070eda041ceee69396
parent138b7236d534088c9c437e2249d65a7aadea1c11
Allow SSLContext to read certificates and keys from memory

Summary: Added the ability for SSLContext to load X509 Certificates and private keys from memory

Reviewed By: yfeldblum

Differential Revision: D2800746

fb-gh-sync-id: 14cad74f8d761b9b0f07e2827b155cec9ba27f50
folly/io/async/SSLContext.cpp
folly/io/async/SSLContext.h
folly/io/async/test/AsyncSSLSocketTest.cpp