Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm102 ciphersuitesc => "",
323 if ($self->ciphersuitesc ne "") {
324 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
616 sub ciphersuitesc subroutine
620 $self->{ciphersuitesc} = shift;
622 return $self->{ciphersuitesc};
/freebsd/crypto/openssl/test/recipes/
H A D70-test_tls13psk.t92 $proxy->ciphersuitesc("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");