Home
last modified time | relevance | path

Searched refs:ciphersuitesc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DProxy.pm101 ciphersuitesc => "",
322 if ($self->ciphersuitesc ne "") {
323 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
615 sub ciphersuitesc subroutine
619 $self->{ciphersuitesc} = shift;
621 return $self->{ciphersuitesc};
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D70-test_tls13psk.t92 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_tls13psk.t85 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");