summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
AgeCommit message (Expand)Author
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
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09add ECDSA_size to ec_asn1.cDr. Stephen Henson
2015-12-09Add ECDSA_SIG accessor.Dr. Stephen Henson
2015-12-09Move ECDSA_SIG ASN.1 to crypto/ecDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-14d2i: don't update input pointer on failureKurt Roeckx
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-06-23More secure storage of key material.Rich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
2015-03-25free NULL cleanup.Rich Salz
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-02-25Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell