Replace 'ecdsaparam' commandline utility by 'ecparam'
authorBodo Möller <bodo@openssl.org>
Sun, 14 Jul 2002 16:54:31 +0000 (16:54 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 14 Jul 2002 16:54:31 +0000 (16:54 +0000)
commit5dbd3efce784cb5621de8402430eda23d1762568
treeb9fec0675747eaab2d8a5539d3def0c16aabad3d
parent876811e2af12fe7f5b05104ad2187516cff2aee2
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
29 files changed:
CHANGES
TABLE
apps/Makefile.ssl
apps/ecdsaparam.c [deleted file]
apps/ecparam.c [new file with mode: 0644]
apps/progs.h
apps/req.c
crypto/asn1/Makefile.ssl
crypto/conf/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/ec/ec.h
crypto/ec/ec_asn1.c
crypto/engine/Makefile.ssl
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/hmac/Makefile.ssl
crypto/ocsp/Makefile.ssl
crypto/pem/Makefile.ssl
crypto/pem/pem.h
crypto/pem/pem_all.c
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509v3/Makefile.ssl
ssl/Makefile.ssl
test/Makefile.ssl
util/libeay.num