Add ECDH support.
Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
Showing
crypto/ecdh/Makefile.ssl
0 → 100644
crypto/ecdh/ecdh.h
0 → 100644
crypto/ecdh/ecdhtest.c
0 → 100644
crypto/ecdh/ech_err.c
0 → 100644
crypto/ecdh/ech_key.c
0 → 100644
crypto/ecdh/ech_lib.c
0 → 100644
crypto/ecdh/ech_ossl.c
0 → 100644
想要评论请 注册 或 登录