| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_want.pod | 27 return values are similar to that of L<SSL_get_error(3)|SSL_get_error(3)>. 28 Unlike L<SSL_get_error(3)|SSL_get_error(3)>, which also evaluates the 32 using L<SSL_get_error(3)|SSL_get_error(3)>. 35 the result of L<SSL_get_error(3)|SSL_get_error(3)>. 51 A call to L<SSL_get_error(3)|SSL_get_error(3)> should return 58 A call to L<SSL_get_error(3)|SSL_get_error(3)> should return 65 A call to L<SSL_get_error(3)|SSL_get_error(3)> should return 75 L<ssl(3)|ssl(3)>, L<err(3)|err(3)>, L<SSL_get_error(3)|SSL_get_error(3)>
|
| H A D | SSL_do_handshake.pod | 28 but SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and 33 to continue the handshake. In this case a call to SSL_get_error() with the 56 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the 64 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret> 71 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
|
| H A D | SSL_accept.pod | 26 SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and SSL_accept() 32 In this case a call to SSL_get_error() with the 55 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the 63 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret> 70 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
|
| H A D | SSL_get_error.pod | 5 SSL_get_error - obtain result code for TLS/SSL I/O operation 11 int SSL_get_error(const SSL *ssl, int ret); 15 SSL_get_error() returns a result code (suitable for the C "switch" 18 that TLS/SSL I/O function must be passed to SSL_get_error() in parameter 21 In addition to B<ssl> and B<ret>, SSL_get_error() inspects the 22 current thread's OpenSSL error queue. Thus, SSL_get_error() must be 26 attempted, or SSL_get_error() will not work reliably. 112 SSL_get_error() was added in SSLeay 0.8.
|
| H A D | SSL_connect.pod | 29 In this case a call to SSL_get_error() with the 52 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the 60 for non-blocking BIOs. Call SSL_get_error() with the return value B<ret> 67 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
|
| H A D | SSL_shutdown.pod | 74 to continue the handshake. In this case a call to SSL_get_error() with the 104 The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an 112 Call L<SSL_get_error(3)|SSL_get_error(3)> with the return value B<ret> 119 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
|
| H A D | SSL_write.pod | 41 L<SSL_get_error(3)|SSL_get_error(3)> with the 85 was closed. Call SSL_get_error() with the return value B<ret> to find out, 96 or action must be taken by the calling process. Call SSL_get_error() with the 103 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_read(3)|SSL_read(3)>,
|
| H A D | SSL_read.pod | 57 L<SSL_get_error(3)|SSL_get_error(3)> with the 92 incomplete. Call SSL_get_error() with the return value B<ret> to find out, 104 or action must be taken by the calling process. Call SSL_get_error() with the 111 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
|
| H A D | SSL_CTX_set_client_cert_cb.pod | 32 handshake function will return immediatly. L<SSL_get_error(3)|SSL_get_error(3)>
|
| H A D | ssl.pod | 485 =item int B<SSL_get_error>(const SSL *ssl, int i); 701 L<SSL_get_error(3)|SSL_get_error(3)>,
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | bio_ssl.c | 170 switch (SSL_get_error(ssl,ret)) in ssl_read() 245 switch (SSL_get_error(ssl,ret)) in ssl_write() 419 switch (SSL_get_error(ssl,(int)ret)) in ssl_ctrl()
|
| H A D | ssl.h | 1370 int SSL_get_error(const SSL *s,int ret_code);
|
| H A D | ssl_lib.c | 1941 int SSL_get_error(const SSL *s,int i) in SSL_get_error() function
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | err.pod | 185 L<SSL_get_error(3)|SSL_get_error(3)>
|
| /onnv-gate/usr/src/cmd/sendmail/src/ |
| H A D | sfsasl.c | 734 switch (ssl_err = SSL_get_error(so->con, r)) 845 switch (ssl_err = SSL_get_error(so->con, r))
|
| H A D | srvrsmtp.c | 1904 ssl_err = SSL_get_error(srv_ssl, r);
|
| H A D | deliver.c | 6184 ssl_err = SSL_get_error(clt_ssl, result);
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | s_client.c | 854 switch (SSL_get_error(con,k)) in MAIN() 959 switch (SSL_get_error(con,k)) in MAIN()
|
| H A D | s_server.c | 1376 switch (SSL_get_error(con,k)) in sv_body() 1423 switch (SSL_get_error(con,i)) in sv_body() 1656 switch (SSL_get_error(con,i)) in www_body()
|
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | boot_http.c | 2837 err = SSL_get_error(c_id->ssl, retval); in handle_ssl_error()
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.cpp | 656 …if (soap->ssl && (r = SSL_get_error(soap->ssl, nwritten)) != SSL_ERROR_NONE && r != SSL_ERROR_WANT… in fsend() 922 err = SSL_get_error(soap->ssl, r); in frecv() 3028 { int err = SSL_get_error(soap->ssl, ret); in soap_ssl_error() 3394 { int err = SSL_get_error(soap->ssl, r); in soap_ssl_accept() 4029 { int err = SSL_get_error(soap->ssl, r); in tcp_connect() 4382 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Shutdown failed: %d\n", SSL_get_error(soap->ssl, r))); in tcp_disconnect()
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | FAQ | 792 Yes; make sure to read the SSL_get_error(3) manual page!
|
| H A D | CHANGES | 3711 ERR_clear_error() was missing, meaning that SSL_get_error() would
|