Richard Levitte
e37c27d239
One more passed test
2000-09-13 12:14:39 +00:00
Richard Levitte
270f4f6d63
Update info on what has been fixed
2000-09-13 11:35:54 +00:00
Richard Levitte
e147c6fef8
Update info on what has been fixed, and switch format for failure data
2000-09-13 11:33:09 +00:00
Richard Levitte
cea81a62ff
Make sure that Configure will defined DSO_WIN32 for the Win32 targets. I feel a bit unsure if this should really be done for Mingw32 and CygWin32
2000-09-13 11:29:15 +00:00
Richard Levitte
c0366d89f6
3 changes:
...
- Make sure PCURSORINFO is defined even on systems that do not provide it.
- Change the reference to Peter Gutmann's paper.
- Make sure we don't walk the whole heap lists for performance reasons.
Jeffrey Altman suggests following Peter Gutmann's advice to keep it
to 50 heap entries per heap list.
2000-09-13 07:17:35 +00:00
Ulf Möller
523d778aef
The other log message should have read "Note the DSA change".
2000-09-13 02:01:35 +00:00
Ulf Möller
5b7417dbe1
More Windows failures reported
2000-09-13 01:50:24 +00:00
Ulf Möller
5401c4c2bf
Not the DSA change.
2000-09-13 01:48:05 +00:00
Ulf Möller
c11dead17c
Don't set the two top bits to one when generating a random number < q.:wq
2000-09-13 01:45:54 +00:00
Dr. Stephen Henson
4041156461
Clarify some of the I/O issues.
...
Add case of using select() and blocking I/O with
BIOs and why you shouldn't (thanks Bodo!).
2000-09-13 00:20:24 +00:00
Richard Levitte
279fff0d7f
A few more systems reported successfull.
2000-09-12 22:19:41 +00:00
Bodo Möller
54f10e6adc
New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the default
...
behaviour that SSL_read may result in SSL_ERROR_WANT_READ.
2000-09-12 20:28:30 +00:00
Ulf Möller
fb1cba063d
bug: RAND_poll().
2000-09-12 16:40:59 +00:00
Richard Levitte
e4daf9dfce
Holger Reif reports a few more Solaris successes.
2000-09-12 15:46:04 +00:00
Richard Levitte
8a26980b07
Note the failure on Win32
2000-09-12 10:07:19 +00:00
Richard Levitte
1e27f4b68c
FreeBSD and solaris with gcc passed
2000-09-12 10:05:11 +00:00
Richard Levitte
2be9694116
Merge of main trunk, conflicts resolved.
2000-09-12 08:37:51 +00:00
Richard Levitte
03ea28c985
Better error checking for RSA and DSA signature and verification speed
...
tests. This was required to not get mysterious errors when they
wouldn't quite want to work.
2000-09-12 08:12:52 +00:00
Richard Levitte
0f92cae9bc
Linux in Sparc v7 passed
2000-09-12 06:49:03 +00:00
Richard Levitte
a9740b7da6
SCO 5.0.5 with both gcc and cc passed
2000-09-12 06:44:52 +00:00
cvs2svn
b46ba9b1bc
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
2000-09-12 01:56:57 +00:00
Dr. Stephen Henson
d572cb6c1c
More BIO docs.
2000-09-12 01:56:56 +00:00
Richard Levitte
05c2b37176
DSA_verify() and DSA_sign() might return -1...
2000-09-11 22:21:38 +00:00
Richard Levitte
8e1ec9fb37
Actually, that was perfectly correct. The fault is in the checking
...
elsewhere.
2000-09-11 22:17:31 +00:00
Richard Levitte
dc005a7367
cswift_dsa_verify() incorrectly return -1 on error.
2000-09-11 22:15:53 +00:00
Richard Levitte
8c0514f741
A couple more HP-UX targets tested.
2000-09-11 22:02:07 +00:00
Richard Levitte
2aff74dd68
debug-linux-elf and debug-linux-elf-efence need to be linked with
...
libdl just as linux-elf...
2000-09-11 21:57:27 +00:00
Richard Levitte
b924f04784
Failure on Solaris when using the CSwift card.
2000-09-11 20:32:35 +00:00
Richard Levitte
d63b8db852
mkdef.pl still needed better logic. Also, the semantics of the
...
platforms list is clarified (it's however not quite followed in the
RSAREF case...).
RSAREF is also checked now.
2000-09-11 20:04:58 +00:00
Ben Laurie
2959f292db
Document an old change.
2000-09-11 17:58:09 +00:00
Richard Levitte
965c17756a
mkdef.pl has erroneous conditions to check if a symbol is excluded
...
from the given target. Fixed, I hope.
2000-09-11 17:31:05 +00:00
Richard Levitte
0c415ddd67
linux-elf passed
2000-09-11 17:10:21 +00:00
Richard Levitte
16e91fe8ab
OpenBSD doesn't support timeb.
2000-09-11 16:46:35 +00:00
Richard Levitte
74d2b0f112
Don't include e_os.h before the system headers
2000-09-11 16:37:36 +00:00
Richard Levitte
d40a9e8257
Reports for OpenBSD 2.7 and HP-UX 10.20
2000-09-11 16:36:14 +00:00
Richard Levitte
da867a51a0
Time to build the beta of the engine branch. Change version number
...
texts accordingly.
2000-09-11 13:28:35 +00:00
Richard Levitte
25814b9690
Merge of main trunk, no conflicts this time.
...
make update
2000-09-11 13:23:47 +00:00
Richard Levitte
ec6a40e278
Last minute update, in time to make it to 0.9.6-beta1
2000-09-11 13:06:48 +00:00
Richard Levitte
4a6367ae66
Time to release a beta. Change the status accordingly.
2000-09-11 12:39:43 +00:00
Richard Levitte
bed1847b6a
Time to release a beta. Change the version numbers and dates
...
accordingly.
2000-09-11 12:31:36 +00:00
Richard Levitte
4d0c6b2936
I started with a make update, but a rewrite was actually needed.
...
Perhaps we should make rewrites the default thing to do?
2000-09-11 11:45:02 +00:00
Richard Levitte
25a73f2690
A cast is needed or Borland C will complain.
2000-09-11 11:43:35 +00:00
Richard Levitte
0fc7c5010d
Merge of main trunk, no conflicts this time
2000-09-11 10:18:56 +00:00
cvs2svn
166e1f304b
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
2000-09-11 01:04:10 +00:00
Dr. Stephen Henson
b1ccd57b18
Docs for cipher and base64 BIOs.
2000-09-11 01:04:09 +00:00
Dr. Stephen Henson
5fd0cd9a9b
More new BIO docs, correct some old ones.
2000-09-10 17:36:15 +00:00
Richard Levitte
97d8e82c4c
Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to make
...
the OpenSSL commands x50 and req work better on a EBCDIC system.
2000-09-10 14:45:19 +00:00
Dr. Stephen Henson
d7b9c76c72
More preliminary BIO docs...
...
Incomplete and possibly inaccurate. Hope somone is
checking these :-)
2000-09-10 01:52:26 +00:00
Richard Levitte
ef413a7ee8
Merge of main trunk, no conflicts this time
2000-09-09 18:10:35 +00:00
Richard Levitte
0baed24c1b
More VMS synchronisation
2000-09-09 18:05:27 +00:00