Searched refs:SSL_write_ex2 (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_write.pod | 5 SSL_write_ex2, SSL_write_ex, SSL_write, SSL_sendfile, SSL_WRITE_FLAG_CONCLUDE - 15 int SSL_write_ex2(SSL *s, const void *buf, size_t num, 27 SSL_write_ex2() functions similarly to SSL_write_ex() but can also accept 28 optional flags which modify its behaviour. Calling SSL_write_ex2() with a 39 The I<flags> argument to SSL_write_ex2() can accept zero or more of the 50 If this flag is set, and the call to SSL_write_ex2() succeeds, and all of the 67 A call to SSL_write_ex2() fails if a flag is passed which is not supported or 135 SSL_write_ex() and SSL_write_ex2() return 1 for success or 0 for failure.
|
/openssl/demos/guide/ |
H A D | quic-hq-interop.c | 635 while (!SSL_write_ex2(poll_list[poll_idx].desc.value.ssl, in build_request_set()
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 641 } else if (!SSL_write_ex2(s->s, vecs[i].base, vecs[i].len, flags, &written)) { in OSSL_DEMO_H3_CONN_handle_events()
|
/openssl/util/ |
H A D | libssl.num | 580 SSL_write_ex2 581 3_3_0 EXIST::FUNCTION:
|
/openssl/ssl/ |
H A D | ssl_lib.c | 2645 return SSL_write_ex2(s, buf, num, 0, written); in SSL_write_ex() 2648 int SSL_write_ex2(SSL *s, const void *buf, size_t num, uint64_t flags, in SSL_write_ex2() function
|
/openssl/test/ |
H A D | quic_multistream_test.c | 1310 r = SSL_write_ex2(c_tgt, op->arg0, op->arg1, op->arg2, in run_script_worker()
|
/openssl/ |
H A D | NEWS.md | 176 * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)
|
H A D | CHANGES.md | 439 * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN)
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1958 __owur int SSL_write_ex2(SSL *s, const void *buf, size_t num,
|
Completed in 260 milliseconds