foundationdb/FDBLibTLS
Andrew Noyes fee9a5117f Don't config TLS if OpenSSL is missing OPENSSL_INIT_NO_ATEXIT 2020-04-25 17:59:17 -07: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 Don't config TLS if OpenSSL is missing OPENSSL_INIT_NO_ATEXIT 2020-04-25 17:59:17 -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
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 More minor fixes, removed snapshots 2019-06-20 14:28:31 -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
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