oweals/openssl.git
22 years agolooks like a typo
Bodo Möller [Fri, 12 Apr 2002 13:51:42 +0000 (13:51 +0000)]
looks like a typo

22 years agosynchronize with main branch
Bodo Möller [Fri, 12 Apr 2002 13:46:46 +0000 (13:46 +0000)]
synchronize with main branch

22 years agoCheck error code from a2d_ASN1_OBJECT().
Richard Levitte [Thu, 11 Apr 2002 22:14:10 +0000 (22:14 +0000)]
Check error code from a2d_ASN1_OBJECT().

22 years agoChange the date to XX xxx XXXX in development versions.
Richard Levitte [Thu, 11 Apr 2002 21:53:57 +0000 (21:53 +0000)]
Change the date to XX xxx XXXX in development versions.

22 years agoCompile NEWS from CHANGES.
Lutz Jänicke [Thu, 11 Apr 2002 18:43:01 +0000 (18:43 +0000)]
Compile NEWS from CHANGES.
Submitted by:
Reviewed by:
PR:

22 years agoIn preparation of 0.9.7: re-order changelog, so that the changes
Lutz Jänicke [Wed, 10 Apr 2002 19:50:23 +0000 (19:50 +0000)]
In preparation of 0.9.7: re-order changelog, so that the changes
are listed as of ... -> 0.9.6c -> 0.9.6d -> 0.9.7
Submitted by:
Reviewed by:
PR:

22 years agoKeep my own specially optimized HP-UX shared library building up to date.
Lutz Jänicke [Wed, 10 Apr 2002 12:34:32 +0000 (12:34 +0000)]
Keep my own specially optimized HP-UX shared library building up to date.
Submitted by:
Reviewed by:
PR:

22 years agoerror reported by Karsten Braaten
Bodo Möller [Tue, 9 Apr 2002 13:04:00 +0000 (13:04 +0000)]
error reported by Karsten Braaten

22 years agoharmonize capitalization
Bodo Möller [Tue, 9 Apr 2002 12:42:15 +0000 (12:42 +0000)]
harmonize capitalization

22 years agoadd usage examples
Bodo Möller [Tue, 9 Apr 2002 11:53:51 +0000 (11:53 +0000)]
add usage examples

22 years agoAllow longer program names (VMS allows up to 39 characters).
Richard Levitte [Sat, 6 Apr 2002 20:22:40 +0000 (20:22 +0000)]
Allow longer program names (VMS allows up to 39 characters).
Submitted by Compaq.

22 years agomake update
Richard Levitte [Sat, 6 Apr 2002 19:15:27 +0000 (19:15 +0000)]
make update

22 years agoAllow longer program names (VMS allows up to 39 characters).
Richard Levitte [Sat, 6 Apr 2002 18:59:57 +0000 (18:59 +0000)]
Allow longer program names (VMS allows up to 39 characters).
Submitted by Compaq.

22 years agoOops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS
Richard Levitte [Sat, 6 Apr 2002 11:57:58 +0000 (11:57 +0000)]
Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS

22 years agoRecognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and...
Richard Levitte [Sat, 6 Apr 2002 11:37:13 +0000 (11:37 +0000)]
Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and OPENSSL_GLOBAL.
Submitted by Compaq.

22 years agoUse recv() and send() for socket communication on VMS instead of read()
Richard Levitte [Sat, 6 Apr 2002 11:35:45 +0000 (11:35 +0000)]
Use recv() and send() for socket communication on VMS instead of read()
and write().  The reason is that read() and write() make additional record
level locking which causes hangs of Compaq Secure Web Server (Apache) with
SSL.
Submitted by Compaq.

22 years agoMake shared libraries resolve global symbols within themselves first.
Richard Levitte [Sat, 6 Apr 2002 09:42:25 +0000 (09:42 +0000)]
Make shared libraries resolve global symbols within themselves first.
Currently only on GNUish linkers...
Submitted by Steven Bade <sbade@austin.ibm.com>

22 years agoFix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).
Lutz Jänicke [Thu, 4 Apr 2002 17:49:39 +0000 (17:49 +0000)]
Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).
Submitted by:
Reviewed by:
PR:

22 years agoForgot one of the casts
Richard Levitte [Wed, 3 Apr 2002 15:02:00 +0000 (15:02 +0000)]
Forgot one of the casts

22 years agoCast the pointers to the BIGNUM data to unsigned long *. This would be
Richard Levitte [Wed, 3 Apr 2002 14:47:50 +0000 (14:47 +0000)]
Cast the pointers to the BIGNUM data to unsigned long *.  This would be
harmful if we didn't also pass the exact number of bytes of that data

22 years agoFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
Richard Levitte [Fri, 29 Mar 2002 23:48:43 +0000 (23:48 +0000)]
Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.
Furthermore, make SO_MAXCONN the first choice, since that's the standard
(as far as I know).

22 years agoMake short names of objects RFC2256-compliant.
Lutz Jänicke [Tue, 26 Mar 2002 17:15:32 +0000 (17:15 +0000)]
Make short names of objects RFC2256-compliant.
Submitted by:
Reviewed by:
PR:

22 years agoAdd the possibility to enable olde des support, not just disable it, for future suppo...
Richard Levitte [Tue, 26 Mar 2002 14:26:08 +0000 (14:26 +0000)]
Add the possibility to enable olde des support, not just disable it, for future support.  Redocument

22 years agoAdd the mapping of des_random_seed() for 0.9.6 compatibility.
Richard Levitte [Tue, 26 Mar 2002 13:58:30 +0000 (13:58 +0000)]
Add the mapping of des_random_seed() for 0.9.6 compatibility.
Make sure DES_cblock is defined at all times (meaning one shouldn't include
openssl/des_old.h directly any more).

22 years agoCorrect the mapping for des_read_pw()
Richard Levitte [Tue, 26 Mar 2002 13:54:04 +0000 (13:54 +0000)]
Correct the mapping for des_read_pw()

22 years agofix memory leak
Bodo Möller [Mon, 25 Mar 2002 23:17:35 +0000 (23:17 +0000)]
fix memory leak

Submitted by: Nils Larsch

22 years agoadd missing declaration
Bodo Möller [Mon, 25 Mar 2002 23:14:50 +0000 (23:14 +0000)]
add missing declaration

Submitted by: Nils Larsch

22 years agoFix typo (Craig Davison <cd@securityfocus.com>).
Lutz Jänicke [Mon, 25 Mar 2002 17:11:25 +0000 (17:11 +0000)]
Fix typo (Craig Davison <cd@securityfocus.com>).
Submitted by:
Reviewed by:
PR:

22 years agofix conditational compilation for OPENSSL_NO_...
Bodo Möller [Fri, 22 Mar 2002 11:02:45 +0000 (11:02 +0000)]
fix conditational compilation for OPENSSL_NO_...

22 years agoKey schedules are given as arguments a bit differently in 0.9.6 and
Richard Levitte [Fri, 22 Mar 2002 10:46:13 +0000 (10:46 +0000)]
Key schedules are given as arguments a bit differently in 0.9.6 and
earlier.  Also, it was an error to define crypt() at all times.

22 years agoKey schedules are given as arguments a bit differently in 0.9.6 and
Richard Levitte [Fri, 22 Mar 2002 10:29:56 +0000 (10:29 +0000)]
Key schedules are given as arguments a bit differently in 0.9.6 and
earlier.  Also, a few 0.9.6 functions were missing their mappings.

22 years agoUse the more modern DES API in the openssl subcommands.
Richard Levitte [Fri, 22 Mar 2002 02:36:58 +0000 (02:36 +0000)]
Use the more modern DES API in the openssl subcommands.

22 years agoChange des_old.h so OpenSSL 0.9.6 compatibility is default. One must
Richard Levitte [Fri, 22 Mar 2002 02:33:24 +0000 (02:33 +0000)]
Change des_old.h so OpenSSL 0.9.6 compatibility is default.  One must
define OPENSSL_DES_LIBDES_COMPATIBILITY to get libdes compatibility.
At the same time, correct a couple of argument errors for the cfb
encryption routines.

Make destest use as much of the old API as possible, to make sure it
works properly.  Other tests will use the new API...

22 years agoFix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).
Lutz Jänicke [Thu, 21 Mar 2002 19:17:06 +0000 (19:17 +0000)]
Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>).
Submitted by:
Reviewed by:
PR:

22 years agoRemove superflous statement <justin.fletcher@ntlworld.com>.
Lutz Jänicke [Thu, 21 Mar 2002 19:10:07 +0000 (19:10 +0000)]
Remove superflous statement <justin.fletcher@ntlworld.com>.
Submitted by:
Reviewed by:
PR:

22 years agofix DH_generate_parameters for general 'generator'
Bodo Möller [Wed, 20 Mar 2002 16:02:46 +0000 (16:02 +0000)]
fix DH_generate_parameters for general 'generator'

22 years agoMap new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).
Lutz Jänicke [Tue, 19 Mar 2002 16:44:26 +0000 (16:44 +0000)]
Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).
Submitted by:
Reviewed by:
PR:

22 years agoInitialize ciph_ctx in kssl.c
Dr. Stephen Henson [Tue, 19 Mar 2002 01:27:10 +0000 (01:27 +0000)]
Initialize ciph_ctx in kssl.c

22 years agoEnsure EVP_CipherInit() uses the correct encode/decode parameter if
Dr. Stephen Henson [Sat, 16 Mar 2002 23:19:25 +0000 (23:19 +0000)]
Ensure EVP_CipherInit() uses the correct encode/decode parameter if
enc == -1

[Reported by Markus Friedl <markus@openbsd.org>]

Fix typo in dh_lib.c (use of DSAerr instead of DHerr).

22 years agoRename 'cray-t90-cc' into 'cray-j90'.
Bodo Möller [Fri, 15 Mar 2002 16:47:51 +0000 (16:47 +0000)]
Rename 'cray-t90-cc' into 'cray-j90'.
Add to 'config'.

22 years agofix ssl3_pending
Bodo Möller [Fri, 15 Mar 2002 10:52:03 +0000 (10:52 +0000)]
fix ssl3_pending

22 years agoAdd missing strength classification.
Lutz Jänicke [Thu, 14 Mar 2002 18:47:51 +0000 (18:47 +0000)]
Add missing strength classification.
Submitted by:
Reviewed by:
PR:

22 years agoInitialize cipher context in KRB5
Dr. Stephen Henson [Thu, 14 Mar 2002 18:16:49 +0000 (18:16 +0000)]
Initialize cipher context in KRB5
("D. Russell" <russelld@aol.net>)

Allow HMAC functions to use an alternative ENGINE.

22 years agoFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Bodo Möller [Thu, 14 Mar 2002 09:53:30 +0000 (09:53 +0000)]
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Fix dsaparam usage output.

Submitted by: Nils Larsch (for 0.9.8-dev; backported to 0.9.7-dev)

22 years agouse BIO_nwrite() more properly
Bodo Möller [Thu, 14 Mar 2002 09:48:32 +0000 (09:48 +0000)]
use BIO_nwrite() more properly

22 years agodisable '#ifdef DEBUG' code
Bodo Möller [Thu, 14 Mar 2002 09:35:15 +0000 (09:35 +0000)]
disable '#ifdef DEBUG' code

22 years agoUndo previous patch: avoid warnings by #undef'ing
Dr. Stephen Henson [Wed, 13 Mar 2002 13:58:33 +0000 (13:58 +0000)]
Undo previous patch: avoid warnings by #undef'ing
duplicate definitions.

Suggested by "Kenneth R. Robinette" <support@securenetterm.com>

22 years agoFix Kerberos warnings with VC++.
Dr. Stephen Henson [Tue, 12 Mar 2002 19:38:16 +0000 (19:38 +0000)]
Fix Kerberos warnings with VC++.

22 years agoFix ASN1 additions for KRB5
Dr. Stephen Henson [Tue, 12 Mar 2002 13:33:20 +0000 (13:33 +0000)]
Fix ASN1 additions for KRB5

22 years agoFix various warnings when compiling with KRB5 code.
Dr. Stephen Henson [Tue, 12 Mar 2002 03:00:59 +0000 (03:00 +0000)]
Fix various warnings when compiling with KRB5 code.

22 years agoasm/mips3.o problems
Bodo Möller [Mon, 11 Mar 2002 09:35:33 +0000 (09:35 +0000)]
asm/mips3.o problems

22 years agoMake ciphers and digests obtain an ENGINE functional reference
Dr. Stephen Henson [Sat, 9 Mar 2002 18:56:38 +0000 (18:56 +0000)]
Make ciphers and digests obtain an ENGINE functional reference
if impl is explicitly supplied.

22 years agoMake {RSA,DSA,DH}_new_method obtain and release an ENGINE
Dr. Stephen Henson [Sat, 9 Mar 2002 18:24:14 +0000 (18:24 +0000)]
Make {RSA,DSA,DH}_new_method obtain and release an ENGINE
functional reference.

22 years agotypo
Dr. Stephen Henson [Fri, 8 Mar 2002 19:12:38 +0000 (19:12 +0000)]
typo

22 years agoFix the Win32_rename() function so it correctly
Dr. Stephen Henson [Fri, 8 Mar 2002 19:06:36 +0000 (19:06 +0000)]
Fix the Win32_rename() function so it correctly
returns an error code. Use the same code in Win9X
and NT.

Fix some ca.c options so they work under Win32:
unlink/rename wont work under Win32 unless the file
is closed.

22 years agoSynchronise the AEP engine in all branches. For 0.9.6-stable [engine], implement...
Richard Levitte [Thu, 7 Mar 2002 19:39:19 +0000 (19:39 +0000)]
Synchronise the AEP engine in all branches.  For 0.9.6-stable [engine], implement software fallback

22 years agoWhen closing, do not use close(). Also, if the closing call fails, do
Richard Levitte [Thu, 7 Mar 2002 17:13:49 +0000 (17:13 +0000)]
When closing, do not use close().  Also, if the closing call fails, do
not return immediately since that leaves a locked lock.

22 years agoChange des_old.c to use types prefixed with _ossl_old_des_.
Richard Levitte [Thu, 7 Mar 2002 15:38:40 +0000 (15:38 +0000)]
Change des_old.c to use types prefixed with _ossl_old_des_.

22 years agoADH-DES-CBC-SHA should be LOW.
Ben Laurie [Wed, 6 Mar 2002 16:59:12 +0000 (16:59 +0000)]
ADH-DES-CBC-SHA should be LOW.

22 years agoENGINE module additions.
Dr. Stephen Henson [Wed, 6 Mar 2002 14:09:46 +0000 (14:09 +0000)]
ENGINE module additions.

Add "init" command to control ENGINE
initialization.

Call ENGINE_finish on initialized ENGINEs on exit.

Reorder shutdown in apps.c: modules should be shut
down first.

Add test private key loader to openssl ENGINE: this
just loads a private key in PEM format.

Fix print format for dh length parameter.

22 years agoOpenSSL currently fails on certain pure 64-bit architectures. This is a showstopper
Richard Levitte [Wed, 6 Mar 2002 06:25:21 +0000 (06:25 +0000)]
OpenSSL currently fails on certain pure 64-bit architectures.  This is a showstopper

22 years agoRephrase statement on the security of two-key 3DES.
Bodo Möller [Tue, 5 Mar 2002 15:30:13 +0000 (15:30 +0000)]
Rephrase statement on the security of two-key 3DES.

  [Chosen plaintext attack: R. Merkle, M. Hellman: "On the Security of
  Multiple Encryption", CACM 24 (1981) pp. 465-467, p. 776.

  Known plaintext angriff: P.C. van Oorschot, M. Wiener: "A
  known-plaintext attack on two-key triple encryption", EUROCRYPT '90.]

22 years agofix printf call
Bodo Möller [Tue, 5 Mar 2002 15:05:17 +0000 (15:05 +0000)]
fix printf call

22 years agotypo
Bodo Möller [Tue, 5 Mar 2002 15:03:16 +0000 (15:03 +0000)]
typo

22 years agoMake sure the type accessed by the LONG and ZLONG ASN1 type
Dr. Stephen Henson [Tue, 5 Mar 2002 13:49:27 +0000 (13:49 +0000)]
Make sure the type accessed by the LONG and ZLONG ASN1 type
is really a long, to avoid problems on platforms where
sizeof(int) != sizeof(long).

22 years agoProvide a pre 0.9.7 compatibility mapping if
Richard Levitte [Tue, 5 Mar 2002 11:25:46 +0000 (11:25 +0000)]
Provide a pre 0.9.7 compatibility mapping if
OPENSSL_DES_PRE_0_9_7_COMPATIBILITY is defined.  NOT AT ALL TESTED YET!
Add a comment as to the libdes compatibility.

22 years agoNew configuration targets for OpenBSD, handed to me by Bob Beck <beck@openbsd.org>
Richard Levitte [Tue, 5 Mar 2002 09:43:09 +0000 (09:43 +0000)]
New configuration targets for OpenBSD, handed to me by Bob Beck <beck@openbsd.org>

22 years ago'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent change
Bodo Möller [Tue, 5 Mar 2002 09:06:57 +0000 (09:06 +0000)]
'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent change

22 years agoA dash was missing in this branch as well.
Richard Levitte [Mon, 4 Mar 2002 18:09:10 +0000 (18:09 +0000)]
A dash was missing in this branch as well.

22 years agoRename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid certain...
Richard Levitte [Mon, 4 Mar 2002 16:08:53 +0000 (16:08 +0000)]
Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid certain linkage clashes.

22 years agoMake it so one can select tests from within the test directory
Richard Levitte [Mon, 4 Mar 2002 15:59:05 +0000 (15:59 +0000)]
Make it so one can select tests from within the test directory

22 years agoFix warnings about signed/unsigned mismatch and global
Dr. Stephen Henson [Sun, 3 Mar 2002 17:07:27 +0000 (17:07 +0000)]
Fix warnings about signed/unsigned mismatch and global
shadowing (random, index) in hw_4758.c

22 years agoOpenBSD variant.
Ben Laurie [Fri, 1 Mar 2002 15:39:29 +0000 (15:39 +0000)]
OpenBSD variant.

22 years agoRemove the perl/ subdirectory. It hasn't been worked on for ages, is
Richard Levitte [Thu, 28 Feb 2002 22:06:26 +0000 (22:06 +0000)]
Remove the perl/ subdirectory.  It hasn't been worked on for ages, is
very broken, and there are working modules in CPAN, which makes our
module even more moot.

22 years agomake update
Richard Levitte [Thu, 28 Feb 2002 20:28:23 +0000 (20:28 +0000)]
make update

22 years agouse ERR_peek_last_error() instead of ERR_peek_error()
Bodo Möller [Thu, 28 Feb 2002 14:10:13 +0000 (14:10 +0000)]
use ERR_peek_last_error() instead of ERR_peek_error()

22 years agouse ERR_peek_last_error() instead of ERR_peek_error() to ignore
Bodo Möller [Thu, 28 Feb 2002 14:03:41 +0000 (14:03 +0000)]
use ERR_peek_last_error() instead of ERR_peek_error() to ignore
any other errors that may be left in the error queue

Submitted by: Jeffrey Altman

22 years agoVMS addaptation, including a few more long names that needed hacking.
Richard Levitte [Thu, 28 Feb 2002 13:18:47 +0000 (13:18 +0000)]
VMS addaptation, including a few more long names that needed hacking.

22 years agoMake sure aep_close_connection() is declared and has a prototype that's
Richard Levitte [Thu, 28 Feb 2002 12:59:03 +0000 (12:59 +0000)]
Make sure aep_close_connection() is declared and has a prototype that's
consistent with the rest of the AEP functions

22 years agoIncrease internal security when using strncpy, by making sure the resulting string...
Richard Levitte [Thu, 28 Feb 2002 12:44:05 +0000 (12:44 +0000)]
Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated

22 years agoUpdated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie>
Richard Levitte [Thu, 28 Feb 2002 11:37:35 +0000 (11:37 +0000)]
Updated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie>

22 years agoDocument the added modes for AES
Richard Levitte [Thu, 28 Feb 2002 11:30:42 +0000 (11:30 +0000)]
Document the added modes for AES

22 years agoAdd 'void *' argument to app_verify_callback.
Bodo Möller [Thu, 28 Feb 2002 10:55:52 +0000 (10:55 +0000)]
Add 'void *' argument to app_verify_callback.

Submitted by: D. K. Smetters <smetters@parc.xerox.com>
Reviewed by: Bodo Moeller

22 years agoThis adds a new ENGINE to support IBM 4758 cards, contributed by Maurice
Geoff Thorpe [Wed, 27 Feb 2002 22:45:48 +0000 (22:45 +0000)]
This adds a new ENGINE to support IBM 4758 cards, contributed by Maurice
Gittens.

22 years agoFix the fix (Yoram Zahavi)...
Lutz Jänicke [Wed, 27 Feb 2002 11:24:39 +0000 (11:24 +0000)]
Fix the fix (Yoram Zahavi)...
Submitted by:
Reviewed by:
PR:

22 years agoSSL_clear != SSL_free/SSL_new
Lutz Jänicke [Wed, 27 Feb 2002 08:10:12 +0000 (08:10 +0000)]
SSL_clear != SSL_free/SSL_new
Submitted by:
Reviewed by:
PR:

22 years agoMake sure that bad sessions are removed in SSL_clear() (found by
Lutz Jänicke [Tue, 26 Feb 2002 21:44:07 +0000 (21:44 +0000)]
Make sure that bad sessions are removed in SSL_clear() (found by
Yoram Zahavi).
Submitted by:
Reviewed by:
PR:

22 years agoAlways init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.
Dr. Stephen Henson [Tue, 26 Feb 2002 19:32:16 +0000 (19:32 +0000)]
Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.

22 years agomake update
Richard Levitte [Tue, 26 Feb 2002 14:37:25 +0000 (14:37 +0000)]
make update

22 years agoFix new -aes command argument handling
Dr. Stephen Henson [Tue, 26 Feb 2002 13:45:19 +0000 (13:45 +0000)]
Fix new -aes command argument handling

22 years agoMake the engine config module always add dynamic ENGINEs
Dr. Stephen Henson [Sun, 24 Feb 2002 16:22:20 +0000 (16:22 +0000)]
Make the engine config module always add dynamic ENGINEs
to the list using dynamic_path. This stops ENGINEs which
don't supply any default algorithms being automatically
freed (because they have no references) and allows them
to be accessed by id.

Alternative dynamic loading behaviour can be achieved by
issuing the dynamic ENGINE ctrls separately in the config file.

22 years agoRemove old comment
Dr. Stephen Henson [Sat, 23 Feb 2002 13:43:07 +0000 (13:43 +0000)]
Remove old comment

22 years agoOPENSSL_LOAD_CONF define as in main trunk
Dr. Stephen Henson [Sat, 23 Feb 2002 02:09:29 +0000 (02:09 +0000)]
OPENSSL_LOAD_CONF define as in main trunk

22 years agoUpdate from main branch.
Dr. Stephen Henson [Sat, 23 Feb 2002 01:47:59 +0000 (01:47 +0000)]
Update from main branch.

22 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Sat, 23 Feb 2002 01:00:45 +0000 (01:00 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_7-stable'.

22 years agoNew OPENSSL_LOAD_CONF define to load openssl.cnf
Dr. Stephen Henson [Sat, 23 Feb 2002 01:00:44 +0000 (01:00 +0000)]
New OPENSSL_LOAD_CONF define to load openssl.cnf
when OpenSSL_add_all_algorithms() is called.

22 years agonon-Monolith fixes.
Dr. Stephen Henson [Fri, 22 Feb 2002 21:27:47 +0000 (21:27 +0000)]
non-Monolith fixes.

Submitted by Andrew W. Gray <agray@iconsinc.com>

22 years agoFix for AIX.
Dr. Stephen Henson [Fri, 22 Feb 2002 21:26:25 +0000 (21:26 +0000)]
Fix for AIX.

Submitted by Dawn Whiteside <dwhitesi@tiercel.uwaterloo.ca>

22 years agonon-Monolith fixes.
Dr. Stephen Henson [Fri, 22 Feb 2002 21:21:18 +0000 (21:21 +0000)]
non-Monolith fixes.

Submitted by Andrew W. Gray <agray@iconsinc.com>

22 years agomake errors
Dr. Stephen Henson [Fri, 22 Feb 2002 21:17:31 +0000 (21:17 +0000)]
make errors