Mantis - openssl
Viewing Issue Advanced Details
5028 upgrade minor always 2012-11-30 20:14 2013-04-21 10:21
briandking  
yann  
normal  
closed  
fixed  
none    
none  
0005028: Please include 64 bit binaries with openssl
The package includes the 64 bit libraries, but it only include a 32 bit main binary. When I compile from source myself on 64 bit solaris with gcc4 (from OpenCSW), it builds a 64 bit binary by default.

If I:
1) take that binary and place it in /opt/csw/bin/amd64
2) take your binary (32 bit) and place it in /opt/csw/bin/i386
3) cd /opt/csw/bin ; ln isaexec openssl

Then it finds the appropriate binary (32 or 64 bit) for the platform. There is a noticeable difference in speed for operations like "openssl speed aes".
Issue History
2012-11-30 20:14 briandking New Issue
2013-04-07 00:36 yann Note Added: 0010313
2013-04-07 00:36 yann Assigned To => yann
2013-04-07 00:36 yann Status new => resolved
2013-04-21 10:20 yann Status resolved => closed
2013-04-21 10:21 yann Resolution open => fixed

Notes
(0010313)
yann   
2013-04-07 00:36   
Hi,

This has been fixed in last package.

Yann