oweals/openssl.git
24 years agoMain trunk changes merged into BRANCH_engine. There were no
Richard Levitte [Tue, 30 May 2000 07:16:56 +0000 (07:16 +0000)]
Main trunk changes merged into BRANCH_engine.  There were no
conflicts, which is a good thing.  Propper tagging of merge point
done.

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Tue, 30 May 2000 02:21:16 +0000 (02:21 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agoFourth phase EVP revision.
Dr. Stephen Henson [Tue, 30 May 2000 02:21:15 +0000 (02:21 +0000)]
Fourth phase EVP revision.

Declare ciphers in terms of macros. This reduces
the amount of code and places each block cipher EVP
definition in a single file instead of being spread
over 4 files.

24 years agoFourth phase EVP revision.
Dr. Stephen Henson [Tue, 30 May 2000 02:10:57 +0000 (02:10 +0000)]
Fourth phase EVP revision.

Declare ciphers in terms of macros. This reduces
the amount of code and places each block cipher EVP
definition in a single file instead of being spread
over 4 files.

24 years ago"handle", "h" and even "e" were probably not the best terms to use. The
Geoff Thorpe [Mon, 29 May 2000 16:24:42 +0000 (16:24 +0000)]
"handle", "h" and even "e" were probably not the best terms to use. The
original idea of "handle" was that it represented a functional reference
to an ENGINE (rather than just a pointer), but on reflection I think
this now looks a little more readable.

24 years agoConfiguration for linux on ARM (contributed by Jeremy Norris
Richard Levitte [Mon, 29 May 2000 16:18:37 +0000 (16:18 +0000)]
Configuration for linux on ARM (contributed by Jeremy Norris
<jeremy.norris@rebel.com>)

24 years agoMinor corrections to documentation.
Geoff Thorpe [Mon, 29 May 2000 15:52:21 +0000 (15:52 +0000)]
Minor corrections to documentation.

* speed processes any/all options passed to it, not just one.
* DH and DSA have no "_get_method()" functions, only RSA does.
* typos.

24 years agoThis adds DSA signature verification to the CryptoSwift support.
Geoff Thorpe [Mon, 29 May 2000 13:01:34 +0000 (13:01 +0000)]
This adds DSA signature verification to the CryptoSwift support.

24 years ago"make update"
Geoff Thorpe [Mon, 29 May 2000 11:21:29 +0000 (11:21 +0000)]
"make update"

24 years agoTie DSA into the engine framework as with RSA and DH so far. I've verified
Geoff Thorpe [Mon, 29 May 2000 11:07:38 +0000 (11:07 +0000)]
Tie DSA into the engine framework as with RSA and DH so far. I've verified
this integration with a web-server using CryptoSwift engine code with RSA
and DSA certificates (and with EDH cipher suites).

24 years agoGeneral tidy up of existing code, and add first half of DSA support for
Geoff Thorpe [Mon, 29 May 2000 10:59:46 +0000 (10:59 +0000)]
General tidy up of existing code, and add first half of DSA support for
CryptoSwift (this currently only does signing, verification will be
hooked in shortly).

24 years agoThe engine code has changed the "[get|set]_default_method" functions
Geoff Thorpe [Mon, 29 May 2000 04:55:26 +0000 (04:55 +0000)]
The engine code has changed the "[get|set]_default_method" functions
a bit, so bring libeay.num up to date.

24 years agoanother warning.
Geoff Thorpe [Mon, 29 May 2000 04:20:52 +0000 (04:20 +0000)]
another warning.

24 years agoIt seems that mktime does what is required here. Certainly timegm() can
Geoff Thorpe [Mon, 29 May 2000 03:50:37 +0000 (03:50 +0000)]
It seems that mktime does what is required here. Certainly timegm() can
not be used because it is not available on all systems (most notably,
win32).

24 years agoThis declaration seems to have been added into the header file accidently.
Geoff Thorpe [Mon, 29 May 2000 03:17:45 +0000 (03:17 +0000)]
This declaration seems to have been added into the header file accidently.
There's no trace of it being implemented and it doesn't seem to have been
intended given that it is prototyped with a BIO yet there was a BIO-
specific version added in at the same time.

24 years agooops.
Geoff Thorpe [Mon, 29 May 2000 02:42:57 +0000 (02:42 +0000)]
oops.

24 years agoUpdate dependencies courtesy of "make update". Changes to libeay.num
Geoff Thorpe [Mon, 29 May 2000 00:54:36 +0000 (00:54 +0000)]
Update dependencies courtesy of "make update". Changes to libeay.num
coming up soon after some more tinkering.

Submitted by:
Reviewed by:
PR:

24 years agoThis hooks the DH code into the engine framework in the same way that has
Geoff Thorpe [Mon, 29 May 2000 00:46:47 +0000 (00:46 +0000)]
This hooks the DH code into the engine framework in the same way that has
already been done for RSA. The others (DSA + RAND) will probably follow
in the near future too, but DH is easiest to test with RSA because one
can just force the use of the EDH cipher-suites.

24 years agoProvide command line options to s_client and s_server to select an
Geoff Thorpe [Sun, 28 May 2000 23:00:20 +0000 (23:00 +0000)]
Provide command line options to s_client and s_server to select an
"engine" to use.

24 years agoThe switch to having an (ENGINE *) handle inside each RSA structure rather
Geoff Thorpe [Sun, 28 May 2000 22:54:51 +0000 (22:54 +0000)]
The switch to having an (ENGINE *) handle inside each RSA structure rather
than (RSA_METHOD *) required a couple of functions to change shape. I
didn't really pick the best shape to change RSA_set_method into though. :-)

There's nothing really appropriate to return from RSA_set_method; the
temptation to return an "old handle" fails when you consider that the
caller might ignore the return value and so botch up the reference
counting, this wasn't an issue before because there was no reference
counting.

24 years agoThird phase of EVP cipher overhaul.
Dr. Stephen Henson [Sun, 28 May 2000 12:44:46 +0000 (12:44 +0000)]
Third phase of EVP cipher overhaul.

Remove duplicated code in EVP.

24 years agoBugfix: clear error queue after ignoring ssl_verify_cert_chain result.
Bodo Möller [Sat, 27 May 2000 22:25:01 +0000 (22:25 +0000)]
Bugfix: clear error queue after ignoring ssl_verify_cert_chain result.

24 years agoSecond phase of EVP cipher overhaul.
Dr. Stephen Henson [Sat, 27 May 2000 12:38:43 +0000 (12:38 +0000)]
Second phase of EVP cipher overhaul.

Change functions like EVP_EncryptUpdate() so they now return a
value. These normally have software only implementations
which cannot fail so this was acceptable. However ciphers
can be implemented in hardware and these could return errors.

24 years agoBeginnings of EVP cipher overhaul. This should eventually
Dr. Stephen Henson [Fri, 26 May 2000 23:51:35 +0000 (23:51 +0000)]
Beginnings of EVP cipher overhaul. This should eventually
enhance and tidy up the EVP interface.

This patch adds initial support for variable length ciphers
and changes S/MIME code to use this.

Some other library functions need modifying to support use
of modified cipher parameters.

Also need to change all the cipher functions that should
return error codes, but currenly don't.

And of course it needs extensive testing...

24 years agoUpdate the test program to compile and run with the changes I just made
Geoff Thorpe [Fri, 26 May 2000 15:43:28 +0000 (15:43 +0000)]
Update the test program to compile and run with the changes I just made
to ENGINE_new (and ENGINE_get_struct_size).

24 years agoPrevent calling code from doing the allocation of the ENGINE structure.
Geoff Thorpe [Fri, 26 May 2000 15:21:47 +0000 (15:21 +0000)]
Prevent calling code from doing the allocation of the ENGINE structure.
This was a bad idea in the first place, in particular it would have made
it trickier to implement error-handling, particularly when shutting down
third-party shared libraries etc.

24 years agoAdded Geoff's latest changes, which seems to mostly be DH stuff and a
Richard Levitte [Thu, 25 May 2000 21:21:03 +0000 (21:21 +0000)]
Added Geoff's latest changes, which seems to mostly be DH stuff and a
README.  Oh, and a test program.

24 years agoAdd code and changes to implement the ENGINE mechanism. These are the
Richard Levitte [Thu, 25 May 2000 19:55:54 +0000 (19:55 +0000)]
Add code and changes to implement the ENGINE mechanism.  These are the
patches that Geoff had in a patch file in his play directory.

NOTE for openssl-cvs:  THIS IS A CVS BRANCH (BRANCH_engine).  IT IS
NOT FOR THE FAINTHEARTED TO PLAY WITH.  The code works as it is, but
it's not at all sure it ends up in the OpenSSL distributio in this
form, so do not get dependent on it!

Those rsyncing the repository are considered warned!

24 years agoThis commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.
cvs2svn [Thu, 25 May 2000 13:20:12 +0000 (13:20 +0000)]
This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.

24 years agocvs update
Geoff Thorpe [Thu, 25 May 2000 13:20:11 +0000 (13:20 +0000)]
cvs update

24 years agotypo
Bodo Möller [Thu, 25 May 2000 11:24:42 +0000 (11:24 +0000)]
typo

24 years agoImplement SSL_OP_TLS_ROLLBACK_BUG for servers.
Bodo Möller [Thu, 25 May 2000 09:50:40 +0000 (09:50 +0000)]
Implement SSL_OP_TLS_ROLLBACK_BUG for servers.

Call dh_tmp_cb with correct 'is_export' flag.

Avoid tabs in CHANGES.

24 years agoAdd the target system linux-m68k
Richard Levitte [Wed, 24 May 2000 22:00:59 +0000 (22:00 +0000)]
Add the target system linux-m68k

24 years agoAdd DSA library string. Workaround for IIS .key file invalid
Dr. Stephen Henson [Wed, 24 May 2000 13:09:59 +0000 (13:09 +0000)]
Add DSA library string. Workaround for IIS .key file invalid
ASN1 encoding.

24 years agoFix Blowfish URL.
Ralf S. Engelschall [Tue, 23 May 2000 18:33:44 +0000 (18:33 +0000)]
Fix Blowfish URL.

Submitted by: Arnaud De Timmerman <Arnaud.De.Timmerman@branchur.fr>

24 years agoYet more typesafety.
Ben Laurie [Sun, 21 May 2000 15:21:55 +0000 (15:21 +0000)]
Yet more typesafety.

24 years agoAvoid sprintf
Bodo Möller [Sun, 21 May 2000 14:21:24 +0000 (14:21 +0000)]
Avoid sprintf

24 years agoAvoid sprintf.
Bodo Möller [Sun, 21 May 2000 14:17:01 +0000 (14:17 +0000)]
Avoid sprintf.

24 years agoAvoid sprintf, and harmonize indentation.
Bodo Möller [Sun, 21 May 2000 14:14:30 +0000 (14:14 +0000)]
Avoid sprintf, and harmonize indentation.

24 years agoAvoid sprintf.
Bodo Möller [Sun, 21 May 2000 14:10:05 +0000 (14:10 +0000)]
Avoid sprintf.

24 years ago'make update'
Richard Levitte [Fri, 19 May 2000 13:44:28 +0000 (13:44 +0000)]
'make update'

24 years agoRemove extra comma (creates a unnessecary null element, right?).
Richard Levitte [Fri, 19 May 2000 13:36:29 +0000 (13:36 +0000)]
Remove extra comma (creates a unnessecary null element, right?).

24 years agoAdd required cast.
Bodo Möller [Fri, 19 May 2000 12:02:49 +0000 (12:02 +0000)]
Add required cast.

24 years agoFix "FIXME" indentation :-)
Bodo Möller [Fri, 19 May 2000 12:02:09 +0000 (12:02 +0000)]
Fix "FIXME" indentation :-)

24 years agoAdd "FIXME" comment, and adjust the indentation.
Bodo Möller [Fri, 19 May 2000 11:59:55 +0000 (11:59 +0000)]
Add "FIXME" comment, and adjust the indentation.

24 years agoAdd a couple of macros that make OpenSSL compilable on SunOS 4.1.4.
Richard Levitte [Fri, 19 May 2000 08:53:06 +0000 (08:53 +0000)]
Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4.
Contributed by SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>

24 years agotypo
Bodo Möller [Fri, 19 May 2000 07:54:42 +0000 (07:54 +0000)]
typo

24 years agoAdd a note about the new document.
Richard Levitte [Thu, 18 May 2000 21:25:48 +0000 (21:25 +0000)]
Add a note about the new document.

24 years agoAdd a new file where all the standards and other documents that we try
Richard Levitte [Thu, 18 May 2000 21:22:50 +0000 (21:22 +0000)]
Add a new file where all the standards and other documents that we try
to adhere to are listed.  It should be regarded as a complement to
whatever is out on the web, including the docs in http://www.openssl.org/

24 years agoFix c_rehash script, add -fingerprint option to crl.
Dr. Stephen Henson [Thu, 18 May 2000 00:33:00 +0000 (00:33 +0000)]
Fix c_rehash script, add -fingerprint option to crl.

24 years agoTypesafety Thought Police last part.
Ben Laurie [Wed, 17 May 2000 10:08:05 +0000 (10:08 +0000)]
Typesafety Thought Police last part.

24 years agoTypesafety Thought Police part 5.
Ben Laurie [Wed, 17 May 2000 09:13:36 +0000 (09:13 +0000)]
Typesafety Thought Police part 5.

24 years agoTypesafe Thought Police part 4.
Ben Laurie [Tue, 16 May 2000 23:01:19 +0000 (23:01 +0000)]
Typesafe Thought Police part 4.

24 years agoTypesafety Thought Police part 3.
Ben Laurie [Tue, 16 May 2000 21:22:45 +0000 (21:22 +0000)]
Typesafety Thought Police part 3.

24 years agoTypesafety Thought Police Part 2.
Ben Laurie [Tue, 16 May 2000 19:53:50 +0000 (19:53 +0000)]
Typesafety Thought Police Part 2.

24 years agoTypesafety thought police.
Ben Laurie [Tue, 16 May 2000 14:38:29 +0000 (14:38 +0000)]
Typesafety thought police.

24 years agoGet rid of more non-ANSI declarations.
Ulf Möller [Mon, 15 May 2000 22:54:43 +0000 (22:54 +0000)]
Get rid of more non-ANSI declarations.

24 years agoprototype.
Ulf Möller [Mon, 15 May 2000 21:02:44 +0000 (21:02 +0000)]
prototype.

24 years agoMake sure that NO-RSA applications etc can include evp.h
Ulf Möller [Mon, 15 May 2000 19:24:23 +0000 (19:24 +0000)]
Make sure that NO-RSA applications etc can include evp.h

24 years agoMissing cases when no_rsa is defined
Ulf Möller [Mon, 15 May 2000 19:20:10 +0000 (19:20 +0000)]
Missing cases when no_rsa is defined

Submitted by: Zeroknowledge

24 years agoMacOS changes.
Ulf Möller [Mon, 15 May 2000 18:59:55 +0000 (18:59 +0000)]
MacOS changes.

24 years agoAllow UTCTIME objects to be retrieved. Check for imminent cert expiry.
Ben Laurie [Sun, 14 May 2000 12:39:53 +0000 (12:39 +0000)]
Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.

24 years agoWhen open()ing 'file' in RAND_write_file, don't use O_EXCL.
Bodo Möller [Thu, 11 May 2000 23:10:27 +0000 (23:10 +0000)]
When open()ing 'file' in RAND_write_file, don't use O_EXCL.
This is superfluous now that we don't have to avoid creating
multiple versions of the file on VMS (because older versions
are now deleted).

24 years agoBeing sick and tired of the hogging Efence does on my laptop, I
Richard Levitte [Mon, 8 May 2000 16:58:29 +0000 (16:58 +0000)]
Being sick and tired of the hogging Efence does on my laptop, I
decided to provide an alternative...

24 years agoFix for SSL server purpose checking
Dr. Stephen Henson [Thu, 4 May 2000 23:03:49 +0000 (23:03 +0000)]
Fix for SSL server purpose checking

24 years agoMake PKCS#12 code handle missing passwords.
Dr. Stephen Henson [Thu, 4 May 2000 00:08:35 +0000 (00:08 +0000)]
Make PKCS#12 code handle missing passwords.

Add a couple of FAQs.

24 years agoNote apps/x509.c bugfixes.
Bodo Möller [Tue, 2 May 2000 20:29:03 +0000 (20:29 +0000)]
Note apps/x509.c bugfixes.

24 years agoFix a memory leak, and don't generate inappropriate error message
Bodo Möller [Tue, 2 May 2000 20:18:48 +0000 (20:18 +0000)]
Fix a memory leak, and don't generate inappropriate error message
when PEM_read_bio_X509_REQ fails.

24 years agoInitialise.
Richard Levitte [Tue, 2 May 2000 13:38:11 +0000 (13:38 +0000)]
Initialise.

24 years agoIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
Richard Levitte [Tue, 2 May 2000 13:36:50 +0000 (13:36 +0000)]
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
"Jan Mikkelsen" <janm@transactionsite.com> correctly states that the
OpenSSL header files have #include's and extern "C"'s in an incorrect
order.  Thusly fixed.

Also, make the memory debugging routines defined and declared with
prototypes, and use void* instead of char* for memory blobs.

And last of all, redo the ugly callback construct for elegance and
better definition (with prototypes).

24 years agoIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
Richard Levitte [Tue, 2 May 2000 12:35:04 +0000 (12:35 +0000)]
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
"Jan Mikkelsen" <janm@transactionsite.com> correctly states that the
OpenSSL header files have #include's and extern "C"'s in an incorrect
order.  Thusly fixed.

24 years agoIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
Richard Levitte [Tue, 2 May 2000 12:16:01 +0000 (12:16 +0000)]
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
"Jan Mikkelsen" <janm@transactionsite.com> correctly states that the
OpenSSL header files have #include's and extern "C"'s in an incorrect
order.  Thusly fixed.

24 years agoAdd missing #include.
Bodo Möller [Mon, 1 May 2000 19:49:41 +0000 (19:49 +0000)]
Add missing #include.

24 years agoAvoid leaking memory in thread_hash (and enable memory leak detection
Bodo Möller [Sat, 29 Apr 2000 23:58:05 +0000 (23:58 +0000)]
Avoid leaking memory in thread_hash (and enable memory leak detection
for it).

24 years agolinux-elf bugfix
Ulf Möller [Thu, 27 Apr 2000 15:07:15 +0000 (15:07 +0000)]
linux-elf bugfix

Submitted by:
Reviewed by:
PR:

24 years agoSubmitted by:
Ulf Möller [Thu, 27 Apr 2000 15:06:26 +0000 (15:06 +0000)]
Submitted by:
Reviewed by:
PR:

24 years agoStylistic changes: Don't use a macro for the malloc'ed length since it
Bodo Möller [Thu, 27 Apr 2000 09:11:28 +0000 (09:11 +0000)]
Stylistic changes: Don't use a macro for the malloc'ed length since it
is not constant.

24 years agoWarn about truncation also in the case when a single password is read using
Bodo Möller [Thu, 27 Apr 2000 06:47:23 +0000 (06:47 +0000)]
Warn about truncation also in the case when a single password is read using
the password prompt.

24 years agoUse CONFerr, not RSAerr, in the conf library...
Richard Levitte [Wed, 26 Apr 2000 12:15:19 +0000 (12:15 +0000)]
Use CONFerr, not RSAerr, in the conf library...

24 years agoClarifications and removal of double declaration...
Richard Levitte [Wed, 26 Apr 2000 12:13:19 +0000 (12:13 +0000)]
Clarifications and removal of double declaration...

24 years agoThis case in the "dso_unload" handlers should not be reported as an error -
Geoff Thorpe [Tue, 25 Apr 2000 08:37:12 +0000 (08:37 +0000)]
This case in the "dso_unload" handlers should not be reported as an error -
if a DSO_load(NULL,...) operation fails, it will have to call DSO_free() on
the DSO structure it created and that will filter through to this "unload"
call.

If the stack size is "< 1", then the library never actually loaded. To keep
things clean higher up, I'll treat this as a vacuous case without an error.
It makes the error stack easier to follow real world cases, and the error
this ignores was only useful for catching bugs in internal code, not
mismatched calls from applications (which should be handled in the generic
DSO layer).

24 years agoThe handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as
Geoff Thorpe [Thu, 20 Apr 2000 07:58:11 +0000 (07:58 +0000)]
The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as
with RSA_METHOD (the **_get_default_methods do set the default value if
it's not set). However, the code had some duplication and was a bit
conter-intuitive.

24 years agoPreviously, the default RSA_METHOD was NULL until the first RSA structure was
Geoff Thorpe [Thu, 20 Apr 2000 06:44:18 +0000 (06:44 +0000)]
Previously, the default RSA_METHOD was NULL until the first RSA structure was
initialised, at which point an appropriate default was chosen. This meant a
call to RSA_get_default_method might have returned FALSE.

This change fixes that; now any called to RSA_new(), RSA_new_method(NULL), or
RSA_get_default_method() will ensure that a default is chosen if it wasn't
already.

24 years agoThanks to "make update" ...
Geoff Thorpe [Wed, 19 Apr 2000 23:02:12 +0000 (23:02 +0000)]
Thanks to "make update" ...

24 years agoThis change facilitates name translation for shared libraries. The
Geoff Thorpe [Wed, 19 Apr 2000 21:45:17 +0000 (21:45 +0000)]
This change facilitates name translation for shared libraries. The
technique used is far from perfect and alternatives are welcome.
Basically if the translation flag is set, the string is not too
long, and there appears to be no path information in the string,
then it is converted to whatever the standard should be for the
DSO_METHOD in question, eg;
    blah --> libblah.so   on *nix, and
    blah --> blah.dll     on win32.

This change also introduces the DSO_ctrl() function that is used
by the name translation stuff.

24 years agoCorrection.
Bodo Möller [Sat, 15 Apr 2000 00:04:30 +0000 (00:04 +0000)]
Correction.

24 years agoIgnore lib and Makefile.save.
Bodo Möller [Fri, 14 Apr 2000 23:37:44 +0000 (23:37 +0000)]
Ignore lib and Makefile.save.

24 years agoNew function ERR_error_string_n.
Bodo Möller [Fri, 14 Apr 2000 23:36:15 +0000 (23:36 +0000)]
New function ERR_error_string_n.

24 years agoMinor corrections.
Bodo Möller [Wed, 12 Apr 2000 23:04:13 +0000 (23:04 +0000)]
Minor corrections.

24 years agoOpenVMS, not OpenVSM...
Richard Levitte [Wed, 12 Apr 2000 16:48:20 +0000 (16:48 +0000)]
OpenVMS, not OpenVSM...

24 years agoI forgot to update the change log
Richard Levitte [Mon, 10 Apr 2000 15:48:16 +0000 (15:48 +0000)]
I forgot to update the change log

24 years ago"make update"
Richard Levitte [Sun, 9 Apr 2000 12:52:40 +0000 (12:52 +0000)]
"make update"

24 years agoI've always wanted to make the CONF library more adaptable. Here's
Richard Levitte [Sun, 9 Apr 2000 12:04:35 +0000 (12:04 +0000)]
I've always wanted to make the CONF library more adaptable.  Here's
the result.

I have retained the old behavior of the CONF_* functions, and have
added a more "object oriented" interface through NCONF_* functions
(New CONF, you see :-)), working the same way as, for example, the
BIO interface.  Really, the CONF_* are rewritten so they use the
NCONF_* functions internally.

In addition to that, I've split the old conf.c code into two files,
conf_def.c and conf_api.c.  conf_def.c contains the default config
object that reads a configuration file the standard OpenSSL way, as
well as configuration file with Win32 registry file syntax (I'm not
sure I got that one right).  conf_api.c provides an API to build other
configuration file readers around (can you see a configuraion file in
XML?  I can :-)).

Finally, I've changed the name conf_lcl.h to conf_def.h, since it's
made specifically for that "class" and none others.

24 years ago"make update" for DSO additions.
Bodo Möller [Thu, 6 Apr 2000 22:33:39 +0000 (22:33 +0000)]
"make update" for DSO additions.

24 years agoIn theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites
Bodo Möller [Thu, 6 Apr 2000 22:33:14 +0000 (22:33 +0000)]
In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites

24 years agoClarifications.
Bodo Möller [Thu, 6 Apr 2000 22:30:57 +0000 (22:30 +0000)]
Clarifications.

24 years agoAvoid memory leak.
Bodo Möller [Thu, 6 Apr 2000 22:25:49 +0000 (22:25 +0000)]
Avoid memory leak.

24 years agoConstification, and a silly mistake in the comments.
Geoff Thorpe [Thu, 6 Apr 2000 14:54:54 +0000 (14:54 +0000)]
Constification, and a silly mistake in the comments.

24 years agoI forgot about $openssl_other_defines ... should probably do this
Geoff Thorpe [Thu, 6 Apr 2000 11:56:45 +0000 (11:56 +0000)]
I forgot about $openssl_other_defines ... should probably do this
for consistency. Not sure though whether HAVE_DLFCN_H should be
included too? If we go the autoconf route then this probably wouldn't
be included.

24 years agoThis helps make the DSO stuff more portable;
Geoff Thorpe [Thu, 6 Apr 2000 07:09:45 +0000 (07:09 +0000)]
This helps make the DSO stuff more portable;
* "no-dso" option available in Configure so that all DSO methods will
  return NULL, overriding any support the platform might otherwise
  have built.
* dlfcn_no_h config string now available rather than just dlfcn. This
  is for platforms that have dlfcn.h functions but do not have (or
  need) the dlfcn.h header file.