summaryrefslogtreecommitdiff
path: root/crypto/ecdh/ecdhtest.c
Commit message (Collapse)AuthorAgeFilesLines
* print less output (no details unless a test failed)Bodo Möller2002-11-061-19/+91
| | | | Submitted by: Nils Larsch
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
| | | | Submitted by: Sheueling Chang <Sheueling.Chang@Sun.COM>
* #if out unused function to shut the compiler up.Dr. Stephen Henson2002-08-221-0/+5
|
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-16/+16
| | | | | | | EC_GROUP_new_by_nid() should be enough. This avoids a lot of redundancy. Submitted by: Nils Larsch
* fix warningsBodo Möller2002-08-091-0/+1
|
* Add ECDH support.Bodo Möller2002-08-091-0/+288
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>