Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_get_error.pod17 SSL_read(), SSL_peek(), or SSL_write() on B<ssl>. The value returned by
67 SSL_read() or SSL_peek() may want to write data and SSL_write() may want
70 SSL_read(), SSL_peek(), and SSL_write() will handle any pending handshakes.
Dssl.pod551 =item int B<SSL_peek>(SSL *ssl, void *buf, int num);
/freebsd-9-stable/crypto/openssl/ssl/
Ds23_lib.c161 return (SSL_peek(s, buf, len)); in ssl23_peek()
Dssl.h1595 int SSL_peek(SSL *ssl, void *buf, int num);
Dssl_lib.c906 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
/freebsd-9-stable/crypto/openssl/util/
Dssleay.num66 SSL_peek 76 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/apps/
Ds_client.c1253 SSL_peek(con, zbuf, 10240)); in MAIN()
/freebsd-9-stable/crypto/openssl/
DNEWS513 o Reimplement SSL_peek(), which had various problems.
DCHANGES5531 *) Fix SSL_peek: