mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
tests: force FIPS testing mode with new enough GNU TLS versions
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
ab22096710
commit
8afbd52f29
@ -113,6 +113,8 @@ mymain(void)
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
setenv("GNUTLS_FORCE_FIPS_MODE", "2", 1);
|
||||||
|
|
||||||
testTLSInit(KEYFILE);
|
testTLSInit(KEYFILE);
|
||||||
|
|
||||||
# define DO_CTX_TEST(_isServer, _caCrt, _crt, _expectFail) \
|
# define DO_CTX_TEST(_isServer, _caCrt, _crt, _expectFail) \
|
||||||
|
@ -240,6 +240,8 @@ mymain(void)
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
setenv("GNUTLS_FORCE_FIPS_MODE", "2", 1);
|
||||||
|
|
||||||
testTLSInit(KEYFILE);
|
testTLSInit(KEYFILE);
|
||||||
|
|
||||||
# define DO_SESS_TEST(_caCrt, _serverCrt, _clientCrt, _expectServerFail, \
|
# define DO_SESS_TEST(_caCrt, _serverCrt, _clientCrt, _expectServerFail, \
|
||||||
|
Loading…
Reference in New Issue
Block a user