summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2005-05-11Fix more error codes.Bodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2005-04-12More overwritten stuff...Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11include limits.h for UINT_MAX etc.Nils Larsch
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-04remove unused recp methodNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-09Fix typoBodo Möller
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-07-16Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-05-04Fix realloc usage in ec_curve.cGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe
2004-03-15Make sure we use unsigned constants, or come compilers may complain.Richard Levitte
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
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