summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
AgeCommit message (Expand)Author
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
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-05-04Double free in i2o_ECPublicKeyDavid Ramos
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-01-29add additional checks + cleanupNils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-05-04Fix realloc usage in ec_curve.cGeoff Thorpe
2003-11-10General improvements to the ec_asn1.c code. This squashes at least one bugGeoff Thorpe
2003-02-21treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_e...Bodo Möller
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller
2003-01-25cofactor is optional in parameter encodingsBodo Möller
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller
2002-08-26move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller
2002-08-26ASN1 for binary curvesBodo Möller
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
2002-08-10mem* functions are declared in string.h.Richard Levitte
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller