summaryrefslogtreecommitdiff
path: root/doc/M2Crypto.SSL.rst
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-04-20 11:37:29 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-09-20 20:52:13 +0200
commit5b1beb4b943ab7866162c4f8d0a19a779c0e2d1b (patch)
tree54095ae74c7f1996cf3aa4cbf3db6802659d5c7e /doc/M2Crypto.SSL.rst
parent1acc14da56e67b3ff4dff7dbcab6de7ced18263e (diff)
downloadm2crypto-5b1beb4b943ab7866162c4f8d0a19a779c0e2d1b.tar.gz
Some foundations of sphinx docs
Diffstat (limited to 'doc/M2Crypto.SSL.rst')
-rw-r--r--doc/M2Crypto.SSL.rst91
1 files changed, 91 insertions, 0 deletions
diff --git a/doc/M2Crypto.SSL.rst b/doc/M2Crypto.SSL.rst
new file mode 100644
index 0000000..233c1eb
--- /dev/null
+++ b/doc/M2Crypto.SSL.rst
@@ -0,0 +1,91 @@
+SSL Package
+===========
+
+:mod:`SSL` Package
+------------------
+
+.. automodule:: M2Crypto.SSL
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`Checker` Module
+---------------------
+
+.. automodule:: M2Crypto.SSL.Checker
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`Cipher` Module
+--------------------
+
+.. automodule:: M2Crypto.SSL.Cipher
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`Connection` Module
+------------------------
+
+.. automodule:: M2Crypto.SSL.Connection
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`Context` Module
+---------------------
+
+.. automodule:: M2Crypto.SSL.Context
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`SSLServer` Module
+-----------------------
+
+.. automodule:: M2Crypto.SSL.SSLServer
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`Session` Module
+---------------------
+
+.. automodule:: M2Crypto.SSL.Session
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`TwistedProtocolWrapper` Module
+------------------------------------
+
+.. automodule:: M2Crypto.SSL.TwistedProtocolWrapper
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`cb` Module
+----------------
+
+.. automodule:: M2Crypto.SSL.cb
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`ssl_dispatcher` Module
+----------------------------
+
+.. automodule:: M2Crypto.SSL.ssl_dispatcher
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`timeout` Module
+---------------------
+
+.. automodule:: M2Crypto.SSL.timeout
+ :members:
+ :undoc-members:
+ :show-inheritance:
+