index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ecdsa
/
ecs_asn1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-3
/
+3
*
hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis
Nils Larsch
2005-04-29
1
-1
/
+1
*
use a generic EC_KEY structure (EC keys are not ECDSA specific)
Bodo Möller
2002-08-07
1
-321
/
+0
*
Use SEC1 format for EC private keys.
Bodo Möller
2002-07-26
1
-80
/
+112
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
1
-484
/
+163
*
'version' is not optional in the encoding
Bodo Möller
2002-04-17
1
-8
/
+3
*
'version' is not optional in the encoding
Bodo Möller
2002-04-17
1
-1
/
+1
*
ECDSA representation bugfixes
Bodo Möller
2002-04-12
1
-1
/
+1
*
fix ECDSA handling
Bodo Möller
2002-04-09
1
-84
/
+41
*
fix warnings
Bodo Möller
2002-03-26
1
-0
/
+11
*
Fix typo.
Bodo Möller
2002-03-19
1
-2
/
+2
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-19
/
+29
*
Instead of casting a lvalue, let's constify meth.
Richard Levitte
2002-02-20
1
-2
/
+2
*
simplifications
Bodo Möller
2002-02-20
1
-24
/
+3
*
Comparing a pointer (data) with 0 using > is incorrect. The changed
Richard Levitte
2002-02-20
1
-1
/
+3
*
The macro IMPLEMENT_ASN1_FUNCTIONS_const already contains an ending ;,
Richard Levitte
2002-02-16
1
-1
/
+1
*
EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()
Bodo Möller
2002-02-14
1
-1
/
+1
*
ECDSA support
Bodo Möller
2002-02-13
1
-0
/
+723