summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-14 16:54:31 +0000
committerBodo Möller <bodo@openssl.org>2002-07-14 16:54:31 +0000
commit5dbd3efce784cb5621de8402430eda23d1762568 (patch)
treeb9fec0675747eaab2d8a5539d3def0c16aabad3d /CHANGES
parent876811e2af12fe7f5b05104ad2187516cff2aee2 (diff)
Replace 'ecdsaparam' commandline utility by 'ecparam'
(the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 6ed2f7163b..7a30a305e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,8 +75,8 @@
*) Add ECDSA in new directory crypto/ecdsa/.
- Add applications 'openssl ecdsaparam' and 'openssl ecdsa'
- (these are variants of 'openssl dsaparam' and 'openssl dsa').
+ Add applications 'openssl ecparam' and 'openssl ecdsa'
+ (these are based on 'openssl dsaparam' and 'openssl dsa').
ECDSA support is also included in various other files across the
library. Most notably,