Stop abusing errno
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.cpp
2016-04-28 Subodh IyengarStop abusing errno
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-21 Kyle NekritzAdding OpenSSLPtrTypes.h.
2016-01-15 Aaron BalsaraAllow SSLContext to read certificates and keys from...
2015-12-09 Alan FrindellAdd support for ALPN
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-30 Ranjeeth Dasineniadd callback to specify a client next protocol filter
2015-06-16 Sarang MastiFix leaks in tests
2015-06-09 Dave WatsonAsyncSSLSocket StartTLS
2015-06-03 Abhik ChatterjeeComparing against tlsExthostname_
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-04-27 Jun LiMake MIN_WRITE_SIZE configurable for AsyncSSLSocket.
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly