aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-06-18 22:00:57 +0000
committerBodo Möller <bodo@openssl.org>2006-06-18 22:00:57 +0000
commitc4e7870ac1af6f629e021391b16d9671742db95f (patch)
tree94b6b80bd8f96eb2f3ee022691c733ac8556ecde /CHANGES
parent4584eccea00d6910770a7ce1a9719b051c01ae8f (diff)
downloadopenssl-c4e7870ac1af6f629e021391b16d9671742db95f.tar.gz
Change array representation of binary polynomials to make GF2m part of
the BN library more generally useful. Submitted by: Douglas Stebila
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0d4435913c..55331b9d1d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) Change the array representation of binary polynomials: the list
+ of degrees of non-zero coefficients is now terminated with -1.
+ Previously it was terminated with 0, which was also part of the
+ value; thus, the array representation was not applicable to
+ polynomials where t^0 has coefficient zero. This change makes
+ the array representation useful in a more general context.
+ [Douglas Stebila]
+
*) Various modifications and fixes to SSL/TLS cipher string
handling. For ECC, the code now distinguishes between fixed ECDH
with RSA certificates on the one hand and with ECDSA certificates