📄 classsslsocket.html
字号:
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
This method wraps around SSL_connect and handles the following error conditions: SSL_ERROR_WANT_WRITE, SSL_ERROR_WANT_READ, SSL_ERROR_WANT_CONNECT and SSL_ERROR_WANT_X509_LOOKUP. </td>
</tr>
</table>
<a name="b3" doxytag="SSLSocket::ssl_error"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> string SSLSocket::ssl_error </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">int </td>
<td class="mdname1" valign="top" nowrap> <em>ret</em> = 65536 </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Returns the last error on the SSL error stack as a string.<dl compact><dt><b>
Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>ret</em> </td><td>
The return code of the last openssl function that was called. </td></tr>
</table>
</dl><dl compact><dt><b>
Returns: </b><dd>
The error description. </dl> </td>
</tr>
</table>
<a name="b4" doxytag="SSLSocket::ssl_read"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int SSLSocket::ssl_read </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">SSL * </td>
<td class="mdname" nowrap> <em>ssl</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>void * </td>
<td class="mdname" nowrap> <em>buf</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>int </td>
<td class="mdname" nowrap> <em>num</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
This method wraps around SSL_read and handles the following error conditions: SSL_ERROR_WANT_WRITE, SSL_ERROR_WANT_READ, SSL_ERROR_WANT_CONNECT and SSL_ERROR_WANT_X509_LOOKUP. </td>
</tr>
</table>
<a name="b1" doxytag="SSLSocket::ssl_readSocket"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> string SSLSocket::ssl_readSocket </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Reads one line from the socket.
<p>
<dl compact><dt><b>
Returns: </b><dd>
One line read from the socket.</dl><dl compact><dt><b>
Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="el" href="classSSLException.html">SSLException</a></em> </td><td>
On any uncommon event that occurs while receiving data from the encrypted socket. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="b5" doxytag="SSLSocket::ssl_write"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int SSLSocket::ssl_write </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">SSL * </td>
<td class="mdname" nowrap> <em>ssl</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>const void * </td>
<td class="mdname" nowrap> <em>buf</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>int </td>
<td class="mdname" nowrap> <em>num</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
This method wraps around SSL_write and handles the following error conditions: SSL_ERROR_WANT_WRITE, SSL_ERROR_WANT_READ, SSL_ERROR_WANT_CONNECT and SSL_ERROR_WANT_X509_LOOKUP. </td>
</tr>
</table>
<a name="b2" doxytag="SSLSocket::ssl_writeSocket"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void SSLSocket::ssl_writeSocket </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const string & </td>
<td class="mdname1" valign="top" nowrap> <em>data</em> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Writes data to the socket.<dl compact><dt><b>
Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>data</em> </td><td>
The data string that should be written to the socket.</td></tr>
</table>
</dl><dl compact><dt><b>
Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="el" href="classSSLException.html">SSLException</a></em> </td><td>
On any uncommon event that occurs while sending data through the encrypted socket. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a4" doxytag="SSLSocket::writeSocket"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void SSLSocket::writeSocket </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const string & </td>
<td class="mdname1" valign="top" nowrap> <em>data</em> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Writes data to the socket.<dl compact><dt><b>
Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>data</em> </td><td>
The data string that should be written to the socket.</td></tr>
</table>
</dl><dl compact><dt><b>
Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="el" href="classTransferException.html">TransferException</a></em> </td><td>
On any uncommon event that occurs while sending the data. </td></tr>
<tr><td valign=top><em><a class="el" href="classSSLException.html">SSLException</a></em> </td><td>
On any uncommon event that occurs while sending data through the encrypted socket. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classSocket.html#a6">Socket</a>. </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="n5" doxytag="SSLSocket::ca_dir"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> string SSLSocket::ca_dir<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
The directory that contains the PEM certificates for verifying. </td>
</tr>
</table>
<a name="n4" doxytag="SSLSocket::ca_file"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> string SSLSocket::ca_file<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
The PEM certificate file for verifying. </td>
</tr>
</table>
<a name="n0" doxytag="SSLSocket::ctx"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> SSL_CTX* SSLSocket::ctx<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
The ssl context. </td>
</tr>
</table>
<a name="n2" doxytag="SSLSocket::negotiated"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> bool SSLSocket::negotiated<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Will be set to true if the ssl connection was negotiated. </td>
</tr>
</table>
<a name="n1" doxytag="SSLSocket::ssl"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> SSL* SSLSocket::ssl<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
The SSL object. </td>
</tr>
</table>
<a name="n3" doxytag="SSLSocket::verify"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int SSLSocket::verify<code> [protected]</code>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Either SSL_VERIFY_PEER or SSL_VERIFY_NONE </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="sslsocket_8h-source.html">sslsocket.h</a><li>sslsocket.cpp</ul>
<hr><address align="right"><small>Generated on Tue Jan 28 17:10:00 2003 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -