/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_read.pod | 5 SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek 12 int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes); 20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl> 21 into the buffer B<buf>. On success SSL_read_ex() will store the number of bytes 24 SSL_peek_ex() and SSL_peek() are identical to SSL_read_ex() and SSL_read() 26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield 31 In the paragraphs below a "read function" is defined as one of SSL_read_ex(), 98 SSL_read_ex() and SSL_peek_ex() will return 1 for success or 0 for failure. 141 The SSL_read_ex() and SSL_peek_ex() functions were added in OpenSSL 1.1.1.
|
H A D | SSL_pending.pod | 19 read by the application via a call to L<SSL_read_ex(3)> or L<SSL_read(3)>. 37 return 1, and then a subsequent call to SSL_read_ex() or SSL_read() to return no 41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is 53 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_CTX_set_read_ahead(3)>,
|
H A D | SSL_read_early_data.pod | 103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)> 108 calls to L<SSL_read_ex(3)> and L<SSL_read(3)> with calls to 132 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_accept(3)>, L<SSL_do_handshake(3)>, 135 SSL_read_early_data() is similar to L<SSL_read_ex(3)> with the following 136 differences. Refer to L<SSL_read_ex(3)> for full details. 145 same way as a 0 return value from L<SSL_read_ex(3)>. 150 the same way as a 1 return value from L<SSL_read_ex(3)>. You should continue to 172 Servers must not call L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or 177 standard read function such as L<SSL_read_ex(3)>, which will transparently 355 L<SSL_read_ex(3)>,
|
H A D | SSL_get_error.pod | 17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(), 72 SSL_read() and SSL_read_ex() can also set B<SSL_ERROR_WANT_READ> when there is 87 It is safe to call SSL_read() or SSL_read_ex() when more data is available 101 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data 105 either the client or the server); SSL_read_ex(), SSL_read(), SSL_peek_ex(),
|
H A D | SSL_key_update.pod | 37 will not take place until the next time an IO operation such as SSL_read_ex() 52 such as SSL_read_ex() or SSL_write_ex() takes place on the connection a check 93 L<ssl(7)>, L<SSL_read_ex(3)>,
|
H A D | SSL_set_connect_state.pod | 43 using L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, or L<SSL_read(3)>, 64 L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>,
|
H A D | SSL_CTX_set_mode.pod | 61 L<SSL_read_ex(3)> and L<SSL_read(3)> can return with a failure and indicate the 81 Otherwise the call to SSL_read() or SSL_read_ex() might hang when a 131 L<ssl(7)>, L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_read.pod | 5 SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek 12 int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes); 20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl> 21 into the buffer B<buf>. On success SSL_read_ex() will store the number of bytes 24 SSL_peek_ex() and SSL_peek() are identical to SSL_read_ex() and SSL_read() 26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield 31 In the paragraphs below a "read function" is defined as one of SSL_read_ex(), 98 SSL_read_ex() and SSL_peek_ex() will return 1 for success or 0 for failure. 141 The SSL_read_ex() and SSL_peek_ex() functions were added in OpenSSL 1.1.1.
|
H A D | SSL_pending.pod | 19 read by the application via a call to L<SSL_read_ex(3)> or L<SSL_read(3)>. 37 return 1, and then a subsequent call to SSL_read_ex() or SSL_read() to return no 41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is 53 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_CTX_set_read_ahead(3)>,
|
H A D | SSL_get_error.pod | 17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(), 58 SSL_read() and SSL_read_ex() can also set B<SSL_ERROR_WANT_READ> when there is 73 It is safe to call SSL_read() or SSL_read_ex() when more data is available 85 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data 89 either the client or the server); SSL_read_ex(), SSL_read(), SSL_peek_ex(),
|
H A D | SSL_read_early_data.pod | 103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)> 108 calls to L<SSL_read_ex(3)> and L<SSL_read(3)> with calls to 132 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_accept(3)>, L<SSL_do_handshake(3)>, 135 SSL_read_early_data() is similar to L<SSL_read_ex(3)> with the following 136 differences. Refer to L<SSL_read_ex(3)> for full details. 145 same way as a 0 return value from L<SSL_read_ex(3)>. 150 the same way as a 1 return value from L<SSL_read_ex(3)>. You should continue to 172 Servers must not call L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or 177 standard read function such as L<SSL_read_ex(3)>, which will transparently 355 L<SSL_read_ex(3)>,
|
H A D | SSL_key_update.pod | 36 until the next time an IO operation such as SSL_read_ex() or SSL_write_ex() 51 such as SSL_read_ex() or SSL_write_ex() takes place on the connection a check 92 L<ssl(7)>, L<SSL_read_ex(3)>,
|
H A D | SSL_set_connect_state.pod | 43 using L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, or L<SSL_read(3)>, 64 L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, L<SSL_read(3)>,
|
H A D | SSL_CTX_set_mode.pod | 61 L<SSL_read_ex(3)> and L<SSL_read(3)> can return with a failure and indicate the 81 Otherwise the call to SSL_read() or SSL_read_ex() might hang when a 131 L<ssl(7)>, L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | sslbuffertest.c | 229 if (!TEST_true(SSL_read_ex(serverssl, buf, readlen, &readbytes)) in test_free_buffers() 286 if (!TEST_true(SSL_read_ex(serverssl, buf, sizeof(buf), in test_free_buffers() 295 if (!TEST_false(SSL_read_ex(serverssl, buf, sizeof(buf), in test_free_buffers()
|
H A D | recordlentest.c | 167 if (!TEST_false(SSL_read_ex(serverssl, &buf, sizeof(buf), &written))) in test_record_overflow()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | openssl_shim.h | 81 SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
|
H A D | openssl_shim.c | 127 SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes) { in SSL_read_ex() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 652 if (SSL_read_ex(clientssl, &buf, sizeof(buf), &readbytes) > 0) { in test_ccs_change_cipher() 659 if (SSL_read_ex(serverssl, &buf, sizeof(buf), &readbytes) > 0) { in test_ccs_change_cipher() 929 if (!TEST_true(SSL_read_ex(serverssl, buf, SSL3_RT_MAX_PLAIN_LENGTH + 1, in test_large_app_data() 2434 || !TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &readbytes)) in test_early_data_read_write() 2455 || !TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &readbytes)) in test_early_data_read_write() 2510 if (!TEST_true(SSL_read_ex(serverssl, buf, sizeof(buf), &readbytes)) in test_early_data_read_write() 2526 if (!TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &readbytes)) in test_early_data_read_write() 2535 if (!TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &readbytes)) in test_early_data_read_write() 2536 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), in test_early_data_read_write() 2543 || !TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &readbytes)) in test_early_data_read_write() [all …]
|
H A D | recordlentest.c | 167 if (!TEST_false(SSL_read_ex(serverssl, &buf, sizeof(buf), &written))) in test_record_overflow()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | openssl_shim.h | 66 SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
|
H A D | openssl_shim.c | 65 SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes) { 67 SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes) { SSL_read_ex() function
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 486 SSL_read_ex;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 405 SSL_read_ex;
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | ssl.pod | 33 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> and L<SSL_write(3)> are
|