Jean-Paul Calderone | 897bc25 | 2008-02-18 20:50:23 -0500 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>3.1.2 X509Name objects </title> |
| 5 | <META NAME="description" CONTENT="3.1.2 X509Name 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-x509req.html"> |
| 11 | <LINK REL="previous" href="openssl-x509.html"> |
| 12 | <LINK REL="up" href="openssl-crypto.html"> |
| 13 | <LINK REL="next" href="openssl-x509req.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-x509.html"><img src="previous.gif" |
| 20 | border="0" height="32" |
| 21 | alt="Previous Page" width="32"></A></td> |
| 22 | <td><A href="openssl-crypto.html"><img src="up.gif" |
| 23 | border="0" height="32" |
| 24 | alt="Up One Level" width="32"></A></td> |
| 25 | <td><A href="openssl-x509req.html"><img src="next.gif" |
| 26 | border="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" |
| 30 | border="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-x509.html">3.1.1 X509 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-x509req.html">3.1.3 X509Req objects</A> |
| 42 | <br><hr> |
| 43 | </DIV> |
| 44 | <!--End of Navigation Panel--> |
| 45 | |
| 46 | <H3><A NAME="SECTION000412000000000000000"> </A> |
| 47 | <BR> |
| 48 | 3.1.2 X509Name objects |
| 49 | </H3> |
| 50 | <P> |
| 51 | <EM><EM>X509Name objects have the following members: |
| 52 | </EM></EM> |
| 53 | <P><dl><dt><b><a name='l2h-51'><tt class='member'>countryName</tt></a></b> |
| 54 | <dd> |
| 55 | The country of the entity. <code>C</code> may be used as an alias for |
| 56 | <code>countryName</code>. |
| 57 | </dl> |
| 58 | <P><dl><dt><b><a name='l2h-52'><tt class='member'>stateOrProvinceName</tt></a></b> |
| 59 | <dd> |
| 60 | The state or province of the entity. <code>ST</code> may be used as an alias for |
| 61 | <code>stateOrProvinceName</code>ยท |
| 62 | </dl> |
| 63 | <P><dl><dt><b><a name='l2h-53'><tt class='member'>localityName</tt></a></b> |
| 64 | <dd> |
| 65 | The locality of the entity. <code>L</code> may be used as an alias for |
| 66 | <code>localityName</code>. |
| 67 | </dl> |
| 68 | <P><dl><dt><b><a name='l2h-54'><tt class='member'>organizationName</tt></a></b> |
| 69 | <dd> |
| 70 | The organization name of the entity. <code>O</code> may be used as an alias for |
| 71 | <code>organizationName</code>. |
| 72 | </dl> |
| 73 | <P><dl><dt><b><a name='l2h-55'><tt class='member'>organizationalUnitName</tt></a></b> |
| 74 | <dd> |
| 75 | The organizational unit of the entity. <code>OU</code> may be used as an alias for |
| 76 | <code>organizationalUnitName</code>. |
| 77 | </dl> |
| 78 | <P><dl><dt><b><a name='l2h-56'><tt class='member'>commonName</tt></a></b> |
| 79 | <dd> |
| 80 | The common name of the entity. <code>CN</code> may be used as an alias for |
| 81 | <code>commonName</code>. |
| 82 | </dl> |
| 83 | <P><dl><dt><b><a name='l2h-57'><tt class='member'>emailAddress</tt></a></b> |
| 84 | <dd> |
| 85 | The e-mail address of the entity. |
| 86 | </dl> |
| 87 | <P> |
| 88 | <DIV CLASS="navigation"> |
| 89 | <p><hr> |
| 90 | <table align="center" width="100%" cellpadding="0" cellspacing="2"> |
| 91 | <tr> |
| 92 | <td><A href="openssl-x509.html"><img src="previous.gif" |
| 93 | border="0" height="32" |
| 94 | alt="Previous Page" width="32"></A></td> |
| 95 | <td><A href="openssl-crypto.html"><img src="up.gif" |
| 96 | border="0" height="32" |
| 97 | alt="Up One Level" width="32"></A></td> |
| 98 | <td><A href="openssl-x509req.html"><img src="next.gif" |
| 99 | border="0" height="32" |
| 100 | alt="Next Page" width="32"></A></td> |
| 101 | <td align="center" width="100%">Python OpenSSL Manual</td> |
| 102 | <td><A href="contents.html"><img src="contents.gif" |
| 103 | border="0" height="32" |
| 104 | alt="Contents" width="32"></A></td> |
| 105 | <td><img src="blank.gif" |
| 106 | border="0" height="32" |
| 107 | alt="" width="32"></td> |
| 108 | <td><img src="blank.gif" |
| 109 | border="0" height="32" |
| 110 | alt="" width="32"></td> |
| 111 | </tr></table> |
| 112 | <b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A> |
| 113 | <b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A> |
| 114 | <b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.3 X509Req objects</A> |
| 115 | <hr> |
| 116 | <span class="release-info">Release 0.6.</span> |
| 117 | </DIV> |
| 118 | <!--End of Navigation Panel--> |
| 119 | |
| 120 | </BODY> |
| 121 | </HTML> |