]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Note about contribtions from the US
[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
a45bd295
BM
7 *) Disable optimized squaring variant in BN_mod_mul_montgomery,
8 it can return incorrect results.
9 [Bodo Moeller]
10
730e37ed
DSH
11 *) Disable the check for content being present when verifying detached
12 signatures in pk7_smime.c. Some versions of Netscape (wrongly)
13 include zero length content when signing messages.
14 [Steve Henson]
15
07fcf422
BM
16 *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR
17 BIO_ctrl (for BIO pairs).
18
0e05f545
RL
19 *) Add DSO method for VMS.
20 [Richard Levitte]
21
1d84fd64
UM
22 *) Bug fix: Montgomery multiplication could produce results with the
23 wrong sign.
24