Hello,

Is it possible to build the latest FIPS-capable OpenSSL as a universal binary on Mac OS X similar to the following?

$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.5.8
BuildVersion:   9L30

$ file /usr/lib/libcrypto.dylib
/usr/lib/libcrypto.dylib: Mach-O universal binary with 4 architectures
/usr/lib/libcrypto.dylib (for architecture ppc7400): Mach-O dynamically linked shared library ppc /usr/lib/libcrypto.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library ppc64 /usr/lib/libcrypto.dylib (for architecture i386): Mach-O dynamically linked shared library i386 /usr/lib/libcrypto.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64

$ file /usr/lib/libwrap.a
/usr/lib/libwrap.a: Mach-O universal binary with 4 architectures
/usr/lib/libwrap.a (for architecture ppc): current ar archive random library /usr/lib/libwrap.a (for architecture ppc64): current ar archive random library /usr/lib/libwrap.a (for architecture i386): current ar archive random library /usr/lib/libwrap.a (for architecture x86_64): current ar archive random library

I am interested in building the static version of the FIPS-capable OpenSSL as an universal binary.

I would appreciate any clues on how to accomplish this (if it is possible).

Thank you,

Bill


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to