aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-191-2/+5
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1284/+1129
* Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper2014-08-271-3/+9
* RT3065: automatically generate a missing EC public keyMatt Caswell2014-08-271-8/+19
* RT3065: ec_private_key_dont_crashAdam Langley2014-08-271-1/+2
* Double free in i2o_ECPublicKeyDavid Ramos2014-05-041-2/+5
* Make binary curve ASN.1 work in FIPS mode.Matt Caswell2013-03-261-2/+4
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-5/+19
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2