Searched refs:SSL_peek (Results 1 – 16 of 16) sorted by relevance
| /freebsd/crypto/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(), 112 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data 117 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
|
| H A D | SSL_set_quic_tls_cbs.pod | 74 SSL_read_ex, SSL_peek, SSL_peek_ex). Once the SSL handshake is complete, the QUIC
|
| H A D | SSL_CTX_set_options.pod | 149 L<SSL_peek(3)> but also like L<SSL_write(3)>.
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 309 SSL_peek;
|
| /freebsd/crypto/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 …
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 913 * SSL_peek() hang on empty record ([CVE-2016-6305]) 1854 * Reimplement SSL_peek(), which had various problems.
|
| H A D | CHANGES.md | 5700 * SSL_peek() hang on empty record 5702 OpenSSL 1.1.0 SSL/TLS will hang during a call to SSL_peek() if the peer 17430 * Fix SSL_peek:
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2011 __owur int SSL_peek(SSL *ssl, void *buf, int num);
|
| H A D | ssl.h.in | 1964 __owur int SSL_peek(SSL *ssl, void *buf, int num);
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 2492 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4557 MLINKS+= SSL_read.3 SSL_peek.3
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 1773 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf))) in execute_cleanse_plaintext()
|