Home
last modified time | relevance | path

Searched refs:dtls (Results 1 – 14 of 14) sorted by relevance

/openssl/test/ssl-tests/
H A Dprotocol_version.pm105 my ($dtls, $fips) = @_;
106 if ($dtls && $fips) {
109 return $dtls ? alldisabled("dtls1", "dtls1_2") :
117 my $dtls = $method eq "DTLS";
119 undef $method if !$dtls;
133 @protocols = $dtls ? @dtls_protocols : @tls_protocols;
140 if (no_tests($dtls, $fips)) {
185 || $dtls;
225 my $dtls = $method eq "DTLS";
227 undef $method if !$dtls;
[all …]
/openssl/.github/workflows/
H A Drun-checker-ci.yml23 no-dtls,
H A Dci.yml136 …er=Configured --debug enable-asan enable-ubsan no-cached-fetch no-fips no-dtls no-tls1 no-tls1-met…
/openssl/
H A Dconfigdata.pm.in67 dtls => [{- dump_data(\@dtls, indent => 0) -}],
H A DConfigure397 my @dtls = qw(dtls1 dtls1_2);
512 foreach my $proto ((@tls, @dtls))
597 "dtls" => [ @dtls ],
598 sub { 0 == scalar grep { !$disabled{$_} } @dtls }
664 my @list = (reverse @dtls);
825 foreach my $proto ((@tls, @dtls))
835 foreach my $proto (@dtls)
H A DINSTALL.md964 no-{ssl|ssl3|tls|tls1|tls1_1|tls1_2|tls1_3|dtls|dtls1|dtls1_2}
970 Similarly `no-dtls` will disable `dtls1` and `dtls1_2`. The `no-ssl` option is
H A DCHANGES.md8502 <http://www.isg.rhul.ac.uk/~kp/dtls.pdf>
/openssl/test/
H A Dssl_old_test.c889 int dtls1 = 0, dtls12 = 0, dtls = 0, tls1 = 0, tls1_1 = 0, tls1_2 = 0, ssl3 = 0; in main() local
1031 dtls = 1; in main()
1244 if (ssl3 + tls1 + tls1_1 + tls1_2 + dtls + dtls1 + dtls12 > 1) { in main()
1294 if (!ssl3 && !tls1 && !tls1_1 && !tls1_2 && !dtls && !dtls1 && !dtls12 && number > 1 in main()
1367 if (dtls || dtls1 || dtls12) { in main()
/openssl/doc/man1/
H A Dopenssl.pod588 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>
591 With B<-dtls>, clients will negotiate any supported DTLS protocol version.
H A Dopenssl-s_server.pod.in740 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
H A Dopenssl-s_client.pod.in535 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
/openssl/ssl/statem/
H A Dstatem_lib.c1443 int dtls = SSL_CONNECTION_IS_DTLS(s); in version_cmp() local
1447 if (!dtls) in version_cmp()
/openssl/doc/man7/
H A Dprovider-base.pod598 =item "tls-min-dtls" (B<OSSL_CAPABILITY_TLS_GROUP_MIN_DTLS>) <integer>
600 =item "tls-max-dtls" (B<OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS>) <integer>
/openssl/crypto/err/
H A Dopenssl.txt1340 SSL_R_DTLS_MESSAGE_TOO_BIG:334:dtls message too big

Completed in 100 milliseconds