summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-02-28 15:37:10 +0000
committerBodo Möller <bodo@openssl.org>2003-02-28 15:37:10 +0000
commit176f31ddec84a51d35871dc021a013df9f3cbccd (patch)
tree727fd06fa996652c5a8597b8c6cc79c96e07dc05 /CHANGES
parentfe14ee96db3ccef6a7a090bd0264d476a79e3f43 (diff)
- new ECDH_compute_key interface (KDF is no longer a fixed built-in)
- bugfix: in ECDH_compute_key, pad x coordinate with leading zeros if necessary
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 749bc19f7e..4408928e8c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -208,8 +208,6 @@
[Nils Gura and Douglas Stebila (Sun Microsystems Laboratories)]
*) Add ECDH in new directory crypto/ecdh/.
-TODO: more general interface (return x coordinate, not its hash)
-TODO: bug: pad x with leading zeros if necessary
[Douglas Stebila (Sun Microsystems Laboratories)]
*) Let BN_rand_range() abort with an error after 100 iterations