Home
last modified time | relevance | path

Searched refs:SSL_write_ex (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_write.pod5 SSL_write_ex, SSL_write - write bytes to a TLS/SSL connection
11 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
16 SSL_write_ex() and SSL_write() write B<num> bytes from the buffer B<buf> into
17 the specified B<ssl> connection. On success SSL_write_ex() will store the number
23 SSL_write_ex(), or SSL_write().
70 SSL_write_ex() can be called with num=0, but will not send application data to
75 SSL_write_ex() will return 1 for success or 0 for failure. Success means that
117 The SSL_write_ex() function was added in OpenSSL 1.1.1.
H A DSSL_CTX_set_mode.pod41 Allow SSL_write_ex(..., n, &r) to return with 0 < r < n (i.e. report success
43 SSL_write(). When not set (the default), SSL_write_ex() or SSL_write() will only
44 report success once the complete chunk was written. Once SSL_write_ex() or
46 to SSL_write_ex() or SSL_write() must only send the n-r bytes left, imitating
51 Make it possible to retry SSL_write_ex() or SSL_write() with changed buffer
131 L<ssl(7)>, L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
H A DSSL_CTX_set_split_send_fragment.pod67 amount of data provided to the SSL_write_ex() or SSL_write() call divided by
73 SSL_write/SSL_write_ex called with 0-2000 bytes == 1 pipeline used
75 SSL_write/SSL_write_ex called with 2001-4000 bytes == 2 pipelines used
77 SSL_write/SSL_write_ex called with 4001-6000 bytes == 3 pipelines used
79 SSL_write/SSL_write_ex called with 6001+ bytes == 4 pipelines used
H A DSSL_get_error.pod18 SSL_write_ex() or SSL_write() on B<ssl>. The value returned by that TLS/SSL I/O
74 even when the call that set this error was an SSL_write() or SSL_write_ex().
75 However, if the call was an SSL_write() or SSL_write_ex(), it should be called
86 and SSL_write() or SSL_write_ex() may want to read data.
90 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
H A DSSL_key_update.pod36 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
93 L<SSL_write_ex(3)>,
H A DSSL_read_early_data.pod95 function is similar to the L<SSL_write_ex(3)> function, but with the following
96 differences. See L<SSL_write_ex(3)> for information on how to write bytes to
99 L<SSL_write_ex(3)>.
103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)>
112 the correct course of action, as for L<SSL_write_ex(3)>.
117 such as L<SSL_write_ex(3)>, which will transparently complete the connection and
132 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_accept(3)>, L<SSL_do_handshake(3)>,
172 Servers must not call L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
354 L<SSL_write_ex(3)>,
H A DSSL_set_connect_state.pod43 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 DSSL_read.pod131 L<SSL_get_error(3)>, L<SSL_write_ex(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_write.pod5 SSL_write_ex, SSL_write, SSL_sendfile - write bytes to a TLS/SSL connection
12 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
17 SSL_write_ex() and SSL_write() write B<num> bytes from the buffer B<buf> into
18 the specified B<ssl> connection. On success SSL_write_ex() will store the number
32 SSL_write_ex(), or SSL_write().
79 SSL_write_ex() can be called with num=0, but will not send application data to
84 SSL_write_ex() will return 1 for success or 0 for failure. Success means that
144 The SSL_write_ex() function was added in OpenSSL 1.1.1.
H A DSSL_CTX_set_mode.pod41 Allow SSL_write_ex(..., n, &r) to return with 0 < r < n (i.e. report success
43 SSL_write(). When not set (the default), SSL_write_ex() or SSL_write() will only
44 report success once the complete chunk was written. Once SSL_write_ex() or
46 to SSL_write_ex() or SSL_write() must only send the n-r bytes left, imitating
51 Make it possible to retry SSL_write_ex() or SSL_write() with changed buffer
131 L<ssl(7)>, L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
H A DSSL_get_error.pod18 SSL_write_ex() or SSL_write() on B<ssl>. The value returned by that TLS/SSL I/O
88 even when the call that set this error was an SSL_write() or SSL_write_ex().
89 However, if the call was an SSL_write() or SSL_write_ex(), it should be called
91 from SSL_write() or SSL_write_ex() then you should not do any other operation
102 and SSL_write() or SSL_write_ex() may want to read data.
106 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
H A DSSL_CTX_set_split_send_fragment.pod67 amount of data provided to the SSL_write_ex() or SSL_write() call divided by
73 SSL_write/SSL_write_ex called with 0-2000 bytes == 1 pipeline used
75 SSL_write/SSL_write_ex called with 2001-4000 bytes == 2 pipelines used
77 SSL_write/SSL_write_ex called with 4001-6000 bytes == 3 pipelines used
79 SSL_write/SSL_write_ex called with 6001+ bytes == 4 pipelines used
H A DSSL_read_early_data.pod95 function is similar to the L<SSL_write_ex(3)> function, but with the following
96 differences. See L<SSL_write_ex(3)> for information on how to write bytes to
99 L<SSL_write_ex(3)>.
103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)>
112 the correct course of action, as for L<SSL_write_ex(3)>.
117 such as L<SSL_write_ex(3)>, which will transparently complete the connection and
132 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_accept(3)>, L<SSL_do_handshake(3)>,
172 Servers must not call L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or
354 L<SSL_write_ex(3)>,
H A DSSL_key_update.pod38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake()
52 such as SSL_read_ex() or SSL_write_ex() takes place on the connection a check
94 L<SSL_write_ex(3)>,
H A DSSL_set_connect_state.pod43 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 DSSL_read.pod131 L<SSL_get_error(3)>, L<SSL_write_ex(3)>,
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dopenssl_shim.h91 SSL_write_ex(SSL *ssl, const void *buf, size_t num, size_t *written);
H A Dopenssl_shim.c153 SSL_write_ex(SSL *ssl, const void *buf, size_t num, size_t *written) { in SSL_write_ex() function
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dopenssl_shim.h76 SSL_write_ex(SSL *ssl, const void *buf, size_t num, size_t *written);
H A Dopenssl_shim.c91 SSL_write_ex(SSL *ssl, const void *buf, size_t num, size_t *written) {
93 SSL_write_ex(SSL *ssl, const void *buf, size_t num, size_t *written) { SSL_write_ex() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c923 if (!TEST_true(SSL_write_ex(clientssl, msg, SSL3_RT_MAX_PLAIN_LENGTH, in test_large_app_data()
2463 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write()
2541 if (!TEST_true(SSL_write_ex(serverssl, MSG7, strlen(MSG7), &written)) in test_early_data_read_write()
2588 if (!TEST_true(SSL_write_ex(clientssl, MSG5, strlen(MSG5), &written)) in test_early_data_read_write()
2830 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in early_data_skip_helper()
2849 if (!TEST_false(SSL_write_ex(clientssl, MSG2, strlen(MSG2), in early_data_skip_helper()
2886 if (!TEST_true(SSL_write_ex(clientssl, MSG2, strlen(MSG2), &written)) in early_data_skip_helper()
2964 if (!TEST_false(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written))) in test_early_data_not_sent()
2979 if (!TEST_true(SSL_write_ex(clientssl, MSG1, strlen(MSG1), &written)) in test_early_data_not_sent()
2983 || !SSL_write_ex(serverssl, MSG2, strlen(MSG2), &written) in test_early_data_not_sent()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsslbuffertest.c213 if (!TEST_true(SSL_write_ex(clientssl, testdata, strlen(testdata), in test_free_buffers()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map504 SSL_write_ex;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map505 SSL_write_ex;
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dssl.pod33 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> and L<SSL_write(3)> are

12