Searched refs:SSL_peek (Results 1 – 12 of 12) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_read.pod | 5 SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek 16 int SSL_peek(SSL *ssl, void *buf, int num); 24 SSL_peek_ex() and SSL_peek() are identical to SSL_read_ex() and SSL_read() 32 SSL_read(), SSL_peek_ex() or SSL_peek(). 115 For SSL_read() and SSL_peek() the following return values can occur:
|
H A D | SSL_get_error.pod | 17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(), 111 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data 116 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
|
H A D | SSL_CTX_set_options.pod | 149 L<SSL_peek(3)> but also like L<SSL_write(3)>.
|
/openssl/doc/designs/quic-design/ |
H A D | stream-receive-buffers.md | 71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
|
H A D | quic-api.md | 20 …- [`SSL_read`, `SSL_read_ex`, `SSL_peek`, `SSL_peek_ex`](#-ssl-read----ssl-read-ex----ssl-peek----… 218 #### `SSL_read`, `SSL_read_ex`, `SSL_peek`, `SSL_peek_ex`
|
H A D | quic-api-ssl-funcs.md | 589 | `SSL_peek` | ADP | U | A | QSI | Done …
|
/openssl/util/ |
H A D | libssl.num | 41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | NEWS.md | 772 * SSL_peek() hang on empty record ([CVE-2016-6305]) 1713 * Reimplement SSL_peek(), which had various problems.
|
H A D | CHANGES.md | 5026 * SSL_peek() hang on empty record 5028 OpenSSL 1.1.0 SSL/TLS will hang during a call to SSL_peek() if the peer 16751 * Fix SSL_peek:
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1943 __owur int SSL_peek(SSL *ssl, void *buf, int num);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 2464 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
|
/openssl/test/ |
H A D | sslapitest.c | 1764 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf))) in execute_cleanse_plaintext()
|
Completed in 119 milliseconds