Re: [openssl.org #1564] bug: FIPS module can't be built on Solaris

2007-08-08 Thread Aaron Christensen
If you edit this, does it change the fips certification? ~Aaron Christensen On 8/7/07, Richard Salz <[EMAIL PROTECTED]> wrote: > > The portable solution (all the way back to v7) > echo 'foo' | tr -d '\012' > > -- > STSM, Senior Security Architect > DataPower SOA Appliances > http://www.ib

Re: [openssl.org #1564] bug: FIPS module can't be built on Solaris

2007-08-07 Thread Richard Salz
The portable solution (all the way back to v7) echo 'foo' | tr -d '\012' -- STSM, Senior Security Architect DataPower SOA Appliances http://www.ibm.com/software/integration/datapower/ __ OpenSSL Project

Re: [openssl.org #1564] bug: FIPS module can't be built on Solaris

2007-08-07 Thread dmj2718-09
Try using /usr/ucb/echo instead of just echo. This is what I found on Sun's web site: The shells csh(1), ksh(1), and sh(1), each have an echo built-in command, which, by default, will have precedence, and will be invoked if the user calls echo without a full pathname. /usr/ucb/echo and csh's

Re: [openssl.org #1564] bug: FIPS module can't be built on Solaris

2007-08-07 Thread Martin Simmons
> On Tue, 7 Aug 2007 14:57:41 +0200 (CEST), Jan Pechanec via RT said: > > building the fips module ends with a tricky error: > > /usr/ccs/bin/ld: illegal option -- n > usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] > file(s) > [-64] enforce a

[openssl.org #1564] bug: FIPS module can't be built on Solaris

2007-08-07 Thread Jan Pechanec via RT
building the fips module ends with a tricky error: /usr/ccs/bin/ld: illegal option -- n usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s) [-64] enforce a 64-bit link-edit ... ... the problem is that in general Solaris's echo's don'