Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm104 ciphersuitess => "TLS_AES_128_GCM_SHA256",
172 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
237 if ($self->ciphersuitess ne "") {
238 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
632 sub ciphersuitess subroutine
636 $self->{ciphersuitess} = shift;
638 return $self->{ciphersuitess};
/freebsd/crypto/openssl/test/recipes/
H A D70-test_tls13hrr.t66 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
H A D70-test_tls13psk.t93 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");