aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ec.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-19deprecate EC precomputation functionalityBilly Brumley1-3/+3
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley1-3/+4
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley1-4/+4
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte1-4/+5
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri1-45/+11
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-136/+149
2020-02-04Deprecate the ECDH functions.Pauli1-4/+5
2020-02-04ec.h: fix preprocessor indentationPauli1-80/+82
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-16/+16
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-08-29Fix a documentation bug in ec.hMatt Caswell1-2/+0
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang1-1/+0
2019-08-06Fix ECDSA_SIG docsMatt Caswell1-1/+2
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell1-7/+56
2019-07-01Fix TyposAntoine Cœur1-1/+1
2019-04-11added code to validate EC named curve parametersShane Lontis1-0/+1
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-8/+7
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf1-0/+6
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte1-46/+46
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon1-2/+2
2018-10-17EVP module documentation passAntoine Salon1-1/+12
2018-09-07Support setting SM2 IDPaul Yang1-0/+16
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell1-26/+42
2018-07-31Provide EC functions that are not curve type specificMatt Caswell1-14/+85
2018-05-28ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre1-0/+2
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-4/+12
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-02Fix minor 'the the' typosDaniel Bevenius1-2/+2
2017-09-24Update comments to match function parameter namesSaagar Jha1-1/+1
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer1-5/+5
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-06-07make error tables const and separate header fileRich Salz1-219/+1
2017-05-30make errorsDr. Stephen Henson1-0/+1
2017-05-30make errorsDr. Stephen Henson1-0/+2
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger1-5/+6
2017-03-24Fix function documentationIan Spence1-7/+2
2017-03-15Add EC_KEY_get0_engine()Richard Levitte1-0/+6
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi1-0/+2
2016-08-19constify i2o_ECPublicKeyDr. Stephen Henson1-1/+1
2016-08-13make errorsDr. Stephen Henson1-0/+6
2016-08-01Const EC_KEY_dupRichard J. Moore1-2/+2
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1