aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-0939-78/+39
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* 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
| | | | | | | to create a symbol table). Sun patches such as 109147-06 probably fix this problem, but we can easily avoid it.
* 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
| | | | | | | functions to return constant EVP_MD and EVP_CIPHER pointers. Update docs.
* Bug fixes.Richard Levitte2001-03-091-7/+8
|
* Fix ec_GFp_simple_cmp.Bodo Möller2001-03-082-5/+10
| | | | Use example group from Annex I of X9.62 in ectest.c.
* 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 ↵Bodo Möller2001-03-083-10/+14
| | | | example)
* More method functions for elliptic curves,Bodo Möller2001-03-0811-178/+649
| | | | and an ectest.c that actually tests something.
* Bugfix: previously the serial number file could turn negativeBodo Möller2001-03-081-8/+10
| | | | because an incompletely initialized ASN1_INTEGER was used.
* Add newly learned knowledge from yesterday's discussion.Lutz Jänicke2001-03-087-15/+57
|
* Write a small comment so we know...Richard Levitte2001-03-082-0/+2
|
* Build ectest too.Richard Levitte2001-03-081-3/+3
|
* Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte2001-03-082-0/+40
|
* note the rand_win.c changeUlf Möller2001-03-081-0/+3
|
* CommentBodo Möller2001-03-081-0/+2
|