summaryrefslogtreecommitdiff
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe2004-07-162-61/+41
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-063-96/+114
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-7/+6
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-173-1/+5
* Fix realloc usage in ec_curve.cGeoff Thorpe2004-05-041-7/+8
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-7/+33
* Make sure we use unsigned constants, or come compilers may complain.Richard Levitte2004-03-152-2/+2
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-134-8/+10
* Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov2004-01-242-0/+13
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Add IPSec/IKE/Oakley curves.Richard Levitte2003-11-291-0/+28
* General improvements to the ec_asn1.c code. This squashes at least one bugGeoff Thorpe2003-11-101-262/+163
* Comments out some unimplemented functions instead of redeclaring them.Geoff Thorpe2003-10-291-1/+3
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-0/+1
* add test for secp160r1Bodo Möller2003-07-221-40/+117
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-212-0/+78
* Correct signednessRichard Levitte2003-05-211-1/+2
* Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte2003-05-211-6/+7
* Make sure we get the definition of OPENSSL_NO_EC.Richard Levitte2003-03-201-0/+2
* add Certicom licensing e-mail addressBodo Möller2003-02-271-1/+2
* treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_e...Bodo Möller2003-02-211-2/+7
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-213-20/+20
* typoBodo Möller2003-02-191-1/+1
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-123-132/+185
* Make sure memcpy() is properly declared by including string.h.Richard Levitte2003-02-101-0/+2
* fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller2003-02-082-1/+8
* remove debugging leftoversBodo Möller2003-02-081-4/+0
* commentBodo Möller2003-02-071-0/+7
* typoBodo Möller2003-02-061-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-0611-128/+606
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
* simplifyBodo Möller2003-01-281-16/+2
* cofactor is optional in parameter encodingsBodo Möller2003-01-251-26/+38
* fix warningsBodo Möller2003-01-211-4/+4
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-24/+26
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-5/+5
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-282-4/+4
* rename some functions to improve consistencyBodo Möller2002-11-233-20/+19
* add a commentBodo Möller2002-11-221-0/+14
* Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller2002-11-201-25/+26
* remove redundant functionsBodo Möller2002-11-182-49/+6
* use consistent order of function definitionsBodo Möller2002-11-182-80/+79
* I forgot this is compiled in test/, not crypto/ec/...Richard Levitte2002-11-161-1/+1
* WinCE patchesRichard Levitte2002-11-151-0/+5
* this method does not need field_data1Bodo Möller2002-11-151-3/+0
* make updateRichard Levitte2002-11-141-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+0
* do tests with all built-in curvesBodo Möller2002-11-111-0/+58