Adds writer test case for RCU
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.cpp
2018-01-17 Adam Simpkinsfix some bugs in AsyncSSLSocketTest
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-26 Christopher DykesFix build with Windows SDK v10.0.16232
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-08-14 Xiangyu BuAsyncSSLSocket::get/setClientCertValidationResult API.
2017-08-04 Xiangyu BuTest server-side getPeerCert().
2017-08-04 Xiangyu BuClang-format AsyncSSLSocketTest.cpp.
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Christopher DykesFix the build of the socket tests on Windows
2017-06-22 Aaron BalsaraAsyncSSLSocket connect without SSL
2017-06-07 Anirudh RamachandranAdd a version of async_test using openssl 1.1.0
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-04-11 Christopher DykesTreat OpenSSL as a non-portable include
2017-03-10 Kyle NekritzFix use after move in AsyncSSLSocket constructor.
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
2017-03-05 Subodh IyengarAdd getTotalConnectTimeout method
2017-01-25 Daniel SommermannSplit out SSL test server for reuse
2017-01-09 Kyle NekritzAdd pre received data API to AsyncSSLSocket.
2017-01-04 Yedidya Feldblum2017
2017-01-02 Zonr ChangAdd FOLLY_OPENSSL_HAS_ALPN and FOLLY_OPENSSL_HAS_SNI.
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