]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
BSDI only supports ftime() through libcompat, which means it's
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
c90341a1 5 Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
bbb72003 6
cb1fbf8e 7 *) Disable 'optimized' squaring variant in BN_mod_mul_montgomery,
a45bd295 8 it can return incorrect results.
cb1fbf8e
BM
9 (Note: The buggy variant was not enabled in OpenSSL 0.9.5a,
10 but it was in 0.9.6-beta[12].)
a45bd295
BM
11 [Bodo Moeller]
12
730e37ed
DSH
13 *) Disable the check for content being present when verifying detached
14 signatures in pk7_smime.c. Some versions of Netscape (wrongly)
15 include zero length content when signing messages.
16 [Steve Henson]
17
07fcf422
BM
18 *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR
19 BIO_ctrl (for BIO pairs).
20
0e05f545
RL
21 *) Add DSO method for VMS.
22 [Richard Levitte]
23
1d84fd64
UM
24 *) Bug fix: Montgomery multiplication could produce results with the
25 wrong sign.
26