RE: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode

2008-09-12 Thread Jack Rong via RT
: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode > Thanks so much for the response. I am now using 0.9.8g and try to configure > it with aix64-gcc, such as: > > ./config aix64-gcc --prefix=/usr/local/ssl64 --openssldir=/usr/local/ssl64 > no-shared no

Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode

2008-09-12 Thread Andy Polyakov
We did manage to get 0.9.7 building on AIX 64. The necessary patches will be on the request tracker (somewhere). Relevant question is if we want to keep maintaining 0.9.7? The answer is "no" and therefore I didn't want to encourage user. Of course it's possible to get 0.9.7 building on AIX64,

Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode

2008-09-12 Thread Andy Polyakov via RT
> Thanks so much for the response. I am now using 0.9.8g and try to configure > it with aix64-gcc, such as: > > ./config aix64-gcc --prefix=/usr/local/ssl64 --openssldir=/usr/local/ssl64 > no-shared no-asm > > I got configure error: When using config lines you're expected to call ./Configure, no

RE: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode

2008-09-12 Thread Jack Rong via RT
AM To: [EMAIL PROTECTED] Cc: openssl-dev@openssl.org Subject: Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode > I am having problem to pass test, BN_sqr" in AIX 5.2 for version > "openssl-0.9.7g". > ... > test BN_sqr > Square tes

Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode

2008-09-12 Thread Peter Waltenberg
Subject:Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode > I am having problem to pass test, BN_sqr"

Re: [openssl.org #1741] failed in testing BN_sqr openssl in aix 5.2 of 64 bit mode

2008-09-12 Thread Andy Polyakov via RT
> I am having problem to pass test, BN_sqr" in AIX 5.2 for version > "openssl-0.9.7g". > ... > test BN_sqr > Square test failed! This is in FAQ, "11. Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]?" 64-bit AIX is *not* supported by 0.9.7, use 0.9.8* instead. > It