Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DCertificate.pm32 $self->{first_certificate} = "";
92 $self->first_certificate($certdata);
120 $self->first_certificate($certdata);
144 my $certlen = length($self->first_certificate);
158 my $certlen = length($self->first_certificate);
180 sub first_certificate subroutine
184 $self->{first_certificate} = shift;
186 return $self->{first_certificate};
/third_party/openssl/util/perl/TLSProxy/
H A DCertificate.pm32 $self->{first_certificate} = "";
92 $self->first_certificate($certdata);
120 $self->first_certificate($certdata);
144 my $certlen = length($self->first_certificate);
158 my $certlen = length($self->first_certificate);
180 sub first_certificate subroutine
184 $self->{first_certificate} = shift;
186 return $self->{first_certificate};

Completed in 1 milliseconds