Home
last modified time | relevance | path

Searched refs:SSL_peek (Results 1 – 12 of 12) sorted by relevance

/openssl/doc/man3/
H A DSSL_read.pod5 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 DSSL_get_error.pod17 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 DSSL_CTX_set_options.pod149 L<SSL_peek(3)> but also like L<SSL_write(3)>.
/openssl/doc/designs/quic-design/
H A Dstream-receive-buffers.md71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
H A Dquic-api.md20 …- [`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 Dquic-api-ssl-funcs.md589 | `SSL_peek` | ADP | ��U | ��A | ��QSI | ��Done …
/openssl/util/
H A Dlibssl.num41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
/openssl/
H A DNEWS.md772 * SSL_peek() hang on empty record ([CVE-2016-6305])
1713 * Reimplement SSL_peek(), which had various problems.
H A DCHANGES.md5026 * 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 Dssl.h.in1943 __owur int SSL_peek(SSL *ssl, void *buf, int num);
/openssl/ssl/
H A Dssl_lib.c2464 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
/openssl/test/
H A Dsslapitest.c1764 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf))) in execute_cleanse_plaintext()

Completed in 108 milliseconds