summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-2/+7
* Add default operations to EC_METHODDr. Stephen Henson2016-03-011-5/+1
* Replace overrides.Dr. Stephen Henson2016-03-011-25/+65
* Add no signing flag.Dr. Stephen Henson2016-02-281-0/+8
* Extract compression form in EC_KEY_oct2key().Dr. Stephen Henson2016-02-281-1/+12
* Extended EC_METHOD customisation support.Dr. Stephen Henson2016-02-281-0/+24
* Revert "EC_KEY_priv2buf (): check parameter sanity"Rich Salz2016-02-261-2/+2
* EC_KEY_priv2buf (): check parameter sanityJ Mohan Rao Arisankala2016-02-261-2/+2
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-3/+2
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Add EC_KEY_priv2buf()Dr. Stephen Henson2016-02-051-0/+19
* Use BN_bn2binpadDr. Stephen Henson2016-02-051-12/+2
* update EC ASN1 and print routinesDr. Stephen Henson2016-02-051-4/+4
* Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson2016-02-051-0/+53
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-5/+4
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-211-0/+2
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-54/+7
* Fix no-engine.Ben Laurie2015-12-291-1/+1
* New EC functions.Dr. Stephen Henson2015-12-161-0/+20
* Use NULL comparisonDr. Stephen Henson2015-12-091-21/+24
* Add set methods.Dr. Stephen Henson2015-12-091-0/+10
* EC_KEY_METHOD copy supportDr. Stephen Henson2015-12-091-1/+22
* EC_KEY_METHOD init and finish supportDr. Stephen Henson2015-12-091-0/+3
* ENGINE fixesDr. Stephen Henson2015-12-091-0/+8
* EC_KEY_METHOD keygen support.Dr. Stephen Henson2015-12-091-5/+12
* Support for EC_KEY_METHOD.Dr. Stephen Henson2015-12-091-11/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Fix no-stdio buildDavid Woodhouse2015-09-301-0/+1
* remove 0 assignments.Rich Salz2015-09-031-7/+1
* Fix warning when compiling with no-ec2mMatt Caswell2015-08-031-4/+8
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-101-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+1
* free NULL cleanup 7Rich Salz2015-05-011-13/+7
* free cleanup almost the finaleRich Salz2015-04-301-3/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanup.Rich Salz2015-03-251-17/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-436/+421
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-3/+3
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-081-87/+0
* Fixed double inclusion of string.hMatt Caswell2014-08-291-1/+0
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-12/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-0/+12
* Fix EC_KEY initialization race.Bodo Möller2012-10-051-2/+11
* In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...Dr. Stephen Henson2011-11-161-3/+5
* Check for selftest failure in various places.Dr. Stephen Henson2011-10-221-0/+8
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* Error discrepancy corrected.Richard Levitte2011-04-241-1/+1
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+64