Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
authorBodo Möller <bodo@openssl.org>
Thu, 15 Aug 2002 09:21:31 +0000 (09:21 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 15 Aug 2002 09:21:31 +0000 (09:21 +0000)
commit7eb18f1237f517d7072c6d5d4602b68c8e0a1a21
tree540d2a01ec526fdc3429275b87b95678661da158
parent265e892fede07013088e383bc630b8186c8b6e7c
Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
EC_GROUP_new_by_nid() should be enough.  This avoids a lot of
redundancy.

Submitted by: Nils Larsch
12 files changed:
CHANGES
apps/ecparam.c
apps/s_server.c
apps/speed.c
crypto/ec/Makefile.ssl
crypto/ec/ec.h
crypto/ec/ec_asn1.c
crypto/ec/ec_curve.c
crypto/ec/ec_err.c
crypto/ecdh/ecdhtest.c
crypto/ecdsa/ecdsatest.c
util/libeay.num