diff options
Diffstat (limited to 'doc/html/crl.html')
-rw-r--r-- | doc/html/crl.html | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/doc/html/crl.html b/doc/html/crl.html deleted file mode 100644 index 4ce6acb..0000000 --- a/doc/html/crl.html +++ /dev/null @@ -1,108 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>3.1.11 CRL objects </title> -<META NAME="description" CONTENT="3.1.11 CRL objects "> -<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="revoked.html"> -<LINK REL="previous" href="openssl-netscape-spki.html"> -<LINK REL="up" href="openssl-crypto.html"> -<LINK REL="next" href="revoked.html"> -</head> -<body> -<DIV CLASS="navigation"> -<table align="center" width="100%" cellpadding="0" cellspacing="2"> -<tr> -<td><A href="openssl-netscape-spki.html"><img src="previous.gif" - border="0" height="32" - alt="Previous Page" width="32"></A></td> -<td><A href="openssl-crypto.html"><img src="up.gif" - border="0" height="32" - alt="Up One Level" width="32"></A></td> -<td><A href="revoked.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">Previous:</b> <a class="sectref" href="openssl-netscape-spki.html">3.1.10 NetscapeSPKI objects</A> -<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A> -<b class="navlabel">Next:</b> <a class="sectref" href="revoked.html">3.1.12 Revoked objects</A> -<br><hr> -</DIV> -<!--End of Navigation Panel--> - -<H3><A NAME="SECTION0004111000000000000000"> </A> -<BR> -3.1.11 CRL objects -</H3> - -<P> -CRL objects have the following methods: - -<P> -<dl><dt><b><a name='l2h-106'><tt class='method'>add_revoked</tt></a></b>(<var>revoked</var>) -<dd> -Add a Revoked object to the CRL, by value not reference. -</dl> - -<P> -<dl><dt><b><a name='l2h-107'><tt class='method'>export</tt></a></b>(<var>cert, key</var><big>[</big><var>, type=FILETYPE_PEM</var><big>]</big><big>[</big><var>, days=100</var><big>]</big>) -<dd> -Use <var>cert</var> and <var>key</var> to sign the CRL and return the CRL as a string. -<var>days</var> is the number of days before the next CRL is due. -</dl> - -<P> -<dl><dt><b><a name='l2h-108'><tt class='method'>get_revoked</tt></a></b>() -<dd> -Return a tuple of Revoked objects, by value not reference. -</dl> - -<P> - -<DIV CLASS="navigation"> -<p><hr> -<table align="center" width="100%" cellpadding="0" cellspacing="2"> -<tr> -<td><A href="openssl-netscape-spki.html"><img src="previous.gif" - border="0" height="32" - alt="Previous Page" width="32"></A></td> -<td><A href="openssl-crypto.html"><img src="up.gif" - border="0" height="32" - alt="Up One Level" width="32"></A></td> -<td><A href="revoked.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">Previous:</b> <a class="sectref" href="openssl-netscape-spki.html">3.1.10 NetscapeSPKI objects</A> -<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A> -<b class="navlabel">Next:</b> <a class="sectref" href="revoked.html">3.1.12 Revoked objects</A> -<hr> -<span class="release-info">Release 0.12.</span> -</DIV> -<!--End of Navigation Panel--> - -</BODY> -</HTML> |