SSL_peek
k = p = SSL_peek(con, pbuf, 1024 /* BUFSIZZ */ );
int SSL_peek(SSL *ssl, void *buf, int num);
ret = SSL_peek(s, buf, (int)num);