aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3/+3
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-1/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-321/+0
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-80/+112
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-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