Home
last modified time | relevance | path

Searched refs:fips_mode (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/test/ssl-tests/
H A D11-dtls_resumption.cnf.in19 our $fips_mode;
21 our @tests = generate_resumption_tests("DTLS", $fips_mode);
H A D02-protocol-version.cnf.in19 our $fips_mode;
21 our @tests = generate_version_tests("TLS", $fips_mode);
H A D07-dtls-protocol-version.cnf.in19 our $fips_mode;
21 our @tests = generate_version_tests("DTLS", $fips_mode);
H A D10-resumption.cnf.in19 our $fips_mode;
21 our @tests = generate_resumption_tests("TLS", $fips_mode);
H A D16-dtls-certstatus.cnf.in18 our $fips_mode;
94 if (!$fips_mode || !disabled("dtls1_2")) {
H A D05-sni.cnf.in18 our $fips_mode;
173 push @tests, @tests_tls_1_1 unless disabled("tls1_1") || $fips_mode;
H A D19-mac-then-encrypt.cnf.in16 our $fips_mode;
155 push @tests, @tests_tls1 unless disabled("tls1") || $fips_mode;
H A Dssltests_base.pm20 our $fips_mode = 0;
H A D14-curves.cnf.in13 our $fips_mode;
19 push @curves, @curves_no_fips if !$fips_mode;
37 push @curves_tls_1_2, @curves_non_fips if !$fips_mode;
H A D25-cipher.cnf.in18 our $fips_mode;
159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
H A D04-client_auth.cnf.in14 our $fips_mode;
20 if ($fips_mode) {
H A D18-dtls-renegotiate.cnf.in18 our $fips_mode;
25 next if disabled("dtls1_2") && $fips_mode;
H A D28-seclevel.cnf.in15 our $fips_mode;
87 push @tests_ec, @tests_ec_non_fips unless $fips_mode;
H A D20-cert-select.cnf.in12 our $fips_mode;
598 push @tests, @tests_non_fips unless $fips_mode;
604 if ($fips_mode) {
933 push @tests, @tests_tls_1_3_non_fips unless disabled("tls1_3") || $fips_mode;
/freebsd/crypto/openssl/test/
H A Dfips-alt.cnf13 fips_mode = true
H A Dgenerate_ssl_tests.pl139 local $ssltests::fips_mode = $provider eq "fips";
/freebsd/contrib/wpa/src/crypto/
H A Dtls.h92 int fips_mode; member
H A Dtls_openssl.c1029 if (conf && conf->fips_mode) { in tls_init()
1046 if (conf && conf->fips_mode) { in tls_init()
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod299 =item B<fips_mode> (deprecated)
/freebsd/contrib/wpa/src/eap_peer/
H A Deap.c2235 tlsconf.fips_mode = 1; in eap_peer_sm_init()