index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ecdsa
/
ecs_ossl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ECDSA implementation to crypto/ec
Dr. Stephen Henson
2015-12-09
1
-468
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-23
/
+12
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-4
/
+2
*
Dead code cleanup: crypto/ec,ecdh,ecdsa
Rich Salz
2015-02-02
1
-4
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-4
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-427
/
+378
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/ecdsa
Dr. Stephen Henson
2014-12-08
1
-26
/
+0
*
Remove OPENSSL_FIPSCANISTER code.
Dr. Stephen Henson
2014-12-08
1
-29
/
+0
*
Reserve option to use BN_mod_exp_mont_consttime in ECDSA.
Andy Polyakov
2014-09-12
1
-5
/
+31
*
Avoid need to change function code.
Dr. Stephen Henson
2013-07-17
1
-9
/
+9
*
Make `safe' (EC)DSA nonces the default.
Adam Langley
2013-07-15
1
-8
/
+16
*
Add secure DSA nonce flag.
Adam Langley
2013-06-13
1
-10
/
+27
*
Check for selftest failure in various places.
Dr. Stephen Henson
2011-10-22
1
-0
/
+16
*
make timing attack protection unconditional
Dr. Stephen Henson
2011-09-01
1
-2
/
+0
*
Set flags in ECDH and ECDSA methods for FIPS.
Dr. Stephen Henson
2011-06-08
1
-1
/
+1
*
Fix the ECDSA timing attack mentioned in the paper at:
Dr. Stephen Henson
2011-05-25
1
-0
/
+10
*
Add PRNG security strength checking.
Dr. Stephen Henson
2011-04-23
1
-0
/
+10
*
Add ECDSA functionality to fips module. Initial very incomplete version
Dr. Stephen Henson
2011-02-14
1
-1
/
+33
*
New option to disable characteristic two fields in EC code.
Dr. Stephen Henson
2011-02-12
1
-1
/
+4
*
PR: 1432
Dr. Stephen Henson
2009-12-01
1
-30
/
+24
*
Should reject signatures that we can't properly verify
Bodo Möller
2007-11-19
1
-0
/
+15
*
The hash length check wasn't strict enough,
Bodo Möller
2007-11-16
1
-1
/
+9
*
return an error if the supplied precomputed values lead to an invalid signature
Nils Larsch
2006-10-04
1
-1
/
+14
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-26
/
+30
*
hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandis
Nils Larsch
2005-04-29
1
-1
/
+1
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-2
/
+2
*
more const
Nils Larsch
2005-04-22
1
-2
/
+2
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-2
/
+2
*
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
Geoff Thorpe
2004-05-17
1
-0
/
+1
*
A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.h
Geoff Thorpe
2004-02-22
1
-134
/
+116
*
Fix initialization sequence to prevent freeing of unitialized objects.
Lutz Jänicke
2003-01-15
1
-2
/
+5
*
implement and use new macros BN_get_sign(), BN_set_sign()
Bodo Möller
2002-11-04
1
-2
/
+4
*
use a generic EC_KEY structure (EC keys are not ECDSA specific)
Bodo Möller
2002-08-07
1
-95
/
+225
*
Use SEC1 format for EC private keys.
Bodo Möller
2002-07-26
1
-58
/
+3
*
remove unnecessary calls to EC_POINT_copy()
Bodo Möller
2002-06-10
1
-10
/
+0
*
simplifications
Bodo Möller
2002-02-20
1
-4
/
+8
*
ECDSA support
Bodo Möller
2002-02-13
1
-0
/
+381