openssl: 3.0.0 Alpha13 Broken on NonStop x86
The following result occurs at commit 6bbff162f1. This is new compared with alpha12.
( SRCTOP=. \
BLDTOP=. \
PERL="perl" \
FIPSKEY="f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813" \
EXE_EXT= \
perl ./test/run_tests.pl )
01-test_abort.t .................... ok
01-test_fipsmodule_cnf.t ...........
version not found
VERIFY FAILED
00000000:error:0700006C:configuration file routines:NCONF_get_string:no value:/home/ituglib/randall/openssl-3.0/crypto/conf/conf_lib.c:282:group=fips_sect name=install-version
../../util/wrap.pl ../../apps/openssl fipsinstall -in ../../providers/fipsmodule.cnf -module ../../providers/fips.so -verify => 1
not ok 1 - fipsinstall verify
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 89 (85 by maintainers)
Commits related to this issue
- Force flush in BIO_free. CLA: Trivial Fixes: #14517 Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> — committed to rsbeckerca/openssl by rsbeckerca 3 years ago
Actually quite well
BTW, it’s quite possible that this diff fixes things:
Here’s the patch to fix it:
I submitted it as #14609, and marked it urgent.
That’s the compiler complaining that the line isn’t looking at the returned value. It’s pretty easy to shut the compiler up, though:
I can’t push right now. It looks like the HEAD commit ee067bc066 is bad.
This particular problem started this morning’s pull.
It was merged as part of a block, the end will compile okay.