aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-113-0/+10
* 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-114-38/+130
* 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-103-4/+4
* 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-1012-87/+1028
* 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
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-0938-76/+38
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-0929-126/+126
* Bug fixes.Richard Levitte2001-03-091-7/+8
* Fix ec_GFp_simple_cmp.Bodo Möller2001-03-082-5/+10
* 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-082-9/+13
* More method functions for elliptic curves,Bodo Möller2001-03-089-175/+646
* Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte2001-03-082-0/+40
* 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-088-64/+65
* VMS catches up on the EC modifications.Richard Levitte2001-03-081-1/+2
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-0816-55/+71
* avoid compiler warningBodo Möller2001-03-081-1/+1
* Constify BN_value_one.Bodo Möller2001-03-082-2/+2
* Integrate ec_err.[co].Bodo Möller2001-03-082-23/+41
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-084-53/+60
* Integrate ectest.c (which does not yet do anything).Bodo Möller2001-03-081-0/+25
* 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-089-80/+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-0712-17/+13
* ..._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
* In clear_free, clear the complete structure just in caseBodo Möller2001-03-071-0/+2
* Fix ERR_R_... problems.Bodo Möller2001-03-075-85/+76
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-079-6/+402
* Add a few 'const'sBodo Möller2001-03-062-9/+9
* Change obj_... generation so that it does not generate rubbish orBodo Möller2001-03-067-25/+22