summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
AgeCommit message (Expand)Author
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-09-22crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-22Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov
2014-09-22Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2013-10-01Add support for ECDH KARI.Dr. Stephen Henson
2013-10-01Add support for X9.62 KDF.Dr. Stephen Henson
2013-03-20enhance EC method to support setting curve type when generating keys and add ...Dr. Stephen Henson
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-04-06Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson
2011-10-19Fix warnings.Bodo Möller
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
2011-06-06Add flags field to EC_KEY structure (backport from HEAD).Dr. Stephen Henson
2011-06-06Backport from HEAD:Dr. Stephen Henson
2011-05-12Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled byDr. Stephen Henson
2011-01-24New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson
2010-08-26(formatting error)Bodo Möller
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2007-04-05Fix duplicate error number.Ben Laurie
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
2006-04-16Provisional support for EC pkey method, supporting ECDH and ECDSA.Dr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-09-19add some doxygen commentsNils Larsch
2005-09-03fix function name in errorNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-11Fix more error codes.Bodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-12More overwritten stuff...Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-04remove unused recp methodNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-01-24Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-21new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller
2003-03-20Make sure we get the definition of OPENSSL_NO_EC.Richard Levitte
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller