summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2011-11-16In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...Dr. Stephen Henson
2011-10-26PR: 2632Dr. Stephen Henson
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-09-05make updateBodo Möller
2011-07-28recognise ecdsaWithSHA1 OIDDr. Stephen Henson
2011-06-17Give parameters names in prototypes.Dr. Stephen Henson
2011-05-23spacrv9cap.c: addenum to recent EC optimizations.Andy Polyakov
2011-05-21ec_cvt.c: ARM comparison results were wrong, clarify the background.Andy Polyakov
2011-05-20ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [seeAndy Polyakov
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-04-24Error discrepancy corrected.Richard Levitte
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-04-19Use 0 for tbslen to perform strlen.Dr. Stephen Henson
2011-04-14Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson
2011-04-14Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson
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