aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ec.c
Commit message (Collapse)AuthorAgeFilesLines
* return 0 if 'noout' is used and no error has occurredNils Larsch2006-12-051-0/+3
| | | | | PR: 1435 Submitted by: "Haridharan" <haridharan@gmail.com>
* include opensslconf.h if OPENSSL_NO_* is usedNils Larsch2005-05-311-0/+1
|
* ecc api cleanup; summary:Nils Larsch2005-05-161-8/+8
| | | | | | | | | | - hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+4
| | | | | Reported by: Maxim Masiutin Submitted by: Nils Larsch
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
| | | | | | exit() in whatever way works for the intended platform, and define OPENSSL_EXIT() to have the old meaning (the name is of course because it's only used in the openssl program)
* fix spacingBodo Möller2002-08-261-4/+4
|
* ecdsa => ecBodo Möller2002-08-261-0/+395
Submitted by: Nils Larsch