summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Instead of telling both 'make' and the user that ranlibbodo2001-03-0939-78/+39
* Update docs.steve2001-03-093-22/+111
* Workaround for solaris64 linking problem (explicit "ar rs" is neededbodo2001-03-092-7/+156
* Consistently use 'void *' for SSL read, peek and write functions.bodo2001-03-098-16/+16
* Change the EVP_somecipher() and EVP_somedigest()steve2001-03-0936-148/+154
* Bug fixes.levitte2001-03-091-7/+8
* Fix ec_GFp_simple_cmp.bodo2001-03-082-5/+10
* ssl23_peekbodo2001-03-081-0/+4
* add ssl23_peekbodo2001-03-084-15/+33
* Avoid problems with multi-line NAME sections.bodo2001-03-081-0/+2
* Too many dollars...levitte2001-03-081-3/+4
* Implement EC_GFp_mont_method.bodo2001-03-0810-49/+173
* Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...bodo2001-03-083-10/+14
* More method functions for elliptic curves,bodo2001-03-0811-178/+649
* Bugfix: previously the serial number file could turn negativebodo2001-03-081-8/+10
* Add newly learned knowledge from yesterday's discussion.jaenicke2001-03-087-15/+57
* Write a small comment so we know...levitte2001-03-082-0/+2
* Build ectest too.levitte2001-03-081-3/+3
* Some EC function names are really long. Make aliases for VMS on VAX.levitte2001-03-082-0/+40
* note the rand_win.c changeulf2001-03-081-0/+3
* Commentbodo2001-03-081-0/+2
* old MSVC versions don't have rdtsculf2001-03-081-1/+2
* Hide BN_CTX structure details.bodo2001-03-089-64/+69
* VMS catches up on the EC modifications.levitte2001-03-082-3/+8
* Make EVP_Digest*() routines return a value.steve2001-03-0817-55/+76
* avoid compiler warningbodo2001-03-081-1/+1
* Constify BN_value_one.bodo2001-03-084-4/+4
* Integrate ec_err.[co].bodo2001-03-084-24/+48
* Throw out *all* absolute pathnames, not matter what they look like.bodo2001-03-081-2/+1
* Sort openssl.ec, the configuration file for mkerr.pl.bodo2001-03-085-53/+61
* Integrate ectest.c (which does not yet do anything).bodo2001-03-082-4/+36
* Order ERR_load_... calls like the stuff in err.h.bodo2001-03-081-18/+13
* Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.bodo2001-03-082-30/+24
* Let EC_POINT_copy do nothing if dest==srcbodo2001-03-081-0/+2
* More 'TODO' items.bodo2001-03-088-23/+215
* More method functions for EC_GFp_simple_method.bodo2001-03-0810-81/+536
* More method functions.bodo2001-03-075-12/+168
* Some actual method functions (not enough yet to use the EC library, though),bodo2001-03-077-18/+656
* Code for better build under Darwin (MacOS X).levitte2001-03-0715-21/+27
* ..._init functions are method-specific toobodo2001-03-074-3/+6
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.bodo2001-03-076-11/+20
* The next bunch of vaporware.bodo2001-03-076-22/+146
* extra_data 'mixin'.bodo2001-03-074-2/+120
* Oops ...bodo2001-03-071-1/+3
* In clear_free, clear the complete structure just in casebodo2001-03-071-0/+2
* Fix ERR_R_... problems.bodo2001-03-0715-109/+120
* Implement dispatcher for EC_GROUP and EC_POINT method functions.bodo2001-03-079-6/+402
* Add a few 'const'sbodo2001-03-062-9/+9
* Forgot a '$'.ulf2001-03-061-1/+1
* Change obj_... generation so that it does not generate rubbish orbodo2001-03-068-27/+24