summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ec.h: remove last SunPro pragmastb2025-03-101-13/+1
* Remove EC_POINTs_* APItb2025-03-091-5/+1
* Remove Jprojective_coordinates APItb2025-03-091-5/+1
* Unexport EC_GROUP_*precompute_mult()tb2025-03-091-3/+1
* Unexport EC_GROUP_copy()tb2025-03-091-2/+1
* Unexport EC_METHOD and all API using ittb2025-03-091-11/+1
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* Unexport the ECPKPARAMETERS APItb2024-04-151-3/+1
* Hide deprecated functions in ec.hbeck2024-04-101-9/+1
* Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.htb2023-08-111-4/+1
* Move KDF handling to ECDH_compute_key()tb2023-07-281-5/+6
* Merge ecdh.h into ec.htb2023-07-281-1/+6
* Merge ecdsa.h into ec.htb2023-07-281-1/+50
* Mop up last uses of ECDHerror() and ECDSAerror()tb2023-07-051-1/+6
* Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.htb2023-04-271-7/+2
* Nuke doxygen noisetb2023-04-271-421/+37
* Clean up ec.h a little.tb2023-04-261-186/+31
* GF2m bites the dust. It won't be missed.tb2023-04-251-86/+1
* Remove prototype of EC_GFp_nist_method()tb2023-04-251-8/+1
* Move EC_KEY_{insert,set}_key_method_data() to internal-onlytb2023-04-251-17/+1
* Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128tb2023-04-181-18/+1
* Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.htb2023-04-181-3/+1
* Mark public bn_nist and ec_nist API for removaltb2023-04-161-1/+3
* Mark EC_KEY_{get,insert}_method_data() for removaltb2023-04-161-1/+5
* Always clear EC groups and points on free.jsing2023-03-081-1/+5
* spelling fixes; from paul tagliamontejmc2022-12-261-29/+29
* Implement EVP interfaces for Ed25519 and X25519.jsing2022-11-101-1/+3
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
* Default to using named curve parameter encodingtb2021-09-121-2/+3
* Expose EC_GROUP_order_bits() in <openssl/ec.h>tb2021-09-101-3/+1
* Prepare to provide EC_GROUP_order_bits()tb2021-09-081-1/+5
* Expose EC_POINT_{get,set}_affine_coordinates(3) andtb2021-05-101-7/+8
* Expose EC_GROUP_{get,set}_curve(3)tb2021-05-101-3/+2
* Prepare to provide EC_POINT_set_compressed_coordinatestb2021-04-201-13/+14
* Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal usetb2021-04-201-1/+8
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-201-1/+11
* Prepare to provide EC_GROUP_{get,set}_curve(3)tb2021-04-201-1/+9
* If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),tb2019-09-291-1/+2
* Add various macros and controls for EC_PKEY_CTX.jsing2019-09-061-5/+95
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-4/+4
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-1/+11
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-1/+30
* Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andtb2018-05-191-2/+2
* Add assembler code for the nist 256-bit GFp curve, written initially bymiod2016-11-041-1/+7
* Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anjsing2015-10-131-3/+2
* Provide EC_curve_nid2nist() and EC_curve_nist2nid().jsing2015-06-201-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-10/+18