diff options
author | Bodo Möller <bodo@openssl.org> | 2003-01-24 22:28:32 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2003-01-24 22:28:32 +0000 |
commit | c1862f91361faa4783e2cf52feed3643593bb892 (patch) | |
tree | 1b22c13a278eab54676ca5d5a2eaa75625d21233 /CHANGES | |
parent | 9048c7245b095db7fa2f153777ce61e64c6cdd82 (diff) | |
download | openssl-new-c1862f91361faa4783e2cf52feed3643593bb892.tar.gz |
consistency
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -379,6 +379,15 @@ TODO: bug: pad x with leading zeros if necessary EC_GROUP_get_nid() [Nils Larsch <nla@trustcenter.de, Bodo Moeller] + *) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there + was actually never needed) and in BN_mul(). The removal in BN_mul() + required a small change in bn_mul_part_recursive() and the addition + of the functions bn_cmp_part_words(), bn_sub_part_words() and + bn_add_part_words(), which do the same thing as bn_cmp_words(), + bn_sub_words() and bn_add_words() except they take arrays with + differing sizes. + [Richard Levitte] + Changes between 0.9.7 and 0.9.7a [XX xxx 2003] *) Under Win32 gmtime() can return NULL: check return value in @@ -2084,6 +2093,11 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k be reduced modulo m. [Lenka Fibikova <fibikova@exp-math.uni-essen.de>, Bodo Moeller] +#if 0 + The following entry accidentily appeared in the CHANGES file + distributed with OpenSSL 0.9.7. The modifications described in + it do *not* apply to OpenSSL 0.9.7. + *) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there was actually never needed) and in BN_mul(). The removal in BN_mul() required a small change in bn_mul_part_recursive() and the addition @@ -2092,6 +2106,7 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k bn_sub_words() and bn_add_words() except they take arrays with differing sizes. [Richard Levitte] +#endif *) In 'openssl passwd', verify passwords read from the terminal unless the '-salt' option is used (which usually means that |