Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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)>.
/netbsd-src/crypto/external/bsd/openssl.old/dist/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(),
85 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data
90 SSL_peek(), SSL_write_ex(), and SSL_write() will handle any pending handshakes.
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dopenssl_shim.c79 int rv = SSL_peek(ssl, buf, num);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dopenssl_shim.c141 int rv = SSL_peek(ssl, buf, num); in SSL_peek_ex()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map309 SSL_peek;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map400 SSL_peek;
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc726 ret = config->peek_then_read ? SSL_peek(ssl, out, max_out) in DoRead()
737 int ret2 = SSL_peek(ssl, buf.get(), ret); in DoRead()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num41 SSL_peek 42 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNEWS225 o SSL_peek() hang on empty record (CVE-2016-6305)
914 o Reimplement SSL_peek(), which had various problems.
H A DCHANGES1595 *) SSL_peek() hang on empty record
1597 OpenSSL 1.1.0 SSL/TLS will hang during a call to SSL_peek() if the peer
10317 *) Fix SSL_peek:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod617 =item int B<SSL_peek>(SSL *ssl, void *buf, int num);
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtlsdns.c
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1848 __owur int SSL_peek(SSL *ssl, void *buf, int num);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1908 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1312 SSL_F_SSL_PEEK:270:SSL_peek
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1896 __owur int SSL_peek(SSL *ssl, void *buf, int num);