summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2016-03-01Replace overrides.Dr. Stephen Henson
2016-02-29remove unused variablesDr. Stephen Henson
2016-02-28Remove unused code.Dr. Stephen Henson
2016-02-28Change BORINGSSL defines to OPENSSLDr. Stephen Henson
2016-02-28Initial adaptations for Curve25519 code.Dr. Stephen Henson
2016-02-28Place under OpenSSL license.Emilia Kasper
2016-02-28Add X25519 code from BoringSSL.Dr. Stephen Henson
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-02-28Add X25519 curve to listDr. Stephen Henson
2016-02-28Add no signing flag.Dr. Stephen Henson
2016-02-28Add new EC_METHOD for X25519.Dr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-28Add custom_data field for EC_POINT, EC_KEY.Dr. Stephen Henson
2016-02-28Extract compression form in EC_KEY_oct2key().Dr. Stephen Henson
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-02-28EC_METHOD customisation operations.Dr. Stephen Henson
2016-02-26Revert "EC_KEY_priv2buf (): check parameter sanity"Rich Salz
2016-02-26EC_KEY_priv2buf (): check parameter sanityJ Mohan Rao Arisankala
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-23ec/asm/ecp_nistz256-*.pl: get corner case logic right.Andy Polyakov
2016-02-23ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov
2016-02-22Remove unused parameters from internal functionsRich Salz