Lines Matching refs:version
81 my $version;
91 ($content_type, $version, $epoch,
96 ($content_type, $version, $len) = unpack('Cnn', $packet);
108 print " Version: $tls_version{$version}\n";
120 $version,
134 $version,
214 $version,
226 $version,
242 $version,
253 $version,
270 $version,
284 version => $version,
309 if($self->version >= VERS_TLS_1_1()) {
351 } elsif ($self->version >= VERS_TLS_1_1()) {
398 $data = pack('Cnnnnnn', $self->content_type, $self->version,
402 $data = pack('Cnn', $self->outer_content_type, $self->version,
406 $data = pack('Cnn', $self->content_type, $self->version,
472 sub version subroutine
476 $self->{version} = shift;
478 return $self->{version};