aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugfix: previously the serial number file could turn negativeBodo Möller2001-03-081-8/+10
* 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
* old MSVC versions don't have rdtscUlf Möller2001-03-081-1/+2
* Hide BN_CTX structure details.Bodo Möller2001-03-089-64/+69
* VMS catches up on the EC modifications.Richard Levitte2001-03-082-3/+8
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-0817-55/+76
* avoid compiler warningBodo Möller2001-03-081-1/+1
* Constify BN_value_one.Bodo Möller2001-03-084-4/+4
* Integrate ec_err.[co].Bodo Möller2001-03-084-24/+48
* Throw out *all* absolute pathnames, not matter what they look like.Bodo Möller2001-03-081-2/+1
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-085-53/+61
* Integrate ectest.c (which does not yet do anything).Bodo Möller2001-03-082-4/+36
* Order ERR_load_... calls like the stuff in err.h.Bodo Möller2001-03-081-18/+13
* Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller2001-03-082-30/+24
* Let EC_POINT_copy do nothing if dest==srcBodo Möller2001-03-081-0/+2
* More 'TODO' items.Bodo Möller2001-03-088-23/+215
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-0810-81/+536
* More method functions.Bodo Möller2001-03-075-12/+168
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-077-18/+656
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-0715-21/+27
* ..._init functions are method-specific tooBodo Möller2001-03-074-3/+6
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-076-11/+20
* The next bunch of vaporware.Bodo Möller2001-03-076-22/+146
* extra_data 'mixin'.Bodo Möller2001-03-074-2/+120
* Oops ...Bodo Möller2001-03-071-1/+3