ECDSA support
authorBodo Möller <bodo@openssl.org>
Wed, 13 Feb 2002 18:21:51 +0000 (18:21 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 13 Feb 2002 18:21:51 +0000 (18:21 +0000)
commit4d94ae00d5614d64d4dd065860c4b00161a81f82
treee993aa323ea753b3c0782439eb78f4f8c896a67e
parent60d8bae30d1040a4f955e3247443b2dd4c674cde
ECDSA support

Submitted by: Nils Larsch <nla@trustcenter.de>
84 files changed:
CHANGES
Configure
Makefile.org
TABLE
apps/Makefile.ssl
apps/ca.c
apps/ecdsa.c [new file with mode: 0644]
apps/ecdsaparam.c [new file with mode: 0644]
apps/progs.h
apps/progs.pl
apps/req.c
apps/s_server.c
apps/x509.c
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/d2i_pr.c
crypto/asn1/d2i_pu.c
crypto/asn1/i2d_pr.c
crypto/asn1/i2d_pu.c
crypto/asn1/t_pkey.c
crypto/asn1/t_req.c
crypto/asn1/t_spki.c
crypto/asn1/t_x509.c
crypto/asn1/x_pubkey.c
crypto/conf/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/ec/ec_cvt.c
crypto/ec/ec_err.c
crypto/ec/ec_lib.c
crypto/ecdsa/.cvsignore [new file with mode: 0644]
crypto/ecdsa/Makefile.ssl [new file with mode: 0644]
crypto/ecdsa/ecdsa.h [new file with mode: 0644]
crypto/ecdsa/ecdsatest.c [new file with mode: 0644]
crypto/ecdsa/ecs_asn1.c [new file with mode: 0644]
crypto/ecdsa/ecs_err.c [new file with mode: 0644]
crypto/ecdsa/ecs_gen.c [new file with mode: 0644]
crypto/ecdsa/ecs_key.c [new file with mode: 0644]
crypto/ecdsa/ecs_lib.c [new file with mode: 0644]
crypto/ecdsa/ecs_locl.h [new file with mode: 0644]
crypto/ecdsa/ecs_ossl.c [new file with mode: 0644]
crypto/ecdsa/ecs_sign.c [new file with mode: 0644]
crypto/ecdsa/ecs_vrf.c [new file with mode: 0644]
crypto/engine/Makefile.ssl
crypto/engine/eng_int.h
crypto/engine/eng_list.c
crypto/engine/engine.h
crypto/engine/tb_ecdsa.c [new file with mode: 0644]
crypto/err/Makefile.ssl
crypto/err/err.h
crypto/err/openssl.ec
crypto/evp/Makefile.ssl
crypto/evp/c_alld.c
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/evp_pkey.c
crypto/evp/m_ecdsa.c [new file with mode: 0644]
crypto/evp/p_lib.c
crypto/ocsp/Makefile.ssl
crypto/pem/Makefile.ssl
crypto/pem/pem.h
crypto/pem/pem_all.c
crypto/pem/pem_info.c
crypto/pem/pem_lib.c
crypto/pem/pem_pkey.c
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/rand/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509/x509.h
crypto/x509/x509_cmp.c
crypto/x509/x509type.c
crypto/x509/x_all.c
crypto/x509v3/Makefile.ssl
ssl/Makefile.ssl
test/Makefile.ssl
util/libeay.num
util/mkdef.pl
util/mkerr.pl