On Thu, Apr 16, 2015 at 01:54:08PM -0700, Carson Gaspar wrote:
> >I pushed an update to a test script in the master branch that uses
> >the POSIX "export" syntax, and perhaps folks still using SunOS 5.10
> >might be unhappy if that breaks (when 1.1.x comes out).
>
> /bin/sh is non-POSIX on Solari
On 4/16/15 1:49 PM, Viktor Dukhovni wrote:
Somewhat (Solaris) related question:
* Do you have access to any SunOS 5.10 systems?
* If you do, can you check whether /bin/sh supports
the POSIX "export" built-in syntax:
export NAME=value
or does one have to write
On Thu, Apr 16, 2015 at 01:33:16PM -0700, Carson Gaspar wrote:
> As a counter-example, I just built OpenSSL 1.0.2a 32-bit on SPARC and 'make
> test' is just fine.
Somewhat (Solaris) related question:
* Do you have access to any SunOS 5.10 systems?
* If you do, can you check whether /bi
As a counter-example, I just built OpenSSL 1.0.2a 32-bit on SPARC and
'make test' is just fine.
Host: Sun Fire v490
Compiler: Solaris Studio 12.2
OS: Solaris 10 u9
Configure args: solaris-sparcv9-cc
So I suspect the OP is suffering from some local issue.
--
Carson
I used Fips module 2.0.9 and OpenSSL 1.0.1M. It built fine in windows for
x64,win32 and Itanium. However, it only runs fine for x64 and Win32. For
Itanium system, my executable exits immediately right after it runs, and it
generated with follow sequence "d375fa8a9fd9d8f90fede1f1a9e548132d63230f".
I
This is from 1.0.1m openssl s_client:
TLSv1/SSLv3, Cipher is AES256-GCM-SHA384
1.0.2 make test built with asm gets this far
../util/shlib_wrap.sh ./destest
Doing cbcm
Doing ecb
Doing ede ecb
Doing cbc
Doing desx cbc
Doing ede cbc
Doing pcbc
Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64()