Add OpenSSL portability layer
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.cpp
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-11-25 Subodh IyengarFix TFO refused case
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher DykesUse the GMock portability header
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-16 Christopher DykesDisable SSL socket cache tests if cache isn't available
2016-08-04 Christopher DykesDon't try to ignore the SIGPIPE signal if it isn't...
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-05 Adam Simpkinsfix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
2016-07-02 Christopher DykesDon't do #if in the middle of a parameter to a preproce...
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-10 Kyle NekritzAdd additional ALPN mismatch tests.
2016-04-28 Subodh IyengarBetter exception types to SSLexception
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