Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DProxy.pm101 ciphersuitesc => "",
322 if ($self->ciphersuitesc ne "") {
323 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
615 sub ciphersuitesc subroutine
619 $self->{ciphersuitesc} = shift;
621 return $self->{ciphersuitesc};
/third_party/openssl/util/perl/TLSProxy/
H A DProxy.pm101 ciphersuitesc => "",
322 if ($self->ciphersuitesc ne "") {
323 $execcmd .= " -ciphersuites ".$self->ciphersuitesc;
615 sub ciphersuitesc subroutine
619 $self->{ciphersuitesc} = shift;
621 return $self->{ciphersuitesc};

Completed in 2 milliseconds