openssl/crypto/ec
Bodo Möller 5dbd3efce7 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
2002-07-14 16:54:31 +00:00
..
.cvsignore Move ec.h to ec2.h because it is not compatible with what we will use. 2001-03-05 20:13:37 +00:00
ec.h Replace 'ecdsaparam' commandline utility by 'ecparam' 2002-07-14 16:54:31 +00:00
ec_asn1.c Replace 'ecdsaparam' commandline utility by 'ecparam' 2002-07-14 16:54:31 +00:00
ec_check.c New function EC_GROUP_check_discriminant(). 2002-03-20 10:18:07 +00:00
ec_curve.c Apply OID fixes for elliptic curves as supplied by 2002-04-08 15:49:53 +00:00
ec_cvt.c ECDSA support 2002-02-13 18:21:51 +00:00
ec_err.c Implement handling of EC parameter seeds (new functions 2002-06-18 08:38:59 +00:00
ec_lcl.h Implement handling of EC parameter seeds (new functions 2002-06-18 08:38:59 +00:00
ec_lib.c Implement handling of EC parameter seeds (new functions 2002-06-18 08:38:59 +00:00
ec_mult.c improve wNAF generation 2002-05-05 23:45:09 +00:00
ec_print.c fix memory leak 2002-06-06 10:33:05 +00:00
ecp_mont.c move ECC ASN1 that is not specific to ECDSA into crypto/ec/, 2002-06-10 12:18:21 +00:00
ecp_nist.c New function EC_GROUP_check_discriminant(). 2002-03-20 10:18:07 +00:00
ecp_recp.c New function EC_GROUP_check_discriminant(). 2002-03-20 10:18:07 +00:00
ecp_smpl.c move ECC ASN1 that is not specific to ECDSA into crypto/ec/, 2002-06-10 12:18:21 +00:00
ectest.c Some more prototype fixes. 2002-06-14 19:01:52 +00:00
Makefile.ssl Pass CFLAG to dependency makers, so non-standard system include paths are 2002-06-27 16:39:25 +00:00