Searched refs:SSL_peek (Results 1 – 12 of 12) 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(). 107 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(), 101 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data 106 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
|
H A D | SSL_CTX_set_options.pod | 142 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/util/ |
H A D | libssl.num | 41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 433 * SSL_peek() hang on empty record ([CVE-2016-6305]) 1374 * Reimplement SSL_peek(), which had various problems.
|
H A D | CHANGES.md | 4051 * SSL_peek() hang on empty record 4053 OpenSSL 1.1.0 SSL/TLS will hang during a call to SSL_peek() if the peer 15776 * Fix SSL_peek:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1968 __owur int SSL_peek(SSL *ssl, void *buf, int num);
|
H A D | ssl.h.in | 1896 __owur int SSL_peek(SSL *ssl, void *buf, int num);
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 2012 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4112 MLINKS+= SSL_read.3 SSL_peek.3
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 1743 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf))) in execute_cleanse_plaintext()
|