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.

Re: Need help on self test post failure - programmatically load FIPS provider

2024-05-31 Thread Matt Caswell
ly load fips code, which caused the > error: > >     >/*80D1CD65667F:error:1C8000D4:Provider >     routines:SELF_TEST_post:invalid / > >     >/state:../openssl-3.0.9/providers/fips/self_test.c:262:* / > >   

Re: Need help on self test post failure - programmatically load FIPS provider

2024-05-30 Thread murugesh pitchaiah
routines:OSSL_provider_init_int:self test post failure:../openssl-3.0.9/providers/fips/fipsprov.c:707:* *80D1CD65667F:error:078C0105:common libcrypto routines:provider_init:init fail:../openssl-3.0.9/crypto/provider_core.c:932:name=fips* *Error loading FIPS provider.* Code for loading fips: #include

Re: Need help on self test post failure - programmatically load FIPS provider

2024-05-24 Thread murugesh pitchaiah
56:8B:09:E0:18:3A:2E:D6:CC:69:05:04:E1:11 > > > > install-status = INSTALL_SELF_TEST_KATS_RUN > > > > Then we removed the line "activate = 1" from fipsmodule.cnf file. After > > this we triggered the programatically load fips code, which caused the

Re: Need help on self test post failure - programmatically load FIPS provider

2024-05-24 Thread Matt Caswell
code, which caused the error: >/*80D1CD65667F:error:1C8000D4:Provider routines:SELF_TEST_post:invalid / >/state:../openssl-3.0.9/providers/fips/self_test.c:262:* / >/*80D1CD65667F:error:1C8000D8:Provider / >/routines:OSSL_provider_init_int:self test post / >/failure:.

Re: Need help on self test post failure - programmatically load FIPS provider

2024-05-24 Thread murugesh pitchaiah
error:1C8000D4:Provider routines:SELF_TEST_post:invalid * >* state:../openssl-3.0.9/providers/fips/self_test.c:262:* * >* *80D1CD65667F:error:1C8000D8:Provider * >* routines:OSSL_provider_init_int:self test post * >* failure:../openssl-3.0.9/providers/fips/fipsprov.c:707:* * >* *80D1CD6566

Re: Need help on self test post failure - programmatically load FIPS provider

2024-05-24 Thread Neil Horman
Provider routines:SELF_TEST_post:invalid > state:../openssl-3.0.9/providers/fips/self_test.c:262:* > *80D1CD65667F:error:1C8000D8:Provider > routines:OSSL_provider_init_int:self test post > failure:../openssl-3.0.9/providers/fips/fipsprov.c:707:* > *80D1CD65667F:error:078C010

Need help on self test post failure - programmatically load FIPS provider

2024-05-23 Thread murugesh pitchaiah
routines:OSSL_provider_init_int:self test post failure:../openssl-3.0.9/providers/fips/fipsprov.c:707:* *80D1CD65667F:error:078C0105:common libcrypto routines:provider_init:init fail:../openssl-3.0.9/crypto/provider_core.c:932:name=fips* *Error loading FIPS provider.* Steps: Followed the steps @ https

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: Test failure for 1.1.1p - 10-test_bn

2022-06-21 Thread Dr. Matthias St. Pierre
, June 22, 2022 1:40 AM > To: openssl-users@openssl.org > Subject: Test failure for 1.1.1p - 10-test_bn > > Our test process for 10-test_bn went into a hard loop when building using > IEEE float. This has not happened in prior tests or when using platform > floating point (defaul

RE: Test failure for 1.1.1p - 10-test_bn

2022-06-21 Thread rsbecker
On June 21, 2022 7:40 PM, I wrote: >Our test process for 10-test_bn went into a hard loop when building using IEEE >float. This has not happened in prior tests or when using platform floating point >(default). The situation does not occur in 3.0.4 - only 1.1.1p. At 1.1.1o there was no >

Test failure for 1.1.1p - 10-test_bn

2022-06-21 Thread rsbecker
Our test process for 10-test_bn went into a hard loop when building using IEEE float. This has not happened in prior tests or when using platform floating point (default). The situation does not occur in 3.0.4 - only 1.1.1p. At 1.1.1o there was no issue. I am concerned that there are assumptions

Re: nmake test error on 80-test_ssl_new.t

2022-06-10 Thread Tomas Mraz
This is a known issue: https://github.com/openssl/openssl/issues/18456 You can just ignore the failure for now, it will be fixed in the next release. Tomas On Fri, 2022-06-10 at 14:08 +0430, Mohammad Ghasemi wrote: > I'm trying to build openssl 3 in Windows 10 using msvc 143 > >

Re: nmake test error on 80-test_ssl_new.t

2022-06-10 Thread Matt Caswell
On 10/06/2022 10:38, Mohammad Ghasemi wrote: I'm trying to build openssl 3 in Windows 10 using msvc 143 Test Summary Report --- 80-test_ssl_new.t                (Wstat: 256 Tests: 30 Failed: 1)   Failed test:  12   Non-zero exit status: 1 Files=243, Tests=3106,

nmake test error on 80-test_ssl_new.t

2022-06-10 Thread Mohammad Ghasemi
I'm trying to build openssl 3 in Windows 10 using msvc 143 Test Summary Report --- 80-test_ssl_new.t(Wstat: 256 Tests: 30 Failed: 1) Failed test: 12 Non-zero exit status: 1 Files=243, Tests=3106, 2594 wallclock secs (21.45 usr + 2.69 sys = 24.14 CPU) R

Test failures with compiled OpenSSL 3.0.3 on Debian 11, 64 bit

2022-05-27 Thread Tom Browder
"make test" and got several failures: Failed 1/3 subtests # Failed test 'Revoke certificate and generate CRL: notimes' Failed 10/15 subtests # ExpectedResult mismatch: expected Success, got ClientFail. # ExpectedResult mismatch: expecte

Re: RSA test vectors, etc.

2022-04-27 Thread William Roberts
the entire API and the client apps to support GCM and stronger > > keys. Yes, I'm aware... but I'm focusing on baby steps for now. > > > > To make sure I'm not breaking anything, I'm trying to add test coverage > > (including test vectors) fo

Re: RSA test vectors, etc.

2022-04-27 Thread Philip Prindeville
ff uses ECB and 128 bit keys... That's a larger issue of > redesigning the entire API and the client apps to support GCM and stronger > keys. Yes, I'm aware... but I'm focusing on baby steps for now. > > To make sure I'm not breaking anything, I'm trying to

RSA test vectors, etc.

2022-04-27 Thread Philip Prindeville
rt GCM and stronger keys. Yes, I'm aware... but I'm focusing on baby steps for now. To make sure I'm not breaking anything, I'm trying to add test coverage (including test vectors) for both. AES-ECB is easy, because it's 100% reproducible. RSA is turning out to be tri

Test script is missing from openssl-1.0.2e.tar.gz onward.

2022-03-28 Thread rahul chauhan
Hi team, I using the openssl-1.0.2u.tar.gz and downloading from below link https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz And I am observing that the *test script* is missing in* "openssl-1.0.2u/crypto/des/t/" *location from openssl-1.0.2e.tar.gz onward. Is there an

bss_dgram changes and Re: run-checker NO DGRAM and test cases

2022-03-22 Thread Michael Richardson
Maybe it's not always true? Works fine on linux-x86_64, but seems to fail for cross compile cases, such as: https://github.com/mcr/openssl/runs/5616934201?check_suite_focus=true This test case explicitely does no-dgram, yet it tries to run my test case which hasn't been built. http

Re: run-checker NO DGRAM and test cases

2022-03-20 Thread Michael Richardson
Hi, could/should someone run sort on util/other.syms? signature.asc Description: PGP signature

Re: run-checker NO DGRAM and test cases

2022-03-18 Thread Michael Richardson
Tomas Mraz wrote: >> Perhaps my use of:     IF[{- !$disabled{dgram} -}] >> >> is wrong in some way. > You've included the bio_write_test and bio_read_test also on the bare > PROGRAMS{noinst} assignment. You need to remove them from there. > Interestingly the http_test is

Re: run-checker NO DGRAM and test cases

2022-03-18 Thread Tomas Mraz
On Fri, 2022-03-18 at 05:24 -0400, Michael Richardson wrote: > > Tomas Mraz wrote: >     >> Should the test *ALSO* ifdef itself out if OPENSSL_NO_DGRAM is >     >> defined? > >     > No, that's not necessary as they won't be built at all with the >

Re: run-checker NO DGRAM and test cases

2022-03-18 Thread Michael Richardson
Tomas Mraz wrote: >> Should the test *ALSO* ifdef itself out if OPENSSL_NO_DGRAM is >> defined? > No, that's not necessary as they won't be built at all with the > build.info change above. I didn't find this to be true. The source file stil

Re: run-checker NO DGRAM and test cases

2022-03-17 Thread Tomas Mraz
On Thu, 2022-03-17 at 10:17 -0400, Michael Richardson wrote: > > Tomas Mraz wrote: >     >> I figured out that this means that ./Configure should have > "no-dgram" >     >> appended to it.  That seems to result in OPENSSL_NO_DGRAM > being >    

Re: run-checker NO DGRAM and test cases

2022-03-17 Thread Michael Richardson
Tomas Mraz wrote: >> I figured out that this means that ./Configure should have "no-dgram" >> appended to it.  That seems to result in OPENSSL_NO_DGRAM being >> defined. >> >> My test case naturally does not compile for that.

Re: run-checker NO DGRAM and test cases

2022-03-17 Thread Tomas Mraz
quot; > appended to it.  That seems to result in OPENSSL_NO_DGRAM being > defined. > > My test case naturally does not compile for that. > > Should my test case just be surrounded by #ifndef OPENSSL_NO_DGRAM > from top > to bottom (leaving...?), or is there something more sop

run-checker NO DGRAM and test cases

2022-03-17 Thread Michael Richardson
One of the run checkers is marked "no dgram". https://github.com/mcr/openssl/runs/5563998914?check_suite_focus=true I figured out that this means that ./Configure should have "no-dgram" appended to it. That seems to result in OPENSSL_NO_DGRAM being defined. My test cas

答复: How run the specific test case //答复: How to run a simple test case

2022-02-10 Thread Chenxinping via openssl-users
Thanks for your information. Issue have raised: https://github.com/openssl/openssl/issues/17681 -邮件原件- 发件人: Dr. Matthias St. Pierre [mailto:matthias.st.pie...@ncp-e.com] 发送时间: 2022年2月10日 0:03 收件人: Chenxinping ; openssl-users@openssl.org 主题: RE: How run the specific test case //答复: How to

RE: How run the specific test case //答复: How to run a simple test case

2022-02-09 Thread Dr. Matthias St. Pierre
The problem lies with the Perl script, not the C program. The perl script generates the file 17-renegotiate.cnf.default from the template file 17-renegotiate.cnf.in. The environment variable “${ENV::TEST_CERTS_DIR}” should have been replaced by Perl. Please open an issue on GitHub, it’s easier

答复: How run the specific test case //答复: How to run a simple test case

2022-02-09 Thread Chenxinping via openssl-users
Thanks for the information. NCONF_load will failed with “./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default”. As strdup will failed in case of “${ENV::TEST_CERTS_DIR}/*” . Maybe the ENV should be setted before run the test case. Error information: # ERROR: (int) 'NCONF

RE: How run the specific test case //答复: How to run a simple test case

2022-02-09 Thread Dr. Matthias St. Pierre
Ah ok, maybe I slightly misunderstood your question. From your transcript I infer that the testsuite ran the perl script `generate_ssl_tests.pl`, which generated some test files an then ran the binary `ssl_test` as follows: ./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default If

How run the specific test case //答复: How to run a simple test case

2022-02-09 Thread Chenxinping via openssl-users
Thanks for your information, simple test case means some specific test case. Some error reported from some specific test case in case of “make V=1 TESTS='test_ssl_new*' test”, the error information could not help to local the issue, So I need run and debug the specific test ca

RE: How to run a simple test case

2022-02-09 Thread Dr. Matthias St. Pierre
The README file in the test directory contains a detailed explanation. https://github.com/openssl/openssl/blob/master/test/README.md In a nutshell, you run `make test`, passing `V=1` to turn on verbose output and `TESTS=...` to select one or more tests: make V=1 TESTS= test HTH, Matthias

How to run a simple test case

2022-02-08 Thread Chenxinping via openssl-users
The config file have some ENV variable and will result fail to load the config file, How to run a simple test case? Example: ./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default ERROR: @ test/ssl_test.c:553

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
The README file in the test directory contains some hints how to troubleshoot test failures. Look which test is failing and rerun it in verbose mode: make tests V=1 TESTS=testname https://github.com/openssl/openssl/blob/master/test/README.md#test-failures Hope that helps, Matthias From

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

OpenSSL 3.0.0 beta1 test results on Sun/Oracle Solaris SPARC64 ( Fujitsu )

2021-07-26 Thread Dennis Clarke via openssl-users
\ FIPSKEY="f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813" \ EXE_EXT= \ /opt/bw/bin/perl ./test/run_tests.pl ) 00-prep_fipsmodule_cnf.t .. skipped: FIPS module config file only supported in a fips build Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.89 cusr 0.04 csys = 0.97 CPU

Openssl 3.0 Aplha daily snap test locks up

2021-02-03 Thread The Doctor
Anyone knows why 04-test_encoder_decode_legacy.t is spinning its wheels? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kre

Re: test cases failed after enabling ktls

2020-11-16 Thread rui zang
> >>  I am trying openssl+ktls on ubuntu 20.04. >>  I have tried openssl-3.0.0-alpha8 from >> https://www.openssl.org/source/openssl-3.0.0-alpha8.tar.gz >>  and also the current master branch from the github repo. >>  The kernels I have tried are v5.9 and v5.9.8. >

Re: test cases failed after enabling ktls

2020-11-16 Thread Matt Caswell
> and also the current master branch from the github repo. > The kernels I have tried are v5.9 and v5.9.8. > On every combination, same group of test case could not pass. Please can you open this as a github issue? Thanks Matt > > Test Summary Report > ---

Re: test cases failed after enabling ktls

2020-11-15 Thread rui zang
are v5.9 and v5.9.8. On every combination, same group of test case could not pass. Test Summary Report --- 70-test_key_share.t (Wstat: 1536 Tests: 22 Failed: 6) Failed tests: 1, 4, 6-7, 13-14 Non-zero exit status: 6 70-test_sslextension.t (Wstat: 256

test cases failed after enabling ktls

2020-11-15 Thread rui zang
Greetings, I am trying openssl+ktls on ubuntu 20.04.I have tried openssl-3.0.0-alpha8 from https://www.openssl.org/source/openssl-3.0.0-alpha8.tar.gz and also the current master branch from the github repo.The kernels I have tried are v5.9 and v5.9.8.On every combination, same group of test case

Re: OpenSSL 1.1.1g test failures

2020-06-26 Thread Richard Levitte
On Fri, 26 Jun 2020 16:01:09 +0200, David Harris wrote: > Is there a standard (i.e, approved) way of using the static RTLs instead of > the > DLL ones? Or is my only option to modify the applink code so that it checks > its > environment in a different way? The problem with the dynamic RTLs is

Re: OpenSSL 1.1.1g test failures

2020-06-26 Thread David Harris
On 26 Jun 2020 at 11:55, Matt Caswell wrote: > No - this is not normal output. We would expect the self tests to pass > on Windows > > The ONLY > > non-standard thing I do is change the /MD switch (link to the DLL > > versions of the runtime libraries) to /MT (static link the runtimes) > > becau

Re: OpenSSL 1.1.1g test failures

2020-06-26 Thread Matt Caswell
On 26/06/2020 10:45, David Harris wrote: > Is this just the way it is? I would have thought that 50% self-test failure > would be > ringing alarm bells everywhere if it were common, so I can only conclude that > there's > something odd about my environment, or that

OpenSSL 1.1.1g test failures

2020-06-26 Thread David Harris
that, while it compiles and links cleanly, it fails about 50% of its self tests when I perform "nmake test". It has been this way for several releases. By "fail" I mean that there's a stream of "dubious..." outputs that look like this excer

Re: openssl 3 alpha 1 test failures on AIX

2020-05-07 Thread Matt Caswell
ctory to get > the tests to run at all. Do you have any other OPENSSL relevant environment variables set, such as OPENSSL_ENGINES or OPENSSL_CONF (if so please mention this in the github issue)? Matt > > > > > > normg@sky>gmake test >     make depend && ma

Re: openssl 3 alpha 1 test failures on AIX

2020-05-06 Thread Norm Green
t all. normg@sky>gmake test     make depend && make _tests     ( SRCTOP=.  BLDTOP=. PERL="/export/localnew/RISC6000.AIX/perl-5.24.0/bin/perl" EXE_EXT= /export/localnew/RISC6000.AIX/perl-5.24.0/bin/perl ./test/run_tests.pl  ) 01-test_abort.t ....

Re: openssl 3 alpha 1 test failures on AIX

2020-05-06 Thread Benjamin Kaduk via openssl-users
s to run at all. > > > > > > normg@sky>gmake test >     make depend && make _tests >     ( SRCTOP=.  BLDTOP=. > PERL="/export/localnew/RISC6000.AIX/perl-5.24.0/bin/perl" EXE_EXT=  > /export/localnew/RISC6000.AIX/perl-5.24.0/bin/perl ./t

openssl 3 alpha 1 test failures on AIX

2020-05-06 Thread Norm Green
All tests on AIX fail like this.  Is this a known issue?  What debugging information is needed?  Should I open an issue on github? Also note I had to set LD_LIBRARY_PATH to the SSL build directory to get the tests to run at all. normg@sky>gmake test     make depend &&

Re: opensssl 1.1.1g test failure(s)

2020-04-25 Thread Kurt Roeckx
On Wed, Apr 22, 2020 at 11:02:47AM +0200, Michael Tuexen wrote: > > On 22. Apr 2020, at 10:38, Matt Caswell wrote: > > > > > > > > On 21/04/2020 23:45, Michael Tuexen wrote: > >>> Looks like the failing call is here: > >>> > >>> if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, > >>>

Re: opensssl 1.1.1g test failure(s)

2020-04-22 Thread Michael Tuexen
> On 22. Apr 2020, at 10:38, Matt Caswell wrote: > > > > On 21/04/2020 23:45, Michael Tuexen wrote: >>> Looks like the failing call is here: >>> >>> if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, >>> (const void *)&on, sizeof(on)) != 0) { >> Can you provide a pointe

Re: opensssl 1.1.1g test failure(s)

2020-04-22 Thread Claus Assmann
On Tue, Apr 21, 2020, Matt Caswell wrote: > changes in this area. Were you successfully able to run the tests with > previous versions of OpenSSL? It's the first time I compiled 1.1.1 on that host. Just to check I tried 1.1.1d and it shows the same problem, so it's not a regression.

Re: opensssl 1.1.1g test failure(s)

2020-04-22 Thread Matt Caswell
On 21/04/2020 23:45, Michael Tuexen wrote: >> Looks like the failing call is here: >> >>if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, >> (const void *)&on, sizeof(on)) != 0) { > Can you provide a pointer to the code? Yes, its here: https://github.com/openssl/ope

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Dennis Clarke via openssl-users
t using IPv6 on that host and this is the only test failure then it can probably be safely ignored. Matt Not sure what the complaints are however here on the most strict POSIX risc environment with a really strict compiler : . . . All tests successful. Files=155, Tests=1460, 1378 wallclock se

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Michael Tuexen
sn't understand them when used. > > If you're not using IPv6 on that host and this is the only test failure > then it can probably be safely ignored. > > Matt

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Kurt Roeckx
On Tue, Apr 21, 2020 at 10:49:25PM +0100, Matt Caswell wrote: > > Looks like the failing call is here: > > if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, >(const void *)&on, sizeof(on)) != 0) { > > To which we get an errno indicating "Invalid argument". So it loo

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Matt Caswell
t has the relevant IPV6 macros defined (otherwise we would have got a compilation failure) - but doesn't understand them when used. If you're not using IPv6 on that host and this is the only test failure then it can probably be safely ignored. Matt

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Jakob Bohm via openssl-users
Summary: The OpenSSL 1.1.1g test suite contains at least two bugs: TestBug#1: Test suite fails if local network has no IPv6, error message (non-   verbose) doesn't say that's the issue.  [ Testing IPv6 makes sense, rejecting   regression tests on inadequate machines is importan

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Claus Assmann
On Tue, Apr 21, 2020, Benjamin Kaduk via openssl-users wrote: > On Tue, Apr 21, 2020 at 07:22:38PM +0200, Claus Assmann wrote: > > ../test/recipes/80-test_ssl_old.t .. > > Dubious, test returned 1 (wstat 256, 0x100) > Please run again with `make V=1 TESTS=test

Re: opensssl 1.1.1g test failure(s)

2020-04-21 Thread Benjamin Kaduk via openssl-users
On Tue, Apr 21, 2020 at 07:22:38PM +0200, Claus Assmann wrote: > Note sure whether this is already known (a search didn't bring up > anything meaningful): > > ../test/recipes/80-test_ssl_old.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/6 s

opensssl 1.1.1g test failure(s)

2020-04-21 Thread Claus Assmann
Note sure whether this is already known (a search didn't bring up anything meaningful): ../test/recipes/80-test_ssl_old.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests Test Summary Report --- ../test/recipes/80-test_ssl_

Current master fails test

2020-03-06 Thread Blumenthal, Uri - 0553 - MITLL
You probably already noticed, but if not… MacOS Mojave 10.14.6, Xcode 11.3.1. Current OpenSSL master (OpenSSL 3.0 dev) with PR 11193 applied (latest variant). Test Summary Report --- 25-test_req.t(Wstat: 512 Tests: 15 Failed: 2) Failed tests: 14-15 Non

Re: Error while running shlibload. test case

2019-09-25 Thread Matt Caswell
On 25/09/2019 12:18, shiva kumar wrote: > Hi, > I'm getting error while running test case  "90-test_shlibload.t" in openssl > 1.1.1c make test. > > ../test/recipes/90-test_shlibload.t (Wstat: 1024 Tests: 10 Failed: 4) >   Failed tests:  2, 4, 6,

Error while running shlibload. test case

2019-09-25 Thread shiva kumar
Hi, I'm getting error while running test case "90-test_shlibload.t" in openssl 1.1.1c make test. ../test/recipes/90-test_shlibload.t (Wstat: 1024 Tests: 10 Failed: 4) Failed tests: 2, 4, 6, 8 in file test/recipes/90-test_shlibload.t *ok(check_atexit($fh));* when i checked

OpenSSL 1.1.1d: test 20-test_enc.t fails if zlib is enabled

2019-09-23 Thread Dr. Matthias St. Pierre
Hello, since we got a few bug reports by now about this issue on GitHub, I thought it might be a good idea to spread the information a little bit: It is a known issue that the 20-test_enc.t test fails in OpenSSL version 1.1.1d if zlib support is enabled (see [1]). Meanwhile, the bug has been

Re: AW: Test failed with openssl-1.1.1d ../test/recipes/20-test_enc.t

2019-09-12 Thread Richard Levitte
On Thu, 12 Sep 2019 10:31:51 +0200, Dr. Matthias St. Pierre wrote: > > > > I think this is a problem with the 20-test_enc.t Test and not with > > > OPENSSL. > > > > > > Can you please help me to fix the Test ? > > > > > > &g

AW: Test failed with openssl-1.1.1d ../test/recipes/20-test_enc.t

2019-09-12 Thread Dr. Matthias St. Pierre
> > I think this is a problem with the 20-test_enc.t Test and not with OPENSSL. > > > > Can you please help me to fix the Test ? > > > > Did you enable zlib by any chance? If so it could be this: > > https://github.com/openssl/openssl/issues/9866 > >

Re: Test failed with openssl-1.1.1d ../test/recipes/20-test_enc.t

2019-09-12 Thread Matt Caswell
On 12/09/2019 08:58, zahn wrote: > Hello > > After building openssl-1.1.1d I run a Test and it failed: > > ../test/recipes/20-test_enc.t .. Dubious, test returned 1 > (wstat 256, 0x100) > > Test Summary Report > --- >

Test failed with openssl-1.1.1d ../test/recipes/20-test_enc.t

2019-09-12 Thread zahn
Hello After building openssl-1.1.1d I run a Test and it failed: ../test/recipes/20-test_enc.t .. Dubious, test returned 1 (wstat 256, 0x100) Test Summary Report --- ../test/recipes/20-test_enc.t    (Wstat: 256 Tests: 172 Failed: 1

Re: master branch: EC test broken AGAIN?

2019-08-07 Thread Blumenthal, Uri - 0553 - MITLL
On 8/7/19, 10:57 AM, "openssl-users on behalf of Matt Caswell" wrote: > >> ../test/recipes/15-test_ec.t (Wstat: 256 Tests: 5 Failed: 1) > > > > Assuming you are building with enable-ec_nistp_64_gcc_128 then the fix

Re: master branch: EC test broken AGAIN?

2019-08-07 Thread Matt Caswell
On 07/08/2019 15:49, Matt Caswell wrote: > > > On 07/08/2019 15:48, Blumenthal, Uri - 0553 - MITLL wrote: >> Test Summary Report >> >> --- >> >> ../test/recipes/15-test_ec.t                     (Wstat: 256 Tests: 5 >> Failed: 1)

Re: master branch: EC test broken AGAIN?

2019-08-07 Thread Matt Caswell
On 07/08/2019 15:48, Blumenthal, Uri - 0553 - MITLL wrote: > Test Summary Report > > --- > > ../test/recipes/15-test_ec.t                     (Wstat: 256 Tests: 5 Failed: > 1) > >   Failed test:  2 > >   Non-zero exit status: 1 > > Files

master branch: EC test broken AGAIN?

2019-08-07 Thread Blumenthal, Uri - 0553 - MITLL
Test Summary Report --- ../test/recipes/15-test_ec.t (Wstat: 256 Tests: 5 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=174, Tests=1660, 122 wallclock secs ( 1.27 usr 0.34 sys + 81.53 cusr 29.91 csys = 113.05 CPU) Result: FAIL Does it

Re: Drbg kat test data: Openssl-fips 2.0.16

2019-07-15 Thread Mark Minnoch
Manish asked: > There is DRBG kat test data in fips_drbg_selftest.h. (Openssl-fips-2.0.16) > Can anyone let me know, What is the source of this constant arrays. NIST > link or any other source will be helpful? I'm pretty sure that the test data for the DRBG KAT (known answer test)

Drbg kat test data: Openssl-fips 2.0.16

2019-07-11 Thread Manish Patidar
Hi There is DRBG kat test data in fips_drbg_selftest.h. (Openssl-fips-2.0.16) Can anyone let me know, What is the source of this constant arrays. NIST link or any other source will be helpful? Regards Manish

Re: Using openssl test

2019-06-26 Thread Matt Caswell
On 26/06/2019 08:46, syed moulana via openssl-users wrote: > Hi  > Is there any test application scripts  bundled with openssl_1.1.1b ? If yes.  > How to compile it. > Is it possible use that test application to verify SSL handshake ? I think you are probably wanting to use s_ser

Using openssl test

2019-06-26 Thread syed moulana via openssl-users
Hi Is there any test application scripts  bundled with openssl_1.1.1b ? If yes.  How to compile it.Is it possible use that test application to verify SSL handshake ? Thank youSyed Sent from Yahoo Mail on Android

Re: Make test error in OpenSSL 1.1.1b

2019-06-20 Thread Matt Caswell
;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

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 (

Test data for the known Openssl CVEs

2019-04-16 Thread girish kumar
Hi All, I am trying to build a regression suite for the known vulnerabilities published by OpenSSL. For some of the CVEs, I am facing issues to generate test data. Is there anywhere test data available for the known CVEs for re-use. Any help would be appreciated. -- Regards, Girish

Re: Reg Speed test and Assembly code usage

2019-04-04 Thread Dennis Clarke
On 4/4/19 3:32 AM, ramakrushna mishra wrote: > Hi, > > Could anyone please help me get the following information.  > > -- How to verify that the openssl  is using the assembly code ( when asm > is enabled) instead of the c code for the algorithms ?  > -- I m observing a small degradation (2 % for

Reg Speed test and Assembly code usage

2019-04-04 Thread ramakrushna mishra
Hi, Could anyone please help me get the following information. -- How to verify that the openssl is using the assembly code ( when asm is enabled) instead of the c code for the algorithms ? -- I m observing a small degradation (2 % for 16 byte size) for des-ede3 on openssl1.1.1 for Solaris. This

Heads up, Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-03-04 Thread open...@foocrypt.net
Hi Not sure if any of the build / test process of OpenSSL utilise inbuilt KORN Arithmetic & Test functions. https://community.ubuntu.com/t/inbuilt-korn-arithmetic-test-functions-broken-under-windows-subsystem-for-linux/10089 <https://community.ubuntu.com/t/inbuilt-korn-arithmet

Re: shared libraries vs test cases

2019-02-27 Thread Michael Richardson
Richard Levitte wrote: >> Running LDD on the binaries in test/* shows that they appear to link against >> the "system" copies of libssl and libcrypto. >> >> Perhaps something I'm missing is setting up LD_PRELOAD or some such so that &g

Re: shared libraries vs test cases

2019-02-27 Thread Viktor Dukhovni
> On Feb 27, 2019, at 11:04 AM, Michael Richardson wrote: > > Running LDD on the binaries in test/* shows that they appear to link against > the "system" copies of libssl and libcrypto. With no environment overrides of LD_LIBRARY_PATH or similar, the test cases in the buil

Re: shared libraries vs test cases

2019-02-27 Thread Jakob Bohm via openssl-users
On 27/02/2019 17:04, Michael Richardson wrote: Running LDD on the binaries in test/* shows that they appear to link against the "system" copies of libssl and libcrypto. Perhaps something I'm missing is setting up LD_PRELOAD or some such so that the tests run the local copy of l

Re: shared libraries vs test cases

2019-02-27 Thread Richard Levitte
On Wed, 27 Feb 2019 17:04:09 +0100, Michael Richardson wrote: > > Running LDD on the binaries in test/* shows that they appear to link against > the "system" copies of libssl and libcrypto. > > Perhaps something I'm missing is setting up LD_PRELOAD or some such so

shared libraries vs test cases

2019-02-27 Thread Michael Richardson
Running LDD on the binaries in test/* shows that they appear to link against the "system" copies of libssl and libcrypto. Perhaps something I'm missing is setting up LD_PRELOAD or some such so that the tests run the local copy of libssl/libcrypto, but I can't find that. Am

[openssl-users] 1.1.1a test/rsa_complex link failure on Solaris

2018-11-23 Thread Norm Green
I'm seeing the following link failure on Solaris, both SPARC and x86_64 with 1.1.1a.  1.1.1 does not have this problem.  Adding -lcrypto to the link line makes the problem go away. Any suggestions on how to proceed? Norm Green rm -f test/rsa_complex ${LDCMD:-/opt/studio12.5/bin/cc}

  1   2   3   4   5   6   7   >