summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper
2016-06-01Free tempory data on error in ec_wNAF_mul()Matt Caswell
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-28SPARC assembly pack: add missing .type directives.Andy Polyakov
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-11Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-05Document inversion ladder in curve25519Emilia Kasper
2016-04-29Remove some dead code from EC_GROUP_check()Matt Caswell
2016-04-29Avoid a NULL ptr deref if group is not setMatt Caswell
2016-04-23Fix EC_KEY_set_private_key() to call key->group->meth->set_private()Kazuki Yamaguchi
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-14Fix the spelling of "implement".Shlomi Fish
2016-03-29RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-10The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte
2016-03-09ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.Andy Polyakov
2016-03-09Unified - adapt the generation of ec assembler to use GENERATERichard Levitte
2016-03-08Include e_os.h from ec_lcl.hRichard Levitte
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov
2016-03-05GH616: Remove dead codeRich Salz
2016-03-04Curve25519: fix const-initializationEmilia Kasper
2016-03-04Curve25519: avoid undefined behaviourEmilia Kasper
2016-03-03Clean up curve25519 buildEmilia Kasper
2016-03-02make errorsDr. Stephen Henson
2016-03-02Handle KDF internally.Dr. Stephen Henson
2016-03-02curve25519: add missing const-qualifierEmilia Kasper
2016-03-02Make k25519Precomp constKurt Roeckx
2016-03-01make errorsDr. Stephen Henson
2016-03-01Add default operations to EC_METHODDr. Stephen Henson