aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release OpenSSL 0.9.6a beta2.OpenSSL_0_9_6a-beta2Richard Levitte2001-03-212-2/+2
|
* make updateRichard Levitte2001-03-211-6/+116
|
* Since site_t is used, there's no more need to cast to int.Richard Levitte2001-03-211-1/+1
|
* Make sure the size_t declaration is available.Bodo Möller2001-03-211-0/+2
|
* Turn 'num' argument to RAND_file_name into a size_t (rather than an int).Bodo Möller2001-03-214-9/+9
|
* Change from main development line, 2001-03-20 16:36 levitteRichard Levitte2001-03-211-0/+4
| | | | | avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,Kim KHE <khe@kmd.dk>
* Change from main development line, 2001-03-18 15:24 levitteRichard Levitte2001-03-213-7/+34
| | | | | New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>
* Fix PKCS#12 key generation bug.Dr. Stephen Henson2001-03-183-2/+35
|
* make updateRichard Levitte2001-03-163-60/+220
|
* From revision 1.54, 2001-03-16 10:30 levitte:Richard Levitte2001-03-161-1/+1
| | | | | Correct a typo which might have lead to a dump. Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
* From revision 1.6, 2001-03-08 13:27 bodo:Richard Levitte2001-03-161-2/+2
| | | | | | Throw out *all* absolute pathnames, not matter what they look like. The filenames we are interested in for Makefile dependencies are always relative.
* Success with Mingw32.Richard Levitte2001-03-151-1/+2
|
* Minimise the amount of -L. when linking the shared libraries. ItRichard Levitte2001-03-151-7/+7
| | | | seems like some Unixen (SCO) have opinions about too many -L.
* The change on handling shared libraries was never applied inRichard Levitte2001-03-153-126/+135
| | | | 0.9.6a-dev...
* Add status on a few fixes.Richard Levitte2001-03-151-1/+3
|
* BSDI ELF knows dlfcn.Richard Levitte2001-03-153-4/+8
|
* Forgot cvs commands, so only the surrounding changes made it... sigh.Lutz Jänicke2001-03-150-0/+0
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-03-151-0/+47
|\ | | | | 'OpenSSL_0_9_6-stable'.
| * 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
| | | | | | | | | | | | | | Add no_issuer option. Fix X509_print_ex() so it prints out newlines when certain fields are omitted.
| * The former ULTRASPARC preprocessor symbol is now calledBodo Möller2001-03-141-4/+4
| | | | | | | | OPENSSL_SYSNAME_ULTRASPARC, so we'd better check for that one
| * 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
| | | | | | | | which indicate its purpose more clearly.
| * 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
| | | | | | | | | | The latter does nothing for now, but its existence means that applications can request precomputation when appropriate.
| * 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
| | | | | | | | considered additive
| * 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
| | | | | | | | multiplication of an arbitrary number of points.
| * 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
| | | | | | | | HTTP responses.
| * In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson2001-03-102-3/+4
| | | | | | | | non existent functions because this breaks shared libraries.
| * Typo.Dr. Stephen Henson2001-03-101-1/+1
| |
| * Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson2001-03-103-7/+18
| | | | | | | | | | | | | | so the Windows build can see it. Fixup mkdef.pl so it doesn't mess up with function names longer than 39 characters in length.
| * Use 32bit longs on Alpha as well, because that's what the VMSRichard Levitte2001-03-091-1/+1
| | | | | | | | | | | | | | assembler code works with. Of course, the assembler code could differ between platforms. That might happen in the future.