From 676e868ee30a4f29ad4e501432686eadfbaef774 Mon Sep 17 00:00:00 2001 From: Jim Shaver Date: Mon, 27 Apr 2015 00:35:09 -0400 Subject: [PATCH] added docs to doc/api --- doc/api/ssl.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index 292930506..ecafbef67 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