Home
last modified time | relevance | path

Searched refs:SSL_write (Results 1 – 25 of 34) sorted by relevance

12

/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_write.pod5 SSL_write - write bytes to a TLS/SSL connection.
11 int SSL_write(SSL *ssl, const void *buf, int num);
15 SSL_write() writes B<num> bytes from the buffer B<buf> into the specified
20 If necessary, SSL_write() will negotiate a TLS/SSL session, if
24 the SSL_write() operation. The behaviour of SSL_write() depends on the
30 before the first call to an L<SSL_read(3)|SSL_read(3)> or SSL_write() function.
32 If the underlying BIO is B<blocking>, SSL_write() will only return, once the
38 If the underlying BIO is B<non-blocking>, SSL_write() will also return,
39 when the underlying BIO could not satisfy the needs of SSL_write()
42 return value of SSL_write() will yield B<SSL_ERROR_WANT_READ> or
[all …]
H A DSSL_CTX_set_mode.pod37 Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
39 SSL_write() will only report success once the complete chunk was written.
40 Once SSL_write() returns with r, r bytes have been successfully written
41 and the next call to SSL_write() must only send the n-r bytes left,
46 Make it possible to retry SSL_write() with changed buffer location
48 the misconception that non-blocking SSL_write() behaves like
55 L<SSL_read(3)|SSL_read(3)> or L<SSL_write(3)|SSL_write(3)> would return
95 L<ssl(3)|ssl(3)>, L<SSL_read(3)|SSL_read(3)>, L<SSL_write(3)|SSL_write(3)>
H A DSSL_set_connect_state.pod38 using L<SSL_write(3)|SSL_write(3)> or L<SSL_read(3)|SSL_read(3)>, the
51 L<SSL_write(3)|SSL_write(3)>, L<SSL_read(3)|SSL_read(3)>,
H A DSSL_read.pod30 before the first call to an SSL_read() or L<SSL_write(3)|SSL_write(3)>
116 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
H A DSSL_get_error.pod17 SSL_read(), SSL_peek(), or SSL_write() on B<ssl>. The value returned by
67 SSL_read() or SSL_peek() may want to write data and SSL_write() may want
70 SSL_read(), SSL_peek(), and SSL_write() will handle any pending handshakes.
H A Dssl.pod33 L<SSL_read(3)|SSL_read(3)> and L<SSL_write(3)|SSL_write(3)> are used
666 =item int B<SSL_write>(SSL *ssl, const void *buf, int num);
751 L<SSL_write(3)|SSL_write(3)>,
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c431 SSL_write(scon, buf, strlen(buf)); in MAIN()
489 SSL_write(scon, buf, strlen(buf)); in MAIN()
526 SSL_write(scon, buf, strlen(buf)); in MAIN()
H A Ds_server.c2248 k = SSL_write(con, &(buf[l]), (unsigned int)i); in sv_body()
2260 k = SSL_write(con, &(buf[l]), (unsigned int)i); in sv_body()
2651 SSL_write(con, NULL, 0); in www_body()
H A Ds_client.c1663 k = SSL_write(con, &(cbuf[cbuf_off]), (unsigned int)cbuf_len); in MAIN()
/minix3/libexec/httpd/
H A Dssl-bozo.c151 int ret = SSL_write(sslinfo->bozossl, buf, nbytes); in bozo_ssl_printf()
180 ret = SSL_write(sslinfo->bozossl, buf, (int)nbytes); in bozo_ssl_write()
/minix3/crypto/external/bsd/openssl/dist/demos/ssl/
H A Dinetdsrv.cpp89 err = SSL_write (ssl, "Loud and clear.", strlen("Loud and clear.")); in main()
H A Dcli.cpp97 err = SSL_write (ssl, "Hello World!", strlen("Hello World!")); CHK_SSL(err); in main()
H A Dserv.cpp144 err = SSL_write (ssl, "I hear you.", strlen("I hear you.")); CHK_SSL(err); in main()
/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp139 errCode = SSL_write(ssl,tempString,CStrLength(tempString)); in main()
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_lib.c180 return (SSL_write(s, buf, len)); in ssl23_write()
H A Dbio_ssl.c238 ret = SSL_write(ssl, out, outl); in ssl_write()
/minix3/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc41 SSL_set_connect_state.3 SSL_write.3 DSA_size.3 RSA_size.3 \
/minix3/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dbuffer.c201 ret = SSL_write(ssl, buf->data, buf->used); in buffer_to_SSL()
/minix3/crypto/external/bsd/openssl/dist/demos/state_machine/
H A Dstate_machine.c228 int n = SSL_write(pMachine->pSSL, aucBuf, nBuf); in SSLStateMachine_write_inject()
/minix3/usr.bin/ftp/
H A Dssl.c123 len = SSL_write(conn->ssl, iov->iov_base, iov->iov_len); in fetch_writev()
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num96 SSL_write 108 EXIST::FUNCTION:
/minix3/external/bsd/fetch/dist/libfetch/
H A Dcommon.c677 wlen = SSL_write(conn->ssl, buf, (int)len); in fetch_write()
/minix3/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1207 n = SSL_write(ssl, buf->buf + buf->offset, buf->len); in tls_write_attempt()
/minix3/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c667 r = SSL_write(bev_ssl->ssl, space[i].iov_base, in do_write()
/minix3/crypto/external/bsd/openssl/dist/
H A DFAQ950 the underlying transport or that SSL_write() will just write to it --
951 it is also possible that SSL_write() cannot do any useful work until
956 SSL_write() will try to continue any pending handshake.

12