index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ecdsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we get the definition of OPENSSL_NO_ERR.
Richard Levitte
2003-03-21
1
-0
/
+1
*
Fix initialization sequence to prevent freeing of unitialized objects.
Lutz Jänicke
2003-01-15
1
-2
/
+5
*
This is a first-cut at improving the callback mechanisms used in
Geoff Thorpe
2002-12-08
1
-1
/
+7
*
Don't compute timings here, we can do this elsewhere.
Bodo Möller
2002-12-04
1
-453
/
+352
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
make update
Richard Levitte
2002-11-15
1
-4
/
+6
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-6
/
+4
*
implement and use new macros BN_get_sign(), BN_set_sign()
Bodo Möller
2002-11-04
1
-2
/
+4
*
Sun has agreed to removing the covenant language from most files.
Bodo Möller
2002-10-29
1
-13
/
+0
*
'broken' PKCS #8 format does not apply to ECDSA
Bodo Möller
2002-10-28
1
-45
/
+0
*
Use double dashes so makedepend doesn't misunderstand the flags we
Richard Levitte
2002-10-09
1
-1
/
+1
*
Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
Bodo Möller
2002-08-15
1
-18
/
+18
*
mem* functions are declared in string.h.
Richard Levitte
2002-08-10
1
-0
/
+1
*
make update
Bodo Möller
2002-08-09
1
-18
/
+20
*
fix warnings
Bodo Möller
2002-08-09
1
-0
/
+9
*
Add ECDH support.
Bodo Möller
2002-08-09
1
-134
/
+76
*
use a generic EC_KEY structure (EC keys are not ECDSA specific)
Bodo Möller
2002-08-07
11
-1048
/
+454
*
make update
Richard Levitte
2002-08-01
1
-4
/
+7
*
"make update"
Lutz Jänicke
2002-07-30
1
-59
/
+46
*
Use SEC1 format for EC private keys.
Bodo Möller
2002-07-26
7
-365
/
+193
*
Implement handling of EC parameter seeds (new functions
Bodo Möller
2002-06-18
1
-1
/
+1
*
Fix warnings.
Ben Laurie
2002-06-11
1
-0
/
+2
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
6
-642
/
+177
*
remove unnecessary calls to EC_POINT_copy()
Bodo Möller
2002-06-10
2
-12
/
+0
*
No point constifying an int.
Richard Levitte
2002-04-20
1
-1
/
+1
*
'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
5
-106
/
+82
*
make update (libeay.num has been edited to match 0.9.7-stable)
Richard Levitte
2002-04-06
1
-12
/
+1
*
fix warnings
Bodo Möller
2002-03-26
3
-57
/
+17
*
Fix typo.
Bodo Möller
2002-03-19
1
-2
/
+2
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-19
/
+29
*
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Bodo Möller
2002-03-14
1
-7
/
+8
*
Add more curves.
Bodo Möller
2002-03-07
1
-2
/
+2
*
Instead of casting a lvalue, let's constify meth.
Richard Levitte
2002-02-20
1
-2
/
+2
*
simplifications
Bodo Möller
2002-02-20
2
-28
/
+11
*
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
*
Local `time' shadows the global function `time()'. Rename the local
Richard Levitte
2002-02-16
1
-49
/
+49
*
make it possible to disable memory checking for timings
Bodo Möller
2002-02-14
1
-6
/
+14
*
EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()
Bodo Möller
2002-02-14
2
-8
/
+8
*
ECDSA support
Bodo Möller
2002-02-13
13
-0
/
+3378