blob: ec6aafe61e0d85701c4e06121a78b6c081dca17d [file] [log] [blame]
Jean-Paul Calderone897bc252008-02-18 20:50:23 -05001<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<title>3.1.4 X509Store objects </title>
5<META NAME="description" CONTENT="3.1.4 X509Store objects ">
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="openssl-pkey.html">
11<LINK REL="previous" href="openssl-x509req.html">
12<LINK REL="up" href="openssl-crypto.html">
13<LINK REL="next" href="openssl-pkey.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="openssl-x509req.html"><img src="previous.gif"
20border="0" height="32"
21 alt="Previous Page" width="32"></A></td>
22<td><A href="openssl-crypto.html"><img src="up.gif"
23border="0" height="32"
24 alt="Up One Level" width="32"></A></td>
25<td><A href="openssl-pkey.html"><img src="next.gif"
26border="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"
30border="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="openssl-x509req.html">3.1.3 X509Req objects</A>
40<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A>
41<b class="navlabel">Next:</b> <a class="sectref" href="openssl-pkey.html">3.1.5 PKey objects</A>
42<br><hr>
43</DIV>
44<!--End of Navigation Panel-->
45
46<H3><A NAME="SECTION000414000000000000000">&nbsp;</A>
47<BR>
483.1.4 X509Store objects
49</H3>
Jean-Paul Calderone2aa2b332008-03-06 21:43:14 -050050
Jean-Paul Calderone897bc252008-02-18 20:50:23 -050051<P>
Jean-Paul Calderone2aa2b332008-03-06 21:43:14 -050052The X509Store object has currently just one method:
53
Jean-Paul Calderone897bc252008-02-18 20:50:23 -050054<P>
Jean-Paul Calderone6c1d4f92009-03-07 09:10:30 -050055<dl><dt><b><a name='l2h-72'><tt class='method'>add_cert</tt></a></b>(<var>cert</var>)
Jean-Paul Calderone897bc252008-02-18 20:50:23 -050056<dd>
57Add the certificate <var>cert</var> to the certificate store.
58</dl>
Jean-Paul Calderone2aa2b332008-03-06 21:43:14 -050059
Jean-Paul Calderone897bc252008-02-18 20:50:23 -050060<P>
61
62<DIV CLASS="navigation">
63<p><hr>
64<table align="center" width="100%" cellpadding="0" cellspacing="2">
65<tr>
66<td><A href="openssl-x509req.html"><img src="previous.gif"
67border="0" height="32"
68 alt="Previous Page" width="32"></A></td>
69<td><A href="openssl-crypto.html"><img src="up.gif"
70border="0" height="32"
71 alt="Up One Level" width="32"></A></td>
72<td><A href="openssl-pkey.html"><img src="next.gif"
73border="0" height="32"
74 alt="Next Page" width="32"></A></td>
75<td align="center" width="100%">Python OpenSSL Manual</td>
76<td><A href="contents.html"><img src="contents.gif"
77border="0" height="32"
78 alt="Contents" width="32"></A></td>
79<td><img src="blank.gif"
80 border="0" height="32"
81 alt="" width="32"></td>
82<td><img src="blank.gif"
83 border="0" height="32"
84 alt="" width="32"></td>
85</tr></table>
86<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509req.html">3.1.3 X509Req objects</A>
87<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A>
88<b class="navlabel">Next:</b> <a class="sectref" href="openssl-pkey.html">3.1.5 PKey objects</A>
89<hr>
Jean-Paul Calderone71ff3682009-04-25 08:30:11 -040090<span class="release-info">Release 0.9.</span>
Jean-Paul Calderone897bc252008-02-18 20:50:23 -050091</DIV>
92<!--End of Navigation Panel-->
93
94</BODY>
95</HTML>