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.pm186 ciphersuitess => "TLS_AES_128_GCM_SHA256",
231 $self->{ciphersuitess} = "TLS_AES_128_GCM_SHA256";
342 if ($self->ciphersuitess ne "") {
343 $execcmd .= " -ciphersuites ".$self->ciphersuitess;
759 sub ciphersuitess subroutine
763 $self->{ciphersuitess} = shift;
765 return $self->{ciphersuitess};
/freebsd/crypto/openssl/test/recipes/
H A D70-test_tls13psk.t91 $proxy->ciphersuitess("TLS_AES_256_GCM_SHA384");
H A D70-test_tls13hrr.t66 $proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");