summaryrefslogtreecommitdiff
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* simplify EC_KEY_dupNils Larsch2005-05-171-34/+4
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* ecc api cleanup; summary:Nils Larsch2005-05-165-67/+198
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-105-9/+10
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-084-8/+8
* rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch2005-05-031-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-268-20/+26
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-225-15/+15
* More overwritten stuff...Dr. Stephen Henson2005-04-121-0/+8
* Rebuild error codes.Dr. Stephen Henson2005-04-122-146/+146
* include limits.h for UINT_MAX etc.Nils Larsch2005-04-111-0/+2
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* remove unused recp methodNils Larsch2005-04-044-168/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-6/+3
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Fix typoBodo Möller2005-03-091-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* 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