]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_asn1.c
Copyright consolidation 05/10
[thirdparty/openssl.git] / crypto / ec / ec_asn1.c
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-03-19  Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-10  Richard LevitteThe typedef ECPARAMETERS is already defined, don't...
2016-03-09  Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-01  Dr. Stephen HensonReplace overrides.
2016-02-28  Dr. Stephen HensonExtract compression form in EC_KEY_oct2key().
2016-02-28  Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-02-05  Richard LevitteInitialize variable
2016-02-05  Dr. Stephen HensonAdd EC_KEY_priv2buf()
2016-02-05  Dr. Stephen Hensonupdate EC ASN1 and print routines
2016-01-31  Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Dr. Stephen HensonNew EC functions.
2015-12-09  Dr. Stephen HensonUse NULL comparison
2015-12-09  Dr. Stephen Hensonadd ECDSA_size to ec_asn1.c
2015-12-09  Dr. Stephen HensonAdd ECDSA_SIG accessor.
2015-12-09  Dr. Stephen HensonMove ECDSA_SIG ASN.1 to crypto/ec
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-14  Kurt Roeckxd2i: don't update input pointer on failure
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-06-23  Rich SalzMore secure storage of key material.
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree NULL cleanup 8
2015-03-31  Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-25  Rich Salzfree NULL cleanup.
2015-03-24  Rich Salzfree NULL cleanup
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19  Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-25  Matt CaswellRemove pointless free, and use preferred way of calling...
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 .
2014-08-28  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-27  Emilia KasperExplicitly check for empty ASN.1 strings in d2i_ECPriva...
2014-08-27  Matt CaswellRT3065: automatically generate a missing EC public key
2014-08-27  Adam LangleyRT3065: ec_private_key_dont_crash
2014-05-03  David RamosDouble free in i2o_ECPublicKey
2013-03-26  Matt CaswellMake binary curve ASN.1 work in FIPS mode.
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2006-12-19  Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-09-28  Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-01-29  Nils Larschadd additional checks + cleanup
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...