Bug 106858
| Summary: | SSL_EXPERIMENTAL is not defined in mod_ssl build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elías Halldór Ágústsson <elias> | ||||
| Component: | httpd | Assignee: | Joe Orton <jorton> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.0.47-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-10-23 11:59:10 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 95121 [details]
It defines SSL_EXPERIMENTAL_ENGINE in the src.rpm
Thanks a lot for the report and patch, this is added in 2.0.47-10. An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2003-320.html |
Description of problem: In versions 7.1 through 7.3 mod_ssl was compiled with SSL_EXPERIMENTAL defined. This enabled SSL engine support and the SSLCryptoDevice directive. However, ever since RedHat switched over to Apache2, this feature hasn't been enabled in mod_ssl. I have enabled it successfully with a minor change in the httpd src.rpm. This feature is a must-have for any enterprise which uses SSL hardware acceleration (which is provided in the RedHat kernel, with the hwcrypto rpm and in OpenSSL). Version-Release number of selected component (if applicable): 8.0, 9, Severn(?) How reproducible: Always Steps to Reproduce: 1. Add "SSLCryptoDevice builtin" to /etc/httpd/conf.d/ssl.conf 2. Restart httpd 3. Actual Results: Apache refuses to recognize the directive. Expected Results: The directive should be recognized, as it was in the versions of mod_ssl included in RedHat 7.1-7.3 Additional info: I file this as a bug, not as an enhancement, since it is an essential feature which was included in former builds but isn't any more.