Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm100 cipherc => "",
148 $self->{cipherc} = "";
319 if ($self->cipherc ne "") {
320 $execcmd .= " -cipher ".$self->cipherc;
607 sub cipherc subroutine
611 $self->{cipherc} = shift;
613 return $self->{cipherc};
/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslskewith0p.t41 $proxy->cipherc('ADH-AES128-SHA:@SECLEVEL=0');
H A D70-test_sslsignature.t106 $proxy->cipherc('DHE-RSA-AES128-SHA');