I'm trying to build OpenSSL 0.9.7i on an Mac mini with the Intel Core
Duo chip in it, running MacOS X 10.4.5. My config line is:
./config threads shared zlib-dynamic --openssldir=/usr/local/openssl
--prefix=/usr/local
The build works fine, darwin-386 is correctly identified, but when I
run make test, I get a failure:
<=== snip ==>
../util/shlib_wrap.sh ./rsa_test
PKCS #1 v1.5 encryption/decryption ok
OAEP encryption/decryption ok
PKCS #1 v1.5 encryption/decryption ok
OAEP encryption/decryption ok
PKCS #1 v1.5 encryption/decryption ok
OAEP decryption (encrypted data) failed!
OAEP decryption (test vector data) failed!
PKCS #1 v1.5 encryption/decryption ok
OAEP encryption/decryption ok
PKCS #1 v1.5 encryption/decryption ok
OAEP encryption/decryption ok
PKCS #1 v1.5 encryption/decryption ok
OAEP decryption (encrypted data) failed!
OAEP decryption (test vector data) failed!
make[1]: *** [test_rsa] Error 1
make: *** [tests] Error 2
I would normally ignore this, except I'm having trouble running
apache 2.0.55 and subversion, both of which are using this version of
OpenSSL for their https implementations. In apache's case, it is able
to serve pages over http, but no clients can connect with https (I've
used the same process for making self-signed certificates I've used
for the past few years, and have never had any trouble on any OS
until now, essentially the instructions on the mod_ssl project FAQ).
In subversion's case, I get "SSL negotiation failed: SSL error: bad
signature" error messages trying to connect to our subversion server
with https, while I'm able to connect without issue on non-intel
based Macs.
Are there known issues with openssl 0.9.7i on Intel-based macs? I'm
not even sure where I'd begin tracking this down, but I'm very open
to suggestions.
Thanks,
Mark
PS. Details on the apache 2 errors can be found in a posting on the
httpd-users mailing list (which I sent before I realized subversion
had an issue also). http://marc.theaimsgroup.com/?l=apache-httpd-
users&m=114254919516955&w=2
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]