1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>ssl</title>
49  </head>
50  <body>
51<h1><CODE>ssl</CODE></h1>
52<h2>Description</h2>
53    <div class="section">
54<p>Module for implementing SSL communication.</p><!-- write here --></div>
55    <a name="group" id="group">
56<h2>Groups</h2>
57      <div class="section">
58        <table class="members">
59          <tr>
60            <th>
61<a href="../nn_ssl_CertStore_c/Overview.html"><CODE>CertStore</CODE> (C)</a>
62            </th>
63<td>C interface module for <a href="../nn/ssl/CrlStore/Overview.html"><CODE>nn::ssl::CertStore</CODE></a>.</td>
64          </tr>
65          <tr>
66            <th>
67<a href="../nn_ssl_ClientCert_c/Overview.html"><CODE>ClientCert</CODE> (C)</a>
68            </th>
69<td>C interface module for <a href="../nn/ssl/ClientCert/Overview.html"><CODE>nn::ssl::ClientCert</CODE></a>.</td>
70          </tr>
71          <tr>
72            <th>
73<a href="../nn_ssl_Connection_c/Overview.html"><CODE>Connection</CODE> (C)</a>
74            </th>
75<td>C interface module for <a href="../nn/ssl/Connection/Overview.html"><CODE>nn::ssl::Connection</CODE></a>.</td>
76          </tr>
77          <tr>
78            <th>
79<a href="../nn_ssl_CrlStore_c/Overview.html"><CODE>CrlStore</CODE> (C)</a>
80            </th>
81<td>C interface module for <a href="../nn/ssl/CrlStore/Overview.html"><CODE>nn::ssl::CrlStore</CODE></a>.</td>
82          </tr> </table>
83      </div>
84    </a> <a name="enum" id="enum">
85<h2>Enumerated Types</h2>
86      <div class="section">
87        <table class="members">
88          <tr>
89            <td width="100"> </td>
90            <th>
91<a href="../nn_ssl/NnSslVerifyOption.html">NnSslVerifyOption</a>
92            </th>
93<td>Verification options.</td>
94          </tr>
95          <tr>
96            <td width="100"> </td>
97            <th>
98<a href="../nn_ssl/NnSslInternalCaCert.html">NnSslInternalCaCert</a>
99            </th>
100<td>Definition of a device's internal CA certificates.</td>
101          </tr>
102          <tr>
103            <td width="100"> </td>
104            <th>
105<a href="../nn_ssl/NnSslInternalCrl.html">NnSslInternalCrl</a>
106            </th>
107<td>Definition of a device's internal certificate revocation list (CRL).</td>
108          </tr>
109          <tr>
110            <td width="100"> </td>
111            <th>
112<a href="../nn_ssl/NnSslInternalClientCert.html">NnSslInternalClientCert</a>
113            </th>
114<td>Definition of a device's internal client certificates.</td>
115          </tr>
116          <tr>
117            <td width="100"> </td>
118            <th>
119<a href="../nn_ssl/NnSslCertVerifyError.html">NnSslCertVerifyError</a>
120            </th>
121<td>Certificate verification results. (Each definition uses a single bit. You can define multiple errors at the same time using a bitwise OR of multiple definitions. The <CODE>GetCertVerifyErrors</CODE> function gets these types of values as a result of verifying certificates.)</td>
122          </tr>
123          <tr>
124            <td width="100"> </td>
125            <th>
126<a href="../nn_ssl/NnSslResultCode.html"><CODE>NnSslResultCode</CODE></a>
127            </th>
128<td>API C-language result codes. These result codes are stored in the <CODE>description</CODE> element of the <CODE>nnResult</CODE> instance returned by the functions in the API.</td>
129          </tr> </table>
130      </div>
131    </a> <a name="typedef" id="typedef">
132<h2><CODE>typedef</CODE> Definitions</h2>
133      <div class="section">
134        <table class="members">
135          <tr>
136            <td width="100" />
137            <th>
138<a href="../nn_ssl/NnSslCertId.html"><CODE>NnSslCertId</CODE></a>
139            </th>
140<td>Certificate ID.</td>
141          </tr>
142          <tr>
143            <td width="100" />
144            <th>
145<a href="../nn_ssl/NnSslCrlId.html"><CODE>NnSslCrlId</CODE></a>
146            </th>
147<td>CRL ID.</td>
148          </tr> </table>
149      </div>
150    </a>
151<h2>Revision History</h2>
152    <div class="section">
153      <dl class="history">
154        <dt>2010/06/14</dt>
155<dd>Initial version.<br />
156        </dd>
157      </dl>
158    </div>
159  <hr><p>CONFIDENTIAL</p></body>
160</html>
161