diff options
author | ADAM David Alan Martin <adam.martin@10gen.com> | 2017-08-14 14:15:52 -0400 |
---|---|---|
committer | ADAM David Alan Martin <adam.martin@10gen.com> | 2017-08-14 15:35:22 -0400 |
commit | 476e861748510449511eb0a9a250a03cff8c07e6 (patch) | |
tree | 3015dd2d39c4c47e2de31c07573c9dd05dbc757a /src/mongo/config.h.in | |
parent | 58b36b8bbc6ca7159e100ada6dc15852af0a8661 (diff) | |
download | mongo-476e861748510449511eb0a9a250a03cff8c07e6.tar.gz |
SERVER-24897 Configuration of DHE parameters.
Added an option to permit specifying a Diffie Hellman parameters file
in PEM format which will be passed to OpenSSL. We also now indicate
to OpenSSL that we'd like Elliptic Curve Diffie Hellman Exchange,
if the client supports it.
Diffstat (limited to 'src/mongo/config.h.in')
-rw-r--r-- | src/mongo/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/config.h.in b/src/mongo/config.h.in index 4b0dc7e710c..c4c65d366d6 100644 --- a/src/mongo/config.h.in +++ b/src/mongo/config.h.in @@ -70,5 +70,8 @@ // Defined if OpenSSL has SEQUENCE_ANY @mongo_config_ssl_has_asn1_any_definitions@ +// Defined if OpenSSL has `SSL_CTX_set_ecdh_auto` and `SSL_set_ecdh_auto` +@mongo_config_has_ssl_set_ecdh_auto@ + // Defined if WiredTiger storage engine is enabled @mongo_config_wiredtiger_enabled@ |