Richard Levitte
|
b8804bf15d
|
Small bugfix: even when r == d, we need to adjust r and q.
PR: 366
|
2002-12-01 02:17:30 +00:00 |
|
Richard Levitte
|
0f995b2f40
|
Small bugfix: even when r == d, we need to adjust r and q.
PR: 366
|
2002-12-01 02:17:23 +00:00 |
|
Richard Levitte
|
d03ad453a5
|
EXIT() needs to be in a function that returns int.
|
2002-12-01 01:23:39 +00:00 |
|
Richard Levitte
|
848f735ae4
|
EXIT() needs to be in a function that returns int.
|
2002-12-01 01:23:35 +00:00 |
|
Richard Levitte
|
3f71579dfc
|
Redo the VAX assembler version of bn_div_words().
PR: 366
|
2002-12-01 00:49:45 +00:00 |
|
Richard Levitte
|
a678430602
|
Redo the VAX assembler version of bn_div_words().
PR: 366
|
2002-12-01 00:49:36 +00:00 |
|
Richard Levitte
|
f217439ee2
|
Remove incorrect assert.
PR: 360
|
2002-11-29 15:18:28 +00:00 |
|
Richard Levitte
|
e9b553dac1
|
Remove incorrect assert.
PR: 360
|
2002-11-29 15:18:22 +00:00 |
|
Richard Levitte
|
9d8f3cfb7f
|
Make it so all names mentioned in the NAME section of each manpage becomes a
symlink to said manpage.
PR: 242
|
2002-11-29 15:01:12 +00:00 |
|
cvs2svn
|
d5c79928ef
|
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_7-stable'.
|
2002-11-29 15:01:01 +00:00 |
|
Richard Levitte
|
db3758923b
|
Make it so all names mentioned in the NAME section of each manpage becomes a
symlink to said manpage.
PR: 242
|
2002-11-29 15:00:58 +00:00 |
|
Richard Levitte
|
37529750e2
|
Correct some names.
|
2002-11-29 14:22:05 +00:00 |
|
Richard Levitte
|
5e4a75e79f
|
Correct some names.
|
2002-11-29 14:21:54 +00:00 |
|
Richard Levitte
|
c9ea7400b4
|
A few more memset()s converted to OPENSSL_cleanse().
I *think* I got them all covered by now, bu please, if you find any more,
tell me and I'll correct it.
PR: 343
|
2002-11-29 11:31:51 +00:00 |
|
Richard Levitte
|
43d601641f
|
A few more memset()s converted to OPENSSL_cleanse().
I *think* I got them all covered by now, bu please, if you find any more,
tell me and I'll correct it.
PR: 343
|
2002-11-29 11:30:45 +00:00 |
|
Richard Levitte
|
9fa15b6ff8
|
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
always give the expected result on some platforms.
|
2002-11-28 18:57:30 +00:00 |
|
Richard Levitte
|
55f78baf32
|
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
always give the expected result on some platforms.
|
2002-11-28 18:54:30 +00:00 |
|
Richard Levitte
|
9c44ebc1e2
|
Make sure EXIT() can always be used as one statement.
|
2002-11-28 18:52:24 +00:00 |
|
Richard Levitte
|
6c359479d7
|
Make sure EXIT() can always be used as one statement.
|
2002-11-28 18:52:14 +00:00 |
|
Richard Levitte
|
75e3026a14
|
Cleanse memory using the new OPENSSL_cleanse() function.
I've covered all the memset()s I felt safe modifying, but may have missed some.
|
2002-11-28 08:09:03 +00:00 |
|
Richard Levitte
|
4579924b7e
|
Cleanse memory using the new OPENSSL_cleanse() function.
I've covered all the memset()s I felt safe modifying, but may have missed some.
|
2002-11-28 08:04:36 +00:00 |
|
Richard Levitte
|
2047bda6fb
|
Unused variable removed.
|
2002-11-27 13:40:41 +00:00 |
|
Richard Levitte
|
406c6f6962
|
Extra ; removed.
|
2002-11-27 13:40:11 +00:00 |
|
Richard Levitte
|
0a3af9a403
|
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
and linker optimizations.
PR: 343
|
2002-11-27 12:25:52 +00:00 |
|
cvs2svn
|
3a08cf3bfb
|
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_7-stable'.
|
2002-11-27 12:24:10 +00:00 |
|
Richard Levitte
|
df29cc8f77
|
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
and linker optimizations.
PR: 343
|
2002-11-27 12:24:05 +00:00 |
|
Richard Levitte
|
ec7164133d
|
I forgot that @ in strings must be escaped in Perl
|
2002-11-26 15:27:05 +00:00 |
|
Richard Levitte
|
8826087a97
|
I forgot that @ in strings must be escaped in Perl
|
2002-11-26 15:26:55 +00:00 |
|
Richard Levitte
|
8aa09a245c
|
The logic in the main signing and verifying functions to check lengths was
incorrect. Fortunately, there is a second check that's correct, when adding
the pads.
PR: 355
|
2002-11-26 11:14:45 +00:00 |
|
Richard Levitte
|
ba8ad07490
|
The logic in the main signing and verifying functions to check lengths was
incorrect. Fortunately, there is a second check that's correct, when adding
the pads.
PR: 355
|
2002-11-26 11:14:32 +00:00 |
|
Richard Levitte
|
17582ccf21
|
Heimdal isn't really supported right now. Say so, and offer a possibility
to force the use of Heimdal, and warn if that's used.
PR: 346
|
2002-11-26 10:11:58 +00:00 |
|
Richard Levitte
|
a5fd84de41
|
Heimdal isn't really supported right now. Say so, and offer a possibility
to force the use of Heimdal, and warn if that's used.
PR: 346
|
2002-11-26 10:11:25 +00:00 |
|
Richard Levitte
|
31be2daa06
|
Small bugfixes to the KSSL implementation.
PR: 349
|
2002-11-26 10:09:36 +00:00 |
|
Richard Levitte
|
dc199cfaa2
|
Small bugfixes to the KSSL implementation.
PR: 349
|
2002-11-26 10:09:28 +00:00 |
|
Richard Levitte
|
de868e0b94
|
Heimdal isn't really supported right now. Say so, and offer a possibility
to force the use of Heimdal, and warn if that's used.
PR: 346
|
2002-11-26 09:19:17 +00:00 |
|
Richard Levitte
|
b81ef84227
|
Heimdal isn't really supported right now. Say so, and offer a possibility
to force the use of Heimdal, and warn if that's used.
PR: 346
|
2002-11-26 09:19:06 +00:00 |
|
Bodo Möller
|
15994b034a
|
rename some functions to improve consistency
Submitted by: Sheueling Chang
|
2002-11-23 18:16:09 +00:00 |
|
Bodo Möller
|
922fa76e26
|
add a comment
|
2002-11-22 09:25:35 +00:00 |
|
Richard Levitte
|
19aa370573
|
Disable this module if OPENSSL_NO_SOCK is defined.
|
2002-11-22 08:45:20 +00:00 |
|
Richard Levitte
|
d020e701bb
|
Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
|
2002-11-22 08:40:34 +00:00 |
|
Richard Levitte
|
91203a9482
|
Mention a current showstopper
|
2002-11-21 22:39:25 +00:00 |
|
Richard Levitte
|
364ff369d1
|
Mention a current showstopper
|
2002-11-21 22:39:08 +00:00 |
|
Bodo Möller
|
134fea9d0f
|
avoid uninitialized memory read
Submitted by: Nils Larsch
|
2002-11-20 14:14:45 +00:00 |
|
Bodo Möller
|
8a09b3866a
|
avoid uninitialized memory read
Submitted by: Nils Larsch
|
2002-11-20 10:55:27 +00:00 |
|
Bodo Möller
|
137445140b
|
Make ec_GFp_simple_point_get_affine_coordinates() faster
for Montgomery representations.
Submitted by: Sheueling Chang, Bodo Moeller
|
2002-11-20 10:53:33 +00:00 |
|
Lutz Jänicke
|
6a8afe2201
|
Fix bug introduced by the attempt to fix client side external session
caching (#288): now internal caching failed (#351):
Make sure, that cipher_id is set before comparing.
Submitted by:
Reviewed by:
PR: 288 (and 351)
|
2002-11-20 10:48:58 +00:00 |
|
Lutz Jänicke
|
a153c46d7f
|
Fix bug introduced by the attempt to fix client side external session
caching (#288): now internal caching failed (#351):
Make sure, that cipher_id is set before comparing.
Submitted by:
Reviewed by:
PR: 288 (and 351)
|
2002-11-20 10:46:35 +00:00 |
|
Bodo Möller
|
1e3a9b650f
|
allocate bio_err before memory debugging is enabled to avoid memory leaks
(we can't release it before the CRYPTO_mem_leaks() call!)
Submitted by: Nils Larsch
|
2002-11-19 11:56:05 +00:00 |
|
Bodo Möller
|
8faad520ae
|
allocate bio_err before memory debugging is enabled to avoid memory leaks
(we can't release it before the CRYPTO_mem_leaks() call!)
Submitted by: Nils Larsch
|
2002-11-19 11:55:47 +00:00 |
|
Richard Levitte
|
229dc0ee31
|
It works on my laptop :-).
|
2002-11-19 11:52:24 +00:00 |
|