10
10
<LINK REL="next" href="openssl-rand.html">
11
11
<LINK REL="previous" href="openssl.html">
12
12
<LINK REL="up" href="openssl.html">
13
<LINK REL="next" href="openssl-x509.html">
13
<LINK REL="next" href="openssl-x509ext.html">
16
16
<DIV CLASS="navigation">
22
22
<td><A href="openssl.html"><img src="up.gif"
23
23
border="0" height="32"
24
24
alt="Up One Level" width="32"></A></td>
25
<td><A href="openssl-x509.html"><img src="next.gif"
25
<td><A href="openssl-x509ext.html"><img src="next.gif"
26
26
border="0" height="32"
27
27
alt="Next Page" width="32"></A></td>
28
28
<td align="center" width="100%">Python OpenSSL Manual</td>
39
39
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl.html">3 OpenSSL </A>
40
40
<b class="navlabel">Up:</b> <a class="sectref" href="openssl.html">3 OpenSSL </A>
41
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A>
41
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509ext.html">3.1.1 X509Extension objects</A>
44
44
<!--End of Navigation Panel-->
240
240
<dl><dt><b><a name='l2h-32'><tt class='function'>load_crl</tt></a></b>(<var>type, buffer</var>)
242
242
Load Certificate Revocation List (CRL) data from a string <var>buffer</var>.
243
<var>buffer</var> encoded with the type <var>type</var>. The type <var>type</var>
243
<var>buffer</var> encoded with the type <var>type</var>. The type <var>type</var>
244
244
must either <tt class="constant">FILETYPE_PEM</tt> or <tt class="constant">FILETYPE_ASN1</tt>).
298
298
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
300
300
<UL CLASS="ChildLinks">
301
<LI><A NAME="tex2html139"
302
href="openssl-x509.html">3.1.1 X509 objects </A>
303
<LI><A NAME="tex2html140"
304
href="openssl-x509name.html">3.1.2 X509Name objects </A>
305
301
<LI><A NAME="tex2html141"
306
href="openssl-x509req.html">3.1.3 X509Req objects </A>
302
href="openssl-x509ext.html">3.1.1 X509Extension objects </A>
307
303
<LI><A NAME="tex2html142"
308
href="openssl-x509store.html">3.1.4 X509Store objects </A>
304
href="openssl-x509.html">3.1.2 X509 objects </A>
309
305
<LI><A NAME="tex2html143"
310
href="openssl-pkey.html">3.1.5 PKey objects </A>
306
href="openssl-x509name.html">3.1.3 X509Name objects </A>
311
307
<LI><A NAME="tex2html144"
312
href="openssl-pkcs7.html">3.1.6 PKCS7 objects </A>
308
href="openssl-x509req.html">3.1.4 X509Req objects </A>
313
309
<LI><A NAME="tex2html145"
314
href="openssl-pkcs12.html">3.1.7 PKCS12 objects </A>
310
href="openssl-x509store.html">3.1.5 X509Store objects </A>
315
311
<LI><A NAME="tex2html146"
316
href="openssl-509ext.html">3.1.8 X509Extension objects </A>
312
href="openssl-pkey.html">3.1.6 PKey objects </A>
317
313
<LI><A NAME="tex2html147"
318
href="openssl-netscape-spki.html">3.1.9 NetscapeSPKI objects </A>
314
href="openssl-pkcs7.html">3.1.7 PKCS7 objects </A>
319
315
<LI><A NAME="tex2html148"
320
href="crl.html">3.1.10 CRL objects </A>
316
href="openssl-pkcs12.html">3.1.8 PKCS12 objects </A>
321
317
<LI><A NAME="tex2html149"
322
href="revoked.html">3.1.11 Revoked objects </A>
318
href="openssl-509ext.html">3.1.9 X509Extension objects </A>
319
<LI><A NAME="tex2html150"
320
href="openssl-netscape-spki.html">3.1.10 NetscapeSPKI objects </A>
321
<LI><A NAME="tex2html151"
322
href="crl.html">3.1.11 CRL objects </A>
323
<LI><A NAME="tex2html152"
324
href="revoked.html">3.1.12 Revoked objects </A>
324
326
<!--End of Table of Child-Links-->
333
335
<td><A href="openssl.html"><img src="up.gif"
334
336
border="0" height="32"
335
337
alt="Up One Level" width="32"></A></td>
336
<td><A href="openssl-x509.html"><img src="next.gif"
338
<td><A href="openssl-x509ext.html"><img src="next.gif"
337
339
border="0" height="32"
338
340
alt="Next Page" width="32"></A></td>
339
341
<td align="center" width="100%">Python OpenSSL Manual</td>
350
352
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl.html">3 OpenSSL </A>
351
353
<b class="navlabel">Up:</b> <a class="sectref" href="openssl.html">3 OpenSSL </A>
352
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A>
354
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509ext.html">3.1.1 X509Extension objects</A>
354
356
<span class="release-info">Release 0.11.</span>