aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-5/+5
2016-02-12ec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious errors.Andy Polyakov1-0/+3
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-18/+5
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+17
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz4-12/+12
2016-02-05GH601: Various spelling fixes.FdaSilvaYY7-11/+11
2016-02-05Initialize variableRichard Levitte1-1/+1
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson3-84/+49
2016-02-05Use BN_bn2binpadDr. Stephen Henson1-12/+2
2016-02-05use enum type for do_EC_KEY_printDr. Stephen Henson1-8/+14
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson4-62/+68
2016-02-05Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson1-0/+53
2016-02-04Fix BN_gcd errors for some curvesBilly Brumley1-2/+7
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+8
2016-01-31Zero newly allocated pointsDr. Stephen Henson1-1/+1
2016-01-31Remove redundant code.Dr. Stephen Henson1-34/+0
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson9-84/+72
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-1/+0
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell3-6/+6
2016-01-26Remove /* foo.c */ commentsRich Salz29-29/+0
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2-0/+3
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-13Call single parent free_comp routine.Rich Salz7-12/+10
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni4-0/+4
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni2-3/+3
2016-01-13Add missing #ifdef's to fix build breakRich Salz1-0/+4
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz9-551/+227
2016-01-12Move Makefiles to Makefile.inRich Salz2-362/+90
2016-01-12make updateRichard Levitte1-39/+53
2016-01-07Fix some typos in commentsViktor Dukhovni1-3/+3
2016-01-07mem functions cleanupRich Salz1-7/+9
2015-12-29Fix no-engine.Ben Laurie1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson3-6/+6
2015-12-16New EC functions.Dr. Stephen Henson4-28/+47
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-0/+5
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov1-1/+1
2015-12-10make default_ec_key_meth staticDr. Stephen Henson1-1/+1
2015-12-09Use NULL comparisonDr. Stephen Henson6-37/+39
2015-12-09make updateDr. Stephen Henson1-8/+78
2015-12-09EC_KEY_METHOD accessors.Dr. Stephen Henson1-0/+172
2015-12-09Top level ECDSA sign/verify redirection.Dr. Stephen Henson5-32/+73
2015-12-09Engine EC_KEY_METHOD functionality.Dr. Stephen Henson1-2/+2
2015-12-09add ECDSA_size to ec_asn1.cDr. Stephen Henson1-0/+34
2015-12-09add sign/verify methodsDr. Stephen Henson1-1/+4