]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Mention modification to Configure.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
0cceb1c7
BM
5 Changes between 0.9.3a and 0.9.4
6
e1056435
BM
7 *) Introduce "mode" for SSL structures (with defaults in SSL_CTX),
8 which largely parallels "options", but is for changing API behaviour,
9 whereas "options" are about protocol behaviour.
10 Initial "mode" flags (still experimental) are:
11
12 SSL_MODE_ENABLE_PARTIAL_WRITE Allow SSL_write to report success when
13 a single record has been written.
14 SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER Don't insist that SSL_write
15 retries use the same buffer location.
16 (But all of the contents must be
17 copied!)
18 [Bodo Moeller]
19
20 *) Bugfix: SSL_set_mode ignored its parameter, only SSL_CTX_set_mode
21 worked.
22
5271ebd9
UM
23 *) Fix problems with no-hmac etc.
24