Home
last modified time | relevance | path

Searched refs:ssl3_read_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
HDssl_locl.h886 ssl3_read_bytes, \
923 ssl3_read_bytes, \
960 ssl3_read_bytes, \
1184 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
HDs3_pkt.c1166 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) in ssl3_read_bytes() function
/freebsd-11-stable/crypto/openssl/
HDCHANGES7488 ssl3_read_bytes() found application data while handshake
7576 *) Fix ssl3_read_bytes (ssl/s3_pkt.c): To ignore messages of unknown
8163 A 'peek' parameter has also been added to ssl3_read_bytes, which