summaryrefslogtreecommitdiff
path: root/doc/html/index.html
blob: 2070a80ce87b7001d024b733bc41cd4f0cffebfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Python OpenSSL Manual</title>
<META NAME="description" CONTENT="Python OpenSSL Manual">
<META NAME="keywords" CONTENT="pyOpenSSL">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<link rel="STYLESHEET" href="pyOpenSSL.css">
<LINK REL="next" href="contents.html">
</head>
<body>
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A href="contents.html"><img src="next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python OpenSSL Manual</td>
<td><A href="contents.html"><img src="contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
</tr></table>
<b class="navlabel">Next:</b> <a class="sectref" href="contents.html">Contents</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->

<P>

<div class="titlepage">
<center>
<h1>Python OpenSSL Manual</h1>
<p><b><font size='+2'>Jean-Paul Calderone</font></b></p>
<p><span class="email">exarkun@twistedmatrix.com</span></p>
<p>
</center>
</div>

<P>

<H3>Abstract:</H3>
<DIV CLASS="ABSTRACT">

This module is a rather thin wrapper around (a subset of) the OpenSSL library.
With thin wrapper I mean that a lot of the object methods do nothing more than
calling a corresponding function in the OpenSSL library.
</DIV>
<P>

<P>

<p><hr>
<!--Table of Child-Links-->


<UL CLASS="ChildLinks">
<LI><A NAME="tex2html8"
  href="contents.html">Contents</A>
<LI><A NAME="tex2html9"
  href="intro.html">1 Introduction </A>
<LI><A NAME="tex2html10"
  href="building.html">2 Building and Installing </A>
<UL>
<LI><A NAME="tex2html11"
  href="building-unix.html">2.1 Building the Module on a Unix System </A>
<LI><A NAME="tex2html12"
  href="building-windows.html">2.2 Building the Module on a Windows System </A>
</UL>
<BR>
<LI><A NAME="tex2html13"
  href="openssl.html">3 <tt class="module">OpenSSL</tt> -- Python interface to OpenSSL </A>
<UL>
<LI><A NAME="tex2html14"
  href="openssl-crypto.html">3.1 <tt class="module">crypto</tt> -- Generic cryptographic module </A>
<UL>
<LI><A NAME="tex2html15"
  href="openssl-x509.html">3.1.1 X509 objects </A>
<LI><A NAME="tex2html16"
  href="openssl-x509name.html">3.1.2 X509Name objects </A>
<LI><A NAME="tex2html17"
  href="openssl-x509req.html">3.1.3 X509Req objects </A>
<LI><A NAME="tex2html18"
  href="openssl-x509store.html">3.1.4 X509Store objects </A>
<LI><A NAME="tex2html19"
  href="openssl-pkey.html">3.1.5 PKey objects </A>
<LI><A NAME="tex2html20"
  href="openssl-pkcs7.html">3.1.6 PKCS7 objects </A>
<LI><A NAME="tex2html21"
  href="openssl-pkcs12.html">3.1.7 PKCS12 objects </A>
<LI><A NAME="tex2html22"
  href="openssl-509ext.html">3.1.8 X509Extension objects </A>
<LI><A NAME="tex2html23"
  href="openssl-netscape-spki.html">3.1.9 NetscapeSPKI objects </A>
<LI><A NAME="tex2html24"
  href="crl.html">3.1.10 CRL objects </A>
<LI><A NAME="tex2html25"
  href="revoked.html">3.1.11 Revoked objects </A>
</UL>
<LI><A NAME="tex2html26"
  href="openssl-rand.html">3.2 <tt class="module">rand</tt> -- An interface to the OpenSSL pseudo random number generator </A>
<LI><A NAME="tex2html27"
  href="openssl-ssl.html">3.3 <tt class="module">SSL</tt> -- An interface to the SSL-specific parts of OpenSSL </A>
<UL>
<LI><A NAME="tex2html28"
  href="openssl-context.html">3.3.1 Context objects </A>
<LI><A NAME="tex2html29"
  href="openssl-connection.html">3.3.2 Connection objects </A>
</UL>
</UL>
<BR>
<LI><A NAME="tex2html30"
  href="internals.html">4 Internals </A>
<UL>
<LI><A NAME="tex2html31"
  href="exceptions.html">4.1 Exceptions </A>
<LI><A NAME="tex2html32"
  href="callbacks.html">4.2 Callbacks </A>
<LI><A NAME="tex2html33"
  href="socket-methods.html">4.3 Acessing Socket Methods </A>
</UL>
<BR>
<LI><A NAME="tex2html34"
  href="about.html">About this document ...</A>
</UL>
<!--End of Table of Child-Links-->

<DIV CLASS="navigation">
<p><hr>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A href="contents.html"><img src="next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python OpenSSL Manual</td>
<td><A href="contents.html"><img src="contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><img src="blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
</tr></table>
<b class="navlabel">Next:</b> <a class="sectref" href="contents.html">Contents</A>
<hr>
<span class="release-info">Release 0.13.</span>
</DIV>
<!--End of Navigation Panel-->

</BODY>
</HTML>