summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
AgeCommit message (Expand)Author
2022-05-24Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger
2021-08-30[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OIDNicola Tuveri
2021-08-24Update copyright yearMatt Caswell
2021-08-24Fix EC_GROUP_new_from_ecparameters to check the base lengthMatt Caswell
2020-09-21EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-04-21Update copyright yearMatt Caswell
2020-04-07Ensure ECDSA_size always returns >= 0William Brawner
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-10Update copyright yearMatt Caswell
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-23Use OPENSSL_EC_EXPLICIT_CURVE constant.David Benjamin
2018-05-23Fix explicit EC curve encoding.David Benjamin
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-02Fix minor 'the the' typosDaniel Bevenius
2017-10-18Remove parentheses of return.KaoruToda
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-02-22Fix typo, should be && rather than &Richard Levitte
2017-02-22Iterate over EC_GROUP's poly array in a safe wayRich Salz
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi
2016-08-19constify i2o_ECPublicKeyDr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson
2016-03-10The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz
2016-03-01Replace overrides.Dr. Stephen Henson
2016-02-28Extract compression form in EC_KEY_oct2key().Dr. Stephen Henson
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Initialize variableRichard Levitte
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09add ECDSA_size to ec_asn1.cDr. Stephen Henson
2015-12-09Add ECDSA_SIG accessor.Dr. Stephen Henson