Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/doc/ssl/
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 …]
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
75 L<ssl(3)|ssl(3)>, L<SSL_read(3)|SSL_read(3)>, L<SSL_write(3)|SSL_write(3)>
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)>,
DSSL_read.pod30 before the first call to an SSL_read() or L<SSL_write(3)|SSL_write(3)>
111 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
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.
Dssl.pod33 L<SSL_read(3)|SSL_read(3)> and L<SSL_write(3)|SSL_write(3)> are used
651 =item int B<SSL_write>(SSL *ssl, const void *buf, int num);
725 L<SSL_write(3)|SSL_write(3)>,
/mirbsd/src/lib/libssl/src/apps/
Ds_time.c506 SSL_write(scon,buf,strlen(buf)); in MAIN()
561 SSL_write(scon,buf,strlen(buf)); in MAIN()
599 SSL_write(scon,buf,strlen(buf)); in MAIN()
Ds_server.c1110 k=SSL_write(con,&(buf[l]),(unsigned int)i); in sv_body()
1408 SSL_write(con,NULL,0); in www_body()
Ds_client.c770 k=SSL_write(con,&(cbuf[cbuf_off]), in MAIN()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_io.c362 rc = SSL_write(ssl, buf, len); in ssl_io_hook_write()
445 if ((n = SSL_write(ssl, iov[i].iov_base, iov[i].iov_len)) == -1) { in SSL_writev()
/mirbsd/src/lib/libssl/src/ssl/
Ds23_lib.c229 return(SSL_write(s,buf,len)); in ssl23_write()
Dbio_ssl.c243 ret=SSL_write(ssl,out,outl); in ssl_write()
Dssl.h1324 int SSL_write(SSL *ssl,const void *buf,int num);
Dssl_lib.c864 int SSL_write(SSL *s,const void *buf,int num) in SSL_write() function
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dsfsasl.c862 r = SSL_write(so->con, (char *) buf, size);
/mirbsd/src/usr.bin/ftp/
Dfetch.c1153 ret = SSL_write(ssl, string, ret); in SSL_vprintf()
/mirbsd/src/lib/libssl/src/
DFAQ764 the underlying transport or that SSL_write() will just write to it --
765 it is also possible that SSL_write() cannot do any useful work until
770 SSL_write() will try to continue any pending handshake.
/mirbsd/src/lib/libssl/man/
DMakefile209 SSL_write.cat3 \
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTP.c235 ? SSL_write(handle, buff, size) \
DHTNews.c51 (Handle ? SSL_write(Handle, buff, size) : NETWRITE(sock, buff, size))
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt1250 SSL_read or SSL_write.
1277 When using the SSL BIO, either SSL_read() or SSL_write()s
6171 SSL_write
6315 SSL_read(con)/SSL_write(con);
/mirbsd/src/distrib/lists/htman/htmi/
Dmi1892 ./man3/SSL_write.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi5135 ./usr/share/man/cat3/SSL_write.0