summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-09-08 18:32:45 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-09-08 18:32:45 -0400
commitcb058a318960f250b5332b122e8ecdaad18ed35c (patch)
tree5852bda8519b1a50b483f0ce45dd931e6abb7424
parentc62d4c11f6ff3d5a3629b6e9a471dac6a6b561ae (diff)
downloadpyopenssl-cb058a318960f250b5332b122e8ecdaad18ed35c.tar.gz
Some documentation on new constants
-rw-r--r--doc/pyOpenSSL.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 92d3356..c2a4e65 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -843,6 +843,8 @@ File type constants used with the \method{use_certificate_file} and
\dataline{OP_NO_SSLv2}
\dataline{OP_NO_SSLv3}
\dataline{OP_NO_TLSv1}
+\dataline{OP_NO_TICKET}
+\dataline{OP_NO_COMPRESSION}
Constants used with \method{set_options} of Context objects.
\constant{OP_SINGLE_DH_USE} means to always create a new key when using ephemeral
Diffie-Hellman. \constant{OP_EPHEMERAL_RSA} means to always use ephemeral RSA keys
@@ -852,6 +854,11 @@ interesting if you're using e.g. \constant{SSLv23_METHOD} to get an SSLv2-compat
handshake, but don't want to use SSLv2.
\end{datadesc}
+\begin{datadesc}{MODE_NO_COMPRESSION}
+Constant used with \method{set_mode} of Context objects to disable automatic
+compression of application traffic.
+\end{datadesc}
+
\begin{datadesc}{SSLEAY_VERSION}
\dataline{SSLEAY_CFLAGS}
\dataline{SSLEAY_BUILT_ON}