summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release OpenSSL 0.9.6a beta2 [engine].OpenSSL-engine-0_9_6a-beta2Richard Levitte2001-03-212-2/+2
* Changes from the 0.9.6-stable branch and a make update.Richard Levitte2001-03-214-52/+164
* Changes from the 0.9.6-stable branch.Richard Levitte2001-03-2126-248/+505
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2001-03-151-0/+47
|\
| * Forgot "cvs add", so only the surrounding changes made it... sigh.Lutz Jänicke2001-03-151-0/+47
| * avoid infinite loopBodo Möller2001-03-151-0/+4
| * error codes are longs, not intsBodo Möller2001-03-151-2/+2
| * More error_data memory leaksBodo Möller2001-03-152-7/+7
| * It is a good thing to prepare the .def files.Richard Levitte2001-03-152-0/+4
| * Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-153-3/+86
| * The former ULTRASPARC preprocessor symbol is now calledBodo Möller2001-03-141-4/+4
| * Fix: return 0 if no error occured.Bodo Möller2001-03-131-0/+1
| * make update.Richard Levitte2001-03-134-585/+607
| * We need to build MINFO.Richard Levitte2001-03-132-0/+2
| * typoBodo Möller2001-03-131-1/+1
| * Use err_clear_data macroBodo Möller2001-03-131-3/+2
| * fix memory leak in err.cBodo Möller2001-03-122-1/+12
| * Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-124-11/+11
| * Add various X9.62 OIDs. (GF(2^n) mostly left out.)Bodo Möller2001-03-114-5/+167
| * Initial docs for PEM routines.Dr. Stephen Henson2001-03-111-0/+453
| * EC_METHOD based on bn_mont2 (not used in the library)Bodo Möller2001-03-113-9/+313
| * Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-118-5/+27
| * Timings are not supposed to be enabled by default ...Bodo Möller2001-03-111-1/+1
| * Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-115-39/+135
| * handle negative scalars correctly when doing point multiplicationBodo Möller2001-03-112-2/+25
| * use fflushBodo Möller2001-03-111-0/+6
| * Change timing output: We don't have "exponents" here, curves areBodo Möller2001-03-101-1/+9
| * comment and error code updateBodo Möller2001-03-104-8/+8
| * Remove files from Lenka's EC implementation.Bodo Möller2001-03-103-1662/+0
| * More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-1013-88/+1059
| * Document the change.Richard Levitte2001-03-101-0/+9
| * For some experiments, it is sometimes nice to serve files with completeRichard Levitte2001-03-102-9/+22
| * In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson2001-03-102-3/+4
| * Typo.Dr. Stephen Henson2001-03-101-1/+1
| * Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson2001-03-103-7/+18
| * Use 32bit longs on Alpha as well, because that's what the VMSRichard Levitte2001-03-091-1/+1
| * Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-0939-78/+39
| * Update docs.Dr. Stephen Henson2001-03-093-22/+111
| * Workaround for solaris64 linking problem (explicit "ar rs" is neededBodo Möller2001-03-092-7/+156
| * Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-098-16/+16
| * Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-0936-148/+154
| * Bug fixes.Richard Levitte2001-03-091-7/+8
| * Fix ec_GFp_simple_cmp.Bodo Möller2001-03-082-5/+10
| * ssl23_peekBodo Möller2001-03-081-0/+4
| * add ssl23_peekBodo Möller2001-03-084-15/+33
| * Avoid problems with multi-line NAME sections.Bodo Möller2001-03-081-0/+2
| * Too many dollars...Richard Levitte2001-03-081-3/+4
| * Implement EC_GFp_mont_method.Bodo Möller2001-03-0810-49/+173
| * Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller2001-03-083-10/+14
| * More method functions for elliptic curves,Bodo Möller2001-03-0811-178/+649