blob: 9bc20edc6c4af6b2712aea1e7a7517821bfe9a76 [file] [log] [blame]
<!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'>Martin Sjögren</font></b></p>
<p><span class="email">martin@strakt.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="tex2html10"
href="contents.html">Contents</A>
<LI><A NAME="tex2html11"
href="intro.html">1 Introduction </A>
<LI><A NAME="tex2html12"
href="building.html">2 Building and Installing </A>
<UL>
<LI><A NAME="tex2html13"
href="building-unix.html">2.1 Building the Module on a Unix System </A>
<LI><A NAME="tex2html14"
href="building-windows.html">2.2 Building the Module on a Windows System </A>
</UL>
<BR>
<LI><A NAME="tex2html15"
href="openssl.html">3 <tt class="module">OpenSSL</tt> -- Python interface to OpenSSL </A>
<UL>
<LI><A NAME="tex2html16"
href="openssl-crypto.html">3.1 <tt class="module">crypto</tt> -- Generic cryptographic module </A>
<UL>
<LI><A NAME="tex2html17"
href="openssl-x509.html">3.1.1 X509 objects </A>
<LI><A NAME="tex2html18"
href="openssl-x509name.html">3.1.2 X509Name objects </A>
<LI><A NAME="tex2html19"
href="openssl-x509req.html">3.1.3 X509Req objects </A>
<LI><A NAME="tex2html20"
href="openssl-x509store.html">3.1.4 X509Store objects </A>
<LI><A NAME="tex2html21"
href="openssl-pkey.html">3.1.5 PKey objects </A>
<LI><A NAME="tex2html22"
href="openssl-pkcs7.html">3.1.6 PKCS7 objects </A>
<LI><A NAME="tex2html23"
href="openssl-pkcs12.html">3.1.7 PKCS12 objects </A>
<LI><A NAME="tex2html24"
href="openssl-509ext.html">3.1.8 X509Extension objects </A>
<LI><A NAME="tex2html25"
href="openssl-netscape-spki.html">3.1.9 NetscapeSPKI 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.6.</span>
</DIV>
<!--End of Navigation Panel-->
</BODY>
</HTML>