summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2011-02-03For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 buildDr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2011-01-25revert Makefile changeDr. Stephen Henson
2011-01-24New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson
2011-01-24check EC public key isn't point at infinityDr. Stephen Henson
2011-01-24PR: 1612Dr. Stephen Henson
2011-01-19oops, revert mistakenly committed EC changesDr. Stephen Henson
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson
2011-01-09Fix warning.Ben Laurie
2010-09-05Fix warnings.Ben Laurie
2010-08-27More C language police work.Bodo Möller
2010-08-27C conformity fixes: Move declarations before statements in all blocks.Bodo Möller
2010-08-27C conformity fixes:Bodo Möller
2010-08-26(formatting error)Bodo Möller
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2010-08-26ECC library bugfixes.Bodo Möller
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2009-11-30PR: 2118Dr. Stephen Henson
2009-05-02ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov
2008-12-27Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-10-28ec2_mult.c readability update.Andy Polyakov
2008-09-23Fix EC_KEY_check_key.Andy Polyakov
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-05-02Indicate support for digest init ctrl.Dr. Stephen Henson
2008-04-24Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-08-31Compress and more aggressively constify ec_curve.c [the latter isAndy Polyakov
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2007-04-05Fix duplicate error number.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-12-20add support for ecdsa-with-sha256 etc.Nils Larsch
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-07-20Use correct pointer types for various functions.Dr. Stephen Henson
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-05-24New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson
2006-05-24Use size_t for new crypto size parameters.Dr. Stephen Henson
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson