[users@httpd] custom openssl engine on apache using mod_ssl

2013-06-16 Thread the coolcuzu
Hi, My custom openssl engine works fine, tested it many times. I wanted to test it using mod_ssl, but needed a patch to enable dynamic engine support. Now the problem is, I get a segmentation fault, whenever rsa methods in my custom openssl engine is called. I am using apache 2.4, and openssl 0.9

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

2013-06-12 Thread coolcuzu
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 an important feature that does not exist) of mod_ssl is the lack of ability to pass any argument or pa

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

2013-06-11 Thread coolcuzu
terminology)? Otherwise, I may need to hardcode the parameters into the custom openssl engine, which isn't very nice though. Erman On 6/11/2013 11:06 AM, Daniel Ruggeri wrote: On 6/10/2013 4:56 PM, coolcuzu wrote: Hi, My question may seem rather complex, but I believe someone can answer it. 1 -

[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