Re: [users@httpd] Using Apache 2.0 with mod_ssl and custom engine on openssl

2013-06-12 Thread coolcuzu
Thank you Daniel. I've found a patch that enables passing arguments to the dynamic engine. I'll go with it. I appreciate your help. Erman On 6/12/2013 3:53 PM, Daniel Ruggeri wrote: Erman; You are correct - there are no ways to pass arguments via the configuration file. You could use env

Re: [users@httpd] Using Apache 2.0 with mod_ssl and custom engine on openssl

2013-06-12 Thread Daniel Ruggeri
Erman; You are correct - there are no ways to pass arguments via the configuration file. You could use environment entries to avoid hard coding things in your engine, though. -- Daniel Ruggeri On 6/11/2013 12:01 PM, coolcuzu wrote: > Thank you Daniel for your help. > > I believe a bad part (or

Re: [users@httpd] Using Apache 2.0 with mod_ssl and custom engine on openssl

2013-06-11 Thread coolcuzu
Thank you Daniel for your help. I believe a bad part (or an important feature that does not exist) of mod_ssl is the lack of ability to pass any argument or parameter to the crypto device that you want to use. Do you know anything about passing a parameter (command in openssl engine terminolog

Re: [users@httpd] Using Apache 2.0 with mod_ssl and custom engine on openssl

2013-06-11 Thread Daniel Ruggeri
On 6/10/2013 4:56 PM, coolcuzu wrote: > Hi, > > My question may seem rather complex, but I believe someone can answer it. > > 1 - I've implemented a custom OpenSsl Engine, which works perfectly > fine in OpenSsl. > 2 - I want to create a sample web site that uses https with Apache. > After my searc

[users@httpd] Using Apache 2.0 with mod_ssl and custom engine on openssl

2013-06-10 Thread coolcuzu
Hi, My question may seem rather complex, but I believe someone can answer it. 1 - I've implemented a custom OpenSsl Engine, which works perfectly fine in OpenSsl. 2 - I want to create a sample web site that uses https with Apache. After my search, I saw that Apache uses mod_ssl to support http