Re: Cert issue with 64 bit build on Windows

2012-10-01 Thread James Swift
Try running the OpenSSL tests using: nmake -f ms\ntdll.mak test rsa_test PKCS #1 v1.5 encryption/decryption ok OAEP decryption (test vector data) failed! PKCS #1 v1.5 encryption/decryption ok OAEP decryption (test vector data) failed! PKCS #1 v1.5 encryption/decryption ok OAEP decryption (test

Re: Cert issue with 64 bit build on Windows

2012-10-01 Thread Dr. Stephen Henson
On Mon, Oct 01, 2012, James Swift wrote: Try running the OpenSSL tests using: nmake -f ms\ntdll.mak test rsa_test PKCS #1 v1.5 encryption/decryption ok OAEP decryption (test vector data) failed! PKCS #1 v1.5 encryption/decryption ok OAEP decryption (test vector data) failed! PKCS #1

Re: Cert issue with 64 bit build on Windows

2012-10-01 Thread James Swift
Tests passed with no-asm I checked my nasm version and I was using an old release candidate from 2010, 2.09rc6 Updated to version 2.10.05 from http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D Tests passed without the no-asm option in this case so we can say that a newer version of nasm than

RE: Cert issue with 64 bit build on Windows

2012-10-01 Thread Jaaron Anderson
Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of James Swift Sent: Monday, October 01, 2012 8:21 AM To: openssl-users@openssl.org Subject: Re: Cert issue with 64 bit build on Windows Tests passed with no-asm I checked my nasm version and I

Re: Cert issue with 64 bit build on Windows

2012-09-28 Thread Dr. Stephen Henson
On Fri, Sep 28, 2012, James Swift wrote: Hi, I have also posted this issue in the OpenSSL mailing list but it occurs down in the OpenSSL libraries and this is probably the place to ask. This issue doesn't occur in a 32 bit compile of OpenSSL 1.0.1c (with libcurl 7.27.0) but does when