Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto/ec
AgeCommit message (Expand)Author
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte
2003-02-14mask old error codes so that mkerr.pl does not re-add themBodo Möller
2003-02-06additional sanity checks for arguments to EC_POINTs_mul()Bodo Möller
2003-02-06EC_GROUP_get_extra_data() should not set an error when it returns NULL.Bodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-16WinCE patchesRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-05-21accept NULL in 'free' functionsBodo Möller
2002-04-14remove disabled codeBodo Möller
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller
2002-02-14fix: make it possible to disable memory debugging even if it isBodo Möller
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte
2001-12-17oopsBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-22commentBodo Möller
2001-11-16avoid stupid compiler warningBodo Möller
2001-11-16commentBodo Möller
2001-11-16use a more interesting test caseBodo Möller
2001-11-16comments etc.Bodo Möller
2001-11-16Improve EC efficiency.Bodo Möller
2001-09-26The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte
2001-09-02Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-31make updateRichard Levitte
2001-07-31Really add the EVP and all of the DES changes.Ben Laurie
2001-07-10For consistency with the terminology used in my SAC2001 paper, avoidBodo Möller
2001-07-10comment changeBodo Möller
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-07-05Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-05-14len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte
2001-04-03Fix warnings.Bodo Möller
2001-03-21Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte
2001-03-20Increase boundaries in EC_window_bits_for_scalar_size table.Bodo Möller
2001-03-20Table for window sizes.Bodo Möller
2001-03-15Completely remove mont2 stuff.Bodo Möller
2001-03-15avoid infinite loopBodo Möller
2001-03-14make update.Richard Levitte
2001-03-12Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,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-11Change timing output: We don't have "exponents" here, curves areBodo Möller
2001-03-11comment and error code updateBodo Möller