summaryrefslogtreecommitdiff
path: root/crypto/ecdsa/ecs_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-1/+1
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-290/+1
* Recent changes from HEAD.Richard Levitte2002-06-131-484/+163
* 'version' is not optional in the encodingBodo Möller2002-04-171-8/+3
* 'version' is not optional in the encodingBodo Möller2002-04-171-1/+1
* ECDSA representation bugfixesBodo Möller2002-04-121-1/+1
* fix ECDSA handlingBodo Möller2002-04-091-84/+41
* fix warningsBodo Möller2002-03-251-0/+11
* Fix typo.Bodo Möller2002-03-191-2/+2
* Fix bugs and typos.Bodo Möller2002-03-181-19/+29
* Instead of casting a lvalue, let's constify meth.Richard Levitte2002-02-201-2/+2
* simplificationsBodo Möller2002-02-201-24/+3
* Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte2002-02-201-1/+3
* The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,Richard Levitte2002-02-161-1/+1
* EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2002-02-141-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+723