| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|---|
| 2 | <html>
|
|---|
| 3 | <head>
|
|---|
| 4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
|---|
| 5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|---|
| 6 | <title>ssl_openssl_lib</title>
|
|---|
| 7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
|---|
| 8 | </head>
|
|---|
| 9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
|---|
| 10 | <h1 class="unit">Unit ssl_openssl_lib</h1>
|
|---|
| 11 | <table class="sections">
|
|---|
| 12 | <tr>
|
|---|
| 13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Uses">uses</a></td><td><a class="section" href="#@Classes">Classes, Interfaces, Objects and Records</a></td><td><a class="section" href="#@FuncsProcs">Functions and Procedures</a></td><td><a class="section" href="#@Types">Types</a></td><td><a class="section" href="#@Constants">Constants</a></td><td><a class="section" href="#@Variables">Variables</a></td></tr></table>
|
|---|
| 14 | <a name="@Description"></a><h2 class="description">Description</h2>
|
|---|
| 15 | <p>
|
|---|
| 16 | OpenSSL support</p>
|
|---|
| 17 | <p>
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | <p>This unit is Pascal interface to OpenSSL library (used by <a class="normal" href="ssl_openssl.html">ssl_openssl</a> unit). OpenSSL is loaded dynamicly on-demand. If this library is not found in system, requested OpenSSL function just return errorcode.</p>
|
|---|
| 21 | <a name="@Uses"></a><h2 class="uses">uses</h2>
|
|---|
| 22 | <ul class="useslist"><li>Classes</li><li><a href="synafpc.html">synafpc</a></li><li>Windows</li></ul><h2 class="overview">Overview</h2>
|
|---|
| 23 | <a name="@Classes"></a><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
|
|---|
| 24 | <table class="classestable">
|
|---|
| 25 | <tr class="listheader">
|
|---|
| 26 | <th class="itemname">Name</th>
|
|---|
| 27 | <th class="itemdesc">Description</th>
|
|---|
| 28 | </tr>
|
|---|
| 29 | <tr class="list">
|
|---|
| 30 | <td class="itemname">packed record <a class="bold" href="ssl_openssl_lib.des_ks_struct.html"><code>des_ks_struct</code></a></td>
|
|---|
| 31 | <td class="itemdesc"> </td>
|
|---|
| 32 | </tr>
|
|---|
| 33 | </table>
|
|---|
| 34 | <a name="@FuncsProcs"></a><h3 class="summary">Functions and Procedures</h3>
|
|---|
| 35 | <table class="summary">
|
|---|
| 36 | <tr class="list">
|
|---|
| 37 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslGetError">SslGetError</a></b>(s: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; ret_code: Integer):Integer;</code></td>
|
|---|
| 38 | </tr>
|
|---|
| 39 | <tr class="list2">
|
|---|
| 40 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslLibraryInit">SslLibraryInit</a></b>:Integer;</code></td>
|
|---|
| 41 | </tr>
|
|---|
| 42 | <tr class="list">
|
|---|
| 43 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SslLoadErrorStrings">SslLoadErrorStrings</a></b>;</code></td>
|
|---|
| 44 | </tr>
|
|---|
| 45 | <tr class="list2">
|
|---|
| 46 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxSetCipherList">SslCtxSetCipherList</a></b>(arg0: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; var str: AnsiString):Integer;</code></td>
|
|---|
| 47 | </tr>
|
|---|
| 48 | <tr class="list">
|
|---|
| 49 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxNew">SslCtxNew</a></b>(meth: <a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>):<a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>;</code></td>
|
|---|
| 50 | </tr>
|
|---|
| 51 | <tr class="list2">
|
|---|
| 52 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SslCtxFree">SslCtxFree</a></b>(arg0: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>);</code></td>
|
|---|
| 53 | </tr>
|
|---|
| 54 | <tr class="list">
|
|---|
| 55 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslSetFd">SslSetFd</a></b>(s: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; fd: Integer):Integer;</code></td>
|
|---|
| 56 | </tr>
|
|---|
| 57 | <tr class="list2">
|
|---|
| 58 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslMethodV2">SslMethodV2</a></b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 59 | </tr>
|
|---|
| 60 | <tr class="list">
|
|---|
| 61 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslMethodV3">SslMethodV3</a></b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 62 | </tr>
|
|---|
| 63 | <tr class="list2">
|
|---|
| 64 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslMethodTLSV1">SslMethodTLSV1</a></b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 65 | </tr>
|
|---|
| 66 | <tr class="list">
|
|---|
| 67 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslMethodV23">SslMethodV23</a></b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 68 | </tr>
|
|---|
| 69 | <tr class="list2">
|
|---|
| 70 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUsePrivateKey">SslCtxUsePrivateKey</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; pkey: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>):Integer;</code></td>
|
|---|
| 71 | </tr>
|
|---|
| 72 | <tr class="list">
|
|---|
| 73 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUsePrivateKeyASN1">SslCtxUsePrivateKeyASN1</a></b>(pk: integer; ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; d: AnsiString; len: integer):Integer;</code></td>
|
|---|
| 74 | </tr>
|
|---|
| 75 | <tr class="list2">
|
|---|
| 76 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUsePrivateKeyFile">SslCtxUsePrivateKeyFile</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const _file: AnsiString; _type: Integer):Integer;</code></td>
|
|---|
| 77 | </tr>
|
|---|
| 78 | <tr class="list">
|
|---|
| 79 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUseCertificate">SslCtxUseCertificate</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; x: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>):Integer;</code></td>
|
|---|
| 80 | </tr>
|
|---|
| 81 | <tr class="list2">
|
|---|
| 82 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUseCertificateASN1">SslCtxUseCertificateASN1</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; len: integer; d: AnsiString):Integer;</code></td>
|
|---|
| 83 | </tr>
|
|---|
| 84 | <tr class="list">
|
|---|
| 85 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUseCertificateFile">SslCtxUseCertificateFile</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const _file: AnsiString; _type: Integer):Integer;</code></td>
|
|---|
| 86 | </tr>
|
|---|
| 87 | <tr class="list2">
|
|---|
| 88 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxUseCertificateChainFile">SslCtxUseCertificateChainFile</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const _file: AnsiString):Integer;</code></td>
|
|---|
| 89 | </tr>
|
|---|
| 90 | <tr class="list">
|
|---|
| 91 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxCheckPrivateKeyFile">SslCtxCheckPrivateKeyFile</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>):Integer;</code></td>
|
|---|
| 92 | </tr>
|
|---|
| 93 | <tr class="list2">
|
|---|
| 94 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SslCtxSetDefaultPasswdCb">SslCtxSetDefaultPasswdCb</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; cb: <a href="ssl_openssl_lib.html#PPasswdCb">PPasswdCb</a>);</code></td>
|
|---|
| 95 | </tr>
|
|---|
| 96 | <tr class="list">
|
|---|
| 97 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SslCtxSetDefaultPasswdCbUserdata">SslCtxSetDefaultPasswdCbUserdata</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; u: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>);</code></td>
|
|---|
| 98 | </tr>
|
|---|
| 99 | <tr class="list2">
|
|---|
| 100 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxLoadVerifyLocations">SslCtxLoadVerifyLocations</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const CAfile: AnsiString; const CApath: AnsiString):Integer;</code></td>
|
|---|
| 101 | </tr>
|
|---|
| 102 | <tr class="list">
|
|---|
| 103 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslCtxCtrl">SslCtxCtrl</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; cmd: integer; larg: integer; parg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): integer;</code></td>
|
|---|
| 104 | </tr>
|
|---|
| 105 | <tr class="list2">
|
|---|
| 106 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslNew">SslNew</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>):<a href="ssl_openssl_lib.html#PSSL">PSSL</a>;</code></td>
|
|---|
| 107 | </tr>
|
|---|
| 108 | <tr class="list">
|
|---|
| 109 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SslFree">SslFree</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>);</code></td>
|
|---|
| 110 | </tr>
|
|---|
| 111 | <tr class="list2">
|
|---|
| 112 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslAccept">SslAccept</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 113 | </tr>
|
|---|
| 114 | <tr class="list">
|
|---|
| 115 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslConnect">SslConnect</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 116 | </tr>
|
|---|
| 117 | <tr class="list2">
|
|---|
| 118 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslShutdown">SslShutdown</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 119 | </tr>
|
|---|
| 120 | <tr class="list">
|
|---|
| 121 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslRead">SslRead</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; buf: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; num: Integer):Integer;</code></td>
|
|---|
| 122 | </tr>
|
|---|
| 123 | <tr class="list2">
|
|---|
| 124 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslPeek">SslPeek</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; buf: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; num: Integer):Integer;</code></td>
|
|---|
| 125 | </tr>
|
|---|
| 126 | <tr class="list">
|
|---|
| 127 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslWrite">SslWrite</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; buf: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; num: Integer):Integer;</code></td>
|
|---|
| 128 | </tr>
|
|---|
| 129 | <tr class="list2">
|
|---|
| 130 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslPending">SslPending</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 131 | </tr>
|
|---|
| 132 | <tr class="list">
|
|---|
| 133 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslGetVersion">SslGetVersion</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):AnsiString;</code></td>
|
|---|
| 134 | </tr>
|
|---|
| 135 | <tr class="list2">
|
|---|
| 136 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SslGetPeerCertificate">SslGetPeerCertificate</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):<a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 137 | </tr>
|
|---|
| 138 | <tr class="list">
|
|---|
| 139 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SslCtxSetVerify">SslCtxSetVerify</a></b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; mode: Integer; arg2: <a href="ssl_openssl_lib.html#PFunction">PFunction</a>);</code></td>
|
|---|
| 140 | </tr>
|
|---|
| 141 | <tr class="list2">
|
|---|
| 142 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SSLGetCurrentCipher">SSLGetCurrentCipher</a></b>(s: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):<a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 143 | </tr>
|
|---|
| 144 | <tr class="list">
|
|---|
| 145 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SSLCipherGetName">SSLCipherGetName</a></b>(c: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): AnsiString;</code></td>
|
|---|
| 146 | </tr>
|
|---|
| 147 | <tr class="list2">
|
|---|
| 148 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SSLCipherGetBits">SSLCipherGetBits</a></b>(c: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; var alg_bits: Integer):Integer;</code></td>
|
|---|
| 149 | </tr>
|
|---|
| 150 | <tr class="list">
|
|---|
| 151 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SSLGetVerifyResult">SSLGetVerifyResult</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 152 | </tr>
|
|---|
| 153 | <tr class="list2">
|
|---|
| 154 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SSLCtrl">SSLCtrl</a></b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; cmd: integer; larg: integer; parg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>):Integer;</code></td>
|
|---|
| 155 | </tr>
|
|---|
| 156 | <tr class="list">
|
|---|
| 157 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509New">X509New</a></b>: <a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 158 | </tr>
|
|---|
| 159 | <tr class="list2">
|
|---|
| 160 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#X509Free">X509Free</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>);</code></td>
|
|---|
| 161 | </tr>
|
|---|
| 162 | <tr class="list">
|
|---|
| 163 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509NameOneline">X509NameOneline</a></b>(a: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>; var buf: AnsiString; size: Integer):AnsiString;</code></td>
|
|---|
| 164 | </tr>
|
|---|
| 165 | <tr class="list2">
|
|---|
| 166 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509GetSubjectName">X509GetSubjectName</a></b>(a: <a href="ssl_openssl_lib.html#PX509">PX509</a>):<a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>;</code></td>
|
|---|
| 167 | </tr>
|
|---|
| 168 | <tr class="list">
|
|---|
| 169 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509GetIssuerName">X509GetIssuerName</a></b>(a: <a href="ssl_openssl_lib.html#PX509">PX509</a>):<a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>;</code></td>
|
|---|
| 170 | </tr>
|
|---|
| 171 | <tr class="list2">
|
|---|
| 172 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509NameHash">X509NameHash</a></b>(x: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>):Cardinal;</code></td>
|
|---|
| 173 | </tr>
|
|---|
| 174 | <tr class="list">
|
|---|
| 175 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509Digest">X509Digest</a></b>(data: <a href="ssl_openssl_lib.html#PX509">PX509</a>; _type: <a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a>; md: AnsiString; var len: Integer):Integer;</code></td>
|
|---|
| 176 | </tr>
|
|---|
| 177 | <tr class="list2">
|
|---|
| 178 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509print">X509print</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; a: <a href="ssl_openssl_lib.html#PX509">PX509</a>): integer;</code></td>
|
|---|
| 179 | </tr>
|
|---|
| 180 | <tr class="list">
|
|---|
| 181 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509SetVersion">X509SetVersion</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; version: integer): integer;</code></td>
|
|---|
| 182 | </tr>
|
|---|
| 183 | <tr class="list2">
|
|---|
| 184 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509SetPubkey">X509SetPubkey</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>): integer;</code></td>
|
|---|
| 185 | </tr>
|
|---|
| 186 | <tr class="list">
|
|---|
| 187 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509SetIssuerName">X509SetIssuerName</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; name: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>): integer;</code></td>
|
|---|
| 188 | </tr>
|
|---|
| 189 | <tr class="list2">
|
|---|
| 190 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509NameAddEntryByTxt">X509NameAddEntryByTxt</a></b>(name: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>; field: Ansistring; _type: integer; bytes: Ansistring; len, loc, _set: integer): integer;</code></td>
|
|---|
| 191 | </tr>
|
|---|
| 192 | <tr class="list">
|
|---|
| 193 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509Sign">X509Sign</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>; const md: <a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a>): integer;</code></td>
|
|---|
| 194 | </tr>
|
|---|
| 195 | <tr class="list2">
|
|---|
| 196 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509GmtimeAdj">X509GmtimeAdj</a></b>(s: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>; adj: integer): <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>;</code></td>
|
|---|
| 197 | </tr>
|
|---|
| 198 | <tr class="list">
|
|---|
| 199 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509SetNotBefore">X509SetNotBefore</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; tm: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>): integer;</code></td>
|
|---|
| 200 | </tr>
|
|---|
| 201 | <tr class="list2">
|
|---|
| 202 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509SetNotAfter">X509SetNotAfter</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; tm: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>): integer;</code></td>
|
|---|
| 203 | </tr>
|
|---|
| 204 | <tr class="list">
|
|---|
| 205 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#X509GetSerialNumber">X509GetSerialNumber</a></b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>): <a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a>;</code></td>
|
|---|
| 206 | </tr>
|
|---|
| 207 | <tr class="list2">
|
|---|
| 208 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#EvpPkeyNew">EvpPkeyNew</a></b>: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>;</code></td>
|
|---|
| 209 | </tr>
|
|---|
| 210 | <tr class="list">
|
|---|
| 211 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#EvpPkeyFree">EvpPkeyFree</a></b>(pk: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>);</code></td>
|
|---|
| 212 | </tr>
|
|---|
| 213 | <tr class="list2">
|
|---|
| 214 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#EvpPkeyAssign">EvpPkeyAssign</a></b>(pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>; _type: integer; key: <a href="ssl_openssl_lib.html#PRSA">Prsa</a>): integer;</code></td>
|
|---|
| 215 | </tr>
|
|---|
| 216 | <tr class="list">
|
|---|
| 217 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#EvpGetDigestByName">EvpGetDigestByName</a></b>(Name: AnsiString): <a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a>;</code></td>
|
|---|
| 218 | </tr>
|
|---|
| 219 | <tr class="list2">
|
|---|
| 220 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#EVPcleanup">EVPcleanup</a></b>;</code></td>
|
|---|
| 221 | </tr>
|
|---|
| 222 | <tr class="list">
|
|---|
| 223 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#SSLeayversion">SSLeayversion</a></b>(t: integer): Ansistring;</code></td>
|
|---|
| 224 | </tr>
|
|---|
| 225 | <tr class="list2">
|
|---|
| 226 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#ErrErrorString">ErrErrorString</a></b>(e: integer; var buf: Ansistring; len: integer);</code></td>
|
|---|
| 227 | </tr>
|
|---|
| 228 | <tr class="list">
|
|---|
| 229 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#ErrGetError">ErrGetError</a></b>: integer;</code></td>
|
|---|
| 230 | </tr>
|
|---|
| 231 | <tr class="list2">
|
|---|
| 232 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#ErrClearError">ErrClearError</a></b>;</code></td>
|
|---|
| 233 | </tr>
|
|---|
| 234 | <tr class="list">
|
|---|
| 235 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#ErrFreeStrings">ErrFreeStrings</a></b>;</code></td>
|
|---|
| 236 | </tr>
|
|---|
| 237 | <tr class="list2">
|
|---|
| 238 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#ErrRemoveState">ErrRemoveState</a></b>(pid: integer);</code></td>
|
|---|
| 239 | </tr>
|
|---|
| 240 | <tr class="list">
|
|---|
| 241 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#OPENSSLaddallalgorithms">OPENSSLaddallalgorithms</a></b>;</code></td>
|
|---|
| 242 | </tr>
|
|---|
| 243 | <tr class="list2">
|
|---|
| 244 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#CRYPTOcleanupAllExData">CRYPTOcleanupAllExData</a></b>;</code></td>
|
|---|
| 245 | </tr>
|
|---|
| 246 | <tr class="list">
|
|---|
| 247 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#RandScreen">RandScreen</a></b>;</code></td>
|
|---|
| 248 | </tr>
|
|---|
| 249 | <tr class="list2">
|
|---|
| 250 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#BioNew">BioNew</a></b>(b: <a href="ssl_openssl_lib.html#PBIO_METHOD">PBIO_METHOD</a>): <a href="ssl_openssl_lib.html#PBIO">PBIO</a>;</code></td>
|
|---|
| 251 | </tr>
|
|---|
| 252 | <tr class="list">
|
|---|
| 253 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#BioFreeAll">BioFreeAll</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>);</code></td>
|
|---|
| 254 | </tr>
|
|---|
| 255 | <tr class="list2">
|
|---|
| 256 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#BioSMem">BioSMem</a></b>: <a href="ssl_openssl_lib.html#PBIO_METHOD">PBIO_METHOD</a>;</code></td>
|
|---|
| 257 | </tr>
|
|---|
| 258 | <tr class="list">
|
|---|
| 259 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#BioCtrlPending">BioCtrlPending</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>): integer;</code></td>
|
|---|
| 260 | </tr>
|
|---|
| 261 | <tr class="list2">
|
|---|
| 262 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#BioRead">BioRead</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; var Buf: AnsiString; Len: integer): integer;</code></td>
|
|---|
| 263 | </tr>
|
|---|
| 264 | <tr class="list">
|
|---|
| 265 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#BioWrite">BioWrite</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; Buf: AnsiString; Len: integer): integer;</code></td>
|
|---|
| 266 | </tr>
|
|---|
| 267 | <tr class="list2">
|
|---|
| 268 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#d2iPKCS12bio">d2iPKCS12bio</a></b>(b:<a href="ssl_openssl_lib.html#PBIO">PBIO</a>; Pkcs12: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 269 | </tr>
|
|---|
| 270 | <tr class="list">
|
|---|
| 271 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#PKCS12parse">PKCS12parse</a></b>(p12: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; pass: Ansistring; var pkey, cert, ca: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): integer;</code></td>
|
|---|
| 272 | </tr>
|
|---|
| 273 | <tr class="list2">
|
|---|
| 274 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#PKCS12free">PKCS12free</a></b>(p12: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>);</code></td>
|
|---|
| 275 | </tr>
|
|---|
| 276 | <tr class="list">
|
|---|
| 277 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#RsaGenerateKey">RsaGenerateKey</a></b>(bits, e: integer; callback: <a href="ssl_openssl_lib.html#PFunction">PFunction</a>; cb_arg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): <a href="ssl_openssl_lib.html#PRSA">PRSA</a>;</code></td>
|
|---|
| 278 | </tr>
|
|---|
| 279 | <tr class="list2">
|
|---|
| 280 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#Asn1UtctimeNew">Asn1UtctimeNew</a></b>: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>;</code></td>
|
|---|
| 281 | </tr>
|
|---|
| 282 | <tr class="list">
|
|---|
| 283 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#Asn1UtctimeFree">Asn1UtctimeFree</a></b>(a: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>);</code></td>
|
|---|
| 284 | </tr>
|
|---|
| 285 | <tr class="list2">
|
|---|
| 286 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#Asn1IntegerSet">Asn1IntegerSet</a></b>(a: <a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a>; v: integer): integer;</code></td>
|
|---|
| 287 | </tr>
|
|---|
| 288 | <tr class="list">
|
|---|
| 289 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#Asn1IntegerGet">Asn1IntegerGet</a></b>(a: <a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a>): integer;</code></td>
|
|---|
| 290 | </tr>
|
|---|
| 291 | <tr class="list2">
|
|---|
| 292 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#i2dX509bio">i2dX509bio</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; x: <a href="ssl_openssl_lib.html#PX509">PX509</a>): integer;</code></td>
|
|---|
| 293 | </tr>
|
|---|
| 294 | <tr class="list">
|
|---|
| 295 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#d2iX509bio">d2iX509bio</a></b>(b:<a href="ssl_openssl_lib.html#PBIO">PBIO</a>; x:<a href="ssl_openssl_lib.html#PX509">PX509</a>): <a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 296 | </tr>
|
|---|
| 297 | <tr class="list2">
|
|---|
| 298 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#PEMReadBioX509">PEMReadBioX509</a></b>(b:<a href="ssl_openssl_lib.html#PBIO">PBIO</a>; x:<a href="ssl_openssl_lib.html#PSslPtr">PSslPtr</a>; callback:<a href="ssl_openssl_lib.html#PFunction">PFunction</a>; cb_arg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): <a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 299 | </tr>
|
|---|
| 300 | <tr class="list">
|
|---|
| 301 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#SkX509PopFree">SkX509PopFree</a></b>(st: <a href="ssl_openssl_lib.html#PSTACK">PSTACK</a>; func: <a href="ssl_openssl_lib.html#TSkPopFreeFunc">TSkPopFreeFunc</a>);</code></td>
|
|---|
| 302 | </tr>
|
|---|
| 303 | <tr class="list2">
|
|---|
| 304 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#i2dPrivateKeyBio">i2dPrivateKeyBio</a></b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>): integer;</code></td>
|
|---|
| 305 | </tr>
|
|---|
| 306 | <tr class="list">
|
|---|
| 307 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#DESsetoddparity">DESsetoddparity</a></b>(Key: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>);</code></td>
|
|---|
| 308 | </tr>
|
|---|
| 309 | <tr class="list2">
|
|---|
| 310 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#DESsetkeychecked">DESsetkeychecked</a></b>(key: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>; schedule: <a href="ssl_openssl_lib.html#des_key_schedule">des_key_schedule</a>): Integer;</code></td>
|
|---|
| 311 | </tr>
|
|---|
| 312 | <tr class="list">
|
|---|
| 313 | <td class="itemcode"><code>procedure <b><a href="ssl_openssl_lib.html#DESecbencrypt">DESecbencrypt</a></b>(Input: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>; output: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>; ks: <a href="ssl_openssl_lib.html#des_key_schedule">des_key_schedule</a>; enc: Integer);</code></td>
|
|---|
| 314 | </tr>
|
|---|
| 315 | <tr class="list2">
|
|---|
| 316 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#IsSSLloaded">IsSSLloaded</a></b>: Boolean;</code></td>
|
|---|
| 317 | </tr>
|
|---|
| 318 | <tr class="list">
|
|---|
| 319 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#InitSSLInterface">InitSSLInterface</a></b>: Boolean;</code></td>
|
|---|
| 320 | </tr>
|
|---|
| 321 | <tr class="list2">
|
|---|
| 322 | <td class="itemcode"><code>function <b><a href="ssl_openssl_lib.html#DestroySSLInterface">DestroySSLInterface</a></b>: Boolean;</code></td>
|
|---|
| 323 | </tr>
|
|---|
| 324 | </table>
|
|---|
| 325 | <a name="@Types"></a><h3 class="summary">Types</h3>
|
|---|
| 326 | <table class="summary">
|
|---|
| 327 | <tr class="list">
|
|---|
| 328 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SslPtr">SslPtr</a></b> = Pointer;</code></td>
|
|---|
| 329 | </tr>
|
|---|
| 330 | <tr class="list2">
|
|---|
| 331 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PSslPtr">PSslPtr</a></b> = ˆ<a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 332 | </tr>
|
|---|
| 333 | <tr class="list">
|
|---|
| 334 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 335 | </tr>
|
|---|
| 336 | <tr class="list2">
|
|---|
| 337 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PSSL">PSSL</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 338 | </tr>
|
|---|
| 339 | <tr class="list">
|
|---|
| 340 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 341 | </tr>
|
|---|
| 342 | <tr class="list2">
|
|---|
| 343 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PX509">PX509</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 344 | </tr>
|
|---|
| 345 | <tr class="list">
|
|---|
| 346 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 347 | </tr>
|
|---|
| 348 | <tr class="list2">
|
|---|
| 349 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 350 | </tr>
|
|---|
| 351 | <tr class="list">
|
|---|
| 352 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PInteger">PInteger</a></b> = ˆInteger;</code></td>
|
|---|
| 353 | </tr>
|
|---|
| 354 | <tr class="list2">
|
|---|
| 355 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PBIO_METHOD">PBIO_METHOD</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 356 | </tr>
|
|---|
| 357 | <tr class="list">
|
|---|
| 358 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PBIO">PBIO</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 359 | </tr>
|
|---|
| 360 | <tr class="list2">
|
|---|
| 361 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 362 | </tr>
|
|---|
| 363 | <tr class="list">
|
|---|
| 364 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PRSA">PRSA</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 365 | </tr>
|
|---|
| 366 | <tr class="list2">
|
|---|
| 367 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 368 | </tr>
|
|---|
| 369 | <tr class="list">
|
|---|
| 370 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 371 | </tr>
|
|---|
| 372 | <tr class="list2">
|
|---|
| 373 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PPasswdCb">PPasswdCb</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 374 | </tr>
|
|---|
| 375 | <tr class="list">
|
|---|
| 376 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PFunction">PFunction</a></b> = procedure;</code></td>
|
|---|
| 377 | </tr>
|
|---|
| 378 | <tr class="list2">
|
|---|
| 379 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PSTACK">PSTACK</a></b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 380 | </tr>
|
|---|
| 381 | <tr class="list">
|
|---|
| 382 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#TSkPopFreeFunc">TSkPopFreeFunc</a></b> = procedure(p:<a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>); cdecl;</code></td>
|
|---|
| 383 | </tr>
|
|---|
| 384 | <tr class="list2">
|
|---|
| 385 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#TX509Free">TX509Free</a></b> = procedure(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>); cdecl;</code></td>
|
|---|
| 386 | </tr>
|
|---|
| 387 | <tr class="list">
|
|---|
| 388 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#DES_cblock">DES_cblock</a></b> = array[0..7] of Byte;</code></td>
|
|---|
| 389 | </tr>
|
|---|
| 390 | <tr class="list2">
|
|---|
| 391 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#PDES_cblock">PDES_cblock</a></b> = ˆ<a href="ssl_openssl_lib.html#DES_cblock">DES_cblock</a>;</code></td>
|
|---|
| 392 | </tr>
|
|---|
| 393 | <tr class="list">
|
|---|
| 394 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#des_key_schedule">des_key_schedule</a></b> = array[1..16] of <a href="ssl_openssl_lib.des_ks_struct.html">des_ks_struct</a>;</code></td>
|
|---|
| 395 | </tr>
|
|---|
| 396 | </table>
|
|---|
| 397 | <a name="@Constants"></a><h3 class="summary">Constants</h3>
|
|---|
| 398 | <table class="summary">
|
|---|
| 399 | <tr class="list">
|
|---|
| 400 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#EVP_MAX_MD_SIZE">EVP_MAX_MD_SIZE</a></b> = 16 + 20;</code></td>
|
|---|
| 401 | </tr>
|
|---|
| 402 | <tr class="list2">
|
|---|
| 403 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_NONE">SSL_ERROR_NONE</a></b> = 0;</code></td>
|
|---|
| 404 | </tr>
|
|---|
| 405 | <tr class="list">
|
|---|
| 406 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_SSL">SSL_ERROR_SSL</a></b> = 1;</code></td>
|
|---|
| 407 | </tr>
|
|---|
| 408 | <tr class="list2">
|
|---|
| 409 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_WANT_READ">SSL_ERROR_WANT_READ</a></b> = 2;</code></td>
|
|---|
| 410 | </tr>
|
|---|
| 411 | <tr class="list">
|
|---|
| 412 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_WANT_WRITE">SSL_ERROR_WANT_WRITE</a></b> = 3;</code></td>
|
|---|
| 413 | </tr>
|
|---|
| 414 | <tr class="list2">
|
|---|
| 415 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_WANT_X509_LOOKUP">SSL_ERROR_WANT_X509_LOOKUP</a></b> = 4;</code></td>
|
|---|
| 416 | </tr>
|
|---|
| 417 | <tr class="list">
|
|---|
| 418 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_SYSCALL">SSL_ERROR_SYSCALL</a></b> = 5;</code></td>
|
|---|
| 419 | </tr>
|
|---|
| 420 | <tr class="list2">
|
|---|
| 421 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_ZERO_RETURN">SSL_ERROR_ZERO_RETURN</a></b> = 6;</code></td>
|
|---|
| 422 | </tr>
|
|---|
| 423 | <tr class="list">
|
|---|
| 424 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_WANT_CONNECT">SSL_ERROR_WANT_CONNECT</a></b> = 7;</code></td>
|
|---|
| 425 | </tr>
|
|---|
| 426 | <tr class="list2">
|
|---|
| 427 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_ERROR_WANT_ACCEPT">SSL_ERROR_WANT_ACCEPT</a></b> = 8;</code></td>
|
|---|
| 428 | </tr>
|
|---|
| 429 | <tr class="list">
|
|---|
| 430 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_OP_NO_SSLv2">SSL_OP_NO_SSLv2</a></b> = $01000000;</code></td>
|
|---|
| 431 | </tr>
|
|---|
| 432 | <tr class="list2">
|
|---|
| 433 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_OP_NO_SSLv3">SSL_OP_NO_SSLv3</a></b> = $02000000;</code></td>
|
|---|
| 434 | </tr>
|
|---|
| 435 | <tr class="list">
|
|---|
| 436 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_OP_NO_TLSv1">SSL_OP_NO_TLSv1</a></b> = $04000000;</code></td>
|
|---|
| 437 | </tr>
|
|---|
| 438 | <tr class="list2">
|
|---|
| 439 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_OP_ALL">SSL_OP_ALL</a></b> = $000FFFFF;</code></td>
|
|---|
| 440 | </tr>
|
|---|
| 441 | <tr class="list">
|
|---|
| 442 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_VERIFY_NONE">SSL_VERIFY_NONE</a></b> = $00;</code></td>
|
|---|
| 443 | </tr>
|
|---|
| 444 | <tr class="list2">
|
|---|
| 445 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_VERIFY_PEER">SSL_VERIFY_PEER</a></b> = $01;</code></td>
|
|---|
| 446 | </tr>
|
|---|
| 447 | <tr class="list">
|
|---|
| 448 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#OPENSSL_DES_DECRYPT">OPENSSL_DES_DECRYPT</a></b> = 0;</code></td>
|
|---|
| 449 | </tr>
|
|---|
| 450 | <tr class="list2">
|
|---|
| 451 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#OPENSSL_DES_ENCRYPT">OPENSSL_DES_ENCRYPT</a></b> = 1;</code></td>
|
|---|
| 452 | </tr>
|
|---|
| 453 | <tr class="list">
|
|---|
| 454 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_OK">X509_V_OK</a></b> = 0;</code></td>
|
|---|
| 455 | </tr>
|
|---|
| 456 | <tr class="list2">
|
|---|
| 457 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ILLEGAL">X509_V_ILLEGAL</a></b> = 1;</code></td>
|
|---|
| 458 | </tr>
|
|---|
| 459 | <tr class="list">
|
|---|
| 460 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT">X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT</a></b> = 2;</code></td>
|
|---|
| 461 | </tr>
|
|---|
| 462 | <tr class="list2">
|
|---|
| 463 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_GET_CRL">X509_V_ERR_UNABLE_TO_GET_CRL</a></b> = 3;</code></td>
|
|---|
| 464 | </tr>
|
|---|
| 465 | <tr class="list">
|
|---|
| 466 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE">X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE</a></b> = 4;</code></td>
|
|---|
| 467 | </tr>
|
|---|
| 468 | <tr class="list2">
|
|---|
| 469 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE">X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE</a></b> = 5;</code></td>
|
|---|
| 470 | </tr>
|
|---|
| 471 | <tr class="list">
|
|---|
| 472 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY">X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY</a></b> = 6;</code></td>
|
|---|
| 473 | </tr>
|
|---|
| 474 | <tr class="list2">
|
|---|
| 475 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_SIGNATURE_FAILURE">X509_V_ERR_CERT_SIGNATURE_FAILURE</a></b> = 7;</code></td>
|
|---|
| 476 | </tr>
|
|---|
| 477 | <tr class="list">
|
|---|
| 478 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CRL_SIGNATURE_FAILURE">X509_V_ERR_CRL_SIGNATURE_FAILURE</a></b> = 8;</code></td>
|
|---|
| 479 | </tr>
|
|---|
| 480 | <tr class="list2">
|
|---|
| 481 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_NOT_YET_VALID">X509_V_ERR_CERT_NOT_YET_VALID</a></b> = 9;</code></td>
|
|---|
| 482 | </tr>
|
|---|
| 483 | <tr class="list">
|
|---|
| 484 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_HAS_EXPIRED">X509_V_ERR_CERT_HAS_EXPIRED</a></b> = 10;</code></td>
|
|---|
| 485 | </tr>
|
|---|
| 486 | <tr class="list2">
|
|---|
| 487 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CRL_NOT_YET_VALID">X509_V_ERR_CRL_NOT_YET_VALID</a></b> = 11;</code></td>
|
|---|
| 488 | </tr>
|
|---|
| 489 | <tr class="list">
|
|---|
| 490 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CRL_HAS_EXPIRED">X509_V_ERR_CRL_HAS_EXPIRED</a></b> = 12;</code></td>
|
|---|
| 491 | </tr>
|
|---|
| 492 | <tr class="list2">
|
|---|
| 493 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD">X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD</a></b> = 13;</code></td>
|
|---|
| 494 | </tr>
|
|---|
| 495 | <tr class="list">
|
|---|
| 496 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD">X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD</a></b> = 14;</code></td>
|
|---|
| 497 | </tr>
|
|---|
| 498 | <tr class="list2">
|
|---|
| 499 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD">X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD</a></b> = 15;</code></td>
|
|---|
| 500 | </tr>
|
|---|
| 501 | <tr class="list">
|
|---|
| 502 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD">X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD</a></b> = 16;</code></td>
|
|---|
| 503 | </tr>
|
|---|
| 504 | <tr class="list2">
|
|---|
| 505 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_OUT_OF_MEM">X509_V_ERR_OUT_OF_MEM</a></b> = 17;</code></td>
|
|---|
| 506 | </tr>
|
|---|
| 507 | <tr class="list">
|
|---|
| 508 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT">X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT</a></b> = 18;</code></td>
|
|---|
| 509 | </tr>
|
|---|
| 510 | <tr class="list2">
|
|---|
| 511 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN">X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN</a></b> = 19;</code></td>
|
|---|
| 512 | </tr>
|
|---|
| 513 | <tr class="list">
|
|---|
| 514 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY">X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY</a></b> = 20;</code></td>
|
|---|
| 515 | </tr>
|
|---|
| 516 | <tr class="list2">
|
|---|
| 517 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE">X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE</a></b> = 21;</code></td>
|
|---|
| 518 | </tr>
|
|---|
| 519 | <tr class="list">
|
|---|
| 520 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_CHAIN_TOO_LONG">X509_V_ERR_CERT_CHAIN_TOO_LONG</a></b> = 22;</code></td>
|
|---|
| 521 | </tr>
|
|---|
| 522 | <tr class="list2">
|
|---|
| 523 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_REVOKED">X509_V_ERR_CERT_REVOKED</a></b> = 23;</code></td>
|
|---|
| 524 | </tr>
|
|---|
| 525 | <tr class="list">
|
|---|
| 526 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_INVALID_CA">X509_V_ERR_INVALID_CA</a></b> = 24;</code></td>
|
|---|
| 527 | </tr>
|
|---|
| 528 | <tr class="list2">
|
|---|
| 529 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_PATH_LENGTH_EXCEEDED">X509_V_ERR_PATH_LENGTH_EXCEEDED</a></b> = 25;</code></td>
|
|---|
| 530 | </tr>
|
|---|
| 531 | <tr class="list">
|
|---|
| 532 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_INVALID_PURPOSE">X509_V_ERR_INVALID_PURPOSE</a></b> = 26;</code></td>
|
|---|
| 533 | </tr>
|
|---|
| 534 | <tr class="list2">
|
|---|
| 535 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_UNTRUSTED">X509_V_ERR_CERT_UNTRUSTED</a></b> = 27;</code></td>
|
|---|
| 536 | </tr>
|
|---|
| 537 | <tr class="list">
|
|---|
| 538 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_CERT_REJECTED">X509_V_ERR_CERT_REJECTED</a></b> = 28;</code></td>
|
|---|
| 539 | </tr>
|
|---|
| 540 | <tr class="list2">
|
|---|
| 541 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_SUBJECT_ISSUER_MISMATCH">X509_V_ERR_SUBJECT_ISSUER_MISMATCH</a></b> = 29;</code></td>
|
|---|
| 542 | </tr>
|
|---|
| 543 | <tr class="list">
|
|---|
| 544 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_AKID_SKID_MISMATCH">X509_V_ERR_AKID_SKID_MISMATCH</a></b> = 30;</code></td>
|
|---|
| 545 | </tr>
|
|---|
| 546 | <tr class="list2">
|
|---|
| 547 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH">X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH</a></b> = 31;</code></td>
|
|---|
| 548 | </tr>
|
|---|
| 549 | <tr class="list">
|
|---|
| 550 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_KEYUSAGE_NO_CERTSIGN">X509_V_ERR_KEYUSAGE_NO_CERTSIGN</a></b> = 32;</code></td>
|
|---|
| 551 | </tr>
|
|---|
| 552 | <tr class="list2">
|
|---|
| 553 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER">X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER</a></b> = 33;</code></td>
|
|---|
| 554 | </tr>
|
|---|
| 555 | <tr class="list">
|
|---|
| 556 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION">X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION</a></b> = 34;</code></td>
|
|---|
| 557 | </tr>
|
|---|
| 558 | <tr class="list2">
|
|---|
| 559 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#X509_V_ERR_APPLICATION_VERIFICATION">X509_V_ERR_APPLICATION_VERIFICATION</a></b> = 50;</code></td>
|
|---|
| 560 | </tr>
|
|---|
| 561 | <tr class="list">
|
|---|
| 562 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_FILETYPE_ASN1">SSL_FILETYPE_ASN1</a></b> = 2;</code></td>
|
|---|
| 563 | </tr>
|
|---|
| 564 | <tr class="list2">
|
|---|
| 565 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_FILETYPE_PEM">SSL_FILETYPE_PEM</a></b> = 1;</code></td>
|
|---|
| 566 | </tr>
|
|---|
| 567 | <tr class="list">
|
|---|
| 568 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#EVP_PKEY_RSA">EVP_PKEY_RSA</a></b> = 6;</code></td>
|
|---|
| 569 | </tr>
|
|---|
| 570 | <tr class="list2">
|
|---|
| 571 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSL_CTRL_SET_TLSEXT_HOSTNAME">SSL_CTRL_SET_TLSEXT_HOSTNAME</a></b> = 55;</code></td>
|
|---|
| 572 | </tr>
|
|---|
| 573 | <tr class="list">
|
|---|
| 574 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#TLSEXT_NAMETYPE_host_name">TLSEXT_NAMETYPE_host_name</a></b> = 0;</code></td>
|
|---|
| 575 | </tr>
|
|---|
| 576 | </table>
|
|---|
| 577 | <a name="@Variables"></a><h3 class="summary">Variables</h3>
|
|---|
| 578 | <table class="summary">
|
|---|
| 579 | <tr class="list">
|
|---|
| 580 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#DLLSSLName">DLLSSLName</a></b>: string = 'ssleay32.dll';</code></td>
|
|---|
| 581 | </tr>
|
|---|
| 582 | <tr class="list2">
|
|---|
| 583 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#DLLSSLName2">DLLSSLName2</a></b>: string = 'libssl32.dll';</code></td>
|
|---|
| 584 | </tr>
|
|---|
| 585 | <tr class="list">
|
|---|
| 586 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#DLLUtilName">DLLUtilName</a></b>: string = 'libeay32.dll';</code></td>
|
|---|
| 587 | </tr>
|
|---|
| 588 | <tr class="list2">
|
|---|
| 589 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSLLibHandle">SSLLibHandle</a></b>: <a href="synafpc.html#TLibHandle">TLibHandle</a> = 0;</code></td>
|
|---|
| 590 | </tr>
|
|---|
| 591 | <tr class="list">
|
|---|
| 592 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSLUtilHandle">SSLUtilHandle</a></b>: <a href="synafpc.html#TLibHandle">TLibHandle</a> = 0;</code></td>
|
|---|
| 593 | </tr>
|
|---|
| 594 | <tr class="list2">
|
|---|
| 595 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSLLibFile">SSLLibFile</a></b>: string = '';</code></td>
|
|---|
| 596 | </tr>
|
|---|
| 597 | <tr class="list">
|
|---|
| 598 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#SSLUtilFile">SSLUtilFile</a></b>: string = '';</code></td>
|
|---|
| 599 | </tr>
|
|---|
| 600 | <tr class="list2">
|
|---|
| 601 | <td class="itemcode"><code><b><a href="ssl_openssl_lib.html#_X509Free">_X509Free</a></b>: <a href="ssl_openssl_lib.html#TX509Free">TX509Free</a> = nil;</code></td>
|
|---|
| 602 | </tr>
|
|---|
| 603 | </table>
|
|---|
| 604 | <h2 class="description">Description</h2>
|
|---|
| 605 | <h3 class="detail">Functions and Procedures</h3>
|
|---|
| 606 | <table class="detail">
|
|---|
| 607 | <tr class="list">
|
|---|
| 608 | <td class="itemcode"><a name="SslGetError"></a><code>function <b>SslGetError</b>(s: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; ret_code: Integer):Integer;</code></td>
|
|---|
| 609 | </tr>
|
|---|
| 610 | </table>
|
|---|
| 611 | <table class="detail">
|
|---|
| 612 | <tr class="list">
|
|---|
| 613 | <td class="itemcode"><a name="SslLibraryInit"></a><code>function <b>SslLibraryInit</b>:Integer;</code></td>
|
|---|
| 614 | </tr>
|
|---|
| 615 | </table>
|
|---|
| 616 | <table class="detail">
|
|---|
| 617 | <tr class="list">
|
|---|
| 618 | <td class="itemcode"><a name="SslLoadErrorStrings"></a><code>procedure <b>SslLoadErrorStrings</b>;</code></td>
|
|---|
| 619 | </tr>
|
|---|
| 620 | </table>
|
|---|
| 621 | <table class="detail">
|
|---|
| 622 | <tr class="list">
|
|---|
| 623 | <td class="itemcode"><a name="SslCtxSetCipherList"></a><code>function <b>SslCtxSetCipherList</b>(arg0: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; var str: AnsiString):Integer;</code></td>
|
|---|
| 624 | </tr>
|
|---|
| 625 | </table>
|
|---|
| 626 | <table class="detail">
|
|---|
| 627 | <tr class="list">
|
|---|
| 628 | <td class="itemcode"><a name="SslCtxNew"></a><code>function <b>SslCtxNew</b>(meth: <a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>):<a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>;</code></td>
|
|---|
| 629 | </tr>
|
|---|
| 630 | </table>
|
|---|
| 631 | <table class="detail">
|
|---|
| 632 | <tr class="list">
|
|---|
| 633 | <td class="itemcode"><a name="SslCtxFree"></a><code>procedure <b>SslCtxFree</b>(arg0: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>);</code></td>
|
|---|
| 634 | </tr>
|
|---|
| 635 | </table>
|
|---|
| 636 | <table class="detail">
|
|---|
| 637 | <tr class="list">
|
|---|
| 638 | <td class="itemcode"><a name="SslSetFd"></a><code>function <b>SslSetFd</b>(s: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; fd: Integer):Integer;</code></td>
|
|---|
| 639 | </tr>
|
|---|
| 640 | </table>
|
|---|
| 641 | <table class="detail">
|
|---|
| 642 | <tr class="list">
|
|---|
| 643 | <td class="itemcode"><a name="SslMethodV2"></a><code>function <b>SslMethodV2</b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 644 | </tr>
|
|---|
| 645 | </table>
|
|---|
| 646 | <table class="detail">
|
|---|
| 647 | <tr class="list">
|
|---|
| 648 | <td class="itemcode"><a name="SslMethodV3"></a><code>function <b>SslMethodV3</b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 649 | </tr>
|
|---|
| 650 | </table>
|
|---|
| 651 | <table class="detail">
|
|---|
| 652 | <tr class="list">
|
|---|
| 653 | <td class="itemcode"><a name="SslMethodTLSV1"></a><code>function <b>SslMethodTLSV1</b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 654 | </tr>
|
|---|
| 655 | </table>
|
|---|
| 656 | <table class="detail">
|
|---|
| 657 | <tr class="list">
|
|---|
| 658 | <td class="itemcode"><a name="SslMethodV23"></a><code>function <b>SslMethodV23</b>:<a href="ssl_openssl_lib.html#PSSL_METHOD">PSSL_METHOD</a>;</code></td>
|
|---|
| 659 | </tr>
|
|---|
| 660 | </table>
|
|---|
| 661 | <table class="detail">
|
|---|
| 662 | <tr class="list">
|
|---|
| 663 | <td class="itemcode"><a name="SslCtxUsePrivateKey"></a><code>function <b>SslCtxUsePrivateKey</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; pkey: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>):Integer;</code></td>
|
|---|
| 664 | </tr>
|
|---|
| 665 | </table>
|
|---|
| 666 | <table class="detail">
|
|---|
| 667 | <tr class="list">
|
|---|
| 668 | <td class="itemcode"><a name="SslCtxUsePrivateKeyASN1"></a><code>function <b>SslCtxUsePrivateKeyASN1</b>(pk: integer; ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; d: AnsiString; len: integer):Integer;</code></td>
|
|---|
| 669 | </tr>
|
|---|
| 670 | </table>
|
|---|
| 671 | <table class="detail">
|
|---|
| 672 | <tr class="list">
|
|---|
| 673 | <td class="itemcode"><a name="SslCtxUsePrivateKeyFile"></a><code>function <b>SslCtxUsePrivateKeyFile</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const _file: AnsiString; _type: Integer):Integer;</code></td>
|
|---|
| 674 | </tr>
|
|---|
| 675 | </table>
|
|---|
| 676 | <table class="detail">
|
|---|
| 677 | <tr class="list">
|
|---|
| 678 | <td class="itemcode"><a name="SslCtxUseCertificate"></a><code>function <b>SslCtxUseCertificate</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; x: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>):Integer;</code></td>
|
|---|
| 679 | </tr>
|
|---|
| 680 | </table>
|
|---|
| 681 | <table class="detail">
|
|---|
| 682 | <tr class="list">
|
|---|
| 683 | <td class="itemcode"><a name="SslCtxUseCertificateASN1"></a><code>function <b>SslCtxUseCertificateASN1</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; len: integer; d: AnsiString):Integer;</code></td>
|
|---|
| 684 | </tr>
|
|---|
| 685 | </table>
|
|---|
| 686 | <table class="detail">
|
|---|
| 687 | <tr class="list">
|
|---|
| 688 | <td class="itemcode"><a name="SslCtxUseCertificateFile"></a><code>function <b>SslCtxUseCertificateFile</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const _file: AnsiString; _type: Integer):Integer;</code></td>
|
|---|
| 689 | </tr>
|
|---|
| 690 | </table>
|
|---|
| 691 | <table class="detail">
|
|---|
| 692 | <tr class="list">
|
|---|
| 693 | <td class="itemcode"><a name="SslCtxUseCertificateChainFile"></a><code>function <b>SslCtxUseCertificateChainFile</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const _file: AnsiString):Integer;</code></td>
|
|---|
| 694 | </tr>
|
|---|
| 695 | </table>
|
|---|
| 696 | <table class="detail">
|
|---|
| 697 | <tr class="list">
|
|---|
| 698 | <td class="itemcode"><a name="SslCtxCheckPrivateKeyFile"></a><code>function <b>SslCtxCheckPrivateKeyFile</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>):Integer;</code></td>
|
|---|
| 699 | </tr>
|
|---|
| 700 | </table>
|
|---|
| 701 | <table class="detail">
|
|---|
| 702 | <tr class="list">
|
|---|
| 703 | <td class="itemcode"><a name="SslCtxSetDefaultPasswdCb"></a><code>procedure <b>SslCtxSetDefaultPasswdCb</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; cb: <a href="ssl_openssl_lib.html#PPasswdCb">PPasswdCb</a>);</code></td>
|
|---|
| 704 | </tr>
|
|---|
| 705 | </table>
|
|---|
| 706 | <table class="detail">
|
|---|
| 707 | <tr class="list">
|
|---|
| 708 | <td class="itemcode"><a name="SslCtxSetDefaultPasswdCbUserdata"></a><code>procedure <b>SslCtxSetDefaultPasswdCbUserdata</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; u: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>);</code></td>
|
|---|
| 709 | </tr>
|
|---|
| 710 | </table>
|
|---|
| 711 | <table class="detail">
|
|---|
| 712 | <tr class="list">
|
|---|
| 713 | <td class="itemcode"><a name="SslCtxLoadVerifyLocations"></a><code>function <b>SslCtxLoadVerifyLocations</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; const CAfile: AnsiString; const CApath: AnsiString):Integer;</code></td>
|
|---|
| 714 | </tr>
|
|---|
| 715 | </table>
|
|---|
| 716 | <table class="detail">
|
|---|
| 717 | <tr class="list">
|
|---|
| 718 | <td class="itemcode"><a name="SslCtxCtrl"></a><code>function <b>SslCtxCtrl</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; cmd: integer; larg: integer; parg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): integer;</code></td>
|
|---|
| 719 | </tr>
|
|---|
| 720 | </table>
|
|---|
| 721 | <table class="detail">
|
|---|
| 722 | <tr class="list">
|
|---|
| 723 | <td class="itemcode"><a name="SslNew"></a><code>function <b>SslNew</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>):<a href="ssl_openssl_lib.html#PSSL">PSSL</a>;</code></td>
|
|---|
| 724 | </tr>
|
|---|
| 725 | </table>
|
|---|
| 726 | <table class="detail">
|
|---|
| 727 | <tr class="list">
|
|---|
| 728 | <td class="itemcode"><a name="SslFree"></a><code>procedure <b>SslFree</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>);</code></td>
|
|---|
| 729 | </tr>
|
|---|
| 730 | </table>
|
|---|
| 731 | <table class="detail">
|
|---|
| 732 | <tr class="list">
|
|---|
| 733 | <td class="itemcode"><a name="SslAccept"></a><code>function <b>SslAccept</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 734 | </tr>
|
|---|
| 735 | </table>
|
|---|
| 736 | <table class="detail">
|
|---|
| 737 | <tr class="list">
|
|---|
| 738 | <td class="itemcode"><a name="SslConnect"></a><code>function <b>SslConnect</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 739 | </tr>
|
|---|
| 740 | </table>
|
|---|
| 741 | <table class="detail">
|
|---|
| 742 | <tr class="list">
|
|---|
| 743 | <td class="itemcode"><a name="SslShutdown"></a><code>function <b>SslShutdown</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 744 | </tr>
|
|---|
| 745 | </table>
|
|---|
| 746 | <table class="detail">
|
|---|
| 747 | <tr class="list">
|
|---|
| 748 | <td class="itemcode"><a name="SslRead"></a><code>function <b>SslRead</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; buf: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; num: Integer):Integer;</code></td>
|
|---|
| 749 | </tr>
|
|---|
| 750 | </table>
|
|---|
| 751 | <table class="detail">
|
|---|
| 752 | <tr class="list">
|
|---|
| 753 | <td class="itemcode"><a name="SslPeek"></a><code>function <b>SslPeek</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; buf: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; num: Integer):Integer;</code></td>
|
|---|
| 754 | </tr>
|
|---|
| 755 | </table>
|
|---|
| 756 | <table class="detail">
|
|---|
| 757 | <tr class="list">
|
|---|
| 758 | <td class="itemcode"><a name="SslWrite"></a><code>function <b>SslWrite</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; buf: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; num: Integer):Integer;</code></td>
|
|---|
| 759 | </tr>
|
|---|
| 760 | </table>
|
|---|
| 761 | <table class="detail">
|
|---|
| 762 | <tr class="list">
|
|---|
| 763 | <td class="itemcode"><a name="SslPending"></a><code>function <b>SslPending</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 764 | </tr>
|
|---|
| 765 | </table>
|
|---|
| 766 | <table class="detail">
|
|---|
| 767 | <tr class="list">
|
|---|
| 768 | <td class="itemcode"><a name="SslGetVersion"></a><code>function <b>SslGetVersion</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):AnsiString;</code></td>
|
|---|
| 769 | </tr>
|
|---|
| 770 | </table>
|
|---|
| 771 | <table class="detail">
|
|---|
| 772 | <tr class="list">
|
|---|
| 773 | <td class="itemcode"><a name="SslGetPeerCertificate"></a><code>function <b>SslGetPeerCertificate</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):<a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 774 | </tr>
|
|---|
| 775 | </table>
|
|---|
| 776 | <table class="detail">
|
|---|
| 777 | <tr class="list">
|
|---|
| 778 | <td class="itemcode"><a name="SslCtxSetVerify"></a><code>procedure <b>SslCtxSetVerify</b>(ctx: <a href="ssl_openssl_lib.html#PSSL_CTX">PSSL_CTX</a>; mode: Integer; arg2: <a href="ssl_openssl_lib.html#PFunction">PFunction</a>);</code></td>
|
|---|
| 779 | </tr>
|
|---|
| 780 | </table>
|
|---|
| 781 | <table class="detail">
|
|---|
| 782 | <tr class="list">
|
|---|
| 783 | <td class="itemcode"><a name="SSLGetCurrentCipher"></a><code>function <b>SSLGetCurrentCipher</b>(s: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):<a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 784 | </tr>
|
|---|
| 785 | </table>
|
|---|
| 786 | <table class="detail">
|
|---|
| 787 | <tr class="list">
|
|---|
| 788 | <td class="itemcode"><a name="SSLCipherGetName"></a><code>function <b>SSLCipherGetName</b>(c: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): AnsiString;</code></td>
|
|---|
| 789 | </tr>
|
|---|
| 790 | </table>
|
|---|
| 791 | <table class="detail">
|
|---|
| 792 | <tr class="list">
|
|---|
| 793 | <td class="itemcode"><a name="SSLCipherGetBits"></a><code>function <b>SSLCipherGetBits</b>(c: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; var alg_bits: Integer):Integer;</code></td>
|
|---|
| 794 | </tr>
|
|---|
| 795 | </table>
|
|---|
| 796 | <table class="detail">
|
|---|
| 797 | <tr class="list">
|
|---|
| 798 | <td class="itemcode"><a name="SSLGetVerifyResult"></a><code>function <b>SSLGetVerifyResult</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>):Integer;</code></td>
|
|---|
| 799 | </tr>
|
|---|
| 800 | </table>
|
|---|
| 801 | <table class="detail">
|
|---|
| 802 | <tr class="list">
|
|---|
| 803 | <td class="itemcode"><a name="SSLCtrl"></a><code>function <b>SSLCtrl</b>(ssl: <a href="ssl_openssl_lib.html#PSSL">PSSL</a>; cmd: integer; larg: integer; parg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>):Integer;</code></td>
|
|---|
| 804 | </tr>
|
|---|
| 805 | </table>
|
|---|
| 806 | <table class="detail">
|
|---|
| 807 | <tr class="list">
|
|---|
| 808 | <td class="itemcode"><a name="X509New"></a><code>function <b>X509New</b>: <a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 809 | </tr>
|
|---|
| 810 | </table>
|
|---|
| 811 | <table class="detail">
|
|---|
| 812 | <tr class="list">
|
|---|
| 813 | <td class="itemcode"><a name="X509Free"></a><code>procedure <b>X509Free</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>);</code></td>
|
|---|
| 814 | </tr>
|
|---|
| 815 | </table>
|
|---|
| 816 | <table class="detail">
|
|---|
| 817 | <tr class="list">
|
|---|
| 818 | <td class="itemcode"><a name="X509NameOneline"></a><code>function <b>X509NameOneline</b>(a: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>; var buf: AnsiString; size: Integer):AnsiString;</code></td>
|
|---|
| 819 | </tr>
|
|---|
| 820 | </table>
|
|---|
| 821 | <table class="detail">
|
|---|
| 822 | <tr class="list">
|
|---|
| 823 | <td class="itemcode"><a name="X509GetSubjectName"></a><code>function <b>X509GetSubjectName</b>(a: <a href="ssl_openssl_lib.html#PX509">PX509</a>):<a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>;</code></td>
|
|---|
| 824 | </tr>
|
|---|
| 825 | </table>
|
|---|
| 826 | <table class="detail">
|
|---|
| 827 | <tr class="list">
|
|---|
| 828 | <td class="itemcode"><a name="X509GetIssuerName"></a><code>function <b>X509GetIssuerName</b>(a: <a href="ssl_openssl_lib.html#PX509">PX509</a>):<a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>;</code></td>
|
|---|
| 829 | </tr>
|
|---|
| 830 | </table>
|
|---|
| 831 | <table class="detail">
|
|---|
| 832 | <tr class="list">
|
|---|
| 833 | <td class="itemcode"><a name="X509NameHash"></a><code>function <b>X509NameHash</b>(x: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>):Cardinal;</code></td>
|
|---|
| 834 | </tr>
|
|---|
| 835 | </table>
|
|---|
| 836 | <table class="detail">
|
|---|
| 837 | <tr class="list">
|
|---|
| 838 | <td class="itemcode"><a name="X509Digest"></a><code>function <b>X509Digest</b>(data: <a href="ssl_openssl_lib.html#PX509">PX509</a>; _type: <a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a>; md: AnsiString; var len: Integer):Integer;</code></td>
|
|---|
| 839 | </tr>
|
|---|
| 840 | </table>
|
|---|
| 841 | <table class="detail">
|
|---|
| 842 | <tr class="list">
|
|---|
| 843 | <td class="itemcode"><a name="X509print"></a><code>function <b>X509print</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; a: <a href="ssl_openssl_lib.html#PX509">PX509</a>): integer;</code></td>
|
|---|
| 844 | </tr>
|
|---|
| 845 | </table>
|
|---|
| 846 | <table class="detail">
|
|---|
| 847 | <tr class="list">
|
|---|
| 848 | <td class="itemcode"><a name="X509SetVersion"></a><code>function <b>X509SetVersion</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; version: integer): integer;</code></td>
|
|---|
| 849 | </tr>
|
|---|
| 850 | </table>
|
|---|
| 851 | <table class="detail">
|
|---|
| 852 | <tr class="list">
|
|---|
| 853 | <td class="itemcode"><a name="X509SetPubkey"></a><code>function <b>X509SetPubkey</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>): integer;</code></td>
|
|---|
| 854 | </tr>
|
|---|
| 855 | </table>
|
|---|
| 856 | <table class="detail">
|
|---|
| 857 | <tr class="list">
|
|---|
| 858 | <td class="itemcode"><a name="X509SetIssuerName"></a><code>function <b>X509SetIssuerName</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; name: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>): integer;</code></td>
|
|---|
| 859 | </tr>
|
|---|
| 860 | </table>
|
|---|
| 861 | <table class="detail">
|
|---|
| 862 | <tr class="list">
|
|---|
| 863 | <td class="itemcode"><a name="X509NameAddEntryByTxt"></a><code>function <b>X509NameAddEntryByTxt</b>(name: <a href="ssl_openssl_lib.html#PX509_NAME">PX509_NAME</a>; field: Ansistring; _type: integer; bytes: Ansistring; len, loc, _set: integer): integer;</code></td>
|
|---|
| 864 | </tr>
|
|---|
| 865 | </table>
|
|---|
| 866 | <table class="detail">
|
|---|
| 867 | <tr class="list">
|
|---|
| 868 | <td class="itemcode"><a name="X509Sign"></a><code>function <b>X509Sign</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>; const md: <a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a>): integer;</code></td>
|
|---|
| 869 | </tr>
|
|---|
| 870 | </table>
|
|---|
| 871 | <table class="detail">
|
|---|
| 872 | <tr class="list">
|
|---|
| 873 | <td class="itemcode"><a name="X509GmtimeAdj"></a><code>function <b>X509GmtimeAdj</b>(s: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>; adj: integer): <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>;</code></td>
|
|---|
| 874 | </tr>
|
|---|
| 875 | </table>
|
|---|
| 876 | <table class="detail">
|
|---|
| 877 | <tr class="list">
|
|---|
| 878 | <td class="itemcode"><a name="X509SetNotBefore"></a><code>function <b>X509SetNotBefore</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; tm: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>): integer;</code></td>
|
|---|
| 879 | </tr>
|
|---|
| 880 | </table>
|
|---|
| 881 | <table class="detail">
|
|---|
| 882 | <tr class="list">
|
|---|
| 883 | <td class="itemcode"><a name="X509SetNotAfter"></a><code>function <b>X509SetNotAfter</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>; tm: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>): integer;</code></td>
|
|---|
| 884 | </tr>
|
|---|
| 885 | </table>
|
|---|
| 886 | <table class="detail">
|
|---|
| 887 | <tr class="list">
|
|---|
| 888 | <td class="itemcode"><a name="X509GetSerialNumber"></a><code>function <b>X509GetSerialNumber</b>(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>): <a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a>;</code></td>
|
|---|
| 889 | </tr>
|
|---|
| 890 | </table>
|
|---|
| 891 | <table class="detail">
|
|---|
| 892 | <tr class="list">
|
|---|
| 893 | <td class="itemcode"><a name="EvpPkeyNew"></a><code>function <b>EvpPkeyNew</b>: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>;</code></td>
|
|---|
| 894 | </tr>
|
|---|
| 895 | </table>
|
|---|
| 896 | <table class="detail">
|
|---|
| 897 | <tr class="list">
|
|---|
| 898 | <td class="itemcode"><a name="EvpPkeyFree"></a><code>procedure <b>EvpPkeyFree</b>(pk: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>);</code></td>
|
|---|
| 899 | </tr>
|
|---|
| 900 | </table>
|
|---|
| 901 | <table class="detail">
|
|---|
| 902 | <tr class="list">
|
|---|
| 903 | <td class="itemcode"><a name="EvpPkeyAssign"></a><code>function <b>EvpPkeyAssign</b>(pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>; _type: integer; key: <a href="ssl_openssl_lib.html#PRSA">Prsa</a>): integer;</code></td>
|
|---|
| 904 | </tr>
|
|---|
| 905 | </table>
|
|---|
| 906 | <table class="detail">
|
|---|
| 907 | <tr class="list">
|
|---|
| 908 | <td class="itemcode"><a name="EvpGetDigestByName"></a><code>function <b>EvpGetDigestByName</b>(Name: AnsiString): <a href="ssl_openssl_lib.html#PEVP_MD">PEVP_MD</a>;</code></td>
|
|---|
| 909 | </tr>
|
|---|
| 910 | </table>
|
|---|
| 911 | <table class="detail">
|
|---|
| 912 | <tr class="list">
|
|---|
| 913 | <td class="itemcode"><a name="EVPcleanup"></a><code>procedure <b>EVPcleanup</b>;</code></td>
|
|---|
| 914 | </tr>
|
|---|
| 915 | </table>
|
|---|
| 916 | <table class="detail">
|
|---|
| 917 | <tr class="list">
|
|---|
| 918 | <td class="itemcode"><a name="SSLeayversion"></a><code>function <b>SSLeayversion</b>(t: integer): Ansistring;</code></td>
|
|---|
| 919 | </tr>
|
|---|
| 920 | </table>
|
|---|
| 921 | <table class="detail">
|
|---|
| 922 | <tr class="list">
|
|---|
| 923 | <td class="itemcode"><a name="ErrErrorString"></a><code>procedure <b>ErrErrorString</b>(e: integer; var buf: Ansistring; len: integer);</code></td>
|
|---|
| 924 | </tr>
|
|---|
| 925 | </table>
|
|---|
| 926 | <table class="detail">
|
|---|
| 927 | <tr class="list">
|
|---|
| 928 | <td class="itemcode"><a name="ErrGetError"></a><code>function <b>ErrGetError</b>: integer;</code></td>
|
|---|
| 929 | </tr>
|
|---|
| 930 | </table>
|
|---|
| 931 | <table class="detail">
|
|---|
| 932 | <tr class="list">
|
|---|
| 933 | <td class="itemcode"><a name="ErrClearError"></a><code>procedure <b>ErrClearError</b>;</code></td>
|
|---|
| 934 | </tr>
|
|---|
| 935 | </table>
|
|---|
| 936 | <table class="detail">
|
|---|
| 937 | <tr class="list">
|
|---|
| 938 | <td class="itemcode"><a name="ErrFreeStrings"></a><code>procedure <b>ErrFreeStrings</b>;</code></td>
|
|---|
| 939 | </tr>
|
|---|
| 940 | </table>
|
|---|
| 941 | <table class="detail">
|
|---|
| 942 | <tr class="list">
|
|---|
| 943 | <td class="itemcode"><a name="ErrRemoveState"></a><code>procedure <b>ErrRemoveState</b>(pid: integer);</code></td>
|
|---|
| 944 | </tr>
|
|---|
| 945 | </table>
|
|---|
| 946 | <table class="detail">
|
|---|
| 947 | <tr class="list">
|
|---|
| 948 | <td class="itemcode"><a name="OPENSSLaddallalgorithms"></a><code>procedure <b>OPENSSLaddallalgorithms</b>;</code></td>
|
|---|
| 949 | </tr>
|
|---|
| 950 | </table>
|
|---|
| 951 | <table class="detail">
|
|---|
| 952 | <tr class="list">
|
|---|
| 953 | <td class="itemcode"><a name="CRYPTOcleanupAllExData"></a><code>procedure <b>CRYPTOcleanupAllExData</b>;</code></td>
|
|---|
| 954 | </tr>
|
|---|
| 955 | </table>
|
|---|
| 956 | <table class="detail">
|
|---|
| 957 | <tr class="list">
|
|---|
| 958 | <td class="itemcode"><a name="RandScreen"></a><code>procedure <b>RandScreen</b>;</code></td>
|
|---|
| 959 | </tr>
|
|---|
| 960 | </table>
|
|---|
| 961 | <table class="detail">
|
|---|
| 962 | <tr class="list">
|
|---|
| 963 | <td class="itemcode"><a name="BioNew"></a><code>function <b>BioNew</b>(b: <a href="ssl_openssl_lib.html#PBIO_METHOD">PBIO_METHOD</a>): <a href="ssl_openssl_lib.html#PBIO">PBIO</a>;</code></td>
|
|---|
| 964 | </tr>
|
|---|
| 965 | </table>
|
|---|
| 966 | <table class="detail">
|
|---|
| 967 | <tr class="list">
|
|---|
| 968 | <td class="itemcode"><a name="BioFreeAll"></a><code>procedure <b>BioFreeAll</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>);</code></td>
|
|---|
| 969 | </tr>
|
|---|
| 970 | </table>
|
|---|
| 971 | <table class="detail">
|
|---|
| 972 | <tr class="list">
|
|---|
| 973 | <td class="itemcode"><a name="BioSMem"></a><code>function <b>BioSMem</b>: <a href="ssl_openssl_lib.html#PBIO_METHOD">PBIO_METHOD</a>;</code></td>
|
|---|
| 974 | </tr>
|
|---|
| 975 | </table>
|
|---|
| 976 | <table class="detail">
|
|---|
| 977 | <tr class="list">
|
|---|
| 978 | <td class="itemcode"><a name="BioCtrlPending"></a><code>function <b>BioCtrlPending</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>): integer;</code></td>
|
|---|
| 979 | </tr>
|
|---|
| 980 | </table>
|
|---|
| 981 | <table class="detail">
|
|---|
| 982 | <tr class="list">
|
|---|
| 983 | <td class="itemcode"><a name="BioRead"></a><code>function <b>BioRead</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; var Buf: AnsiString; Len: integer): integer;</code></td>
|
|---|
| 984 | </tr>
|
|---|
| 985 | </table>
|
|---|
| 986 | <table class="detail">
|
|---|
| 987 | <tr class="list">
|
|---|
| 988 | <td class="itemcode"><a name="BioWrite"></a><code>function <b>BioWrite</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; Buf: AnsiString; Len: integer): integer;</code></td>
|
|---|
| 989 | </tr>
|
|---|
| 990 | </table>
|
|---|
| 991 | <table class="detail">
|
|---|
| 992 | <tr class="list">
|
|---|
| 993 | <td class="itemcode"><a name="d2iPKCS12bio"></a><code>function <b>d2iPKCS12bio</b>(b:<a href="ssl_openssl_lib.html#PBIO">PBIO</a>; Pkcs12: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 994 | </tr>
|
|---|
| 995 | </table>
|
|---|
| 996 | <table class="detail">
|
|---|
| 997 | <tr class="list">
|
|---|
| 998 | <td class="itemcode"><a name="PKCS12parse"></a><code>function <b>PKCS12parse</b>(p12: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>; pass: Ansistring; var pkey, cert, ca: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): integer;</code></td>
|
|---|
| 999 | </tr>
|
|---|
| 1000 | </table>
|
|---|
| 1001 | <table class="detail">
|
|---|
| 1002 | <tr class="list">
|
|---|
| 1003 | <td class="itemcode"><a name="PKCS12free"></a><code>procedure <b>PKCS12free</b>(p12: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>);</code></td>
|
|---|
| 1004 | </tr>
|
|---|
| 1005 | </table>
|
|---|
| 1006 | <table class="detail">
|
|---|
| 1007 | <tr class="list">
|
|---|
| 1008 | <td class="itemcode"><a name="RsaGenerateKey"></a><code>function <b>RsaGenerateKey</b>(bits, e: integer; callback: <a href="ssl_openssl_lib.html#PFunction">PFunction</a>; cb_arg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): <a href="ssl_openssl_lib.html#PRSA">PRSA</a>;</code></td>
|
|---|
| 1009 | </tr>
|
|---|
| 1010 | </table>
|
|---|
| 1011 | <table class="detail">
|
|---|
| 1012 | <tr class="list">
|
|---|
| 1013 | <td class="itemcode"><a name="Asn1UtctimeNew"></a><code>function <b>Asn1UtctimeNew</b>: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>;</code></td>
|
|---|
| 1014 | </tr>
|
|---|
| 1015 | </table>
|
|---|
| 1016 | <table class="detail">
|
|---|
| 1017 | <tr class="list">
|
|---|
| 1018 | <td class="itemcode"><a name="Asn1UtctimeFree"></a><code>procedure <b>Asn1UtctimeFree</b>(a: <a href="ssl_openssl_lib.html#PASN1_UTCTIME">PASN1_UTCTIME</a>);</code></td>
|
|---|
| 1019 | </tr>
|
|---|
| 1020 | </table>
|
|---|
| 1021 | <table class="detail">
|
|---|
| 1022 | <tr class="list">
|
|---|
| 1023 | <td class="itemcode"><a name="Asn1IntegerSet"></a><code>function <b>Asn1IntegerSet</b>(a: <a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a>; v: integer): integer;</code></td>
|
|---|
| 1024 | </tr>
|
|---|
| 1025 | </table>
|
|---|
| 1026 | <table class="detail">
|
|---|
| 1027 | <tr class="list">
|
|---|
| 1028 | <td class="itemcode"><a name="Asn1IntegerGet"></a><code>function <b>Asn1IntegerGet</b>(a: <a href="ssl_openssl_lib.html#PASN1_INTEGER">PASN1_INTEGER</a>): integer;</code></td>
|
|---|
| 1029 | </tr>
|
|---|
| 1030 | </table>
|
|---|
| 1031 | <table class="detail">
|
|---|
| 1032 | <tr class="list">
|
|---|
| 1033 | <td class="itemcode"><a name="i2dX509bio"></a><code>function <b>i2dX509bio</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; x: <a href="ssl_openssl_lib.html#PX509">PX509</a>): integer;</code></td>
|
|---|
| 1034 | </tr>
|
|---|
| 1035 | </table>
|
|---|
| 1036 | <table class="detail">
|
|---|
| 1037 | <tr class="list">
|
|---|
| 1038 | <td class="itemcode"><a name="d2iX509bio"></a><code>function <b>d2iX509bio</b>(b:<a href="ssl_openssl_lib.html#PBIO">PBIO</a>; x:<a href="ssl_openssl_lib.html#PX509">PX509</a>): <a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 1039 | </tr>
|
|---|
| 1040 | </table>
|
|---|
| 1041 | <table class="detail">
|
|---|
| 1042 | <tr class="list">
|
|---|
| 1043 | <td class="itemcode"><a name="PEMReadBioX509"></a><code>function <b>PEMReadBioX509</b>(b:<a href="ssl_openssl_lib.html#PBIO">PBIO</a>; x:<a href="ssl_openssl_lib.html#PSslPtr">PSslPtr</a>; callback:<a href="ssl_openssl_lib.html#PFunction">PFunction</a>; cb_arg: <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>): <a href="ssl_openssl_lib.html#PX509">PX509</a>;</code></td>
|
|---|
| 1044 | </tr>
|
|---|
| 1045 | </table>
|
|---|
| 1046 | <table class="detail">
|
|---|
| 1047 | <tr class="list">
|
|---|
| 1048 | <td class="itemcode"><a name="SkX509PopFree"></a><code>procedure <b>SkX509PopFree</b>(st: <a href="ssl_openssl_lib.html#PSTACK">PSTACK</a>; func: <a href="ssl_openssl_lib.html#TSkPopFreeFunc">TSkPopFreeFunc</a>);</code></td>
|
|---|
| 1049 | </tr>
|
|---|
| 1050 | </table>
|
|---|
| 1051 | <table class="detail">
|
|---|
| 1052 | <tr class="list">
|
|---|
| 1053 | <td class="itemcode"><a name="i2dPrivateKeyBio"></a><code>function <b>i2dPrivateKeyBio</b>(b: <a href="ssl_openssl_lib.html#PBIO">PBIO</a>; pkey: <a href="ssl_openssl_lib.html#EVP_PKEY">EVP_PKEY</a>): integer;</code></td>
|
|---|
| 1054 | </tr>
|
|---|
| 1055 | </table>
|
|---|
| 1056 | <table class="detail">
|
|---|
| 1057 | <tr class="list">
|
|---|
| 1058 | <td class="itemcode"><a name="DESsetoddparity"></a><code>procedure <b>DESsetoddparity</b>(Key: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>);</code></td>
|
|---|
| 1059 | </tr>
|
|---|
| 1060 | </table>
|
|---|
| 1061 | <table class="detail">
|
|---|
| 1062 | <tr class="list">
|
|---|
| 1063 | <td class="itemcode"><a name="DESsetkeychecked"></a><code>function <b>DESsetkeychecked</b>(key: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>; schedule: <a href="ssl_openssl_lib.html#des_key_schedule">des_key_schedule</a>): Integer;</code></td>
|
|---|
| 1064 | </tr>
|
|---|
| 1065 | </table>
|
|---|
| 1066 | <table class="detail">
|
|---|
| 1067 | <tr class="list">
|
|---|
| 1068 | <td class="itemcode"><a name="DESecbencrypt"></a><code>procedure <b>DESecbencrypt</b>(Input: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>; output: <a href="ssl_openssl_lib.html#DES_cblock">des_cblock</a>; ks: <a href="ssl_openssl_lib.html#des_key_schedule">des_key_schedule</a>; enc: Integer);</code></td>
|
|---|
| 1069 | </tr>
|
|---|
| 1070 | </table>
|
|---|
| 1071 | <table class="detail">
|
|---|
| 1072 | <tr class="list">
|
|---|
| 1073 | <td class="itemcode"><a name="IsSSLloaded"></a><code>function <b>IsSSLloaded</b>: Boolean;</code></td>
|
|---|
| 1074 | </tr>
|
|---|
| 1075 | </table>
|
|---|
| 1076 | <table class="detail">
|
|---|
| 1077 | <tr class="list">
|
|---|
| 1078 | <td class="itemcode"><a name="InitSSLInterface"></a><code>function <b>InitSSLInterface</b>: Boolean;</code></td>
|
|---|
| 1079 | </tr>
|
|---|
| 1080 | </table>
|
|---|
| 1081 | <table class="detail">
|
|---|
| 1082 | <tr class="list">
|
|---|
| 1083 | <td class="itemcode"><a name="DestroySSLInterface"></a><code>function <b>DestroySSLInterface</b>: Boolean;</code></td>
|
|---|
| 1084 | </tr>
|
|---|
| 1085 | </table>
|
|---|
| 1086 | <h3 class="detail">Types</h3>
|
|---|
| 1087 | <table class="detail">
|
|---|
| 1088 | <tr class="list">
|
|---|
| 1089 | <td class="itemcode"><a name="SslPtr"></a><code><b>SslPtr</b> = Pointer;</code></td>
|
|---|
| 1090 | </tr>
|
|---|
| 1091 | </table>
|
|---|
| 1092 | <table class="detail">
|
|---|
| 1093 | <tr class="list">
|
|---|
| 1094 | <td class="itemcode"><a name="PSslPtr"></a><code><b>PSslPtr</b> = ˆ<a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1095 | </tr>
|
|---|
| 1096 | </table>
|
|---|
| 1097 | <table class="detail">
|
|---|
| 1098 | <tr class="list">
|
|---|
| 1099 | <td class="itemcode"><a name="PSSL_CTX"></a><code><b>PSSL_CTX</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1100 | </tr>
|
|---|
| 1101 | </table>
|
|---|
| 1102 | <table class="detail">
|
|---|
| 1103 | <tr class="list">
|
|---|
| 1104 | <td class="itemcode"><a name="PSSL"></a><code><b>PSSL</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1105 | </tr>
|
|---|
| 1106 | </table>
|
|---|
| 1107 | <table class="detail">
|
|---|
| 1108 | <tr class="list">
|
|---|
| 1109 | <td class="itemcode"><a name="PSSL_METHOD"></a><code><b>PSSL_METHOD</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1110 | </tr>
|
|---|
| 1111 | </table>
|
|---|
| 1112 | <table class="detail">
|
|---|
| 1113 | <tr class="list">
|
|---|
| 1114 | <td class="itemcode"><a name="PX509"></a><code><b>PX509</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1115 | </tr>
|
|---|
| 1116 | </table>
|
|---|
| 1117 | <table class="detail">
|
|---|
| 1118 | <tr class="list">
|
|---|
| 1119 | <td class="itemcode"><a name="PX509_NAME"></a><code><b>PX509_NAME</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1120 | </tr>
|
|---|
| 1121 | </table>
|
|---|
| 1122 | <table class="detail">
|
|---|
| 1123 | <tr class="list">
|
|---|
| 1124 | <td class="itemcode"><a name="PEVP_MD"></a><code><b>PEVP_MD</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1125 | </tr>
|
|---|
| 1126 | </table>
|
|---|
| 1127 | <table class="detail">
|
|---|
| 1128 | <tr class="list">
|
|---|
| 1129 | <td class="itemcode"><a name="PInteger"></a><code><b>PInteger</b> = ˆInteger;</code></td>
|
|---|
| 1130 | </tr>
|
|---|
| 1131 | </table>
|
|---|
| 1132 | <table class="detail">
|
|---|
| 1133 | <tr class="list">
|
|---|
| 1134 | <td class="itemcode"><a name="PBIO_METHOD"></a><code><b>PBIO_METHOD</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1135 | </tr>
|
|---|
| 1136 | </table>
|
|---|
| 1137 | <table class="detail">
|
|---|
| 1138 | <tr class="list">
|
|---|
| 1139 | <td class="itemcode"><a name="PBIO"></a><code><b>PBIO</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1140 | </tr>
|
|---|
| 1141 | </table>
|
|---|
| 1142 | <table class="detail">
|
|---|
| 1143 | <tr class="list">
|
|---|
| 1144 | <td class="itemcode"><a name="EVP_PKEY"></a><code><b>EVP_PKEY</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1145 | </tr>
|
|---|
| 1146 | </table>
|
|---|
| 1147 | <table class="detail">
|
|---|
| 1148 | <tr class="list">
|
|---|
| 1149 | <td class="itemcode"><a name="PRSA"></a><code><b>PRSA</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1150 | </tr>
|
|---|
| 1151 | </table>
|
|---|
| 1152 | <table class="detail">
|
|---|
| 1153 | <tr class="list">
|
|---|
| 1154 | <td class="itemcode"><a name="PASN1_UTCTIME"></a><code><b>PASN1_UTCTIME</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1155 | </tr>
|
|---|
| 1156 | </table>
|
|---|
| 1157 | <table class="detail">
|
|---|
| 1158 | <tr class="list">
|
|---|
| 1159 | <td class="itemcode"><a name="PASN1_INTEGER"></a><code><b>PASN1_INTEGER</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1160 | </tr>
|
|---|
| 1161 | </table>
|
|---|
| 1162 | <table class="detail">
|
|---|
| 1163 | <tr class="list">
|
|---|
| 1164 | <td class="itemcode"><a name="PPasswdCb"></a><code><b>PPasswdCb</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1165 | </tr>
|
|---|
| 1166 | </table>
|
|---|
| 1167 | <table class="detail">
|
|---|
| 1168 | <tr class="list">
|
|---|
| 1169 | <td class="itemcode"><a name="PFunction"></a><code><b>PFunction</b> = procedure;</code></td>
|
|---|
| 1170 | </tr>
|
|---|
| 1171 | </table>
|
|---|
| 1172 | <table class="detail">
|
|---|
| 1173 | <tr class="list">
|
|---|
| 1174 | <td class="itemcode"><a name="PSTACK"></a><code><b>PSTACK</b> = <a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>;</code></td>
|
|---|
| 1175 | </tr>
|
|---|
| 1176 | </table>
|
|---|
| 1177 | <table class="detail">
|
|---|
| 1178 | <tr class="list">
|
|---|
| 1179 | <td class="itemcode"><a name="TSkPopFreeFunc"></a><code><b>TSkPopFreeFunc</b> = procedure(p:<a href="ssl_openssl_lib.html#SslPtr">SslPtr</a>); cdecl;</code></td>
|
|---|
| 1180 | </tr>
|
|---|
| 1181 | </table>
|
|---|
| 1182 | <table class="detail">
|
|---|
| 1183 | <tr class="list">
|
|---|
| 1184 | <td class="itemcode"><a name="TX509Free"></a><code><b>TX509Free</b> = procedure(x: <a href="ssl_openssl_lib.html#PX509">PX509</a>); cdecl;</code></td>
|
|---|
| 1185 | </tr>
|
|---|
| 1186 | </table>
|
|---|
| 1187 | <table class="detail">
|
|---|
| 1188 | <tr class="list">
|
|---|
| 1189 | <td class="itemcode"><a name="DES_cblock"></a><code><b>DES_cblock</b> = array[0..7] of Byte;</code></td>
|
|---|
| 1190 | </tr>
|
|---|
| 1191 | </table>
|
|---|
| 1192 | <table class="detail">
|
|---|
| 1193 | <tr class="list">
|
|---|
| 1194 | <td class="itemcode"><a name="PDES_cblock"></a><code><b>PDES_cblock</b> = ˆ<a href="ssl_openssl_lib.html#DES_cblock">DES_cblock</a>;</code></td>
|
|---|
| 1195 | </tr>
|
|---|
| 1196 | </table>
|
|---|
| 1197 | <table class="detail">
|
|---|
| 1198 | <tr class="list">
|
|---|
| 1199 | <td class="itemcode"><a name="des_key_schedule"></a><code><b>des_key_schedule</b> = array[1..16] of <a href="ssl_openssl_lib.des_ks_struct.html">des_ks_struct</a>;</code></td>
|
|---|
| 1200 | </tr>
|
|---|
| 1201 | </table>
|
|---|
| 1202 | <h3 class="detail">Constants</h3>
|
|---|
| 1203 | <table class="detail">
|
|---|
| 1204 | <tr class="list">
|
|---|
| 1205 | <td class="itemcode"><a name="EVP_MAX_MD_SIZE"></a><code><b>EVP_MAX_MD_SIZE</b> = 16 + 20;</code></td>
|
|---|
| 1206 | </tr>
|
|---|
| 1207 | </table>
|
|---|
| 1208 | <table class="detail">
|
|---|
| 1209 | <tr class="list">
|
|---|
| 1210 | <td class="itemcode"><a name="SSL_ERROR_NONE"></a><code><b>SSL_ERROR_NONE</b> = 0;</code></td>
|
|---|
| 1211 | </tr>
|
|---|
| 1212 | </table>
|
|---|
| 1213 | <table class="detail">
|
|---|
| 1214 | <tr class="list">
|
|---|
| 1215 | <td class="itemcode"><a name="SSL_ERROR_SSL"></a><code><b>SSL_ERROR_SSL</b> = 1;</code></td>
|
|---|
| 1216 | </tr>
|
|---|
| 1217 | </table>
|
|---|
| 1218 | <table class="detail">
|
|---|
| 1219 | <tr class="list">
|
|---|
| 1220 | <td class="itemcode"><a name="SSL_ERROR_WANT_READ"></a><code><b>SSL_ERROR_WANT_READ</b> = 2;</code></td>
|
|---|
| 1221 | </tr>
|
|---|
| 1222 | </table>
|
|---|
| 1223 | <table class="detail">
|
|---|
| 1224 | <tr class="list">
|
|---|
| 1225 | <td class="itemcode"><a name="SSL_ERROR_WANT_WRITE"></a><code><b>SSL_ERROR_WANT_WRITE</b> = 3;</code></td>
|
|---|
| 1226 | </tr>
|
|---|
| 1227 | </table>
|
|---|
| 1228 | <table class="detail">
|
|---|
| 1229 | <tr class="list">
|
|---|
| 1230 | <td class="itemcode"><a name="SSL_ERROR_WANT_X509_LOOKUP"></a><code><b>SSL_ERROR_WANT_X509_LOOKUP</b> = 4;</code></td>
|
|---|
| 1231 | </tr>
|
|---|
| 1232 | </table>
|
|---|
| 1233 | <table class="detail">
|
|---|
| 1234 | <tr class="list">
|
|---|
| 1235 | <td class="itemcode"><a name="SSL_ERROR_SYSCALL"></a><code><b>SSL_ERROR_SYSCALL</b> = 5;</code></td>
|
|---|
| 1236 | </tr>
|
|---|
| 1237 | </table>
|
|---|
| 1238 | <table class="detail">
|
|---|
| 1239 | <tr class="list">
|
|---|
| 1240 | <td class="itemcode"><a name="SSL_ERROR_ZERO_RETURN"></a><code><b>SSL_ERROR_ZERO_RETURN</b> = 6;</code></td>
|
|---|
| 1241 | </tr>
|
|---|
| 1242 | </table>
|
|---|
| 1243 | <table class="detail">
|
|---|
| 1244 | <tr class="list">
|
|---|
| 1245 | <td class="itemcode"><a name="SSL_ERROR_WANT_CONNECT"></a><code><b>SSL_ERROR_WANT_CONNECT</b> = 7;</code></td>
|
|---|
| 1246 | </tr>
|
|---|
| 1247 | </table>
|
|---|
| 1248 | <table class="detail">
|
|---|
| 1249 | <tr class="list">
|
|---|
| 1250 | <td class="itemcode"><a name="SSL_ERROR_WANT_ACCEPT"></a><code><b>SSL_ERROR_WANT_ACCEPT</b> = 8;</code></td>
|
|---|
| 1251 | </tr>
|
|---|
| 1252 | </table>
|
|---|
| 1253 | <table class="detail">
|
|---|
| 1254 | <tr class="list">
|
|---|
| 1255 | <td class="itemcode"><a name="SSL_OP_NO_SSLv2"></a><code><b>SSL_OP_NO_SSLv2</b> = $01000000;</code></td>
|
|---|
| 1256 | </tr>
|
|---|
| 1257 | </table>
|
|---|
| 1258 | <table class="detail">
|
|---|
| 1259 | <tr class="list">
|
|---|
| 1260 | <td class="itemcode"><a name="SSL_OP_NO_SSLv3"></a><code><b>SSL_OP_NO_SSLv3</b> = $02000000;</code></td>
|
|---|
| 1261 | </tr>
|
|---|
| 1262 | </table>
|
|---|
| 1263 | <table class="detail">
|
|---|
| 1264 | <tr class="list">
|
|---|
| 1265 | <td class="itemcode"><a name="SSL_OP_NO_TLSv1"></a><code><b>SSL_OP_NO_TLSv1</b> = $04000000;</code></td>
|
|---|
| 1266 | </tr>
|
|---|
| 1267 | </table>
|
|---|
| 1268 | <table class="detail">
|
|---|
| 1269 | <tr class="list">
|
|---|
| 1270 | <td class="itemcode"><a name="SSL_OP_ALL"></a><code><b>SSL_OP_ALL</b> = $000FFFFF;</code></td>
|
|---|
| 1271 | </tr>
|
|---|
| 1272 | </table>
|
|---|
| 1273 | <table class="detail">
|
|---|
| 1274 | <tr class="list">
|
|---|
| 1275 | <td class="itemcode"><a name="SSL_VERIFY_NONE"></a><code><b>SSL_VERIFY_NONE</b> = $00;</code></td>
|
|---|
| 1276 | </tr>
|
|---|
| 1277 | </table>
|
|---|
| 1278 | <table class="detail">
|
|---|
| 1279 | <tr class="list">
|
|---|
| 1280 | <td class="itemcode"><a name="SSL_VERIFY_PEER"></a><code><b>SSL_VERIFY_PEER</b> = $01;</code></td>
|
|---|
| 1281 | </tr>
|
|---|
| 1282 | </table>
|
|---|
| 1283 | <table class="detail">
|
|---|
| 1284 | <tr class="list">
|
|---|
| 1285 | <td class="itemcode"><a name="OPENSSL_DES_DECRYPT"></a><code><b>OPENSSL_DES_DECRYPT</b> = 0;</code></td>
|
|---|
| 1286 | </tr>
|
|---|
| 1287 | </table>
|
|---|
| 1288 | <table class="detail">
|
|---|
| 1289 | <tr class="list">
|
|---|
| 1290 | <td class="itemcode"><a name="OPENSSL_DES_ENCRYPT"></a><code><b>OPENSSL_DES_ENCRYPT</b> = 1;</code></td>
|
|---|
| 1291 | </tr>
|
|---|
| 1292 | </table>
|
|---|
| 1293 | <table class="detail">
|
|---|
| 1294 | <tr class="list">
|
|---|
| 1295 | <td class="itemcode"><a name="X509_V_OK"></a><code><b>X509_V_OK</b> = 0;</code></td>
|
|---|
| 1296 | </tr>
|
|---|
| 1297 | </table>
|
|---|
| 1298 | <table class="detail">
|
|---|
| 1299 | <tr class="list">
|
|---|
| 1300 | <td class="itemcode"><a name="X509_V_ILLEGAL"></a><code><b>X509_V_ILLEGAL</b> = 1;</code></td>
|
|---|
| 1301 | </tr>
|
|---|
| 1302 | </table>
|
|---|
| 1303 | <table class="detail">
|
|---|
| 1304 | <tr class="list">
|
|---|
| 1305 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT"></a><code><b>X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT</b> = 2;</code></td>
|
|---|
| 1306 | </tr>
|
|---|
| 1307 | </table>
|
|---|
| 1308 | <table class="detail">
|
|---|
| 1309 | <tr class="list">
|
|---|
| 1310 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_GET_CRL"></a><code><b>X509_V_ERR_UNABLE_TO_GET_CRL</b> = 3;</code></td>
|
|---|
| 1311 | </tr>
|
|---|
| 1312 | </table>
|
|---|
| 1313 | <table class="detail">
|
|---|
| 1314 | <tr class="list">
|
|---|
| 1315 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE"></a><code><b>X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE</b> = 4;</code></td>
|
|---|
| 1316 | </tr>
|
|---|
| 1317 | </table>
|
|---|
| 1318 | <table class="detail">
|
|---|
| 1319 | <tr class="list">
|
|---|
| 1320 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE"></a><code><b>X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE</b> = 5;</code></td>
|
|---|
| 1321 | </tr>
|
|---|
| 1322 | </table>
|
|---|
| 1323 | <table class="detail">
|
|---|
| 1324 | <tr class="list">
|
|---|
| 1325 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY"></a><code><b>X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY</b> = 6;</code></td>
|
|---|
| 1326 | </tr>
|
|---|
| 1327 | </table>
|
|---|
| 1328 | <table class="detail">
|
|---|
| 1329 | <tr class="list">
|
|---|
| 1330 | <td class="itemcode"><a name="X509_V_ERR_CERT_SIGNATURE_FAILURE"></a><code><b>X509_V_ERR_CERT_SIGNATURE_FAILURE</b> = 7;</code></td>
|
|---|
| 1331 | </tr>
|
|---|
| 1332 | </table>
|
|---|
| 1333 | <table class="detail">
|
|---|
| 1334 | <tr class="list">
|
|---|
| 1335 | <td class="itemcode"><a name="X509_V_ERR_CRL_SIGNATURE_FAILURE"></a><code><b>X509_V_ERR_CRL_SIGNATURE_FAILURE</b> = 8;</code></td>
|
|---|
| 1336 | </tr>
|
|---|
| 1337 | </table>
|
|---|
| 1338 | <table class="detail">
|
|---|
| 1339 | <tr class="list">
|
|---|
| 1340 | <td class="itemcode"><a name="X509_V_ERR_CERT_NOT_YET_VALID"></a><code><b>X509_V_ERR_CERT_NOT_YET_VALID</b> = 9;</code></td>
|
|---|
| 1341 | </tr>
|
|---|
| 1342 | </table>
|
|---|
| 1343 | <table class="detail">
|
|---|
| 1344 | <tr class="list">
|
|---|
| 1345 | <td class="itemcode"><a name="X509_V_ERR_CERT_HAS_EXPIRED"></a><code><b>X509_V_ERR_CERT_HAS_EXPIRED</b> = 10;</code></td>
|
|---|
| 1346 | </tr>
|
|---|
| 1347 | </table>
|
|---|
| 1348 | <table class="detail">
|
|---|
| 1349 | <tr class="list">
|
|---|
| 1350 | <td class="itemcode"><a name="X509_V_ERR_CRL_NOT_YET_VALID"></a><code><b>X509_V_ERR_CRL_NOT_YET_VALID</b> = 11;</code></td>
|
|---|
| 1351 | </tr>
|
|---|
| 1352 | </table>
|
|---|
| 1353 | <table class="detail">
|
|---|
| 1354 | <tr class="list">
|
|---|
| 1355 | <td class="itemcode"><a name="X509_V_ERR_CRL_HAS_EXPIRED"></a><code><b>X509_V_ERR_CRL_HAS_EXPIRED</b> = 12;</code></td>
|
|---|
| 1356 | </tr>
|
|---|
| 1357 | </table>
|
|---|
| 1358 | <table class="detail">
|
|---|
| 1359 | <tr class="list">
|
|---|
| 1360 | <td class="itemcode"><a name="X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD"></a><code><b>X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD</b> = 13;</code></td>
|
|---|
| 1361 | </tr>
|
|---|
| 1362 | </table>
|
|---|
| 1363 | <table class="detail">
|
|---|
| 1364 | <tr class="list">
|
|---|
| 1365 | <td class="itemcode"><a name="X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD"></a><code><b>X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD</b> = 14;</code></td>
|
|---|
| 1366 | </tr>
|
|---|
| 1367 | </table>
|
|---|
| 1368 | <table class="detail">
|
|---|
| 1369 | <tr class="list">
|
|---|
| 1370 | <td class="itemcode"><a name="X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD"></a><code><b>X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD</b> = 15;</code></td>
|
|---|
| 1371 | </tr>
|
|---|
| 1372 | </table>
|
|---|
| 1373 | <table class="detail">
|
|---|
| 1374 | <tr class="list">
|
|---|
| 1375 | <td class="itemcode"><a name="X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD"></a><code><b>X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD</b> = 16;</code></td>
|
|---|
| 1376 | </tr>
|
|---|
| 1377 | </table>
|
|---|
| 1378 | <table class="detail">
|
|---|
| 1379 | <tr class="list">
|
|---|
| 1380 | <td class="itemcode"><a name="X509_V_ERR_OUT_OF_MEM"></a><code><b>X509_V_ERR_OUT_OF_MEM</b> = 17;</code></td>
|
|---|
| 1381 | </tr>
|
|---|
| 1382 | </table>
|
|---|
| 1383 | <table class="detail">
|
|---|
| 1384 | <tr class="list">
|
|---|
| 1385 | <td class="itemcode"><a name="X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT"></a><code><b>X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT</b> = 18;</code></td>
|
|---|
| 1386 | </tr>
|
|---|
| 1387 | </table>
|
|---|
| 1388 | <table class="detail">
|
|---|
| 1389 | <tr class="list">
|
|---|
| 1390 | <td class="itemcode"><a name="X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN"></a><code><b>X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN</b> = 19;</code></td>
|
|---|
| 1391 | </tr>
|
|---|
| 1392 | </table>
|
|---|
| 1393 | <table class="detail">
|
|---|
| 1394 | <tr class="list">
|
|---|
| 1395 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY"></a><code><b>X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY</b> = 20;</code></td>
|
|---|
| 1396 | </tr>
|
|---|
| 1397 | </table>
|
|---|
| 1398 | <table class="detail">
|
|---|
| 1399 | <tr class="list">
|
|---|
| 1400 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE"></a><code><b>X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE</b> = 21;</code></td>
|
|---|
| 1401 | </tr>
|
|---|
| 1402 | </table>
|
|---|
| 1403 | <table class="detail">
|
|---|
| 1404 | <tr class="list">
|
|---|
| 1405 | <td class="itemcode"><a name="X509_V_ERR_CERT_CHAIN_TOO_LONG"></a><code><b>X509_V_ERR_CERT_CHAIN_TOO_LONG</b> = 22;</code></td>
|
|---|
| 1406 | </tr>
|
|---|
| 1407 | </table>
|
|---|
| 1408 | <table class="detail">
|
|---|
| 1409 | <tr class="list">
|
|---|
| 1410 | <td class="itemcode"><a name="X509_V_ERR_CERT_REVOKED"></a><code><b>X509_V_ERR_CERT_REVOKED</b> = 23;</code></td>
|
|---|
| 1411 | </tr>
|
|---|
| 1412 | </table>
|
|---|
| 1413 | <table class="detail">
|
|---|
| 1414 | <tr class="list">
|
|---|
| 1415 | <td class="itemcode"><a name="X509_V_ERR_INVALID_CA"></a><code><b>X509_V_ERR_INVALID_CA</b> = 24;</code></td>
|
|---|
| 1416 | </tr>
|
|---|
| 1417 | </table>
|
|---|
| 1418 | <table class="detail">
|
|---|
| 1419 | <tr class="list">
|
|---|
| 1420 | <td class="itemcode"><a name="X509_V_ERR_PATH_LENGTH_EXCEEDED"></a><code><b>X509_V_ERR_PATH_LENGTH_EXCEEDED</b> = 25;</code></td>
|
|---|
| 1421 | </tr>
|
|---|
| 1422 | </table>
|
|---|
| 1423 | <table class="detail">
|
|---|
| 1424 | <tr class="list">
|
|---|
| 1425 | <td class="itemcode"><a name="X509_V_ERR_INVALID_PURPOSE"></a><code><b>X509_V_ERR_INVALID_PURPOSE</b> = 26;</code></td>
|
|---|
| 1426 | </tr>
|
|---|
| 1427 | </table>
|
|---|
| 1428 | <table class="detail">
|
|---|
| 1429 | <tr class="list">
|
|---|
| 1430 | <td class="itemcode"><a name="X509_V_ERR_CERT_UNTRUSTED"></a><code><b>X509_V_ERR_CERT_UNTRUSTED</b> = 27;</code></td>
|
|---|
| 1431 | </tr>
|
|---|
| 1432 | </table>
|
|---|
| 1433 | <table class="detail">
|
|---|
| 1434 | <tr class="list">
|
|---|
| 1435 | <td class="itemcode"><a name="X509_V_ERR_CERT_REJECTED"></a><code><b>X509_V_ERR_CERT_REJECTED</b> = 28;</code></td>
|
|---|
| 1436 | </tr>
|
|---|
| 1437 | </table>
|
|---|
| 1438 | <table class="detail">
|
|---|
| 1439 | <tr class="list">
|
|---|
| 1440 | <td class="itemcode"><a name="X509_V_ERR_SUBJECT_ISSUER_MISMATCH"></a><code><b>X509_V_ERR_SUBJECT_ISSUER_MISMATCH</b> = 29;</code></td>
|
|---|
| 1441 | </tr>
|
|---|
| 1442 | </table>
|
|---|
| 1443 | <table class="detail">
|
|---|
| 1444 | <tr class="list">
|
|---|
| 1445 | <td class="itemcode"><a name="X509_V_ERR_AKID_SKID_MISMATCH"></a><code><b>X509_V_ERR_AKID_SKID_MISMATCH</b> = 30;</code></td>
|
|---|
| 1446 | </tr>
|
|---|
| 1447 | </table>
|
|---|
| 1448 | <table class="detail">
|
|---|
| 1449 | <tr class="list">
|
|---|
| 1450 | <td class="itemcode"><a name="X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH"></a><code><b>X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH</b> = 31;</code></td>
|
|---|
| 1451 | </tr>
|
|---|
| 1452 | </table>
|
|---|
| 1453 | <table class="detail">
|
|---|
| 1454 | <tr class="list">
|
|---|
| 1455 | <td class="itemcode"><a name="X509_V_ERR_KEYUSAGE_NO_CERTSIGN"></a><code><b>X509_V_ERR_KEYUSAGE_NO_CERTSIGN</b> = 32;</code></td>
|
|---|
| 1456 | </tr>
|
|---|
| 1457 | </table>
|
|---|
| 1458 | <table class="detail">
|
|---|
| 1459 | <tr class="list">
|
|---|
| 1460 | <td class="itemcode"><a name="X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER"></a><code><b>X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER</b> = 33;</code></td>
|
|---|
| 1461 | </tr>
|
|---|
| 1462 | </table>
|
|---|
| 1463 | <table class="detail">
|
|---|
| 1464 | <tr class="list">
|
|---|
| 1465 | <td class="itemcode"><a name="X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION"></a><code><b>X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION</b> = 34;</code></td>
|
|---|
| 1466 | </tr>
|
|---|
| 1467 | </table>
|
|---|
| 1468 | <table class="detail">
|
|---|
| 1469 | <tr class="list">
|
|---|
| 1470 | <td class="itemcode"><a name="X509_V_ERR_APPLICATION_VERIFICATION"></a><code><b>X509_V_ERR_APPLICATION_VERIFICATION</b> = 50;</code></td>
|
|---|
| 1471 | </tr>
|
|---|
| 1472 | </table>
|
|---|
| 1473 | <table class="detail">
|
|---|
| 1474 | <tr class="list">
|
|---|
| 1475 | <td class="itemcode"><a name="SSL_FILETYPE_ASN1"></a><code><b>SSL_FILETYPE_ASN1</b> = 2;</code></td>
|
|---|
| 1476 | </tr>
|
|---|
| 1477 | </table>
|
|---|
| 1478 | <table class="detail">
|
|---|
| 1479 | <tr class="list">
|
|---|
| 1480 | <td class="itemcode"><a name="SSL_FILETYPE_PEM"></a><code><b>SSL_FILETYPE_PEM</b> = 1;</code></td>
|
|---|
| 1481 | </tr>
|
|---|
| 1482 | </table>
|
|---|
| 1483 | <table class="detail">
|
|---|
| 1484 | <tr class="list">
|
|---|
| 1485 | <td class="itemcode"><a name="EVP_PKEY_RSA"></a><code><b>EVP_PKEY_RSA</b> = 6;</code></td>
|
|---|
| 1486 | </tr>
|
|---|
| 1487 | </table>
|
|---|
| 1488 | <table class="detail">
|
|---|
| 1489 | <tr class="list">
|
|---|
| 1490 | <td class="itemcode"><a name="SSL_CTRL_SET_TLSEXT_HOSTNAME"></a><code><b>SSL_CTRL_SET_TLSEXT_HOSTNAME</b> = 55;</code></td>
|
|---|
| 1491 | </tr>
|
|---|
| 1492 | </table>
|
|---|
| 1493 | <table class="detail">
|
|---|
| 1494 | <tr class="list">
|
|---|
| 1495 | <td class="itemcode"><a name="TLSEXT_NAMETYPE_host_name"></a><code><b>TLSEXT_NAMETYPE_host_name</b> = 0;</code></td>
|
|---|
| 1496 | </tr>
|
|---|
| 1497 | </table>
|
|---|
| 1498 | <h3 class="detail">Variables</h3>
|
|---|
| 1499 | <table class="detail">
|
|---|
| 1500 | <tr class="list">
|
|---|
| 1501 | <td class="itemcode"><a name="DLLSSLName"></a><code><b>DLLSSLName</b>: string = 'ssleay32.dll';</code></td>
|
|---|
| 1502 | </tr>
|
|---|
| 1503 | </table>
|
|---|
| 1504 | <table class="detail">
|
|---|
| 1505 | <tr class="list">
|
|---|
| 1506 | <td class="itemcode"><a name="DLLSSLName2"></a><code><b>DLLSSLName2</b>: string = 'libssl32.dll';</code></td>
|
|---|
| 1507 | </tr>
|
|---|
| 1508 | </table>
|
|---|
| 1509 | <table class="detail">
|
|---|
| 1510 | <tr class="list">
|
|---|
| 1511 | <td class="itemcode"><a name="DLLUtilName"></a><code><b>DLLUtilName</b>: string = 'libeay32.dll';</code></td>
|
|---|
| 1512 | </tr>
|
|---|
| 1513 | </table>
|
|---|
| 1514 | <table class="detail">
|
|---|
| 1515 | <tr class="list">
|
|---|
| 1516 | <td class="itemcode"><a name="SSLLibHandle"></a><code><b>SSLLibHandle</b>: <a href="synafpc.html#TLibHandle">TLibHandle</a> = 0;</code></td>
|
|---|
| 1517 | </tr>
|
|---|
| 1518 | </table>
|
|---|
| 1519 | <table class="detail">
|
|---|
| 1520 | <tr class="list">
|
|---|
| 1521 | <td class="itemcode"><a name="SSLUtilHandle"></a><code><b>SSLUtilHandle</b>: <a href="synafpc.html#TLibHandle">TLibHandle</a> = 0;</code></td>
|
|---|
| 1522 | </tr>
|
|---|
| 1523 | </table>
|
|---|
| 1524 | <table class="detail">
|
|---|
| 1525 | <tr class="list">
|
|---|
| 1526 | <td class="itemcode"><a name="SSLLibFile"></a><code><b>SSLLibFile</b>: string = '';</code></td>
|
|---|
| 1527 | </tr>
|
|---|
| 1528 | </table>
|
|---|
| 1529 | <table class="detail">
|
|---|
| 1530 | <tr class="list">
|
|---|
| 1531 | <td class="itemcode"><a name="SSLUtilFile"></a><code><b>SSLUtilFile</b>: string = '';</code></td>
|
|---|
| 1532 | </tr>
|
|---|
| 1533 | </table>
|
|---|
| 1534 | <table class="detail">
|
|---|
| 1535 | <tr class="list">
|
|---|
| 1536 | <td class="itemcode"><a name="_X509Free"></a><code><b>_X509Free</b>: <a href="ssl_openssl_lib.html#TX509Free">TX509Free</a> = nil;</code></td>
|
|---|
| 1537 | </tr>
|
|---|
| 1538 | </table>
|
|---|
| 1539 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:52</em>
|
|---|
| 1540 | </span>
|
|---|
| 1541 | </body></html>
|
|---|