Bug 167074

Summary: OpenSSL 0.9.7f-7, is missing important features from OpenSSL 0.9.8
Product: [Fedora] Fedora Reporter: Steffen Yount <steffen>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED NEXTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4Keywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-30 06:46:05 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:

Description Steffen Yount 2005-08-29 23:25:31 UTC
Description of problem:
The current version of OpenSSL (0.9.7f-7) doesn't support VIA's padlock 
hardware encryption engine, while the newer version of OpenSSL (0.9.8) 
availible at www.openssl.org does.

Version-Release number of selected component (if applicable):
openssl-0.9.7f-7

How to reproduce, at the prompt type:
$ openssl engine padlock

Output should look like:
$ openssl engine padlock
(padlock) VIA PadLock (RNG, ACE)

Actual output looks like:
$ openssl engine padlock
6216:error:2606A074:engine routines:ENGINE_by_id:no such 
engine:eng_list.c:379:id=padlock

Comment 1 Steffen Yount 2005-08-29 23:36:42 UTC
FYI: 
-SuSE Linux 9.2 already includes these patches
-For more info about VIA Padlock see: http://www.linuxjournal.com/article/8042

Comment 2 Tomas Mraz 2005-08-30 06:46:05 UTC
This will be fixed in the next release of Fedora Core by including OpenSSL
library version from the 0.9.8 branch.