Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/lib/libssl/
Dssl.map400 SSL_peek;
Dssl.expsym399 SSL_peek@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibssl.num41 SSL_peek 42 3_0_0 EXIST::FUNCTION:
/netbsd/src/crypto/external/bsd/openssl/dist/
DNEWS.md433 * SSL_peek() hang on empty record ([CVE-2016-6305])
1374 * Reimplement SSL_peek(), which had various problems.
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:
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dssl_lib.c2012 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dsslapitest.c1743 if (!TEST_int_eq(SSL_peek(serverssl, &sbuf, sizeof(sbuf)), sizeof(sbuf))) in execute_cleanse_plaintext()