summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2011-03-25make updateRichard Levitte
2011-03-25* Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:Richard Levitte
2011-03-24make updateRichard Levitte
2011-03-23make update (1.1.0-dev)Richard Levitte
2011-03-12Add SRP support.Ben Laurie
2011-03-10Make no-ec2m work again.Dr. Stephen Henson
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-15Add pairwise consistency test to EC.Dr. Stephen Henson
2011-02-14Don't use FIPS api for ec2_oct.cDr. Stephen Henson
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2011-02-14Use BN_nist_mod_func to avoid need to peek error queue.Dr. Stephen Henson
2011-02-12Disable some functions in headers with no-ec2mDr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
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