Re: Make test error in OpenSSL 1.1.1b

2019-06-20 Thread Matt Caswell
On 20/06/2019 12:59, shiva kumar wrote: > If I don't modify it will work. > But when I do the same modification in 1.0.2 versions it was working. > May I know why this was working in 1.0.2 version > (Please respond to the list not just to me - others may be able to help if I cannot) 1.0.2 an

Re: Make test error in OpenSSL 1.1.1b

2019-06-20 Thread Matt Caswell
On 20/06/2019 12:47, shiva kumar wrote: > yes it's just  "70" series of tests. > > I'm using HP-UX IA64 platform,  > I configured normally  that I used to do ( shared, no-rc5, no-idea, no-mdc2, > options used). but, after make file generation  > I changed "-lcrypto" to "libcrypto.a", to link ar

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 plan found in TAP output > ../test

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

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

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

2011-11-15 Thread Dr. Stephen Henson
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

Re: make test

2009-03-23 Thread Anil Tambe
hi, please check configuration for this particular platform in Configure file .. is it uses BN_LLONG ? try replacing that with SIXTY_FOUR_BIT_LONG. Thanks Anil On Sat, Mar 21, 2009 at 12:31 AM, wrote: > Hi. I install openssl 0.9.8j on Mandriva 2009 x86_64 > > ./config --prefix=/usr > m

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-24 Thread joshi chandran
Is it neccessary to use same compiler to build opensslfips 1.2 and openssl 9.8J . if i am using different compiler ,does it create problem . Please Reply as this issue is become a problem for me for generating the shared library of fips capable openssl 9.8j Opensslfips 1.2 # ./config -t Operating

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread rajan chittil
I have used aix64-cc compiler to build openssl fips 1.2 But since we have GPFS problem , we have to use xlc_r compiler to build openssl 9.8J .Since i am using xlc_r compiler it is not created validated module. Can you please tell me what all changes i need to do to build the openssl 9.8J by using

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread mail1957
"Dr. Stephen Henson" wrote: > On Fri, Jan 23, 2009, rajan chittil wrote: > > > Hi , > > > > I have gone through security policy ( > > http://www.openssl.org/docs/fips/SecurityPolicy-1.2.pdf) and user guide.( > > http://www.openssl.org/docs/fips/UserGuide-1.2.pdf). > > > > I have changed the

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread rajan chittil
I have done as you told but still no success In the openssl fips 1.2 , # ./config -t Operating system: 00C3E1AD4C00-ibm-aix Configuring for aix64-cc /usr/bin/perl ./Configure aix64-cc same option i have given in openssl 9.8j ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl --with

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-23 Thread Dr. Stephen Henson
On Fri, Jan 23, 2009, rajan chittil wrote: > Hi , > > I have gone through security policy ( > http://www.openssl.org/docs/fips/SecurityPolicy-1.2.pdf) and user guide.( > http://www.openssl.org/docs/fips/UserGuide-1.2.pdf). > > I have changed the configuration option to > > 1. opensslfips1.2 > .

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-22 Thread rajan chittil
Hi , I have gone through security policy ( http://www.openssl.org/docs/fips/SecurityPolicy-1.2.pdf) and user guide.( http://www.openssl.org/docs/fips/UserGuide-1.2.pdf). I have changed the configuration option to 1. opensslfips1.2 ./config fipscanisterbuild make 2. openssl 9.8j ./Configure -DSS

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-22 Thread Kyle Hamilton
Yeah. You're violating the Security Policy of the FIPS-validated module, and thus you will NEVER get a validated build. READ THE SECURITY POLICY. You need to use './config fipscanisterbuild' or './config fipscanisterbuild no-asm'. If you don't use one of these configs, you're not going to get a

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-22 Thread rajan chittil
Hi All, Can any one tell me please where i am going wrong . Thanks Rajan On Wed, Jan 21, 2009 at 11:52 PM, joshi chandran wrote: > I have used the same security policy step . > > openssl fips 1.2 > 1. ./Configure fipscansiterbuild aix-cc > 2. make > 3. make install > > openssl 9.8j > 1. ./Co

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread joshi chandran
I have used the same security 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-idea no-rc5 no-ec no-symlinks shared threads aix-xlc_

Re: Make test failed for Fips Capable openssl 9.8J

2009-01-21 Thread rajanchittil
I have used the same security 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-idea no-rc5 no-ec no-symlinks shared threads aix-x

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
Hi All, Please Any one has any idea about his error . Please Help Thanks Rajan 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

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 Tue,

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

RE: 'make test' error - "I am unable to access the ./demoCA/newcerts directory"

2008-01-22 Thread C K KIRAN-KNTX36
From: [EMAIL PROTECTED] on behalf of Sisyphus Sent: Tue 22-Jan-2008 5:23 PM To: openssl-users@openssl.org Subject: Re: 'make test' error - "I am unable to access the ./demoCA/newcerts directory" - Original Message - From: "C K KIRAN-KNTX36"

Re: 'make test' error - "I am unable to access the ./demoCA/newcerts directory"

2008-01-22 Thread Sisyphus
- Original Message - From: "C K KIRAN-KNTX36" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 22, 2008 7:27 PM Subject: RE: 'make test' error - "I am unable to access the ./demoCA/newcerts directory" Try just touching those directories. Hopefull

RE: 'make test' error - "I am unable to access the ./demoCA/newcerts directory"

2008-01-22 Thread C K KIRAN-KNTX36
Try just touching those directories. Hopefully that should fix your problem. The problem i guess here is that, your make is running some test cases to generate some kind of certificates and its failing. Regards, Kiran From: [EMAIL PROTECTED] on behalf of Sisy

Re: Make test: right shift test failed

2007-01-11 Thread Adam D. I. Kramer
Not that I got a response, but if anyone was paying attention (and for anyone who tries to google the problem as I did), I solved the problem by using gcc 3.3 to compile openssl instead of gcc 4.1. Dunno why it worked, but there you go. --Adam On Tue, 9 Jan 2007, Adam D. I. Kramer wrote: As a

RE: make test failure on Intel-based mac

2006-03-20 Thread Ted Mittelstaedt
Build it with assembly language disabled. I wouldn't put it past Apple to have hashed up the linker in Darwin. Or, better yet, use the Apple-supplied gcc to bootstrap the latest gcc and binutils, and build it with that. Ted >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL P

Re: make test failure on Intel-based mac - Caused by configure BUG

2006-03-18 Thread Ben Sandee
On 3/18/06, Mark Slater <[EMAIL PROTECTED]> wrote: After looking into the results others had (darwinports.org), Idiscovered that the Openssl-0.9.7i Configure script is broken in thatit assumes Intel-based macs are big endian like all other macs, when in fact they are little endian.It seems that thi

Re: make test failure on Intel-based mac - Caused by configure BUG

2006-03-18 Thread Mark Slater
After looking into the results others had (darwinports.org), I discovered that the Openssl-0.9.7i Configure script is broken in that it assumes Intel-based macs are big endian like all other macs, when in fact they are little endian. The original line is: "darwin-i386-cc","cc:-O3 -fomit-fr

Re: make test fails with ver. 0.9.8

2005-07-06 Thread Muenz, Michael
> 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

Re: make test fails with ver. 0.9.8

2005-07-06 Thread Richard Levitte
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

Re: make test and make install errors

2005-03-17 Thread Alejandro Almaraz
TECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Almaraz > Sent: Thursday, March 17, 2005 3:41 PM > To: openssl-users@openssl.org > Subject: Re: make test and make install errors > > Ok, try and keep news. > > Regards > > On Thu, 17 Mar 2005 15:30:47 +0100,

RE: make test and make install errors

2005-03-17 Thread Kammen van, Marco, Springer SBM
fax +31 (0) 78 657 6302 [EMAIL PROTECTED] www.springeronline.com - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Almaraz Sent: Thursday, March 17, 2005 3:41 PM To: openssl-users@openssl.org Subject: Re: make test and make

Re: make test and make install errors

2005-03-17 Thread Alejandro Almaraz
78 657 6446 > fax +31 (0) 78 657 6302 > [EMAIL PROTECTED] > www.springeronline.com > - > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Almaraz > Sent: Thursday, March 17, 2005 3:25 PM > To: openssl-users@openssl.

RE: make test and make install errors

2005-03-17 Thread Kammen van, Marco, Springer SBM
lands tel +31 (0) 78 657 6446 fax +31 (0) 78 657 6302 [EMAIL PROTECTED] www.springeronline.com - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Almaraz Sent: Thursday, March 17, 2005 3:25 PM To: openssl-users@open

Re: make test and make install errors

2005-03-17 Thread Alejandro Almaraz
Van Godewijckstraat 30 | 3311 GX > Office Number: 05E21 > P.O. Box 17 | 3300 AA > Dordrecht | The Netherlands > tel +31 (0) 78 657 6446 > fax +31 (0) 78 657 6302 > [EMAIL PROTECTED] > www.springeronline.com > - > > > -Original Message- > From: [EMAIL PROTEC

RE: make test and make install errors

2005-03-16 Thread Kammen van, Marco, Springer SBM
Sent: Tuesday, March 15, 2005 7:01 PM To: openssl-users@openssl.org Subject: Re: make test and make install errors Somebody could help me to resolv this problem?, I am trying to install the Nessus scanner,so, OpenSSL is needed. Thanks in advance On Tue, 15 Mar 2005 11:59:06 -0600, Alejandro Almaraz

Re: make test and make install errors

2005-03-15 Thread Alejandro Almaraz
Somebody could help me to resolv this problem?, I am trying to install the Nessus scanner,so, OpenSSL is needed. Thanks in advance On Tue, 15 Mar 2005 11:59:06 -0600, Alejandro Almaraz <[EMAIL PROTECTED]> wrote: > I am having problems with OpenSSL 7e, here is the output for commands > make test a

Re: Make test errors with openssl-0.9.6g on OS 10.2.2

2002-12-11 Thread Randall Perry
Sorry, just noticed this message. Not sure how many lines you need; if you need more I'll be happy to supply 'em. _PKCS8_add_keyusage _X509_STORE_CTX_get1_chain _X509_STORE_load_locations _d2i_PBEPARAM _d2i_PKCS12_SAFEBAG _d2i_PKCS7 _d2i_PKCS8_PRIV_KEY_INFO _d2i_X509 _i2d_PKCS12_bio _i2d_PKCS7 _u

Re: make test fails (urgent)

2002-05-19 Thread Lutz Jaenicke
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 512 bit RSA private key > ...+

Re: make test fails on IRIX

2000-12-13 Thread Kevin Walker
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

Re: make test fails on IRIX

2000-12-13 Thread Jean-Francois Malouin
* 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):

Re: make test fails, Check your archive tool (ar).

2000-10-01 Thread Yozo TODA
> 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.

Re: make test failed on IA-64 machine

2000-09-14 Thread Allan Borr
I'm not sure what help this might be, but I had similar results using the "gcc" compiler on 32 bit hpux. I needed to remove the compiler optimization flag to get it to pass the bn test suite. Al Borr - Original Message - From: Norman Nie <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: make test fails in req conversion test

2000-08-07 Thread csaxton
Whoops. I see that I have a rather old version. I'll try again with 0.9.5a. Sorry about that. Craig [EMAIL PROTECTED]