foundationdb/FDBLibTLS
Evan Tschannen 3f9d9d8b84 Merge branch 'release-6.2'
# Conflicts:
#	CMakeLists.txt
#	cmake/FlowCommands.cmake
#	documentation/sphinx/source/release-notes.rst
#	fdbclient/StorageServerInterface.h
#	fdbserver/DataDistributionTracker.actor.cpp
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/fdbserver.actor.cpp
#	flow/Knobs.h
#	flow/Platform.cpp
#	versions.target
2020-01-16 18:37:47 -08:00
..
scripts TLS Plugin Changes. 2018-05-08 16:27:21 -07:00
testdata TLS Plugin Changes. 2018-05-08 16:27:21 -07:00
CMakeLists.txt Make FDBLibTLS and thirdparty static libraries. 2019-09-30 18:32:24 -07:00
FDBLibTLS.map Import LibreSSL TLS Plugin. 2018-04-12 14:13:02 -07:00
FDBLibTLS.symbols Import LibreSSL TLS Plugin. 2018-04-12 14:13:02 -07:00
FDBLibTLS.vcxproj Enabled C++17 for all Windows projects 2019-05-16 17:44:13 -07:00
FDBLibTLSPlugin.cpp Fix FDBLibTLS to specify includes from the root. 2018-10-19 18:56:36 -07:00
FDBLibTLSPlugin.h Suppress 'TraceEventFieldNotFound' event. Don't suppress simultaneous FDBLibTLSVerifyFailure events (this requires including flow.h and removing the copied version of Reference/ReferenceCounted in FDBLibTLS). 2019-05-20 15:12:28 -07:00
FDBLibTLSPolicy.cpp Fix all -Wunused-variable warnings 2019-04-15 18:13:00 -07:00
FDBLibTLSPolicy.h Suppress 'TraceEventFieldNotFound' event. Don't suppress simultaneous FDBLibTLSVerifyFailure events (this requires including flow.h and removing the copied version of Reference/ReferenceCounted in FDBLibTLS). 2019-05-20 15:12:28 -07:00
FDBLibTLSSession.cpp Establishing TLS connection through the handshake process is expensive and the fdbserver process can get easily saturated with doing repeated TLS handshakes with only a few hundreds of clients have bad certificate. Hence throttle the number of handshakes done on the server per client ip if it has a bad certificate. 2020-01-10 16:19:41 -08:00
FDBLibTLSSession.h Suppress 'TraceEventFieldNotFound' event. Don't suppress simultaneous FDBLibTLSVerifyFailure events (this requires including flow.h and removing the copied version of Reference/ReferenceCounted in FDBLibTLS). 2019-05-20 15:12:28 -07:00
FDBLibTLSVerify.cpp Fix FDBLibTLS to specify includes from the root. 2018-10-19 18:56:36 -07:00
FDBLibTLSVerify.h Suppress 'TraceEventFieldNotFound' event. Don't suppress simultaneous FDBLibTLSVerifyFailure events (this requires including flow.h and removing the copied version of Reference/ReferenceCounted in FDBLibTLS). 2019-05-20 15:12:28 -07:00
Makefile Replaced separate TLS Log function with FDB TraceEvent logger 2018-07-11 18:41:46 -07:00
local.mk makefile changes to accommodate boost/process.hpp 2019-05-28 22:07:46 -07:00
plugin-test.cpp Suppress 'TraceEventFieldNotFound' event. Don't suppress simultaneous FDBLibTLSVerifyFailure events (this requires including flow.h and removing the copied version of Reference/ReferenceCounted in FDBLibTLS). 2019-05-20 15:12:28 -07:00
verify-test.cpp improved the cpu efficiency of printable 2019-05-29 14:55:45 -07:00