You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Gomez Henri <ne...@slib.fr> on 2001/02/12 17:40:09 UTC

mod_tls patch

Hi,

A quick patch to help mod_tls compile under Unixes Boxes (ie Redhat boxes
where /usr/include/openssl and -lcrypto)
--with-ssl=usr/include

Did the decision between mod_ssl and mod_tls was acted ?



Re: mod_tls patch

Posted by rb...@covalent.net.
On Mon, 12 Feb 2001, Gomez Henri wrote:

> Hi,
> 
> A quick patch to help mod_tls compile under Unixes Boxes (ie Redhat boxes
> where /usr/include/openssl and -lcrypto)
> --with-ssl=usr/include

Applied, thanks a lot.

> 
> Did the decision between mod_ssl and mod_tls was acted ?

There really was no decision.  Neither mod_ssl nor apache_ssl was going to
work out of the box, and porting either one of them to Apache 2.0 would
not have been a trivial matter.  The best idea, currently, is to start
over, taking code from either project as appropriate.  Neither project has
the actual encryption correct, because this can and should be written as
a filter now, whereas it couldn't before.  All this module does right now,
is start to get the encryption correct.

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------