aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrections to built-in curvesBodo Möller2002-11-111-6/+6
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-046-16/+18
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-297-91/+0
* The #else part of the conditionals have two statements, so they needRichard Levitte2002-10-291-0/+6
* clean up new code for NIST primesBodo Möller2002-10-285-22/+42
* fast reduction for NIST curvesBodo Möller2002-10-285-26/+195
* remove superfluous codeBodo Möller2002-10-282-14/+7
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller2002-09-161-0/+5
* change API for looking at the internal curve listBodo Möller2002-09-022-18/+23
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-264-27/+72
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-264-45/+54
* ASN1 for binary curvesBodo Möller2002-08-263-131/+386