openssl.git
23 years agoDisable buggy code variant in BN_mod_mul_montgomery that was enabled
Bodo Möller [Tue, 19 Sep 2000 17:21:52 +0000 (17:21 +0000)]
Disable buggy code variant in BN_mod_mul_montgomery that was enabled
in 0.9.6-beta1 and 0.9.6-beta2 and caused the BN_mont_exp_mont_word()
failure (bug report "openssh 2.2.0p1 fails with openssl 0.9.6-beta1").

23 years agoIt seems like all HP-UX are successes as soon as the -ldl vs. -ldld
Richard Levitte [Tue, 19 Sep 2000 16:14:47 +0000 (16:14 +0000)]
It seems like all HP-UX are successes as soon as the -ldl vs. -ldld
quirk is fixed.

23 years agoFreeBSD only supports ftime() through libcompat, which means it's
Richard Levitte [Tue, 19 Sep 2000 16:13:38 +0000 (16:13 +0000)]
FreeBSD only supports ftime() through libcompat, which means it's
better not to use it.

23 years agoA few more HP-UX reports. Reported by Kevin Steves <stevesk@sweden.hp.com>
Richard Levitte [Tue, 19 Sep 2000 15:55:43 +0000 (15:55 +0000)]
A few more HP-UX reports.  Reported by Kevin Steves <stevesk@sweden.hp.com>

23 years agoReorder the Blowfish documentation so the low-level routines do not get so prominent...
Richard Levitte [Tue, 19 Sep 2000 06:15:33 +0000 (06:15 +0000)]
Reorder the Blowfish documentation so the low-level routines do not get so prominent, and make sure to say out loud what they expect.

23 years agoClarify the BIO_seek() mess and related issues.
Dr. Stephen Henson [Mon, 18 Sep 2000 23:05:33 +0000 (23:05 +0000)]
Clarify the BIO_seek() mess and related issues.

Buffering BIO docs.

23 years agoispell
Ulf Möller [Mon, 18 Sep 2000 22:58:02 +0000 (22:58 +0000)]
ispell

23 years agoNote the BN_mod_exp_word bug. (Markus Friedl provided a test program.)
Ulf Möller [Mon, 18 Sep 2000 22:03:37 +0000 (22:03 +0000)]
Note the BN_mod_exp_word bug. (Markus Friedl provided a test program.)

23 years agoA couple more reports.
Richard Levitte [Mon, 18 Sep 2000 16:53:05 +0000 (16:53 +0000)]
A couple more reports.

23 years agoftime() is not supported on SGI.
Richard Levitte [Mon, 18 Sep 2000 16:52:05 +0000 (16:52 +0000)]
ftime() is not supported on SGI.
Reported by Steve Robb <steve@eu.c2.net>

23 years agoNew documentation about things related to SSL_CIPHER. Submitted by Lutz Jaenicke...
Richard Levitte [Mon, 18 Sep 2000 16:42:30 +0000 (16:42 +0000)]
New documentation about things related to SSL_CIPHER.  Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years agoHP-UX 64-bit has dlfcn, so let's use that instead of the old dl.
Richard Levitte [Mon, 18 Sep 2000 16:34:41 +0000 (16:34 +0000)]
HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.

23 years agoA few more reports
Richard Levitte [Mon, 18 Sep 2000 16:17:41 +0000 (16:17 +0000)]
A few more reports

23 years agoNo engine stuff in the main trunk.
Richard Levitte [Mon, 18 Sep 2000 16:07:20 +0000 (16:07 +0000)]
No engine stuff in the main trunk.

23 years agoA few more reports
Richard Levitte [Mon, 18 Sep 2000 13:35:05 +0000 (13:35 +0000)]
A few more reports

23 years agoWork around for Netscape PKCS#7 signedData bug.
Dr. Stephen Henson [Mon, 18 Sep 2000 12:30:57 +0000 (12:30 +0000)]
Work around for Netscape PKCS#7 signedData bug.

23 years agoA few more reports
Richard Levitte [Mon, 18 Sep 2000 11:55:12 +0000 (11:55 +0000)]
A few more reports

23 years agoGoing through performance statistics sometimes generates an exception,
Richard Levitte [Mon, 18 Sep 2000 11:51:07 +0000 (11:51 +0000)]
Going through performance statistics sometimes generates an exception,
so disable that part.
Reported by Jeffrey Altman <jaltman@columbia.edu>

23 years agocyclecount is only used when __GNUC__ isn't defined.
Richard Levitte [Mon, 18 Sep 2000 11:44:40 +0000 (11:44 +0000)]
cyclecount is only used when __GNUC__ isn't defined.

23 years agoDisable the net statistics gathering code, since different compilers
Richard Levitte [Mon, 18 Sep 2000 11:24:32 +0000 (11:24 +0000)]
Disable the net statistics gathering code, since different compilers
disagree on the proper syntax and type names.

23 years agoHP-UX didn't go through
Richard Levitte [Mon, 18 Sep 2000 09:36:25 +0000 (09:36 +0000)]
HP-UX didn't go through

23 years agoTypo in the added hpux targets. -ldl should be -ldld.
Richard Levitte [Mon, 18 Sep 2000 09:34:05 +0000 (09:34 +0000)]
Typo in the added hpux targets.  -ldl should be -ldld.

23 years agoThe test status as it has been reported so far
Richard Levitte [Mon, 18 Sep 2000 09:21:01 +0000 (09:21 +0000)]
The test status as it has been reported so far

23 years agoUnless we cast, thorough compilers will complain
Richard Levitte [Mon, 18 Sep 2000 08:40:55 +0000 (08:40 +0000)]
Unless we cast, thorough compilers will complain

23 years agoJeffrey Altman reminds us to initialize some variables and ercommends the use of...
Richard Levitte [Mon, 18 Sep 2000 01:48:38 +0000 (01:48 +0000)]
Jeffrey Altman reminds us to initialize some variables and ercommends the use of LOadLibrary instead of GetModuleHandle

23 years agoDeclare the availability of beta 2 in STATUS.
Richard Levitte [Sun, 17 Sep 2000 22:36:25 +0000 (22:36 +0000)]
Declare the availability of beta 2 in STATUS.

23 years agoA new beta is being released. Change the version numbers
Richard Levitte [Sun, 17 Sep 2000 20:19:44 +0000 (20:19 +0000)]
A new beta is being released.  Change the version numbers
accordingly.

23 years agomake update
Richard Levitte [Sun, 17 Sep 2000 20:18:06 +0000 (20:18 +0000)]
make update

23 years agoA patch from HP for better performance.
Richard Levitte [Sun, 17 Sep 2000 20:04:42 +0000 (20:04 +0000)]
A patch from HP for better performance.
Submitted by Kevin Steves <ks@hp.se> 3 months ago...

23 years agoRestore the descriptions to conform with the rest of the
Richard Levitte [Sun, 17 Sep 2000 19:20:17 +0000 (19:20 +0000)]
Restore the descriptions to conform with the rest of the
documentation.  We'll work on better documents after the release of
0.9.6.

23 years agoJeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes the
Richard Levitte [Sun, 17 Sep 2000 18:42:13 +0000 (18:42 +0000)]
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.

23 years agoUse sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte [Sun, 17 Sep 2000 18:21:27 +0000 (18:21 +0000)]
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.

23 years agosiglen is unsigned, so comparing it to less than 0 is silly, and
Richard Levitte [Sun, 17 Sep 2000 18:08:38 +0000 (18:08 +0000)]
siglen is unsigned, so comparing it to less than 0 is silly, and
generates a compiler warning with Compaq C.

23 years agoOops, no engine in the main trunk.
Richard Levitte [Sun, 17 Sep 2000 15:45:43 +0000 (15:45 +0000)]
Oops, no engine in the main trunk.

23 years agoTell users that a rewrite might be a good idea.
Richard Levitte [Sun, 17 Sep 2000 15:41:24 +0000 (15:41 +0000)]
Tell users that a rewrite might be a good idea.

23 years agoSome platforms define NULL as ((void *)0). Unfortunately, a void*
Richard Levitte [Sun, 17 Sep 2000 14:46:09 +0000 (14:46 +0000)]
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.

23 years agoA couple of more names need to be shortened for VMS on VAX.
Richard Levitte [Sun, 17 Sep 2000 14:44:35 +0000 (14:44 +0000)]
A couple of more names need to be shortened for VMS on VAX.

23 years agoMake sure Compaq C doesn'r complain about dollars, and go around the
Richard Levitte [Sun, 17 Sep 2000 14:42:46 +0000 (14:42 +0000)]
Make sure Compaq C doesn'r complain about dollars, and go around the
incompatibility between function and data pointers.

23 years agoInform the VMS people that RSAref is no longer needed
Richard Levitte [Sun, 17 Sep 2000 11:57:33 +0000 (11:57 +0000)]
Inform the VMS people that RSAref is no longer needed

23 years agoVMS didn't work out too well...
Richard Levitte [Sun, 17 Sep 2000 11:56:53 +0000 (11:56 +0000)]
VMS didn't work out too well...

23 years agoRename new BIO_set_shutdown_wr macro to just BIO_shutdown_wr
Bodo Möller [Sun, 17 Sep 2000 01:23:53 +0000 (01:23 +0000)]
Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wr
(it's similar to the shutdown(..., SHUT_WR) system call
for sockets).

23 years agoMove text that isn't really descriptions of the functions in the page
Richard Levitte [Sat, 16 Sep 2000 23:32:33 +0000 (23:32 +0000)]
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).

23 years agoAdd BIO_seek() and BIO_tell() to the BIO control functions manual.
Richard Levitte [Sat, 16 Sep 2000 23:31:03 +0000 (23:31 +0000)]
Add BIO_seek() and BIO_tell() to the BIO control functions manual.

23 years agoNew macro BIO_set_shutdown_wr().
Dr. Stephen Henson [Sat, 16 Sep 2000 21:21:01 +0000 (21:21 +0000)]
New macro BIO_set_shutdown_wr().

Update docs.

23 years agoSSL => TLS/SSL
Bodo Möller [Sat, 16 Sep 2000 16:05:34 +0000 (16:05 +0000)]
SSL => TLS/SSL

23 years agoTLS => TLS/SSL
Bodo Möller [Sat, 16 Sep 2000 16:02:35 +0000 (16:02 +0000)]
TLS => TLS/SSL

23 years agoChange spelling back to "behaviour" and "flavour" instead of the
Bodo Möller [Sat, 16 Sep 2000 16:00:38 +0000 (16:00 +0000)]
Change spelling back to "behaviour" and "flavour" instead of the
American variants.

23 years agoClarification.
Bodo Möller [Sat, 16 Sep 2000 15:55:57 +0000 (15:55 +0000)]
Clarification.

23 years agoispell and some other nit-picking
Ulf Möller [Sat, 16 Sep 2000 15:39:28 +0000 (15:39 +0000)]
ispell and some other nit-picking

23 years agoRemove redundant manpages and references to them.
Dr. Stephen Henson [Sat, 16 Sep 2000 12:01:38 +0000 (12:01 +0000)]
Remove redundant manpages and references to them.

23 years agoadd links to the new BIO and SSL manpages to make them visible on the web.
Ulf Möller [Sat, 16 Sep 2000 06:04:43 +0000 (06:04 +0000)]
add links to the new BIO and SSL manpages to make them visible on the web.

23 years agoBIO_f_ssl() docs.
Dr. Stephen Henson [Sat, 16 Sep 2000 01:32:42 +0000 (01:32 +0000)]
BIO_f_ssl() docs.

23 years agoCompile all dso files on VMS as well.
Richard Levitte [Fri, 15 Sep 2000 22:16:41 +0000 (22:16 +0000)]
Compile all dso files on VMS as well.

23 years ago'make update'
Richard Levitte [Fri, 15 Sep 2000 22:13:38 +0000 (22:13 +0000)]
'make update'

23 years agoMake sure dso_vms.c compiles on other operating systems as well.
Richard Levitte [Fri, 15 Sep 2000 22:12:53 +0000 (22:12 +0000)]
Make sure dso_vms.c compiles on other operating systems as well.

23 years agoA DSO method for VMS was missing, and I had the code lying around...
Richard Levitte [Fri, 15 Sep 2000 21:22:50 +0000 (21:22 +0000)]
A DSO method for VMS was missing, and I had the code lying around...

23 years agoMove up inclusion of conf.h, so non-MONOLITH programs can benefit from
Richard Levitte [Fri, 15 Sep 2000 19:37:14 +0000 (19:37 +0000)]
Move up inclusion of conf.h, so non-MONOLITH programs can benefit from
it as well, especially in apps.c.

23 years agoAccept BIO docs.
Dr. Stephen Henson [Fri, 15 Sep 2000 17:31:47 +0000 (17:31 +0000)]
Accept BIO docs.

23 years ago'make update'
Richard Levitte [Fri, 15 Sep 2000 15:26:04 +0000 (15:26 +0000)]
'make update'

23 years agoAdd a flag for OpenVMS.
Richard Levitte [Fri, 15 Sep 2000 13:59:30 +0000 (13:59 +0000)]
Add a flag for OpenVMS.

23 years agoLater, Jeffrey changed his mind. Apparently, GetCursorInfo exists but
Richard Levitte [Fri, 15 Sep 2000 11:33:14 +0000 (11:33 +0000)]
Later, Jeffrey changed his mind.  Apparently, GetCursorInfo exists but
doesn't quite work on WinNT 4 earlier than SP6.  It works fine on
Windows 98 and Windows 2000.

I'm disabling it for now.  What's really needed is some kind of check
to see if GetCursorInfo is safe to call, or alternatively, GetCursor
or GetCursorPos could be used, according to Jeffrey.

23 years agoJeffrey Altman points out that GetQueueStatus() crashes on NT.
Ulf Möller [Fri, 15 Sep 2000 04:20:40 +0000 (04:20 +0000)]
Jeffrey Altman points out that GetQueueStatus() crashes on NT.

23 years agoUpdate BIO_s_connect().
Dr. Stephen Henson [Fri, 15 Sep 2000 00:28:47 +0000 (00:28 +0000)]
Update BIO_s_connect().

23 years agoSome small clarifications.
Bodo Möller [Thu, 14 Sep 2000 22:09:55 +0000 (22:09 +0000)]
Some small clarifications.

23 years agoIn the name section, all the functions described shoud be enumerated.
Richard Levitte [Thu, 14 Sep 2000 21:23:28 +0000 (21:23 +0000)]
In the name section, all the functions described shoud be enumerated.
This will also make it much simpler to generate softlinks name like
each function to man-pages containing the info.

23 years agoUpdate the info on version numbering
Richard Levitte [Thu, 14 Sep 2000 21:22:19 +0000 (21:22 +0000)]
Update the info on version numbering

23 years agoBIO_seed() and BIO_tell() were documented in two other documents,
Richard Levitte [Thu, 14 Sep 2000 20:24:56 +0000 (20:24 +0000)]
BIO_seed() and BIO_tell() were documented in two other documents,
which is redundant.  They are now in their own document.

Also, in the name section, all the functions described shoud be
enumerated.  This will also make it much simpler to generate softlinks
name like each function to man-pages containing the info.

23 years agoBIO_seed() and BIO_tell() were documented in two other documents,
Richard Levitte [Thu, 14 Sep 2000 20:23:17 +0000 (20:23 +0000)]
BIO_seed() and BIO_tell() were documented in two other documents,
which is redundant.  Instead, move them to their own page.

23 years agoItems without a =over and a =back are ignored.
Richard Levitte [Thu, 14 Sep 2000 20:22:14 +0000 (20:22 +0000)]
Items without a =over and a =back are ignored.

23 years agoBIO_s_bio() manual page detailing BIO pair.
Dr. Stephen Henson [Thu, 14 Sep 2000 18:55:39 +0000 (18:55 +0000)]
BIO_s_bio() manual page detailing BIO pair.

This combines several manual pages provided by
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>,
various comments by Bodo to the lists and a bit
of source examination by me.

23 years agoBug fix: Montgomery multiplication could produce results with the wrong
Ulf Möller [Thu, 14 Sep 2000 18:37:53 +0000 (18:37 +0000)]
Bug fix: Montgomery multiplication could produce results with the wrong
sign.

23 years agoRemove engine stuff that was erroneously put in the main trunk.
Richard Levitte [Thu, 14 Sep 2000 18:16:25 +0000 (18:16 +0000)]
Remove engine stuff that was erroneously put in the main trunk.

23 years agoAdd Damien Miller's RPM specification file with a few modifications.
Richard Levitte [Thu, 14 Sep 2000 15:28:44 +0000 (15:28 +0000)]
Add Damien Miller's RPM specification file with a few modifications.

23 years agoRemove indentation in the NAME section. There's really no need to
Richard Levitte [Thu, 14 Sep 2000 13:17:55 +0000 (13:17 +0000)]
Remove indentation in the NAME section.  There's really no need to
indent there, especially since the pod2* scripts will regard that as
preformated text.  In one case, indent a code section one step.

23 years agoAdd a number of documentation files, mostly for SSL routines, but also
Richard Levitte [Thu, 14 Sep 2000 13:11:56 +0000 (13:11 +0000)]
Add a number of documentation files, mostly for SSL routines, but also
for a few BIO routines.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years agoAdd a configuration for Sony News 4.
Richard Levitte [Thu, 14 Sep 2000 12:48:48 +0000 (12:48 +0000)]
Add a configuration for Sony News 4.
Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>

23 years agoInitial connect BIO docs.
Dr. Stephen Henson [Thu, 14 Sep 2000 12:44:34 +0000 (12:44 +0000)]
Initial connect BIO docs.

23 years agoRemove indentation in the NAME section. There's really no need to
Richard Levitte [Thu, 14 Sep 2000 12:14:41 +0000 (12:14 +0000)]
Remove indentation in the NAME section.  There's really no need to
indent there, especially since the pod2* scripts will regard that as
preformated text.  In one case, indent a code section one step.

23 years agorsa_num2 is no longer used, so remove it.
Richard Levitte [Thu, 14 Sep 2000 11:09:03 +0000 (11:09 +0000)]
rsa_num2 is no longer used, so remove it.

23 years agoJeffrey Altman convinced me this patch was really needed, or there is
Richard Levitte [Thu, 14 Sep 2000 09:19:19 +0000 (09:19 +0000)]
Jeffrey Altman convinced me this patch was really needed, or there is
no way to make sure GetCursorInfo will give us a valid answer.

23 years agoDocs for socket BIO.
Dr. Stephen Henson [Thu, 14 Sep 2000 00:05:50 +0000 (00:05 +0000)]
Docs for socket BIO.

23 years ago'make update'
Bodo Möller [Wed, 13 Sep 2000 22:04:09 +0000 (22:04 +0000)]
'make update'

23 years agoBIO_s_fd() manual page.
Dr. Stephen Henson [Wed, 13 Sep 2000 17:27:42 +0000 (17:27 +0000)]
BIO_s_fd() manual page.

23 years agoPoint to Peter Gutmann's revised paper.
Ulf Möller [Wed, 13 Sep 2000 14:24:07 +0000 (14:24 +0000)]
Point to Peter Gutmann's revised paper.
The copy at www.usenix.org is the old version.

23 years agoOne more passed test
Richard Levitte [Wed, 13 Sep 2000 12:14:39 +0000 (12:14 +0000)]
One more passed test

23 years agoUpdate info on what has been fixed
Richard Levitte [Wed, 13 Sep 2000 11:35:54 +0000 (11:35 +0000)]
Update info on what has been fixed

23 years agoUpdate info on what has been fixed, and switch format for failure data
Richard Levitte [Wed, 13 Sep 2000 11:33:09 +0000 (11:33 +0000)]
Update info on what has been fixed, and switch format for failure data

23 years agoMake sure that Configure will defined DSO_WIN32 for the Win32 targets. I feel a...
Richard Levitte [Wed, 13 Sep 2000 11:29:15 +0000 (11:29 +0000)]
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

23 years ago3 changes:
Richard Levitte [Wed, 13 Sep 2000 07:17:35 +0000 (07:17 +0000)]
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.

23 years agoThe other log message should have read "Note the DSA change".
Ulf Möller [Wed, 13 Sep 2000 02:01:35 +0000 (02:01 +0000)]
The other log message should have read "Note the DSA change".

23 years agoMore Windows failures reported
Ulf Möller [Wed, 13 Sep 2000 01:50:24 +0000 (01:50 +0000)]
More Windows failures reported

23 years agoNot the DSA change.
Ulf Möller [Wed, 13 Sep 2000 01:48:05 +0000 (01:48 +0000)]
Not the DSA change.

23 years agoDon't set the two top bits to one when generating a random number < q.:wq
Ulf Möller [Wed, 13 Sep 2000 01:45:54 +0000 (01:45 +0000)]
Don't set the two top bits to one when generating a random number < q.:wq

23 years agoClarify some of the I/O issues.
Dr. Stephen Henson [Wed, 13 Sep 2000 00:20:24 +0000 (00:20 +0000)]
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!).

23 years agoA few more systems reported successfull.
Richard Levitte [Tue, 12 Sep 2000 22:19:41 +0000 (22:19 +0000)]
A few more systems reported successfull.

23 years agoNew SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the default
Bodo Möller [Tue, 12 Sep 2000 20:28:30 +0000 (20:28 +0000)]
New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the default
behaviour that SSL_read may result in SSL_ERROR_WANT_READ.

23 years agobug: RAND_poll().
Ulf Möller [Tue, 12 Sep 2000 16:40:59 +0000 (16:40 +0000)]
bug: RAND_poll().

23 years agoHolger Reif reports a few more Solaris successes.
Richard Levitte [Tue, 12 Sep 2000 15:46:04 +0000 (15:46 +0000)]
Holger Reif reports a few more Solaris successes.

23 years agoNote the failure on Win32
Richard Levitte [Tue, 12 Sep 2000 10:07:19 +0000 (10:07 +0000)]
Note the failure on Win32

23 years agoFreeBSD and solaris with gcc passed
Richard Levitte [Tue, 12 Sep 2000 10:05:11 +0000 (10:05 +0000)]
FreeBSD and solaris with gcc passed