aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_cvt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-2/+2
* Fix external symbols for bnShane Lontis2021-02-261-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+2
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-2/+2
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Avoid using EC_GROUP_clear_free() internallyNicola Tuveri2019-10-231-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-2/+3
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-2/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-53/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-63/+60
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* spacrv9cap.c: addenum to recent EC optimizations.Andy Polyakov2011-05-231-2/+2
* ec_cvt.c: ARM comparison results were wrong, clarify the background.Andy Polyakov2011-05-211-6/+12
* ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [seeAndy Polyakov2011-05-201-0/+19
* Use BN_nist_mod_func to avoid need to peek error queue.Dr. Stephen Henson2011-02-141-31/+7
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+2
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* clean up new code for NIST primesBodo Möller2002-10-281-3/+20
* fast reduction for NIST curvesBodo Möller2002-10-281-6/+17
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-0/+3
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+46
* ECDSA supportBodo Möller2002-02-131-1/+1
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-2/+2
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-1/+24
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+59