summaryrefslogtreecommitdiff
path: root/crypto/ecdh
Commit message (Collapse)AuthorAgeFilesLines
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-6/+4
|
* 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-295-65/+0
| | | | Submitted by: Sheueling Chang <Sheueling.Chang@Sun.COM>
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* #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
* .cvsignore for crypto/ecdhBodo Möller2002-08-091-0/+2
|
* make updateBodo Möller2002-08-091-4/+6
|
* fix warningsBodo Möller2002-08-091-0/+1
|
* use 0, not NULLBodo Möller2002-08-091-1/+1
| | | | Submitted by: Nils Larsch
* Add ECDH support.Bodo Möller2002-08-097-0/+1197
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>