aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+17
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-094-12/+12
* GH601: Various spelling fixes.FdaSilvaYY2016-02-057-11/+11
* Initialize variableRichard Levitte2016-02-051-1/+1
* Add EC_KEY_priv2buf()Dr. Stephen Henson2016-02-053-84/+49
* Use BN_bn2binpadDr. Stephen Henson2016-02-051-12/+2
* use enum type for do_EC_KEY_printDr. Stephen Henson2016-02-051-8/+14
* update EC ASN1 and print routinesDr. Stephen Henson2016-02-054-62/+68
* Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson2016-02-051-0/+53
* Fix BN_gcd errors for some curvesBilly Brumley2016-02-041-2/+7
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+8
* Zero newly allocated pointsDr. Stephen Henson2016-01-311-1/+1
* Remove redundant code.Dr. Stephen Henson2016-01-311-34/+0
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-319-84/+72
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-1/+0
* Templatize util/domdRich Salz2016-01-291-2/+1
* Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell2016-01-293-6/+6
* Remove /* foo.c */ commentsRich Salz2016-01-2629-29/+0
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-212-0/+3
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Call single parent free_comp routine.Rich Salz2016-01-137-12/+10
* Fix double-free bugs in EC group precomputation stateViktor Dukhovni2016-01-134-0/+4
* Fix nistp512 typos, should be nistp521Viktor Dukhovni2016-01-132-3/+3
* Add missing #ifdef's to fix build breakRich Salz2016-01-131-0/+4
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-139-551/+227
* Move Makefiles to Makefile.inRich Salz2016-01-122-362/+90
* make updateRichard Levitte2016-01-121-39/+53
* Fix some typos in commentsViktor Dukhovni2016-01-071-3/+3
* mem functions cleanupRich Salz2016-01-071-7/+9
* Fix no-engine.Ben Laurie2015-12-291-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson2015-12-163-6/+6
* New EC functions.Dr. Stephen Henson2015-12-164-28/+47
* Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson2015-12-141-0/+5
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-131-1/+1
* make default_ec_key_meth staticDr. Stephen Henson2015-12-101-1/+1
* Use NULL comparisonDr. Stephen Henson2015-12-096-37/+39
* make updateDr. Stephen Henson2015-12-091-8/+78
* EC_KEY_METHOD accessors.Dr. Stephen Henson2015-12-091-0/+172
* Top level ECDSA sign/verify redirection.Dr. Stephen Henson2015-12-095-32/+73
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-2/+2
* add ECDSA_size to ec_asn1.cDr. Stephen Henson2015-12-091-0/+34
* add sign/verify methodsDr. Stephen Henson2015-12-091-1/+4
* return errors for unsupported operationsDr. Stephen Henson2015-12-092-1/+6
* Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson2015-12-094-3/+216
* Add ECDSA_SIG accessor.Dr. Stephen Henson2015-12-091-2/+8
* make errorsDr. Stephen Henson2015-12-091-0/+4
* extend EC_KEY_METHOD for signing supportDr. Stephen Henson2015-12-091-0/+16