HTTPS Without OpenSSL Native

2005-07-25 Thread Leonardo Cavallari Militelli
Hi all,   I'm looking for another way to implement ssl on an apache web server than using mod_ssl or apache-ssl. Is there a way to implement ssl directly with Openssl?   I'm developing an intrusion detection and prevention system for my msc thesis. I already use the sample web server that c

Re: HTTPS Without OpenSSL Native

2005-07-25 Thread Delfim Machado
stunnel?On Jul 25, 2005, at 21:12, Leonardo Cavallari Militelli wrote:Hi all, I'm looking for another way to implement ssl on an apache web server than using mod_ssl or apache-ssl.Is there a way to implement ssl directly with Openssl? I'm developing an intrusion detection and prevention system for

Re: HTTPS Without OpenSSL Native

2005-07-25 Thread Leonardo Cavallari Militelli
I don't think this is the right solution.   I modified some libs on the openssl source, but on the mod_ssl they look different.   So, I wonder if there 's any way to instance an https using OpenSSL directly( without mod_ssl or apache-ssl) or if someone could tell me the relationship between

RE: HTTPS Without OpenSSL Native

2005-07-25 Thread Pj
Download the apache source and study mod_ssl its pretty clean... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Delfim Machado Sent: Tuesday, 26 July 2005 4:18 AM To: modssl-users@modssl.org Subject: Re: HTTPS Without OpenSSL Native stunnel? On Jul 25