Home
last modified time | relevance | path

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

/freebsd/crypto/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().
107 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(),
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 DSSL_CTX_set_options.pod142 L<SSL_peek(3)> but also like L<SSL_write(3)>.
/freebsd/secure/lib/libssl/
H A DVersion.map309 SSL_peek;
/freebsd/crypto/openssl/util/
H A Dlibssl.num41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DNEWS.md433 * SSL_peek() hang on empty record ([CVE-2016-6305])
1374 * Reimplement SSL_peek(), which had various problems.
H A DCHANGES.md4051 * 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 Dssl.h1968 __owur int SSL_peek(SSL *ssl, void *buf, int num);
H A Dssl.h.in1896 __owur int SSL_peek(SSL *ssl, void *buf, int num);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2012 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4112 MLINKS+= SSL_read.3 SSL_peek.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1743 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf))) in execute_cleanse_plaintext()