summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2002-09-02change API for looking at the internal curve listBodo Möller
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller
2002-08-26move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller
2002-08-26ASN1 for binary curvesBodo Möller
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-10mem* functions are declared in string.h.Richard Levitte
2002-08-09fix warningsBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-08-02optical changesBodo Möller
2002-08-02typoBodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller