Fix a failure to NULL a pointer freed on error.
[openssl.git] / crypto / ec / ec_asn1.c
2015-02-25 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2006-12-19 Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-09-28 Mark J. CoxIntroduce limits to prevent malicious keys being able to
2006-02-08 Nils Larschbackport recent changes from the cvs head
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2004-05-04 Geoff ThorpeFix realloc usage in ec_curve.c
2003-11-10 Geoff ThorpeGeneral improvements to the ec_asn1.c code. This squash...
2003-02-21 Bodo Möllertreat 'out' like i2d functions do; cf. asn1_item_flags_...
2003-02-21 Bodo MöllerECPublicKey_set_octet_string and ECPublicKey_get_octet_...
2003-01-25 Bodo Möllercofactor is optional in parameter encodings
2002-08-26 Bodo Möllerless specific interface for EC_GROUP_get_basis_type
2002-08-26 Bodo Möllermove EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
2002-08-26 Bodo MöllerASN1 for binary curves
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-12 Bodo Möllersimplify asn1_flag
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...