summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-2/+9
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-7/+4
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-181-0/+5
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Make ECDSA_size() use consistent asn1 encoder.Shane Lontis2020-01-071-19/+14
* [ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri2019-10-151-0/+14
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-8/+11
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger2019-09-131-2/+5
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-091-4/+67
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-0/+6
* Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell2019-07-111-16/+28
* Add simple ASN.1 utils for DSA signature DER.David Makepeace2019-07-111-6/+57
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-11/+11
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-17/+5
* ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+10
* Use OPENSSL_EC_EXPLICIT_CURVE constant.David Benjamin2018-05-231-1/+1
* Fix explicit EC curve encoding.David Benjamin2018-05-231-41/+26
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-7/+7
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-6/+6
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-101-12/+12
* Fix typo, should be && rather than &Richard Levitte2017-02-221-1/+1
* Iterate over EC_GROUP's poly array in a safe wayRich Salz2017-02-221-3/+6
* Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi2016-08-221-5/+2
* constify i2o_ECPublicKeyDr. Stephen Henson2016-08-191-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-2/+2
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-1/+18
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-1/+1
* Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders2016-06-131-0/+2
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-131-1/+1
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-131-0/+9
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+5
* constify ECDSA_SIG_get0()Dr. Stephen Henson2016-03-191-1/+1
* The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte2016-03-101-2/+2
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-091-81/+59
* Replace overrides.Dr. Stephen Henson2016-03-011-6/+2
* Extract compression form in EC_KEY_oct2key().Dr. Stephen Henson2016-02-281-19/+2
* Extended EC_METHOD customisation support.Dr. Stephen Henson2016-02-281-4/+10
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Initialize variableRichard Levitte2016-02-051-1/+1
* Add EC_KEY_priv2buf()Dr. Stephen Henson2016-02-051-38/+13
* update EC ASN1 and print routinesDr. Stephen Henson2016-02-051-27/+10
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-17/+7