summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-03-13Use err_clear_data macroBodo Möller
2001-03-12fix memory leak in err.cBodo Möller
2001-03-12Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller
2001-03-11Add various X9.62 OIDs. (GF(2^n) mostly left out.)Bodo Möller
2001-03-11EC_METHOD based on bn_mont2 (not used in the library)Bodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-03-11Timings are not supposed to be enabled by default ...Bodo Möller
2001-03-11Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller
2001-03-11handle negative scalars correctly when doing point multiplicationBodo Möller
2001-03-11use fflushBodo Möller
2001-03-10Change timing output: We don't have "exponents" here, curves areBodo Möller
2001-03-10comment and error code updateBodo Möller
2001-03-10Remove files from Lenka's EC implementation.Bodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-10In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson
2001-03-10Typo.Dr. Stephen Henson
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-09Bug fixes.Richard Levitte
2001-03-08Fix ec_GFp_simple_cmp.Bodo Möller
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-08Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte
2001-03-08CommentBodo Möller
2001-03-08old MSVC versions don't have rdtscUlf Möller
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-03-08VMS catches up on the EC modifications.Richard Levitte
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson
2001-03-08avoid compiler warningBodo Möller
2001-03-08Constify BN_value_one.Bodo Möller
2001-03-08Integrate ec_err.[co].Bodo Möller
2001-03-08Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller
2001-03-08Integrate ectest.c (which does not yet do anything).Bodo Möller
2001-03-08Order ERR_load_... calls like the stuff in err.h.Bodo Möller
2001-03-08Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller
2001-03-08Let EC_POINT_copy do nothing if dest==srcBodo Möller
2001-03-08More 'TODO' items.Bodo Möller
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller
2001-03-07More method functions.Bodo Möller
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte
2001-03-07..._init functions are method-specific tooBodo Möller
2001-03-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller
2001-03-07The next bunch of vaporware.Bodo Möller
2001-03-07extra_data 'mixin'.Bodo Möller
2001-03-07Oops ...Bodo Möller
2001-03-07In clear_free, clear the complete structure just in caseBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller