summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/transport/TSSLSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.hChris Friedt2022-11-201-0/+3
* THRIFT-5482: Fix memory leak during SSL handshake in C++ libraryAnshul M Gupta2021-12-061-0/+16
* Robustness improvements when loading OpenSSL certificatesMarco Schroeter2021-06-041-9/+24
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-251-12/+17
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-10/+10
* THRIFT-4977: Allow loading OpenSSL certificates from memoryMario Emmenlauer2019-10-151-0/+77
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-081-5/+7
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-291-36/+36
* remove stdcxx namespace and use std directlycyy2019-01-071-21/+21
* use noexcept instead of throw() in librarycyy2019-01-071-3/+3
* THRIFT-4559: TSSLSocket no longer prints incorrect error for SYSCALL (#1549)Sidneys12018-05-021-0/+16
* THRIFT-4515: cross server test improvement: graceful test server shutdownJames E. King III2018-03-191-0/+8
* THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issuesBugra Gedik2018-03-121-0/+11
* THRIFT-2013: add multiplex server and client test support to cpp languageJames E. King, III2017-11-181-22/+29
* THRIFT-4331: C++ TSSLSocket fixes for huge message handlingMartin Haimberger2017-10-061-5/+23
* THRIFT-4248: Import cstring in TSSLSocketJosip Sokcevic2017-08-101-0/+1
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-22/+22
* THRIFT-4276:Add SSL support to the C++ Nonblocking ServerDivya Thaluru2017-08-061-27/+146
* THRIFT-4164: update openssl cleanup to match current requirements and documen...James E. King, III2017-04-041-16/+24
* THRIFT-4138: Remove undefined behavior imported from BoostJim Apple2017-04-011-3/+3
* THRIFT-3944 TSSLSocket has dead code in checkHandshaketpcwang2017-04-011-15/+0
* THRIFT-3892 support OpenSSL before 0.9.8f during buildJames E. King, III2017-01-251-2/+5
* THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent beca...James E. King, III2016-11-141-24/+32
* THRIFT-3942 Make TSSLSocket honor send and receive timeoutstpcwang2016-10-131-1/+9
* THRIFT-3878: fix interop with newer OpenSSL librariesJames E. King, III2016-10-011-0/+5
* THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3Nobuaki Sukegawa2016-03-181-0/+2
* THRIFT-3667 C++: Add TLS SNI support to clientsTeddy Reed2016-02-271-0/+2
* THRIFT-3420 C++: TSSLSockets are not interruptableNobuaki Sukegawa2016-02-011-6/+6
* THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier no...Roger Meier2015-11-291-0/+4
* THRIFT-3420 C++: TSSLSockets are not interruptableMartin Haimberger2015-11-231-17/+242
* THRIFT-2936:Minor memory leak in SSLjfarrell2015-09-241-2/+1
* THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is speci...Jim King2015-07-301-3/+5
* THRIFT-1844: Overwrite password string after passing it to openssl.Claudius Heine2015-07-081-0/+1
* THRIFT-2850 get windows cmake working again and building the unit tests for l...Jim King2015-04-301-2/+2
* THRIFT-3061 eliminate potential for client to hang SSLSocket closeRoger Meier2015-04-121-3/+0
* THRIFT-2936 Minor memory leak in CPP SSLRandy Abernethy2015-01-091-0/+1
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-71/+53
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-53/+71
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-71/+53
* Add ability to take control of OpenSSL initializationAlan Dunn2014-07-261-2/+5
* Expose OpenSSL initialization functionsAlan Dunn2014-07-261-80/+81
* THRIFT-2489 Peer host name not provied when performing AccessManager common n...Roger Meier2014-07-261-1/+1
* THRIFT-2258:Add TLS v1.1/1.2 support to TSSLSocket.cppjfarrell2014-03-311-4/+35
* Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp"jfarrell2014-02-211-35/+4
* THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cppRoger Meier2014-02-191-4/+35
* THRIFT-2367 Build failure: stdlib and boost both define uint64_tRoger Meier2014-02-191-4/+3
* THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfroms...Roger Meier2014-02-031-2/+2
* THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSLRoger Meier2014-02-021-0/+1
* THRIFT-2039 config.h --> thrift-config.hKonrad Grochowski2013-06-221-3/+2