| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_write.pod | 5 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 …]
|
| D | SSL_CTX_set_mode.pod | 37 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)>
|
| D | SSL_set_connect_state.pod | 38 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)>,
|
| D | SSL_read.pod | 30 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)>,
|
| D | SSL_get_error.pod | 17 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.
|
| D | ssl.pod | 33 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/ |
| D | s_time.c | 506 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()
|
| D | s_server.c | 1110 k=SSL_write(con,&(buf[l]),(unsigned int)i); in sv_body() 1408 SSL_write(con,NULL,0); in www_body()
|
| D | s_client.c | 770 k=SSL_write(con,&(cbuf[cbuf_off]), in MAIN()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | ssl_engine_io.c | 362 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/ |
| D | s23_lib.c | 229 return(SSL_write(s,buf,len)); in ssl23_write()
|
| D | bio_ssl.c | 243 ret=SSL_write(ssl,out,outl); in ssl_write()
|
| D | ssl.h | 1324 int SSL_write(SSL *ssl,const void *buf,int num);
|
| D | ssl_lib.c | 864 int SSL_write(SSL *s,const void *buf,int num) in SSL_write() function
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | sfsasl.c | 862 r = SSL_write(so->con, (char *) buf, size);
|
| /mirbsd/src/usr.bin/ftp/ |
| D | fetch.c | 1153 ret = SSL_write(ssl, string, ret); in SSL_vprintf()
|
| /mirbsd/src/lib/libssl/src/ |
| D | FAQ | 764 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/ |
| D | Makefile | 209 SSL_write.cat3 \
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTTP.c | 235 ? SSL_write(handle, buff, size) \
|
| D | HTNews.c | 51 (Handle ? SSL_write(Handle, buff, size) : NETWRITE(sock, buff, size))
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 1250 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/ |
| D | mi | 1892 ./man3/SSL_write.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 5135 ./usr/share/man/cat3/SSL_write.0
|