1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Ssl_threads" rel="Chapter" href="Ssl_threads.html">
<link title="Ssl" rel="Chapter" href="Ssl.html"><title>Index of types</title>
</head>
<body>
<div class="navbar"> <a class="up" href="index.html" title="Index">Up</a>
</div>
<h1>Index of types</h1>
<table>
<tr><td align="left"><br>B</td></tr>
<tr><td><a href="Ssl.html#TYPEbigarray">bigarray</a> [<a href="Ssl.html">Ssl</a>]</td>
<td></td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Ssl.html#TYPEcertificate">certificate</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
A certificate.
</div>
</td></tr>
<tr><td><a href="Ssl.html#TYPEcipher">cipher</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
A cipher.
</div>
</td></tr>
<tr><td><a href="Ssl.html#TYPEcontext">context</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
A context.
</div>
</td></tr>
<tr><td><a href="Ssl.html#TYPEcontext_type">context_type</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
Type of the context to create.
</div>
</td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Ssl.html#TYPEprotocol">protocol</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
Protocol used by SSL.
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Ssl.html#TYPEsocket">socket</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
An SSL abstract socket.
</div>
</td></tr>
<tr><td><a href="Ssl.html#TYPEssl_error">ssl_error</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
An ssl error has occured (see SSL_get_error(3ssl) for details).
</div>
</td></tr>
<tr><td align="left"><br>V</td></tr>
<tr><td><a href="Ssl.html#TYPEverify_callback">verify_callback</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
A callback function for verification.
</div>
</td></tr>
<tr><td><a href="Ssl.html#TYPEverify_error">verify_error</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
Why did the certificate verification fail?
</div>
</td></tr>
<tr><td><a href="Ssl.html#TYPEverify_mode">verify_mode</a> [<a href="Ssl.html">Ssl</a>]</td>
<td><div class="info">
Verification modes (see SSL_CTX_set_verify(3)).
</div>
</td></tr>
</table>
</body>
</html>
|