> On Sep 4, 2018, at 12:16 AM, James Brown via openssl-users
> wrote:
>
> Running ‘make test’ for 1.1.0i fails with:
>
> Test Summary Report
> ---
> ../test/recipes/80-test_cms.t(Wstat: 256 Tests: 4 Failed: 1)
> Failed test: 4
> Non-zero exit status: 1
> Files
Running ‘make test’ for 1.1.0i fails with:
Test Summary Report
---
../test/recipes/80-test_cms.t(Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=99, Tests=561, 83 wallclock secs ( 0.94 usr 0.23 sys + 49.59 cusr 22.30
csys = 73.06 CPU)
Thank you - that was my problem
On Tue, Nov 15, 2011 at 9:43 AM, Dr. Stephen Henson wrote:
> On Mon, Nov 14, 2011, Kevin Fowler wrote:
>
>> Hi,
>> I successfully built the FIPS 2.0 module (2010), its tests passed, and
>> it was installed correctly in /usr/local/ssl/fips-2.0.
>>
>> I then buil
On Mon, Nov 14, 2011, Kevin Fowler wrote:
> Hi,
> I successfully built the FIPS 2.0 module (2010), its tests passed, and
> it was installed correctly in /usr/local/ssl/fips-2.0.
>
> I then build openssl 1.0.1 (2010):
>
> ./config fips shared
> make
>
> which all seems to go ok
>
> Then
Hi,
I successfully built the FIPS 2.0 module (2010), its tests passed, and
it was installed correctly in /usr/local/ssl/fips-2.0.
I then build openssl 1.0.1 (2010):
./config fips shared
make
which all seems to go ok
Then I do:
make test
and eventually get this error:
...
Testing key g
Hi,
I successfully built the FIPS 2.0 module (2010), its tests passed, and
it was installed correctly in /usr/local/ssl/fips-2.0.
I then build openssl 1.0.1 (2010):
./config fips shared
make
which all seems to go ok
Then I do:
make test
and eventually get this error:
...
Testing key g
I have now tried building Openssl 1.0.0b with and without -shared and on SuSE
11.3 as well as two CentOS 5.5 systems. All fail at the same point. I verified
the MD5 and SHA1 checksums? Any ideas?
Carter Browne
CBCS
cbro...@cbcs-usa.com
__
Dear friends,
I have been in trouble for the past couple of days trying to compile
openssl-0.9.8k for mipsel-linux. Actually I was able to compile it but
running 'make test' generates the following error:
make[2]: Leaving directory
`/home/marcel/Desktop/TEMP/openssl-0.9.8k_mipsel_
tificate to a certificate request
This is the error message . Should this is critical error or it is known
issue.
Does this error means that my openssl is not build properly
Note : I have build 32 bit of openssl9.8f but i cannot see any error in that
Please Help
Thanks
Rajan
--
View this mess
Hi All,
I'm trying to compile on a Centos 4.4 x86_64 system.
./config -t gives:
Configuring for linux-x86_64
/usr/bin/perl ./Configure linux-x86_64
make test gives:
bntest.c:1: sorry, unimplemented: 64-bit mode not compiled in
make[1]: *** [bntest.o] Error 1
Is there any way to g
I'm building OpenSSL 0.9.8e on AIX 64-bit. Following 2 commands work fine.
./Configure -lpthreads aix64-gcc -maix64 --prefix=/usr/local/ssl/
--openssldir=/usr/local/ssl/
make
make test
fails with following end re
I did not find a place to start a new thread. Sorry for writing a problem in
reply
I'm building OpenSSL 0.9.8e on AIX 64-bit. Following 2 commands work fine.
./Configure -lpthreads aix64-gcc -maix64 --prefix=/usr/local/ssl/
--openssldir=/usr/local/ssl/
make
make test
fails with followin
This problem will exist for fips package. so this error i can ignore it and
can use the fips module with openssl 9.8 j and can test (make test in
openssl 9.8J) in openssl 9.8J
please correct it if i am wrong
Thanks
Joshi
On Tue, Jan 20, 2009 at 5:07 PM, Dr. Stephen Henson wrote:
> On Tue,
On Tue, Jan 20, 2009, joshi chandra wrote:
>
> Hi All,
>
> I have came across the error when i build openssl fips 1.2 for 64 bit .
>
> ./Configure fipscanisterbuild aix64-cc
>
> make was successful
>
Well other than that command line violating the security policy...
You may well have prob
sing 'x509' convert a certificate to a certificate request
Thanks in Advance
Thanks
Joshi
--
View this message in context:
http://www.nabble.com/Make-test-fails-for-openssl-fips-1.2-for-64-bit-tp21562002p21562002.html
Sen
Hello,
I've built OpenSSL 0.9.8i on a Solaris 9 SPARC system, using a fully
patched Sun Studio 11.
It builds fine, however, «make test» fails (see below).
Version 0.9.8h built on the same system with the same parameters doesn't
fail.
Version 0.9.8i built with Studio 12 on S10 x86 do
> I build regularly on Debian [unstable]. It didn't fail, so I wonder how
> your platform differs.
Ok, when I do a ./config && make && make test it works.
But with ./config shared && make && make test it fails.
Now I've found the error:
grsec: From XXX: denied resource overstep by requesting
Standard request:
- configuration log, please
- build log, please (at least if something failed)
I build regularly on Debian [unstable]. It didn't fail, so I wonder how
your platform differs.
Muenz, Michael writes:
Hi,
just tried to install the new version on my debian woody.
All vers
Hi,
just tried to install the new version on my debian woody.
All versions prior 0.9.8 work fine, but with this one I get
an error while make test:
ecb cast5 ok
This test will take some time123456789ABCDEF ok
../util/shlib_wrap.sh ./randtest
test 1 done
test 2 done
test 3 done
test 4 done
sta
on 10/29/02 11:44 AM, [EMAIL PROTECTED] purportedly said:
> I've just found another post on the ml archives
> concerning my problem, but didn't find any reply, so:
>
> root@hwsx:~/.cpan/build/Crypt-SSLeay-0.45# make test
>
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/lib/per
Hi there,
I've just found another post on the ml archives
concerning my problem, but didn't find any reply, so:
root@hwsx:~/.cpan/build/Crypt-SSLeay-0.45# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/i386-linux
-I/usr/lib/perl5 -e 'use Test::Harness qw(&run
On Fri, May 17, 2002 at 02:52:02PM -0400, sridhar Kondoji wrote:
> iam trying to install openssl on my unix workstation.It uses solaris 8 OS.
>
> Iam trying to install in a local directory.
>
> Make test fails with following error message.
>
> Generating a 51
Has anyone ever come across this before?
[root@myhost Crypt-SSLeay-0.37]# Makefile.PL
Found OpenSSL (version OpenSSL 0.9.5) installed at /usr/local/ssl
Which OpenSSL build path do you want to link against? [/usr/local/ssl]
BUILD INFORMATION
==
I can compile openssl 0.9.6c with gcc 2.9-aix43-010414
without any problems. When I run make test however, I get
...
seed
D5014E4B 60EF2BA8 B6211B40 62BA3224 E0427DD3
counter=105 h=2
P:
00:8d:f2:a4:94:49:22:76:aa:3d:25:75:9b:b0:68:
69:cb:ea:c0:d8:3a:fb:8d:0c:f7:cb:b8:32:4f:0d:
78:
I am trying to compile OpenSSL version 0.9.6 on a SPARC/Solaris 8 system
(uname -a gives "SunOS khsun 5.8 Generic sun4u sparc SUNW,Ultra-5_10").
Running make is okay, but make test is not. The CFLAG line in Makefile.ssl
is originally the following:
CFLAG= -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
The sgi is an old Indigo 2, the OS is 6.5.9, and running
cc -version
says: MIPSpro Compilers: Version 7.30
>* Kevin Walker ([EMAIL PROTECTED]) [20001213 10:34] thus spake:
>
>[...]
>
>> OpenSSL self-test report:
>>
>> OpenSSL version: 0.9.6
>> Last change: In ssl23_get_client_hello, gener
* Kevin Walker ([EMAIL PROTECTED]) [20001213 10:34] thus spake:
[...]
> OpenSSL self-test report:
>
> OpenSSL version: 0.9.6
> Last change: In ssl23_get_client_hello, generate an error message wh...
> Options: -mips3
> OS (uname): IRIX phil 6.5 07201607 IP22
> OS (config):
I downloaded OpenSSL-0.9.6 and tried to make it but the make test fails. I
am only interested in using OpenSSH at present. Can anyone point me in the
right direction for solving this problem? I got some precompiled binaries
from SGI which worked but I can't get the compiled source to pas
Hello, I'm using the "libsafe" library on the system on which I'm trying
to install openssl-0.9.6. The config and make complete without
problems, but while running "make test" this happens:
./certs/ICE-root.pem: /O=European ICE-TEL project/OU=V3-Certification
Authorityerror 10 at 0 depth lookup:
> ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
> tmdiff.o cpt_err.o ebcdic.o
> make[4]: ar: Command not found
do add /usr/ccs/bin in your PATH environment variable.
solaris has /usr/ccs/bin/ar.
-- yozo.
-BEGIN PGP SIGNED MESSAGE-
Running Solaris 2.6
Did a
./Configure solaris-sparcv7-gcc
Then make, make test, found errors.. so I stopped.. I tried just
doing a ./config but that thought I had a sparcv9.
Below is the screen shot. Any suggestions?
- - - - - - - - - - - - - - - - - -
#
cc:
penssl.org Subject: make test fails in req
conversion
I installed 0.91c linux-elf on an Intel PII with redhat 6.1 kernel 2.2.16.
When I ran "make test" it hung in a loop during the second p > d conversion
in the "req conversion test". Has anyone seen this?
Solutions/workarounds?
Thanks in advance,
Craig
___
I am having trouble with OpenSSL-0.9.2b
I am running RH Linux 2.2.6
compiled for linux-elf platform, using gcc -DL_ENDIAN -DTERMIO -03
-fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM
It generates no warnings or errors on compile.
on make rehash it returns
*.pe
I've successfully run configure and make and make rehash--thanks to some sage advice from Ulf. When I run make test I get the following:
k= p= o=C197F558748A20E7 act=3B46164AD08F4B3B
Decryption error 31
k= p=3B46164AD08F4B3B o= ac
35 matches
Mail list logo