summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte
2016-02-12ec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious errors.Andy Polyakov
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Initialize variableRichard Levitte
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson
2016-02-05Use BN_bn2binpadDr. Stephen Henson
2016-02-05use enum type for do_EC_KEY_printDr. Stephen Henson
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson
2016-02-05Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson
2016-02-04Fix BN_gcd errors for some curvesBilly Brumley
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-31Zero newly allocated pointsDr. Stephen Henson
2016-01-31Remove redundant code.Dr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-29Templatize util/domdRich Salz
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-17Remove some old makefile targetsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni
2016-01-13Add missing #ifdef's to fix build breakRich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-07Fix some typos in commentsViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-12-29Fix no-engine.Ben Laurie
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-10make default_ec_key_meth staticDr. Stephen Henson
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09make updateDr. Stephen Henson
2015-12-09EC_KEY_METHOD accessors.Dr. Stephen Henson