Check for selftest failure in various places.
[openssl.git] / crypto / ecdsa / ecs_asn1.c
2005-04-29 Nils Larschhide the definition of ECDSA_METHOD and ECDSA_DATA...
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-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-12 Bodo MöllerECDSA representation bugfixes
2002-04-09 Bodo Möllerfix ECDSA handling
2002-03-25 Bodo Möllerfix warnings
2002-03-19 Bodo MöllerFix typo.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-02-20 Richard LevitteInstead of casting a lvalue, let's constify meth.
2002-02-20 Bodo Möllersimplifications
2002-02-20 Richard LevitteComparing a pointer (data) with 0 using > is incorrect...
2002-02-16 Richard LevitteThe macro IMPLEMENT_ASN1_FUNCTIONS_const already contai...
2002-02-14 Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-13 Bodo MöllerECDSA support