summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2004-01-24Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-11-29Add IPSec/IKE/Oakley curves.Richard Levitte
2003-11-10General improvements to the ec_asn1.c code. This squashes at least one bugGeoff Thorpe
2003-10-29Comments out some unimplemented functions instead of redeclaring them.Geoff Thorpe
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-22add test for secp160r1Bodo Möller
2003-07-21new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller
2003-05-21Correct signednessRichard Levitte
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_EC.Richard Levitte
2003-02-27add Certicom licensing e-mail addressBodo Möller
2003-02-21treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_e...Bodo Möller
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller
2003-02-19typoBodo Möller
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller
2003-02-10Make sure memcpy() is properly declared by including string.h.Richard Levitte
2003-02-08fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller
2003-02-08remove debugging leftoversBodo Möller
2003-02-07commentBodo Möller
2003-02-06typoBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-28simplifyBodo Möller
2003-01-25cofactor is optional in parameter encodingsBodo Möller
2003-01-21fix warningsBodo Möller
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
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-23rename some functions to improve consistencyBodo Möller
2002-11-22add a commentBodo Möller
2002-11-20Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller
2002-11-18remove redundant functionsBodo Möller
2002-11-18use consistent order of function definitionsBodo Möller
2002-11-16I forgot this is compiled in test/, not crypto/ec/...Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-15this method does not need field_data1Bodo Möller
2002-11-14make updateRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-11do tests with all built-in curvesBodo Möller
2002-11-11corrections to built-in curvesBodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
2002-10-29The #else part of the conditionals have two statements, so they needRichard Levitte
2002-10-28clean up new code for NIST primesBodo Möller
2002-10-28fast reduction for NIST curvesBodo Möller
2002-10-28remove superfluous codeBodo Möller
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-16make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller