When building openssl with mingw64, make test is hang up.

2024-06-01 Thread anlex N
Hello everyone, I want to contribute my source code to openssl, But I am in trouble: When building openssl with MinGW64, make test is hung up <https://github.com/openssl/openssl/issues/24436>. For so many days, nobody has replied to me, I value your feedback.

OpenSSL 3.0.7 make test failed on AIX 7100-04

2022-11-03 Thread Zhongyan Wang
Hi team, I compile OpenSSL 3.0.5 and 3.0.7 on AIX 7100, make and make install succeed, but make test failed at very beginning when doing "00-prep_fipsmodule_cnf.t". This is my config options: ./Configure -Wl,-R,/.uvlibs1 aix64-cc enable-fips enable-acvp-tests no-mdc2 no-idea shared

RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-31 Thread Lee Staniforth
ers@openssl.org Subject: Re: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0 On 21/12/2021 15:09, Lee Staniforth wrote: > ./Configure linux-x86_64 no-shared -m64 -fPIC -fvisibility=hidden Try dropping "-fvisibility=hidden". I can replicate this pro

Re: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-23 Thread Matt Caswell
On 21/12/2021 15:09, Lee Staniforth wrote: ./Configure linux-x86_64 no-shared -m64 -fPIC -fvisibility=hidden Try dropping "-fvisibility=hidden". I can replicate this problem when using no-shared and -fvisibility=hidden. If I drop the "-fvisibility=hidden" the problem goes away. Matt

RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-22 Thread Petr Gotthard
ned symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0 CAUTION: This email originated from outside of the Advantech organization. Do not click any link or open any attachment unless you recognize the sender and know the content is 100% safe! If you are not sure this email is

Re: undefined symbol: OSSL_provider_init when running "make test"

2021-12-22 Thread Dan Fulger
I have not compiled OpenSSL 3.0 yet, but I am pretty sure that -fvisibility=hidden will at least break the temporary shared objects created by the unit tests, if not everything else in OpenSSL.

undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-21 Thread Lee Staniforth
Hi, I have been building the 1.1.1 stream of OpenSSL for a while, and am now starting to look at moving to using 3.0. Building works fine, but testing fails (via "make test"). A number of the tests fail with undefined symbol: OSSL_provider_init: 02-test_internal_ctype.t ...

RE: Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance.

2021-08-15 Thread Dr. Matthias St. Pierre
: openssl-users On Behalf Of Ma Zhenhua Sent: Saturday, August 14, 2021 1:57 AM To: openssl-users@openssl.org Subject: Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance. Hi team, I modified openssl code and make test failed. What should

Re: Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance.

2021-08-13 Thread Dr Paul Dale
I suggest working out why they failed and getting them working again.  You've broken something with your modifications, you need to understand what's broken and why before continuing. Paul Dale On 14/8/21 9:56 am, Ma Zhenhua wrote: Hi team, I modified openssl code and make t

Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance.

2021-08-13 Thread Ma Zhenhua
Hi team, I modified openssl code and make test failed. What should I do with the failed cases. Thx in advance. Best regards, Allen

Re: Make test error in OpenSSL 1.1.1b

2019-06-20 Thread Matt Caswell
just build with "no-shared"? > > If you don't modify the Makefile does it work? > > Matt > > > > > > > > On Wed, Jun 19, 2019 at 3:40 PM Matt Caswell <mailto:m...@openssl.org> > > <mailto:m...@openssl.

Re: Make test error in OpenSSL 1.1.1b

2019-06-20 Thread Matt Caswell
d "-lcrypto" to "libcrypto.a", to link archive files instead of shared > files. > and then make executed normally > but when I run make test I'm getting this error. > why I'm getting this error ? If you want static linking why not just build with "no-sh

Re: Make test error in OpenSSL 1.1.1b

2019-06-19 Thread Matt Caswell
On 19/06/2019 11:07, shiva kumar wrote: > Hi, > In the OpenSSL 1.1.1b build after make test I'm getting error as follows > /*../test/recipes/70-test_comp.t                   (Wstat: 35584 Tests: 0 > Failed: 0) >   Non-zero exit status: 139 >   Parse errors: No p

Make test error in OpenSSL 1.1.1b

2019-06-19 Thread shiva kumar
Hi, In the OpenSSL 1.1.1b build after make test I'm getting error as follows *../test/recipes/70-test_comp.t (Wstat: 35584 Tests: 0 Failed: 0) Non-zero exit status: 139 Parse errors: No plan found in TAP output../test/recipes/70-test_key_share.t (

Re: [openssl-users] OpenSSL version 1.1.0i make test fails - 80-test_cms.t

2018-09-03 Thread Viktor Dukhovni
> 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

[openssl-users] OpenSSL version 1.1.0i make test fails - 80-test_cms.t

2018-09-03 Thread James Brown via openssl-users
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

Re: [openssl-users] openssl-1.1.1 make test error on Red Hat Enterprise Linux 6.1.

2018-08-01 Thread Viktor Dukhovni
> On Aug 1, 2018, at 4:42 AM, Matt Caswell wrote: > > Please can you submit this problem as a github issue: > > https://github.com/openssl/openssl/issues We certainly need to raise the buffer size, for example on MacOS/X and FreeBSD errno 47 has a (coincidentally) 47-byte long error message:

Re: [openssl-users] openssl-1.1.1 make test error on Red Hat Enterprise Linux 6.1.

2018-08-01 Thread Matt Caswell
HEL6.1). > > But when I ran “make test”, test failed as following log: > > Test Summary Report > --- > ../test/recipes/04-test_err.t(Wstat: 256 Tests: 1 Failed: > 1) > Failed test: 1 > Non-zero exit status: 1 > Files=148, Test

[openssl-users] openssl-1.1.1 make test error on Red Hat Enterprise Linux 6.1.

2018-08-01 Thread 市來敏 / ICHIKI,BIN
Hello, everyone. My name is Bin Ichiki. I'm trying to install openssl-1.1.1-pre8 on Red Hat Enterprise Linux 6.1(RHEL6.1). But when I ran “make test”, test failed as following log: Test Summary Report --- ../test/recipes/04-test_err.t(Wstat: 256 Tes

Re: [openssl-users] make test failure OpenSSL 1.0.2o

2018-04-04 Thread Matt Caswell
On 04/04/18 16:38, Jerry L wrote: > Compiled OpenSSL on AIX 7.1.5.2 using gcc, I used the same Configuration > options that I have been using for 5 years: > >     Configure aix-gcc zlib fips shared > > When running make test, I am getting the following: > >  test_b

[openssl-users] make test failure OpenSSL 1.0.2o

2018-04-04 Thread Jerry L
Compiled OpenSSL on AIX 7.1.5.2 using gcc, I used the same Configuration options that I have been using for 5 years: Configure aix-gcc zlib fips shared When running make test, I am getting the following: test_bad_dtls ../util/shlib_wrap.sh .bad_dtls_test test_fatalerr ../utils

Re: [openssl-users] "make test" error for release 1.0.2n

2017-12-07 Thread Matt Caswell
On 07/12/17 16:55, Porter, Andrew wrote: > My "make test" for today's 1.0.2n release is getting an error at the very > last (I think) > "test_bad_dtls" step. This is FIPS-enabled, built with the 2.0.12 FIPS > module. With the > Previous 1.0.2m r

[openssl-users] "make test" error for release 1.0.2n

2017-12-07 Thread Porter, Andrew
My "make test" for today's 1.0.2n release is getting an error at the very last (I think) "test_bad_dtls" step. This is FIPS-enabled, built with the 2.0.12 FIPS module. With the Previous 1.0.2m release the "test_bad_dtls" step silently completed but with 1

Re: [openssl-users] make test failed on HPUX parisc

2016-05-25 Thread Michael Wojcik
This is probably not very useful, but just as another data point: 32-bit OpenSSL 1.0.2g passes "make test" on HP-UX 11.31 for ia64 (Itanium). I have no idea whether the difference is in the OpenSSL version, the HP-UX version, the CPU type, or some configuration option. Unfortuna

Re: [openssl-users] make test failed on HPUX parisc

2016-05-25 Thread Alexandre Klein
Thanks Viktor for your reply. I forgot to mention that I can compile 1.0.2h 64-bit version on the same machine. The only problem is when building the 32-bit version of OpenSSL. Here is full line: "hpux-parisc2-cc","cc:+DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_RE

Re: [openssl-users] make test failed on HPUX parisc

2016-05-24 Thread Viktor Dukhovni
On Tue, May 24, 2016 at 06:05:34PM +0900, Alexandre Klein wrote: > > I'm using "hpux-parisc2-cc". I modified Configure to use +DAportable: > "hpux-parisc2-cc","cc:+DAportable +O3 ... > "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 ... For meaningful help, post an unedited "diff" between the original

[openssl-users] make test failed on HPUX parisc

2016-05-24 Thread Alexandre Klein
quot;hpux-parisc2-cc","cc:+DAportable +O3 ... "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 ... $ ./Configure hpux-parisc2-cc --prefix=path/to/folder no-shared no-zlib no-zlib-dynamic no-rc5 no-idea no-ec no-ecdh no-ecdsa no-asm no-mdc2 no-bf no-cast no-md2 no-rc4 no-jpake no-gmp $

Re: [openssl-users] How to get verbose output from 'make test'

2016-03-20 Thread Jeffrey Walton
}/47 >> >> It seems like its timing out, and then the tests march on with: >> >> ../test/recipes/80-test_ssl.t . ok >> >> I tried to get a verbose output with 'make test V=1', but it was a >> guess that did not work. >> >&

Re: [openssl-users] How to get verbose output from 'make test'

2016-03-20 Thread Rainer Jung
test_ssl.t . ok I tried to get a verbose output with 'make test V=1', but it was a guess that did not work. How can I get verbose output from 'make test'? Te INSTALL file tells us: HARNESS_VERBOSE=yes make test Regards, Rainer -- openssl-users mailing list To unsubs

Re: [openssl-users] How to get verbose output from 'make test'

2016-03-19 Thread Viktor Dukhovni
h on with: > >../test/recipes/80-test_ssl.t . ok > > I tried to get a verbose output with 'make test V=1', but it was a > guess that did not work. > > How can I get verbose output from 'make test'? There are a lot of combi

[openssl-users] How to get verbose output from 'make test'

2016-03-19 Thread Jeffrey Walton
with 'make test V=1', but it was a guess that did not work. How can I get verbose output from 'make test'? Thanks in advance. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: FIPS 1.2.4 and OpenSSL 0.9.8zc Fails 'make test'

2014-10-17 Thread Emilia Käsper
gt; but > > apparently it's read-only. ;-) > > > > Has anyone else built 0.9.8zc with FIPS 1.2.4? I've been unable to get a > > build that passes the 'make test' phase. I'm using build scripts that > > worked for 0.9.8.zb. (More details o

Re: FIPS 1.2.4 and OpenSSL 0.9.8zc Fails 'make test'

2014-10-16 Thread Dr. Stephen Henson
On Thu, Oct 16, 2014, Russell Selph wrote: > Thanks. We're going ahead with patching 0.9.8zc to ignore this test. I'm > not sure if it's the "right" solution, but given that 0.9.8 is EOL, and > therefore FIPS 1.2.4 is VERY unlikely to ever be updated, would it be > reasonable to have 0.9.8 disab

Re: FIPS 1.2.4 and OpenSSL 0.9.8zc Fails 'make test'

2014-10-16 Thread Russell Selph
as anyone else built 0.9.8zc with FIPS 1.2.4? I've been unable to get a > build that passes the 'make test' phase. I'm using build scripts that > worked for 0.9.8.zb. (More details on the scripts below.) This is > happening on Linux RHEL5 (gcc 4.1.2), Mac OS X 10.9.5 (Xco

Re: FIPS 1.2.4 and OpenSSL 0.9.8zc Fails 'make test'

2014-10-16 Thread Dr. Stephen Henson
On Wed, Oct 15, 2014, Russell Selph wrote: > Apologies if this is a duplicate post. I tried first via Google Groups, but > apparently it's read-only. ;-) > > Has anyone else built 0.9.8zc with FIPS 1.2.4? I've been unable to get a > build that passes the 'make

FIPS 1.2.4 and OpenSSL 0.9.8zc Fails 'make test'

2014-10-15 Thread Russell Selph
Apologies if this is a duplicate post. I tried first via Google Groups, but apparently it's read-only. ;-) Has anyone else built 0.9.8zc with FIPS 1.2.4? I've been unable to get a build that passes the 'make test' phase. I'm using build scripts that worked for 0.

Re: 1.0.1i fails on make test

2014-08-13 Thread Jason Schultz
Thank you for the fast reply. > On Aug 13, 2014, at 4:31 PM, "Jeffrey Walton" wrote: > >> On Wed, Aug 13, 2014 at 5:19 PM, Jason Schultz wrote: >> I've been trying to build the latest (1.0.1i) OpenSSL, and I'm having >> problems with the self-tests. >> ... > http://groups.google.com/d/msg/mail

Re: 1.0.1i fails on make test

2014-08-13 Thread Jeffrey Walton
On Wed, Aug 13, 2014 at 5:19 PM, Jason Schultz wrote: > I've been trying to build the latest (1.0.1i) OpenSSL, and I'm having > problems with the self-tests. > ... http://groups.google.com/d/msg/mailing.openssl.users/1PzVX75ic_s/Oba578nnpWIJ

1.0.1i fails on make test

2014-08-13 Thread Jason Schultz
PS capable OpenSSL, I did the following and got an error on the make test: ./config fips shared make make test [...] SEC2 curve secp160r1 -- Generator: x = 0x4A96B5688EF573284664698968C38BB913CBFC82 y = 0x23A628553168947D59DCC912042351377AC5FB32 verify degree ... ok verify group ord

z/OS OpenSSL MAKE TEST problem.

2012-05-15 Thread Magnus.Persson
Hi. I'm trying to install OpenSSL-1.0.1b on a z/OS 1.13 system. I have managed to do the MAKE part but now when I'm trying the MAKE TEST I have runned into problems and I'm hoping that someone here could help me. I found that someone a couple of years ago had a similar problem

Error Message observed while running the make test command on openssl testing

2012-01-30 Thread Flash K
Hi, While installing the openssl utility, I run the following commands as mentioned in the INSTALL/README file, 1. make 2. make test While executing make test, I observe the following error many times , ERROR in CLIENT 18874:error:1407E086:SSL routines:SSL2_SET_CERTIFICATE:certificate verify

Error while running make test on openssl

2012-01-24 Thread Flash K
Hi, I receive the following error repeatedly while runningmake test on openssl utility. ERROR in CLIENT 18874:error:1407E086:SSL routines:SSL2_SET_CERTIFICATE:certificate verify failed:s2_clnt.c:1049: I have tested this on two different versions. Why does this occur? Regards, Flash

Re: "make test" fails for FIPS-capable OpenSSL build

2011-11-15 Thread Kevin Fowler
l/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: >> >> ... >> Testin

Re: "make test" fails for FIPS-capable OpenSSL build

2011-11-15 Thread Dr. Stephen Henson
> which all seems to go ok > > Then I do: > make test > > and eventually get this error: > > ... > Testing key generation with NIST Binary-Curve B-571 ok > cat > base64 > aes-128-cbc > 3086473868:error:060A80A3:digital envelope > routines:FIPS_DIGESTI

"make test" fails for FIPS-capable OpenSSL build

2011-11-15 Thread Kevin Fowler
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

"make test" fails for FIPS-capable OpenSSL build

2011-11-14 Thread Kevin Fowler
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

Re: Tests done by make test

2011-09-15 Thread Jerome Baum
On 2011-09-14 13:59, sajnank wrote: > I want to know about each individual tests like rc4test, rsatest, > shatest, etc. ,which is included in the test folder. What each test > is doing? What are they doing to verify the code? Then I suggest you read the code. rc4test.c for instance is only 113 li

Re: Tests done by make test

2011-09-14 Thread sajnank
Hi Jerome, Thanks for your quick response. I want to know about each individual tests like rc4test, rsatest, shatest, etc. ,which is included in the test folder. What each test is doing? What are they doing to verify the code? Best Regards Sajna Nazeer K Associate Engineer - Broadcast BU TA

Re: Tests done by make test

2011-09-14 Thread Jerome Baum
Hi Sajnank, On 2011-09-14 10:24, sajnank wrote: > I am using openssl-1.0.0 on Suse Linux. I want to know what is the > purpose of each application in the 'test' folder of the library? What > test they are doing? They are automated tests. They test whether the code works as expected. There are gre

Auto Reply: Tests done by make test

2011-09-14 Thread wellen . lau
I am on off from work on 09/14. I will get back to your questions and concerns when I am back. If this is a critical issue, please contact Antonia Garcia [antonia.gar...@oracle.com] for immediate assistance. __ OpenSSL Project

Tests done by make test

2011-09-14 Thread sajnank
Hi, I am using openssl-1.0.0 on Suse Linux. I want to know what is the purpose of each application in the 'test' folder of the library? What test they are doing? -- Best Regards Sajna Nazeer K _ _

Openssl 1.0.0b make test fails

2010-11-16 Thread Carter Browne
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 __

'make test' fails with openssl-0.9.8k compiled for mipsel-linux

2009-10-09 Thread Marcel Moura
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/TE

Should "make test" look for certificates in certs?

2009-08-25 Thread John Center
Hi, After running "make test", I noticed this: The following command should have some OK's and some failures There are definitly a few expired certificates ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs ../certs/*.pem Error opening certificate file ../certs/*.

Re: When I want to build the openssl 0.9.8k version on aix it fails in make test

2009-05-20 Thread Victor B. Wagner
On 2009.05.20 at 06:16:49 -0700, jo wrote: > > that is definitely better but now it fails in make test: > > *** Testing openssl-0.9.8k (can take a while) ..failed > *** Error: openssl-0.9.8k build error - make test failed > exec(): 0509-036 Cannot load program ./dest

Re: When I want to build the openssl 0.9.8k version on aix it fails in make test

2009-05-20 Thread jo
that is definitely better but now it fails in make test: *** Testing openssl-0.9.8k (can take a while) ..failed *** Error: openssl-0.9.8k build error - make test failed exec(): 0509-036 Cannot load program ./destest because of the following errors: 0509-022 Cannot load module

Make test fails while building 64bit openssl 9.8f

2009-05-06 Thread rajanchittil
Hi, I tried to build the 64 bit of openssl 9.8f. Make was successfully but when i done make test , it fails . Here is the failure message $sh testss make a certificate request using 'req' rsa Generating a 512 bit RSA private key . . writing new p

Re: make test

2009-03-23 Thread Anil Tambe
efix=/usr > make > make test > ../util/shlib_wrap.sh ./randtest > test 1 done > test 2 done > test 3 done > test 4 done > if [ -n "" ]; then \ > ../util/shlib_wrap.sh ./fips_randtest; \ >fi > starting big number library test, could take

make test

2009-03-23 Thread dead . l7uxmo
Hi. I install openssl 0.9.8j on Mandriva 2009 x86_64 ./config --prefix=/usr make make test ../util/shlib_wrap.sh ./randtest test 1 done test 2 done test 3 done test 4 done if [ -n "" ]; then \ ../util/shlib_wrap.sh ./fips_randtest; \ fi starting big number library t

Centos 4.4 x86_64 make test Fails

2009-03-20 Thread Robert Barty
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 w

OpenSSL 0.9.8e on AIX 64-bit: make test fails

2009-03-13 Thread SFNT Vivek
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

OpenSSL 0.9.8e on AIX 64-bit: make test fails

2009-03-13 Thread SFNT Vivek
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

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-24 Thread joshi chandran
; 1. opensslfips1.2 >> > > ./config fipscanisterbuild >> > > make >> > > >> > > 2. openssl 9.8j >> > > ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl >> > > >> --with-fipslibdir=/home/rajan/openssl/openssl

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread rajan chittil
figuration option to > > > > > > 1. opensslfips1.2 > > > ./config fipscanisterbuild > > > make > > > > > > 2. openssl 9.8j > > > ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl > > > > --with-fipslibdir=/home/rajan/open

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread mail1957
h-fipslibdir=/home/rajan/openssl/opensslfips1.2/fips64/openssl-fips-1.2/fips > > fips no-idea no-rc5 no-ec no-symlinks shared threads aix64-xlc_r > > make > > make test > > > > But still i am getting the same error > > > > test SSL protocol > > test ss

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread rajan chittil
gt; > --with-fipslibdir=/home/rajan/openssl/opensslfips1.2/fips64/openssl-fips-1.2/fips > > fips no-idea no-rc5 no-ec no-symlinks shared threads aix64-xlc_r > > make > > make test > > > > But still i am getting the same error > > > > test SSL protocol > &g

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread Dr. Stephen Henson
gt; > 1. opensslfips1.2 > ./config fipscanisterbuild > make > > 2. openssl 9.8j > ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl > --with-fipslibdir=/home/rajan/openssl/opensslfips1.2/fips64/openssl-fips-1.2/fips > fips no-idea no-rc5 no-ec no-symlinks shared

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-22 Thread rajan chittil
-DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl --with-fipslibdir=/home/rajan/openssl/opensslfips1.2/fips64/openssl-fips-1.2/fips fips no-idea no-rc5 no-ec no-symlinks shared threads aix64-xlc_r make make test But still i am getting the same error test SSL protocol test ssl3 is forbidden in FIPS

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-22 Thread Kyle Hamilton
ty policy step . >> >> openssl fips 1.2 >> 1. ./Configure fipscansiterbuild aix-cc >> 2. make >> 3. make install >> >> openssl 9.8j >> 1. ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl >> --with-fipslibdir=$fipslibdir fips no-id

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-22 Thread rajan chittil
t; > openssl 9.8j > 1. ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl > --with-fipslibdir=$fipslibdir fips no-idea no-rc5 no-ec no-symlinks shared > threads aix-xlc_r > 2. make > 3. make test > > Can u please tell me where i have gone wrong > > Thanks

Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread Rajan (via Nabble)
=/usr --openssldir=/var/ssl --with-fipslibdir=$fipslibdir fips no-idea no-rc5 no-ec no-symlinks shared threads aix-xlc_r make make was successful make test fails with this test SSL protocol test ssl3 is forbidden in FIPS mode 749792:error:2D06906E:FIPS

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread joshi chandran
-xlc_r 2. make 3. make test Can u please tell me where i have gone wrong Thanks Rajan On Wed, Jan 21, 2009 at 10:50 PM, Dr. Stephen Henson wrote: > On Wed, Jan 21, 2009, rajanchittil wrote: > > > > > Hi All, > > > > I am new to openssl and i am first time building o

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread rajanchittil
-xlc_r 2. make 3. make test Can u please tell me where i have gone wrong Thanks Rajan Dr. Stephen Henson wrote: > > On Wed, Jan 21, 2009, rajanchittil wrote: > >> >> Hi All, >> >> I am new to openssl and i am first time building openssl source code . >

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread Dr. Stephen Henson
On Wed, Jan 21, 2009, rajanchittil wrote: > > Hi All, > > I am new to openssl and i am first time building openssl source code . > > I have build openssl fips 1.2 > > ./Configure fipscansiterbuild aix-cc > make > > It generated the fips module > That build procedure violates the security po

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread rajanchittil
> make > > It generated the fips module > > and when i have started building openssl 9.8J , i can see this error > > ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl > --with-fipslibdir=$fipslibdir fips no-idea no-rc5 no-ec no-symlinks shared > threads aix

Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread rajanchittil
--openssldir=/var/ssl --with-fipslibdir=$fipslibdir fips no-idea no-rc5 no-ec no-symlinks shared threads aix-xlc_r make make was successful make test fails with this test SSL protocol test ssl3 is forbidden in FIPS mode 749792:error:2D06906E:FIPS routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint

Re: Make test fails for openssl fips 1.2 for 64 bit

2009-01-20 Thread joshi chandran
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

Re: Make test fails for openssl fips 1.2 for 64 bit

2009-01-20 Thread Dr. Stephen Henson
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

Make test fails for openssl fips 1.2 for 64 bit

2009-01-20 Thread joshi chandra
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 make test results the following error $ sh testss make a certificate request using 'req' rsa Generating a 1024 bit RSA p

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-11 Thread PGNet
On Sun, Jan 11, 2009 at 7:11 AM, Steve Marquess wrote: > As an uncontrolled document the User Guide can contain "extraneous" detail and > can be amended as often as necessary, and I try hard to keep it as technically > complete and accurate as possible. So yes, the Security Policy is the > formal

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-11 Thread Steve Marquess
PGNet wrote: On Fri, Jan 9, 2009 at 3:29 PM, Kyle Hamilton wrote: If you read it, you too will see this. :) Actually, I HAD already read section 4.2.1 of the UserGuide for *v1.2*, "4.2.1Building the FIPS Object Module from Source The specification of any other options on the command

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-11 Thread PGNet
enable-idea enable-rc5 enable-mdc2 enable-sha1 enable-sha256 enable-sha384 enable-sha512 enable-rmd160 \ fips --with-fipslibdir=/usr/local/ssl-fips/lib still fails at 'make test', ... MD = 2cbc07b9b9c819b8fd38d8a614a8a9c3fa7e40ee make[1]: *** [test_sha] Error 1 make[1]: Leaving directory

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-11 Thread Steve Marquess
Kyle Hamilton wrote: You're looking at the User Guide. This isn't the right thing to look at; the relevant document (and indeed the controlling document) is the Security Policy, http://openssl.org/docs/fips/SecurityPolicy-1.2.pdf , and the relevant section is Appendix A, "Installation Instruction

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-10 Thread Marquess
Michael S. Zick wrote: On Fri January 9 2009, Kyle Hamilton wrote: > You're looking at the User Guide. This isn't the right thing to > look at; the relevant document (and indeed the controlling > document) is the Security Policy, > http://openssl.org/docs/fips/SecurityPolicy-1.2.pdf , and the >

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-10 Thread Michael S. Zick
On Fri January 9 2009, Kyle Hamilton wrote: > You're looking at the User Guide. This isn't the right thing to look > at; the relevant document (and indeed the controlling document) is the > Security Policy, http://openssl.org/docs/fips/SecurityPolicy-1.2.pdf , > and the relevant section is Appendix

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-10 Thread Kyle Hamilton
You're looking at the User Guide. This isn't the right thing to look at; the relevant document (and indeed the controlling document) is the Security Policy, http://openssl.org/docs/fips/SecurityPolicy-1.2.pdf , and the relevant section is Appendix A, "Installation Instructions". It's very likely t

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread Kyle Hamilton
You're looking at the User Guide. This isn't the right thing to look at; the relevant document (and indeed the controlling document) is the Security Policy, http://openssl.org/docs/fips/SecurityPolicy-1.2.pdf , and the relevant section is Appendix A, "Installation Instructions". It's very likely t

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
and, just for reference, per guidance above, finally, uname -a Linux dt.loc 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux openssl version OpenSSL 0.9.8j-fips 07 Jan 2009 thanks! __ OpenSSL Pro

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
On Fri, Jan 9, 2009 at 3:29 PM, Kyle Hamilton wrote: > If you read it, you too will see this. :) Actually, I HAD already read section 4.2.1 of the UserGuide for *v1.2*, "4.2.1Building the FIPS Object Module from Source The specification of any other options on the command line, such as ./config

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread Kyle Hamilton
'no-asm' used to be a violation of the security policy with the 1.1.x series, but it is explicitly allowed in the 1.2 policy. If you read it, you too will see this. :) -Kyle H On Fri, Jan 9, 2009 at 3:13 PM, PGNet wrote: > Kyle, > > On Fri, Jan 9, 2009 at 2:37 PM, Kyle Hamilton wrote: >> Delet

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
Kyle, On Fri, Jan 9, 2009 at 2:37 PM, Kyle Hamilton wrote: > Delete the directory, untar it fresh, and reconfigure with that config line. ok, > rm -rf openssl-fips-1.2 > tar zxf openssl-fips-1.2.tar.gz > cd openssl-fips-1.2/ Directory: /usr/local/src/openssl/openssl-fips-1.2 > ./config fips

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread Kyle Hamilton
gt; make[1]: *** [do_linux-shared] Error 2 > make[1]: Leaving directory `/usr/local/src/openssl/openssl-fips-1.2' > make: *** [libcrypto.so.0.9.8] Error 2 > > > sanity check, > > ./config fipscanisterbuild > make > > both complete ok, but, a

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
Leaving directory `/usr/local/src/openssl/openssl-fips-1.2' make[1]: *** [do_linux-shared] Error 2 make[1]: Leaving directory `/usr/local/src/openssl/openssl-fips-1.2' make: *** [libcrypto.so.0.9.8] Error 2 sanity check, ./config fipscanisterb

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
My mistake. That's for "fipscanisterbuild". Trying now ... __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
config with, ./Configure shared ... linux-generic32 no-asm .. and it still fails at 'make test'. __ OpenSSL Project http://www.openssl.org User Support Mailing Listope

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread Kyle Hamilton
If you're running it on a processor with SSE, and it's failing, what does this tell you? SSE2 is required to use the asm code path. SSE just doesn't cut it. In the fips-1.2 configuration step, use ./config fipscanisterbuild no-asm -Kyle H On Fri, Jan 9, 2009 at 9:25 AM, PGNet wrote: > Hi Step

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread PGNet
Hi Stephen, On Fri, Jan 9, 2009 at 8:18 AM, Dr. Stephen Henson wrote: > You can get the answer with "openssl errstr" or by checking the source file > referenced. Noted. Thanks. > So either use a box supporting SSE2 or use a pure C build (no-asm) which > will have poorer performance. I have no

Re: openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-09 Thread Dr. Stephen Henson
On Thu, Jan 08, 2009, PGNet wrote: > > ... > Testing SHA-512 ... passed. > Testing SHA-384 ... passed. > if [ -n "libcrypto" ]; then \ > ../util/shlib_wrap.sh ./fips_shatest < SHAmix.r | diff -w > SHAmix.x - ; \ > fi > ERROR:2d06c071:li

openssl 098j + fips 1.2 fails @ 'make test', but only for target 'linux-generic32'

2009-01-08 Thread PGNet
or. 'make test' in all cases passes all tests. One box, however, is failing 'make test'. Running OpenSuse 11.1, on an old(er) i586, uname -a Linux ds.local 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux Using a build target = "

make test fails for 0.9.8i on Solaris 9 SPARC

2008-11-04 Thread Laurent Blume
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

  1   2   >