summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_asn1.c
AgeCommit message (Expand)Author
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri
2019-09-10Update copyright yearMatt Caswell
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2017-02-23Backport OSSL_NELEMRich Salz
2017-02-22Fix typo, should be && rather than &Richard Levitte
2017-02-22Iterate over EC_GROUP's poly array in a safe wayRich Salz
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
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-06-06Backport from HEAD: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
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-12simplify asn1_flagBodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller