From 7eee79d3cb5a4c6f431efee9dd200a04605e277c Mon Sep 17 00:00:00 2001 From: Akihiro Yamazaki Date: Sat, 5 Sep 2015 23:50:05 +0900 Subject: add OP_SINGLE_ECDH_USE --- doc/api/ssl.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index 5fd0a5a..1f6b1f3 100644 --- a/doc/api/ssl.rst +++ b/doc/api/ssl.rst @@ -39,11 +39,12 @@ Context, Connection. .. py:data:: OP_SINGLE_DH_USE + OP_SINGLE_ECDH_USE Constant used with :py:meth:`set_options` of Context objects. When this option is used, a new key will always be created when using - ephemeral Diffie-Hellman. + ephemeral (Elliptic curve) Diffie-Hellman. .. py:data:: OP_EPHEMERAL_RSA -- cgit v1.2.1