~tobias-oberstein/pyopenssl/pyopenssl

« back to all changes in this revision

Viewing changes to doc/html/openssl.html

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<title>3 OpenSSL -- Python interface to OpenSSL </title>
5
 
<META NAME="description" CONTENT="3 OpenSSL -- Python interface to OpenSSL ">
6
 
<META NAME="keywords" CONTENT="pyOpenSSL">
7
 
<META NAME="resource-type" CONTENT="document">
8
 
<META NAME="distribution" CONTENT="global">
9
 
<link rel="STYLESHEET" href="pyOpenSSL.css">
10
 
<LINK REL="next" href="internals.html">
11
 
<LINK REL="previous" href="building.html">
12
 
<LINK REL="up" HREF="pyOpenSSL.html">
13
 
<LINK REL="next" href="openssl-crypto.html">
14
 
</head>
15
 
<body>
16
 
<DIV CLASS="navigation">
17
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
18
 
<tr>
19
 
<td><A href="building-windows.html"><img src="previous.gif"
20
 
  border="0" height="32"
21
 
  alt="Previous Page" width="32"></A></td>
22
 
<td><A HREF="pyOpenSSL.html"><img src="up.gif"
23
 
  border="0" height="32"
24
 
  alt="Up One Level" width="32"></A></td>
25
 
<td><A href="openssl-crypto.html"><img src="next.gif"
26
 
  border="0" height="32"
27
 
  alt="Next Page" width="32"></A></td>
28
 
<td align="center" width="100%">Python OpenSSL Manual</td>
29
 
<td><A href="contents.html"><img src="contents.gif"
30
 
  border="0" height="32"
31
 
  alt="Contents" width="32"></A></td>
32
 
<td><img src="blank.gif"
33
 
  border="0" height="32"
34
 
  alt="" width="32"></td>
35
 
<td><img src="blank.gif"
36
 
  border="0" height="32"
37
 
  alt="" width="32"></td>
38
 
</tr></table>
39
 
<b class="navlabel">Previous:</b> <a class="sectref" href="building-windows.html">2.2 Building the Module</A>
40
 
<b class="navlabel">Up:</b> <a class="sectref" HREF="pyOpenSSL.html">Python OpenSSL Manual</A>
41
 
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
42
 
<br><hr>
43
 
</DIV>
44
 
<!--End of Navigation Panel-->
45
 
 
46
 
<H1><A NAME="SECTION000400000000000000000">&nbsp;</A>
47
 
<BR>
48
 
3 <tt class="module">OpenSSL</tt> -- Python interface to OpenSSL 
49
 
</H1>
50
 
 
51
 
<P>
52
 
 
53
 
 
54
 
<P>
55
 
This package provides a high-level interface to the functions in the
56
 
OpenSSL library. The following modules are defined:
57
 
 
58
 
<P>
59
 
<dl><dt><b><a name='l2h-2'><tt>crypto</tt></a></b>
60
 
<dd>
61
 
Generic cryptographic module. Note that if anything is incomplete, this module is!
62
 
</dl>
63
 
 
64
 
<P>
65
 
<dl><dt><b><a name='l2h-3'><tt>rand</tt></a></b>
66
 
<dd>
67
 
An interface to the OpenSSL pseudo random number generator.
68
 
</dl>
69
 
 
70
 
<P>
71
 
<dl><dt><b><a name='l2h-4'><tt>SSL</tt></a></b>
72
 
<dd>
73
 
An interface to the SSL-specific parts of OpenSSL.
74
 
</dl>
75
 
 
76
 
<P>
77
 
 
78
 
<p><hr>
79
 
<!--Table of Child-Links-->
80
 
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
81
 
 
82
 
<UL CLASS="ChildLinks">
83
 
<LI><A NAME="tex2html112"
84
 
  href="openssl-crypto.html">3.1 <tt class="module">crypto</tt> -- Generic cryptographic module </A>
85
 
<UL>
86
 
<LI><A NAME="tex2html113"
87
 
  href="openssl-x509.html">3.1.1 X509 objects </A>
88
 
<LI><A NAME="tex2html114"
89
 
  href="openssl-x509name.html">3.1.2 X509Name objects </A>
90
 
<LI><A NAME="tex2html115"
91
 
  href="openssl-x509req.html">3.1.3 X509Req objects </A>
92
 
<LI><A NAME="tex2html116"
93
 
  href="openssl-x509store.html">3.1.4 X509Store objects </A>
94
 
<LI><A NAME="tex2html117"
95
 
  href="openssl-pkey.html">3.1.5 PKey objects </A>
96
 
<LI><A NAME="tex2html118"
97
 
  href="openssl-pkcs7.html">3.1.6 PKCS7 objects </A>
98
 
<LI><A NAME="tex2html119"
99
 
  href="openssl-pkcs12.html">3.1.7 PKCS12 objects </A>
100
 
<LI><A NAME="tex2html120"
101
 
  href="openssl-509ext.html">3.1.8 X509Extension objects </A>
102
 
<LI><A NAME="tex2html121"
103
 
  href="openssl-netscape-spki.html">3.1.9 NetscapeSPKI objects </A>
104
 
<LI><A NAME="tex2html122"
105
 
  href="crl.html">3.1.10 CRL objects </A>
106
 
<LI><A NAME="tex2html123"
107
 
  href="revoked.html">3.1.11 Revoked objects </A>
108
 
</UL>
109
 
<BR>
110
 
<LI><A NAME="tex2html124"
111
 
  href="openssl-rand.html">3.2 <tt class="module">rand</tt> -- An interface to the OpenSSL pseudo random number generator </A>
112
 
<LI><A NAME="tex2html125"
113
 
  href="openssl-ssl.html">3.3 <tt class="module">SSL</tt> -- An interface to the SSL-specific parts of OpenSSL </A>
114
 
<UL>
115
 
<LI><A NAME="tex2html126"
116
 
  href="openssl-context.html">3.3.1 Context objects </A>
117
 
<LI><A NAME="tex2html127"
118
 
  href="openssl-connection.html">3.3.2 Connection objects </A>
119
 
</UL></UL>
120
 
<!--End of Table of Child-Links-->
121
 
 
122
 
<DIV CLASS="navigation">
123
 
<p><hr>
124
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
125
 
<tr>
126
 
<td><A href="building-windows.html"><img src="previous.gif"
127
 
  border="0" height="32"
128
 
  alt="Previous Page" width="32"></A></td>
129
 
<td><A HREF="pyOpenSSL.html"><img src="up.gif"
130
 
  border="0" height="32"
131
 
  alt="Up One Level" width="32"></A></td>
132
 
<td><A href="openssl-crypto.html"><img src="next.gif"
133
 
  border="0" height="32"
134
 
  alt="Next Page" width="32"></A></td>
135
 
<td align="center" width="100%">Python OpenSSL Manual</td>
136
 
<td><A href="contents.html"><img src="contents.gif"
137
 
  border="0" height="32"
138
 
  alt="Contents" width="32"></A></td>
139
 
<td><img src="blank.gif"
140
 
  border="0" height="32"
141
 
  alt="" width="32"></td>
142
 
<td><img src="blank.gif"
143
 
  border="0" height="32"
144
 
  alt="" width="32"></td>
145
 
</tr></table>
146
 
<b class="navlabel">Previous:</b> <a class="sectref" href="building-windows.html">2.2 Building the Module</A>
147
 
<b class="navlabel">Up:</b> <a class="sectref" HREF="pyOpenSSL.html">Python OpenSSL Manual</A>
148
 
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
149
 
<hr>
150
 
<span class="release-info">Release 0.13.</span>
151
 
</DIV>
152
 
<!--End of Navigation Panel-->
153
 
 
154
 
</BODY>
155
 
</HTML>