summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_asn1.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch
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-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-04-17'version' is not optional in the encodingBodo Möller
2002-04-17'version' is not optional in the encodingBodo Möller
2002-04-12ECDSA representation bugfixesBodo Möller
2002-04-09fix ECDSA handlingBodo Möller
2002-03-25fix warningsBodo Möller
2002-03-19Fix typo.Bodo Möller
2002-03-18Fix bugs and typos.Bodo Möller
2002-02-20Instead of casting a lvalue, let's constify meth.Richard Levitte
2002-02-20simplificationsBodo Möller
2002-02-20Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte
2002-02-16The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,Richard Levitte
2002-02-14EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller
2002-02-13ECDSA supportBodo Möller