aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec_asn1.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper1-1/+1
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders1-0/+2
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders1-1/+1
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders1-0/+9
2016-05-17Copyright consolidation 05/10Rich Salz1-53/+5
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson1-1/+1
2016-03-10The typedef ECPARAMETERS is already defined, don't define it anewRichard Levitte1-2/+2
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz1-81/+59
2016-03-01Replace overrides.Dr. Stephen Henson1-6/+2
2016-02-28Extract compression form in EC_KEY_oct2key().Dr. Stephen Henson1-19/+2
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson1-4/+10
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-02-05Initialize variableRichard Levitte1-1/+1
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson1-38/+13
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson1-27/+10
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson1-17/+7
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16New EC functions.Dr. Stephen Henson1-9/+1
2015-12-09Use NULL comparisonDr. Stephen Henson1-2/+2
2015-12-09add ECDSA_size to ec_asn1.cDr. Stephen Henson1-0/+34
2015-12-09Add ECDSA_SIG accessor.Dr. Stephen Henson1-2/+8
2015-12-09Move ECDSA_SIG ASN.1 to crypto/ecDr. Stephen Henson1-0/+11
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+7
2015-09-14d2i: don't update input pointer on failureKurt Roeckx1-2/+6
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-7/+7
2015-06-23More secure storage of key material.Rich Salz1-0/+2
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-14/+8
2015-05-01free null cleanup finaleRich Salz1-10/+5
2015-04-30free NULL cleanup 7Rich Salz1-27/+17
2015-04-30free NULL cleanup 8Rich Salz1-6/+3
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert1-3/+17
2015-03-25free NULL cleanup.Rich Salz1-12/+9
2015-03-24free NULL cleanupRich Salz1-3/+2
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-9/+9
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell1-2/+5
2015-02-25Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell1-7/+1
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell1-3/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1284/+1129
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper1-3/+9
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell1-8/+19
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley1-1/+2
2014-05-04Double free in i2o_ECPublicKeyDavid Ramos1-2/+5
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell1-2/+4
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson1-5/+19
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+2
2008-11-01More size_tification.Ben Laurie1-2/+2
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller1-0/+4
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller1-0/+46
2006-01-29add additional checks + cleanupNils Larsch1-10/+11