Home
last modified time | relevance | path

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

/third_party/openssl/util/perl/TLSProxy/
DProxy.pm103 ciphersuitess => "TLS_AES_128_GCM_SHA256",
171 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
236 if ($self->ciphersuitess ne "") {
237 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
631 sub ciphersuitess subroutine
635 $self->{ciphersuitess} = shift;
637 return $self->{ciphersuitess};
/third_party/openssl/test/recipes/
D70-test_tls13hrr.t56 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
D70-test_tls13psk.t86 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");