summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-22 11:09:42 +0000
committerBodo Möller <bodo@openssl.org>2001-11-22 11:09:42 +0000
commit1d4581c2dd402b327b69dd73bc069df39113b53f (patch)
treeb6c16e2a9733386544136ea02a1c29d86e3d641d /CHANGES
parentc05940edc7ecce1787cc6588a3a99ca5d0bc7c64 (diff)
OS/390 support
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f62d89a23..5d785a03e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Add a configuration entry for OS/390 Unix. The C compiler 'c89'
+ is called via tools/c89.sh because arguments have to be
+ rearranged (all '-L' options must appear before the first object
+ modules).
+ [Richard Shapiro <rshapiro@abinitio.com>]
+
+) Use wNAFs in EC_POINTs_mul() for improved efficiency
(up to about 10% better than before for P-192 and P-224).
[Bodo Moeller]