The first step towards a SSL_peek fix.
authorBodo Möller <bodo@openssl.org>
Thu, 14 Dec 2000 17:34:42 +0000 (17:34 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 14 Dec 2000 17:34:42 +0000 (17:34 +0000)
commit2452e013aa1279862ccfdf555c16647e9529aa20
tree915b0ad75f15e1d84de6235acbefda2f6e974001
parenta29b1a3f0f0b41df2616423284f6a1adfc4ff301
The first step towards a SSL_peek fix.

The main thing to verify about these changes is that nothing at all
has changed, as far as behaviour is concerned (except that some
SSLerr() invocations now have a different function code): SSL_read
(ssl2_read, ssl3_read) behaves exactly as before, and SSL_peek refuses
to do any work exactly as before.  But now the functions actually
doing the work have a 'peek' flag, so it should be easy to change them
to behave accordingly.
CHANGES
ssl/s2_pkt.c
ssl/s3_both.c
ssl/s3_lib.c
ssl/s3_pkt.c
ssl/ssl.h
ssl/ssl_err.c
ssl/ssl_locl.h