summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
AgeCommit message (Expand)Author
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-01-07Make ECDSA_size() use consistent asn1 encoder.Shane Lontis
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-12Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
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