| Commit message (Expand) | Author | Age | Files | Lines |
* | ec.h: remove last SunPro pragmas | tb | 2025-03-10 | 1 | -13/+1 |
* | Remove EC_POINTs_* API | tb | 2025-03-09 | 1 | -5/+1 |
* | Remove Jprojective_coordinates API | tb | 2025-03-09 | 1 | -5/+1 |
* | Unexport EC_GROUP_*precompute_mult() | tb | 2025-03-09 | 1 | -3/+1 |
* | Unexport EC_GROUP_copy() | tb | 2025-03-09 | 1 | -2/+1 |
* | Unexport EC_METHOD and all API using it | tb | 2025-03-09 | 1 | -11/+1 |
* | Remove #error if OPENSSL_NO_FOO is defined | tb | 2025-01-25 | 1 | -5/+1 |
* | Unexport the ECPKPARAMETERS API | tb | 2024-04-15 | 1 | -3/+1 |
* | Hide deprecated functions in ec.h | beck | 2024-04-10 | 1 | -9/+1 |
* | Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.h | tb | 2023-08-11 | 1 | -4/+1 |
* | Move KDF handling to ECDH_compute_key() | tb | 2023-07-28 | 1 | -5/+6 |
* | Merge ecdh.h into ec.h | tb | 2023-07-28 | 1 | -1/+6 |
* | Merge ecdsa.h into ec.h | tb | 2023-07-28 | 1 | -1/+50 |
* | Mop up last uses of ECDHerror() and ECDSAerror() | tb | 2023-07-05 | 1 | -1/+6 |
* | Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.h | tb | 2023-04-27 | 1 | -7/+2 |
* | Nuke doxygen noise | tb | 2023-04-27 | 1 | -421/+37 |
* | Clean up ec.h a little. | tb | 2023-04-26 | 1 | -186/+31 |
* | GF2m bites the dust. It won't be missed. | tb | 2023-04-25 | 1 | -86/+1 |
* | Remove prototype of EC_GFp_nist_method() | tb | 2023-04-25 | 1 | -8/+1 |
* | Move EC_KEY_{insert,set}_key_method_data() to internal-only | tb | 2023-04-25 | 1 | -17/+1 |
* | Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128 | tb | 2023-04-18 | 1 | -18/+1 |
* | Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h | tb | 2023-04-18 | 1 | -3/+1 |
* | Mark public bn_nist and ec_nist API for removal | tb | 2023-04-16 | 1 | -1/+3 |
* | Mark EC_KEY_{get,insert}_method_data() for removal | tb | 2023-04-16 | 1 | -1/+5 |
* | Always clear EC groups and points on free. | jsing | 2023-03-08 | 1 | -1/+5 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -29/+29 |
* | Implement EVP interfaces for Ed25519 and X25519. | jsing | 2022-11-10 | 1 | -1/+3 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -5/+1 |
* | Default to using named curve parameter encoding | tb | 2021-09-12 | 1 | -2/+3 |
* | Expose EC_GROUP_order_bits() in <openssl/ec.h> | tb | 2021-09-10 | 1 | -3/+1 |
* | Prepare to provide EC_GROUP_order_bits() | tb | 2021-09-08 | 1 | -1/+5 |
* | Expose EC_POINT_{get,set}_affine_coordinates(3) and | tb | 2021-05-10 | 1 | -7/+8 |
* | Expose EC_GROUP_{get,set}_curve(3) | tb | 2021-05-10 | 1 | -3/+2 |
* | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 2021-04-20 | 1 | -13/+14 |
* | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 2021-04-20 | 1 | -1/+8 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 1 | -1/+11 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 1 | -1/+9 |
* | If a NULL or zero cofactor is passed to EC_GROUP_set_generator(), | tb | 2019-09-29 | 1 | -1/+2 |
* | Add various macros and controls for EC_PKEY_CTX. | jsing | 2019-09-06 | 1 | -5/+95 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -4/+4 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -1/+11 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -1/+30 |
* | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | tb | 2018-05-19 | 1 | -2/+2 |
* | Add assembler code for the nist 256-bit GFp curve, written initially by | miod | 2016-11-04 | 1 | -1/+7 |
* | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | jsing | 2015-10-13 | 1 | -3/+2 |
* | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | jsing | 2015-06-20 | 1 | -1/+3 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -4/+0 |
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -10/+18 |