Searched refs:ciphersuitess (Results 1 – 3 of 3) sorted by relevance
128 ciphersuitess => "TLS_AES_128_GCM_SHA256",173 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";284 if ($self->ciphersuitess ne "") {285 $execcmd .= " -ciphersuites ".$self->ciphersuitess;662 sub ciphersuitess subroutine666 $self->{ciphersuitess} = shift;668 return $self->{ciphersuitess};
91 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");
66 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
Completed in 6 milliseconds