summaryrefslogtreecommitdiff
path: root/doc/api/ssl.rst
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-04-27 00:35:09 -0400
committerJim Shaver <dcypherd@gmail.com>2015-05-27 17:39:56 -0400
commit2637c3b753c1807b55accb7d8fc2e99a9e9bb926 (patch)
tree6b67703988e29c16605a88d44425946c006e1d56 /doc/api/ssl.rst
parent380507ebe282c8b04c39a3d2cb1aedf064c71cf1 (diff)
downloadpyopenssl-git-2637c3b753c1807b55accb7d8fc2e99a9e9bb926.tar.gz
added docs to doc/api
Diffstat (limited to 'doc/api/ssl.rst')
-rw-r--r--doc/api/ssl.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 2929305..ecafbef 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -598,6 +598,11 @@ Connection objects have the following methods:
but not it returns the entire list in one go.
+.. py:method:: Connection.get_protocol_version()
+
+ Retrieve the version of the SSL or TLS protocol used by the Connection
+
+
.. py:method:: Connection.get_client_ca_list()
Retrieve the list of preferred client certificate issuers sent by the server