You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was testing out libacvp built in wolfi here.
It seems that acvp_app --version exits non-zero (always?). At least in my test:
# acvp_app --version --disable_fips && echo good || echo bad $?
ACVP library version: libacvp_oss-2.1.2
ACVP protocol version: 1.0
Compiled SSL version: OpenSSL 3.3.2 3 Sep 2024
Linked SSL version: OpenSSL 3.3.2 3 Sep 2024
FIPS requested: no
bad 1
# acvp_app --version && echo good || echo bad $?
ACVP library version: libacvp_oss-2.1.2
ACVP protocol version: 1.0
Compiled SSL version: OpenSSL 3.3.2 3 Sep 2024
Linked SSL version: OpenSSL 3.3.2 3 Sep 2024
FIPS requested: yes
FIPS Provider Version: (null)
bad 1
--help also exits non-zero , even though it is advertised in output without any arguments:
# acvp_app ; echo $?
Requires at least 1 Algorithm Test Suite
Use acvp_app --help for more information.
1
# acvp_app --help ; echo $?
===========================
===== ACVP_APP USAGE ======
===========================
...
1
I was just trying to use the version to smoketest the program. Is there another recommended way?
The text was updated successfully, but these errors were encountered:
Hi,
I was testing out libacvp built in wolfi here.
It seems that acvp_app --version exits non-zero (always?). At least in my test:
--help
also exits non-zero , even though it is advertised in output without any arguments:I was just trying to use the
version
to smoketest the program. Is there another recommended way?The text was updated successfully, but these errors were encountered: