aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-1280/+0
* Use named curve parameter encoding by default.Dr. Stephen Henson2015-02-191-1/+2
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-4/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-8/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-429/+457
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-211-5/+5
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-121-0/+5
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-121-0/+6
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-1/+1
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-131-1/+1
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-25/+25
* Add support for ECDH KARI.Dr. Stephen Henson2013-07-171-0/+1
* Add support for X9.62 KDF.Dr. Stephen Henson2013-07-171-0/+66
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-11/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-0/+11
* Fix EC_KEY initialization race.Bodo Möller2012-10-051-1/+9
* enhance EC method to support setting curve type when generating keys and add ...Dr. Stephen Henson2012-09-111-1/+7
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-211-0/+2
* Fix warnings.Bodo Möller2011-10-191-1/+1
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-2/+20
* Give parameters names in prototypes.Dr. Stephen Henson2011-06-171-10/+10
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+10
* * Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:Richard Levitte2011-03-251-1/+1
* Disable some functions in headers with no-ec2mDr. Stephen Henson2011-02-121-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-6/+10
* For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 buildDr. Stephen Henson2011-02-031-0/+2
* New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson2011-01-241-0/+11
* (formatting error)Bodo Möller2010-08-261-0/+1
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-0/+13
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* More size_tification.Ben Laurie2008-11-011-2/+2
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-221-1/+2
* Fix duplicate error number.Ben Laurie2007-04-051-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-1/+0
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-2/+10
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-0/+2
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-7/+7
* Provisional support for EC pkey method, supporting ECDH and ECDSA.Dr. Stephen Henson2006-04-161-0/+17
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-0/+1
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-0/+7
* Avoid contradictive error code assignments.Bodo Möller2006-01-081-1/+0
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-1/+2
* add some doxygen commentsNils Larsch2005-09-191-118/+665
* fix function name in errorNils Larsch2005-09-031-1/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-21/+22
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-3/+4