Richard Levitte
|
28178bcf24
|
FreeBSD only supports ftime() through libcompat, which means it's
better not to use it.
|
2000-09-19 16:13:38 +00:00 |
|
Richard Levitte
|
cec7fe4da6
|
A few more HP-UX reports. Reported by Kevin Steves <stevesk@sweden.hp.com>
|
2000-09-19 15:55:43 +00:00 |
|
Richard Levitte
|
c15602f48e
|
Reorder the Blowfish documentation so the low-level routines do not get so prominent, and make sure to say out loud what they expect.
|
2000-09-19 06:15:33 +00:00 |
|
Dr. Stephen Henson
|
3b2cbbcb9a
|
Clarify the BIO_seek() mess and related issues.
Buffering BIO docs.
|
2000-09-18 23:05:33 +00:00 |
|
Ulf Möller
|
c69c47b9fe
|
ispell
|
2000-09-18 22:58:02 +00:00 |
|
Ulf Möller
|
5d1a5ddb65
|
Note the BN_mod_exp_word bug. (Markus Friedl provided a test program.)
|
2000-09-18 22:03:37 +00:00 |
|
Richard Levitte
|
f97cc10372
|
A couple more reports.
|
2000-09-18 16:53:05 +00:00 |
|
Richard Levitte
|
a3829b8650
|
ftime() is not supported on SGI.
Reported by Steve Robb <steve@eu.c2.net>
|
2000-09-18 16:52:05 +00:00 |
|
Richard Levitte
|
615513ba52
|
New documentation about things related to SSL_CIPHER. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
2000-09-18 16:42:30 +00:00 |
|
Richard Levitte
|
2bd8aaefa4
|
HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.
|
2000-09-18 16:34:41 +00:00 |
|
Richard Levitte
|
252d333fc1
|
A few more reports
|
2000-09-18 16:17:41 +00:00 |
|
Richard Levitte
|
2aa4e2e2d4
|
No engine stuff in the main trunk.
|
2000-09-18 16:07:20 +00:00 |
|
Richard Levitte
|
c6cda0bdb7
|
A few more reports
|
2000-09-18 13:35:05 +00:00 |
|
Dr. Stephen Henson
|
730e37edb6
|
Work around for Netscape PKCS#7 signedData bug.
|
2000-09-18 12:30:57 +00:00 |
|
Richard Levitte
|
4b6e6ab91c
|
A few more reports
|
2000-09-18 11:55:12 +00:00 |
|
Richard Levitte
|
24842e0586
|
Going through performance statistics sometimes generates an exception,
so disable that part.
Reported by Jeffrey Altman <jaltman@columbia.edu>
|
2000-09-18 11:51:07 +00:00 |
|
Richard Levitte
|
159cf04e86
|
cyclecount is only used when __GNUC__ isn't defined.
|
2000-09-18 11:44:40 +00:00 |
|
Richard Levitte
|
676432d4e1
|
Disable the net statistics gathering code, since different compilers
disagree on the proper syntax and type names.
|
2000-09-18 11:24:32 +00:00 |
|
Richard Levitte
|
1e72b77994
|
HP-UX didn't go through
|
2000-09-18 09:36:25 +00:00 |
|
Richard Levitte
|
1cf3bbaea6
|
Typo in the added hpux targets. -ldl should be -ldld.
|
2000-09-18 09:34:05 +00:00 |
|
Richard Levitte
|
d448429e52
|
The test status as it has been reported so far
|
2000-09-18 09:21:01 +00:00 |
|
Richard Levitte
|
4534fb1c86
|
Unless we cast, thorough compilers will complain
|
2000-09-18 08:40:55 +00:00 |
|
Richard Levitte
|
362f2b69ff
|
Jeffrey Altman reminds us to initialize some variables and ercommends the use of LOadLibrary instead of GetModuleHandle
|
2000-09-18 01:48:38 +00:00 |
|
Richard Levitte
|
3c184d8180
|
Declare the availability of beta 2 in STATUS.
|
2000-09-17 22:36:25 +00:00 |
|
Richard Levitte
|
a440d6636f
|
A new beta is being released. Change the version numbers
accordingly.
|
2000-09-17 20:19:44 +00:00 |
|
Richard Levitte
|
91e8cc6216
|
make update
|
2000-09-17 20:18:06 +00:00 |
|
Richard Levitte
|
d0c2ebf414
|
A patch from HP for better performance.
Submitted by Kevin Steves <ks@hp.se> 3 months ago...
|
2000-09-17 20:04:42 +00:00 |
|
Richard Levitte
|
e17b712894
|
Restore the descriptions to conform with the rest of the
documentation. We'll work on better documents after the release of
0.9.6.
|
2000-09-17 19:20:17 +00:00 |
|
Richard Levitte
|
1d95fb659d
|
Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes the
problems with GetCursorInfo, but also adds network statistics and
performance statistics where available.
|
2000-09-17 18:42:13 +00:00 |
|
Richard Levitte
|
62324627aa
|
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
of complaints from the compiler about data pointers and function
pointers not being compatible with each other.
|
2000-09-17 18:21:27 +00:00 |
|
Richard Levitte
|
623eea376a
|
siglen is unsigned, so comparing it to less than 0 is silly, and
generates a compiler warning with Compaq C.
|
2000-09-17 18:08:38 +00:00 |
|
Richard Levitte
|
5ef8093732
|
Oops, no engine in the main trunk.
|
2000-09-17 15:45:43 +00:00 |
|
Richard Levitte
|
6d50071e84
|
Tell users that a rewrite might be a good idea.
|
2000-09-17 15:41:24 +00:00 |
|
Richard Levitte
|
60dae9985d
|
Some platforms define NULL as ((void *)0). Unfortunately, a void*
can't be used as a function pointer according the the standards. Use
a 0 instead and there will be no trouble.
|
2000-09-17 14:46:09 +00:00 |
|
Richard Levitte
|
df320c4473
|
A couple of more names need to be shortened for VMS on VAX.
|
2000-09-17 14:44:35 +00:00 |
|
Richard Levitte
|
3aa477f6ec
|
Make sure Compaq C doesn'r complain about dollars, and go around the
incompatibility between function and data pointers.
|
2000-09-17 14:42:46 +00:00 |
|
Richard Levitte
|
282f92f7dd
|
Inform the VMS people that RSAref is no longer needed
|
2000-09-17 11:57:33 +00:00 |
|
Richard Levitte
|
8e913bff55
|
VMS didn't work out too well...
|
2000-09-17 11:56:53 +00:00 |
|
Bodo Möller
|
07fcf422a1
|
Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wr
(it's similar to the shutdown(..., SHUT_WR) system call
for sockets).
|
2000-09-17 01:23:53 +00:00 |
|
Richard Levitte
|
da542e1bf7
|
Move text that isn't really descriptions of the functions in the page
to the NOTES section, and add references to the functions mentioned
(and perhaps a few more).
|
2000-09-16 23:32:33 +00:00 |
|
Richard Levitte
|
93fe6e13a3
|
Add BIO_seek() and BIO_tell() to the BIO control functions manual.
|
2000-09-16 23:31:03 +00:00 |
|
Dr. Stephen Henson
|
2c281ebb6c
|
New macro BIO_set_shutdown_wr().
Update docs.
|
2000-09-16 21:21:01 +00:00 |
|
Bodo Möller
|
37b08e8365
|
SSL => TLS/SSL
|
2000-09-16 16:05:34 +00:00 |
|
Bodo Möller
|
318f962928
|
TLS => TLS/SSL
|
2000-09-16 16:02:35 +00:00 |
|
Bodo Möller
|
acb5b34328
|
Change spelling back to "behaviour" and "flavour" instead of the
American variants.
|
2000-09-16 16:00:38 +00:00 |
|
Bodo Möller
|
c1629c9ea2
|
Clarification.
|
2000-09-16 15:55:57 +00:00 |
|
Ulf Möller
|
1e4e549296
|
ispell and some other nit-picking
|
2000-09-16 15:39:28 +00:00 |
|
Dr. Stephen Henson
|
439fb8e1e0
|
Remove redundant manpages and references to them.
|
2000-09-16 12:01:38 +00:00 |
|
Ulf Möller
|
53e44d90c7
|
add links to the new BIO and SSL manpages to make them visible on the web.
|
2000-09-16 06:04:43 +00:00 |
|
Dr. Stephen Henson
|
32751b8ab1
|
BIO_f_ssl() docs.
|
2000-09-16 01:32:42 +00:00 |
|