oweals/openssl.git
24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Thu, 12 Oct 2000 09:56:37 +0000 (09:56 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agoNew docs and new facts in older docs.
Richard Levitte [Thu, 12 Oct 2000 09:56:36 +0000 (09:56 +0000)]
New docs and new facts in older docs.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoMake non blocking I/O work for accept BIOs.
Dr. Stephen Henson [Thu, 12 Oct 2000 01:50:33 +0000 (01:50 +0000)]
Make non blocking I/O work for accept BIOs.

24 years agoFirst cut Rijndael support. Only ECB support. Dies on anything except 128 bit
Ben Laurie [Wed, 11 Oct 2000 08:47:08 +0000 (08:47 +0000)]
First cut Rijndael support. Only ECB support. Dies on anything except 128 bit
keys and blocks.
PR:

24 years agofix problems in the selftest
Ulf Möller [Wed, 11 Oct 2000 00:08:15 +0000 (00:08 +0000)]
fix problems in the selftest

24 years agoDo a favor to those who get weird compiles and report if RAND_pseudo_bytes
Richard Levitte [Tue, 10 Oct 2000 15:08:30 +0000 (15:08 +0000)]
Do a favor to those who get weird compiles and report if RAND_pseudo_bytes
returns -1...

24 years agoA few small corrections to the SSL documentation.
Richard Levitte [Tue, 10 Oct 2000 09:15:47 +0000 (09:15 +0000)]
A few small corrections to the SSL documentation.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoMerge from main trunk, all conflicts resolved.
Richard Levitte [Tue, 10 Oct 2000 08:40:05 +0000 (08:40 +0000)]
Merge from main trunk, all conflicts resolved.

24 years agoBIO_sock_init() returns 1 for success and -1 for failure, not 0;
Bodo Möller [Mon, 9 Oct 2000 16:40:16 +0000 (16:40 +0000)]
BIO_sock_init() returns 1 for success and -1 for failure, not 0;
thus the condition '!BIO_sock_init()' doesn't make sense.

24 years agoDSO_ctrl() changes have removed a couple of DSO_METHOD-specific functions
Geoff Thorpe [Mon, 9 Oct 2000 01:57:54 +0000 (01:57 +0000)]
DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functions
so I've regenerated the error numbers and strings for the DSO functions.

24 years agoMake sure ranlib is only used on .a libraries.
Richard Levitte [Mon, 9 Oct 2000 00:50:04 +0000 (00:50 +0000)]
Make sure ranlib is only used on .a libraries.

24 years agoMake sure that shareable libraries are turned off if we don't know how
Richard Levitte [Mon, 9 Oct 2000 00:48:30 +0000 (00:48 +0000)]
Make sure that shareable libraries are turned off if we don't know how
to make them...

24 years agoNone of the DSO_METHOD's were handling anything except generic messages.
Geoff Thorpe [Sun, 8 Oct 2000 22:36:49 +0000 (22:36 +0000)]
None of the DSO_METHOD's were handling anything except generic messages.
These are now processed inside DSO_ctrl() itself.

24 years agoTime to get rid of some rather silly code duplication - some DSO_ctrl()
Geoff Thorpe [Sun, 8 Oct 2000 22:32:57 +0000 (22:32 +0000)]
Time to get rid of some rather silly code duplication - some DSO_ctrl()
commands are common to all DSO_METHODs, hence handle them at the top.

24 years agoLinux on Alpha with gcc knows about shared libraries.
Richard Levitte [Sun, 8 Oct 2000 19:40:07 +0000 (19:40 +0000)]
Linux on Alpha with gcc knows about shared libraries.

24 years agoLinux on Alpha has the configuration name linux-alpha-gcc, not
Richard Levitte [Sun, 8 Oct 2000 19:38:28 +0000 (19:38 +0000)]
Linux on Alpha has the configuration name linux-alpha-gcc, not
linux-alpha.

24 years agoFirst cut at Nuron mod-exp card support (untested, awaiting new libraries from
Ben Laurie [Sat, 7 Oct 2000 11:04:05 +0000 (11:04 +0000)]
First cut at Nuron mod-exp card support (untested, awaiting new libraries from
Nuron).

24 years agoMore code for X509_print_ex() support.
Dr. Stephen Henson [Fri, 6 Oct 2000 11:51:47 +0000 (11:51 +0000)]
More code for X509_print_ex() support.

24 years agoGlobal DirectoryString mask fix.
Dr. Stephen Henson [Wed, 4 Oct 2000 01:16:32 +0000 (01:16 +0000)]
Global DirectoryString mask fix.

Add support for X509_NAME_print_ex() in req.

Initial code for cutomizable X509 print routines.

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Tue, 3 Oct 2000 22:02:29 +0000 (22:02 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agoMore SSL functions documented. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU...
Richard Levitte [Tue, 3 Oct 2000 22:02:28 +0000 (22:02 +0000)]
More SSL functions documented.  Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoDocument...
Richard Levitte [Sun, 1 Oct 2000 21:46:43 +0000 (21:46 +0000)]
Document...

24 years agoRemove what was described by someone as "an EAY hack for compiling
Richard Levitte [Sun, 1 Oct 2000 21:28:07 +0000 (21:28 +0000)]
Remove what was described by someone as "an EAY hack for compiling
SSLeay with Colin Plumb's MD5 implementation instead of his one".

24 years agoInclude arpa/inet.h, since that's where htons() and friends are
Richard Levitte [Fri, 29 Sep 2000 20:14:57 +0000 (20:14 +0000)]
Include arpa/inet.h, since that's where htons() and friends are
supposed to be defined according to XPG4.2.
Found by Evan <n2xjk@ulster.net> for the MVS platform.

24 years agoThe des_modes manpage is in section 7.
Ulf Möller [Wed, 27 Sep 2000 21:45:20 +0000 (21:45 +0000)]
The des_modes manpage is in section 7.

24 years agoA compiler warning removed. Thanks to the folks at HP!
Richard Levitte [Wed, 27 Sep 2000 13:54:28 +0000 (13:54 +0000)]
A compiler warning removed.  Thanks to the folks at HP!

24 years agoVerbose output when installing manual pages so that you see that
Bodo Möller [Tue, 26 Sep 2000 12:23:55 +0000 (12:23 +0000)]
Verbose output when installing manual pages so that you see that
something is going on (and what).

24 years agoAdd BUGS section.
Bodo Möller [Tue, 26 Sep 2000 12:15:53 +0000 (12:15 +0000)]
Add BUGS section.

24 years agoNote read_ahead-flag related fixes.
Bodo Möller [Tue, 26 Sep 2000 11:39:37 +0000 (11:39 +0000)]
Note read_ahead-flag related fixes.

24 years agoSet s->read_ahead in SSL_new because SSL_clear no longer modifies it.
Bodo Möller [Tue, 26 Sep 2000 11:38:05 +0000 (11:38 +0000)]
Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.

24 years agoDon't modify s->read_ahead in SSL_clear, which is called from
Bodo Möller [Tue, 26 Sep 2000 11:30:59 +0000 (11:30 +0000)]
Don't modify s->read_ahead in SSL_clear, which is called from
accept/connect functions; those should not change the
read_ahead setting of the SSL structure.

24 years agoFix SSL_CTX_set_read_ahead macro.
Bodo Möller [Tue, 26 Sep 2000 11:25:44 +0000 (11:25 +0000)]
Fix SSL_CTX_set_read_ahead macro.

Submitted by: Anders Gertz <gertz@epact.se>

24 years agoSlight error in the documentation.
Geoff Thorpe [Tue, 26 Sep 2000 01:23:10 +0000 (01:23 +0000)]
Slight error in the documentation.

24 years agoDocument the change.
Richard Levitte [Mon, 25 Sep 2000 11:12:27 +0000 (11:12 +0000)]
Document the change.

24 years agoUpdate
Richard Levitte [Mon, 25 Sep 2000 10:22:39 +0000 (10:22 +0000)]
Update

24 years agoWhen creating a .def file, be a bit more selective so disabled
Richard Levitte [Mon, 25 Sep 2000 10:21:23 +0000 (10:21 +0000)]
When creating a .def file, be a bit more selective so disabled
algorithms do not get in...

24 years agoecho=off works on NT, but not on W2K.
Richard Levitte [Mon, 25 Sep 2000 09:30:32 +0000 (09:30 +0000)]
echo=off works on NT, but not on W2K.

24 years ago'ranlib' doesn't always run on some systems. That's actually
Richard Levitte [Mon, 25 Sep 2000 08:53:15 +0000 (08:53 +0000)]
'ranlib' doesn't always run on some systems.  That's actually
acceptable, since all that happens if it fails is a library with
an index, which makes linking slower, but still working correctly.

24 years agoMake the algorithm implementations depend on the corresponding
Richard Levitte [Mon, 25 Sep 2000 08:49:13 +0000 (08:49 +0000)]
Make the algorithm implementations depend on the corresponding
selection macros.

24 years agoUse the engine part properly.
Richard Levitte [Mon, 25 Sep 2000 08:47:58 +0000 (08:47 +0000)]
Use the engine part properly.

24 years agotypo
Ulf Möller [Mon, 25 Sep 2000 05:55:19 +0000 (05:55 +0000)]
typo

24 years agoRemove unused variables.
Ben Laurie [Sun, 24 Sep 2000 19:25:10 +0000 (19:25 +0000)]
Remove unused variables.

24 years agoDeshadow.
Ben Laurie [Sun, 24 Sep 2000 19:22:22 +0000 (19:22 +0000)]
Deshadow.

24 years agoDeshadow.
Ben Laurie [Sun, 24 Sep 2000 18:31:55 +0000 (18:31 +0000)]
Deshadow.

24 years agoUpdate the status and version number to 0.9.7-dev.
Richard Levitte [Sun, 24 Sep 2000 17:31:37 +0000 (17:31 +0000)]
Update the status and version number to 0.9.7-dev.

24 years agoMerge from main trunk. OpenSSL-engine-0_9_6
Richard Levitte [Sun, 24 Sep 2000 16:04:36 +0000 (16:04 +0000)]
Merge from main trunk.

24 years agoForgot to change the STATUS file...
Richard Levitte [Sun, 24 Sep 2000 15:42:34 +0000 (15:42 +0000)]
Forgot to change the STATUS file...

24 years agoTime to build the release. Bump the version info accordingly.
Richard Levitte [Sun, 24 Sep 2000 15:21:30 +0000 (15:21 +0000)]
Time to build the release.  Bump the version info accordingly.

24 years agomake update
Richard Levitte [Sun, 24 Sep 2000 14:54:31 +0000 (14:54 +0000)]
make update

24 years agoChange the Windows building scripts to enable DSO_WIN32.
Richard Levitte [Sun, 24 Sep 2000 14:48:51 +0000 (14:48 +0000)]
Change the Windows building scripts to enable DSO_WIN32.

24 years agoMerge from main trunk.
Richard Levitte [Sun, 24 Sep 2000 09:50:31 +0000 (09:50 +0000)]
Merge from main trunk.

24 years agoprint the perlasm rule only for linux-elf (it seems it confuses some
Ulf Möller [Sat, 23 Sep 2000 19:24:06 +0000 (19:24 +0000)]
print the perlasm rule only for linux-elf (it seems it confuses some
version of make for Mingw32)
----------------------------------------------------------------------
----------------------------------------------------------------------

24 years agospelling
Ulf Möller [Sat, 23 Sep 2000 19:08:16 +0000 (19:08 +0000)]
spelling

24 years agoupdate info to match the README.
Ulf Möller [Sat, 23 Sep 2000 07:38:43 +0000 (07:38 +0000)]
update info to match the README.

24 years agostop perlpod from complaining.
Ulf Möller [Sat, 23 Sep 2000 07:30:28 +0000 (07:30 +0000)]
stop perlpod from complaining.

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Sat, 23 Sep 2000 07:16:18 +0000 (07:16 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agomore manpage links.
Ulf Möller [Sat, 23 Sep 2000 07:16:17 +0000 (07:16 +0000)]
more manpage links.

24 years agotlhelp32.h
Ulf Möller [Sat, 23 Sep 2000 05:46:41 +0000 (05:46 +0000)]
tlhelp32.h

24 years agoWorkaround for tlhelp32.h: place the missing header file in outinc
Ulf Möller [Sat, 23 Sep 2000 05:19:16 +0000 (05:19 +0000)]
Workaround for tlhelp32.h: place the missing header file in outinc

24 years agoAdd some missing info.
Ulf Möller [Sat, 23 Sep 2000 05:17:40 +0000 (05:17 +0000)]
Add some missing info.

24 years agotlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)
Ulf Möller [Sat, 23 Sep 2000 05:04:19 +0000 (05:04 +0000)]
tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)

24 years agoURL to "latest" Mingw release (which is almost a year old :()
Ulf Möller [Sat, 23 Sep 2000 02:06:08 +0000 (02:06 +0000)]
URL to "latest" Mingw release (which is almost a year old :()

24 years agotypo
Bodo Möller [Fri, 22 Sep 2000 21:45:49 +0000 (21:45 +0000)]
typo

24 years agoAvoid protocol rollback.
Bodo Möller [Fri, 22 Sep 2000 21:39:33 +0000 (21:39 +0000)]
Avoid protocol rollback.

24 years agoOnly use the new informational verify codes if we
Dr. Stephen Henson [Fri, 22 Sep 2000 21:32:08 +0000 (21:32 +0000)]
Only use the new informational verify codes if we
specifically ask for them.

Fix typo in docs.

24 years agoCatch V_ASN1_NULL.
Richard Levitte [Fri, 22 Sep 2000 13:15:16 +0000 (13:15 +0000)]
Catch V_ASN1_NULL.

24 years agoProblem on FreeBSD/Alpha fixed.
Richard Levitte [Fri, 22 Sep 2000 06:15:10 +0000 (06:15 +0000)]
Problem on FreeBSD/Alpha fixed.

24 years agoKris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn't
Richard Levitte [Fri, 22 Sep 2000 06:06:25 +0000 (06:06 +0000)]
Kris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn't
use an optimization higher than -O.

24 years agoMerge from main trunk.
Richard Levitte [Thu, 21 Sep 2000 21:00:20 +0000 (21:00 +0000)]
Merge from main trunk.

24 years agoMore reports
Richard Levitte [Thu, 21 Sep 2000 20:49:47 +0000 (20:49 +0000)]
More reports

24 years agoMerge from main trunk.
Richard Levitte [Thu, 21 Sep 2000 20:29:00 +0000 (20:29 +0000)]
Merge from main trunk.

24 years agoMore reports
Richard Levitte [Thu, 21 Sep 2000 20:09:16 +0000 (20:09 +0000)]
More reports

24 years agoFix ASN1_TYPE bug.
Dr. Stephen Henson [Thu, 21 Sep 2000 18:57:00 +0000 (18:57 +0000)]
Fix ASN1_TYPE bug.

24 years agoMore reports
Richard Levitte [Thu, 21 Sep 2000 17:44:23 +0000 (17:44 +0000)]
More reports

24 years agoChange IMPORTANT to WARNING for greater emphasis.
Richard Levitte [Thu, 21 Sep 2000 17:21:15 +0000 (17:21 +0000)]
Change IMPORTANT to WARNING for greater emphasis.

24 years agoMore reports
Richard Levitte [Thu, 21 Sep 2000 17:11:52 +0000 (17:11 +0000)]
More reports

24 years agoOops, if the target only had USE_TOD, an error message was issued...
Richard Levitte [Thu, 21 Sep 2000 16:01:08 +0000 (16:01 +0000)]
Oops, if the target only had USE_TOD, an error message was issued...

24 years agoUgly hack to make sure static libraries are usable. Without this,
Richard Levitte [Thu, 21 Sep 2000 15:16:20 +0000 (15:16 +0000)]
Ugly hack to make sure static libraries are usable.  Without this,
anything that just links with libeay32.lib or libssl32.lib will get an
error saying the __imp__RegQueryValueEx is unresolved.

The right thing would really be to fix crypto/rand/rand_win.c to load
ADVAPI32.DLL dynamically, but that won't be done just before a
release.

24 years agoMore reports.
Richard Levitte [Thu, 21 Sep 2000 14:51:45 +0000 (14:51 +0000)]
More reports.

24 years agoTests so far.
Richard Levitte [Thu, 21 Sep 2000 14:26:12 +0000 (14:26 +0000)]
Tests so far.

24 years agoTests so far.
Richard Levitte [Thu, 21 Sep 2000 12:54:41 +0000 (12:54 +0000)]
Tests so far.

24 years agoPrepare STATUS for the beta 3 reports.
Richard Levitte [Thu, 21 Sep 2000 10:27:35 +0000 (10:27 +0000)]
Prepare STATUS for the beta 3 reports.

24 years agoTime to build beta 3 [engine]. Bump version numbers accordingly. OpenSSL-engine-0_9_6-beta3
Richard Levitte [Thu, 21 Sep 2000 09:27:54 +0000 (09:27 +0000)]
Time to build beta 3 [engine].  Bump version numbers accordingly.

24 years agoTime to build beta 3. Bump the version numbers accordingly. OpenSSL_0_9_6-beta3
Richard Levitte [Thu, 21 Sep 2000 09:08:44 +0000 (09:08 +0000)]
Time to build beta 3.  Bump the version numbers accordingly.

24 years agoMerge from main trunk. No conflicts.
Richard Levitte [Thu, 21 Sep 2000 07:38:47 +0000 (07:38 +0000)]
Merge from main trunk.  No conflicts.

24 years agomake update
Richard Levitte [Thu, 21 Sep 2000 07:16:40 +0000 (07:16 +0000)]
make update

24 years agoI'm using GNU tar...
Richard Levitte [Thu, 21 Sep 2000 07:15:52 +0000 (07:15 +0000)]
I'm using GNU tar...

24 years agoChanges by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()
Richard Levitte [Thu, 21 Sep 2000 07:02:27 +0000 (07:02 +0000)]
Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()
work better in Win32.  Verified by zhu qun-ying <qyzhu@krdl.org.sg>.

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Thu, 21 Sep 2000 06:46:16 +0000 (06:46 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agoClarifications and new documents.
Richard Levitte [Thu, 21 Sep 2000 06:46:15 +0000 (06:46 +0000)]
Clarifications and new documents.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoPortability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
Richard Levitte [Thu, 21 Sep 2000 05:42:01 +0000 (05:42 +0000)]
Portability patch for HP MPE/iX.  Submitted by Mark Bixby <mark_bixby@hp.com>

24 years agoMerge of main trunk, all conflicts resolved.
Richard Levitte [Wed, 20 Sep 2000 17:06:25 +0000 (17:06 +0000)]
Merge of main trunk, all conflicts resolved.

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Wed, 20 Sep 2000 16:55:27 +0000 (16:55 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agoNew documents. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Richard Levitte [Wed, 20 Sep 2000 16:55:26 +0000 (16:55 +0000)]
New documents.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoMistakes corrected. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Richard Levitte [Wed, 20 Sep 2000 16:52:05 +0000 (16:52 +0000)]
Mistakes corrected.  Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoMerge of main trunk, all conflicts resolved.
Richard Levitte [Wed, 20 Sep 2000 16:40:10 +0000 (16:40 +0000)]
Merge of main trunk, all conflicts resolved.

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Wed, 20 Sep 2000 15:52:27 +0000 (15:52 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agoAdd news and a description of the ENGINE part and how it's currently
Richard Levitte [Wed, 20 Sep 2000 15:52:26 +0000 (15:52 +0000)]
Add news and a description of the ENGINE part and how it's currently
distributed.

24 years agoAdditions for 0.9.6.
Bodo Möller [Wed, 20 Sep 2000 15:22:02 +0000 (15:22 +0000)]
Additions for 0.9.6.

24 years agoReports about a few old systems.
Richard Levitte [Wed, 20 Sep 2000 15:15:37 +0000 (15:15 +0000)]
Reports about a few old systems.
Reported by Bernhard Simon <bs@bsws.zid.tuwien.ac.at>