summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* 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-301-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
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* New EC functions.Dr. Stephen Henson2015-12-161-9/+1
* Use NULL comparisonDr. Stephen Henson2015-12-091-2/+2
* add ECDSA_size to ec_asn1.cDr. Stephen Henson2015-12-091-0/+34
* Add ECDSA_SIG accessor.Dr. Stephen Henson2015-12-091-2/+8
* Move ECDSA_SIG ASN.1 to crypto/ecDr. Stephen Henson2015-12-091-0/+11
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+7
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-2/+6
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-7/+7
* More secure storage of key material.Rich Salz2015-06-231-0/+2
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-14/+8
* free null cleanup finaleRich Salz2015-05-011-10/+5
* free NULL cleanup 7Rich Salz2015-04-301-27/+17
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* Ensure EC private keys retain leading zerosDouglas E Engert2015-03-311-3/+17
* free NULL cleanup.Rich Salz2015-03-251-12/+9
* free NULL cleanupRich Salz2015-03-241-3/+2
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-9/+9