| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| H A D | ossl_config.json | 4 "*TLS13*":"No TLS1.3 support yet", 5 "FragmentAlert-DTLS":"Test failure - reason unknown", 6 "FragmentedClientVersion":"Test failure - reason unknown", 7 "MTU":"Test failure - reason unknown", 8 "EmptyCertificateList":"Test failure - reason unknown", 9 "AppDataBeforeHandshake-DTLS":"Test failure - reason unknown", 10 "AlertAfterChangeCipherSpec":"Test failure - reason unknown", 11 "AppDataAfterChangeCipherSpec":"Test failure - reason unknown", 12 "AppDataAfterChangeCipherSpec-Empty":"Test failure - reason unknown", 13 "AppDataAfterChangeCipherSpec-DTLS":"Test failure - reason unknown", [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
| H A D | protocol_version.pm | 1 # -*- mode: perl; -*- 2 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 25 # undef stands for "no limit". 85 # undef stands for "no limit". 105 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; 127 @protocols = $dtls ? @dtls_protocols_fips : @tls_protocols_fips; [all …]
|
| H A D | 18-dtls-renegotiate.cnf.in | 1 # -*- mode: perl; -*- 2 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 22 foreach my $sctp ("No", "Yes") 27 my $suffix = ($sctp eq "No") ? "" : "-sctp"; 30 name => "renegotiate-client-no-resume".$suffix, 39 "Method" => "DTLS", 42 "ResumptionExpected" => "No", 47 name => "renegotiate-client-resume".$suffix, 55 "Method" => "DTLS", 63 # initiated reneg. This is because an OpenSSL DTLS client will always do a full [all …]
|
| H A D | 18-dtls-renegotiate.cnf | 5 test-0 = 0-renegotiate-client-no-resume 6 test-1 = 1-renegotiate-client-resume 7 test-2 = 2-renegotiate-server-resume 8 test-3 = 3-renegotiate-client-auth-require 9 test-4 = 4-renegotiate-client-auth-once 10 test-5 = 5-renegotiate-aead-to-non-aead 11 test-6 = 6-renegotiate-non-aead-to-aead 12 test-7 = 7-renegotiate-non-aead-to-non-aead 13 test-8 = 8-renegotiate-aead-to-aead 16 [0-renegotiate-client-no-resume] [all …]
|
| H A D | 29-dtls-sctp-label-bug.cnf.in | 1 # -*- mode: perl; -*- 2 # Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. 20 name => "SCTPLabelBug-good1", 24 "Method" => "DTLS", 26 "EnableClientSCTPLabelBug" => "No", 27 "EnableServerSCTPLabelBug" => "No", 32 name => "SCTPLabelBug-good2", 36 "Method" => "DTLS", 44 name => "SCTPLabelBug-bad1", 48 "Method" => "DTLS", [all …]
|
| H A D | 11-dtls_resumption.cnf | 5 test-0 = 0-resumption 6 test-1 = 1-resumption 7 test-2 = 2-resumption 8 test-3 = 3-resumption 9 test-4 = 4-resumption 10 test-5 = 5-resumption 11 test-6 = 6-resumption 12 test-7 = 7-resumption 13 test-8 = 8-resumption 14 test-9 = 9-resumption [all …]
|
| H A D | 29-dtls-sctp-label-bug.cnf | 5 test-0 = 0-SCTPLabelBug-good1 6 test-1 = 1-SCTPLabelBug-good2 7 test-2 = 2-SCTPLabelBug-bad1 8 test-3 = 3-SCTPLabelBug-bad2 11 [0-SCTPLabelBug-good1] 12 ssl_conf = 0-SCTPLabelBug-good1-ssl 14 [0-SCTPLabelBug-good1-ssl] 15 server = 0-SCTPLabelBug-good1-server 16 client = 0-SCTPLabelBug-good1-client 18 [0-SCTPLabelBug-good1-server] [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| H A D | protocol_version.pm | 1 # -*- mode: perl; -*- 2 # Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. 24 # undef stands for "no limit". 51 # undef stands for "no limit". 75 my ($dtls) = @_; 76 return $dtls ? alldisabled("dtls1", "dtls1_2") : 83 my $dtls = $method eq "DTLS"; 85 undef $method if !$dtls; 87 my @protocols = $dtls ? @dtls_protocols : @tls_protocols; 88 my @min_protocols = $dtls ? @min_dtls_protocols : @min_tls_protocols; [all …]
|
| H A D | 18-dtls-renegotiate.conf.in | 1 # -*- mode: perl; -*- 2 # Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved. 20 foreach my $sctp ("No", "Yes") 24 my $suffix = ($sctp eq "No") ? "" : "-sctp"; 27 name => "renegotiate-client-no-resume".$suffix, 33 "Method" => "DTLS", 36 "ResumptionExpected" => "No", 41 name => "renegotiate-client-resume".$suffix, 45 "Method" => "DTLS", 53 # initiated reneg. This is because an OpenSSL DTLS client will always do a full [all …]
|
| H A D | 18-dtls-renegotiate.conf | 5 test-0 = 0-renegotiate-client-no-resume 6 test-1 = 1-renegotiate-client-resume 7 test-2 = 2-renegotiate-server-resume 8 test-3 = 3-renegotiate-client-auth-require 9 test-4 = 4-renegotiate-client-auth-once 10 test-5 = 5-renegotiate-aead-to-non-aead 11 test-6 = 6-renegotiate-non-aead-to-aead 12 test-7 = 7-renegotiate-non-aead-to-non-aead 13 test-8 = 8-renegotiate-aead-to-aead 16 [0-renegotiate-client-no-resume] [all …]
|
| H A D | 11-dtls_resumption.conf | 5 test-0 = 0-resumption 6 test-1 = 1-resumption 7 test-2 = 2-resumption 8 test-3 = 3-resumption 9 test-4 = 4-resumption 10 test-5 = 5-resumption 11 test-6 = 6-resumption 12 test-7 = 7-resumption 13 test-8 = 8-resumption 14 test-9 = 9-resumption [all …]
|
| H A D | 29-dtls-sctp-label-bug.conf.in | 1 # -*- mode: perl; -*- 20 name => "SCTPLabelBug-good1", 24 "Method" => "DTLS", 26 "EnableClientSCTPLabelBug" => "No", 27 "EnableServerSCTPLabelBug" => "No", 32 name => "SCTPLabelBug-good2", 36 "Method" => "DTLS", 44 name => "SCTPLabelBug-bad1", 48 "Method" => "DTLS", 51 "EnableServerSCTPLabelBug" => "No", [all …]
|
| H A D | 29-dtls-sctp-label-bug.conf | 5 test-0 = 0-SCTPLabelBug-good1 6 test-1 = 1-SCTPLabelBug-good2 7 test-2 = 2-SCTPLabelBug-bad1 8 test-3 = 3-SCTPLabelBug-bad2 11 [0-SCTPLabelBug-good1] 12 ssl_conf = 0-SCTPLabelBug-good1-ssl 14 [0-SCTPLabelBug-good1-ssl] 15 server = 0-SCTPLabelBug-good1-server 16 client = 0-SCTPLabelBug-good1-client 18 [0-SCTPLabelBug-good1-server] [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector.h | 1 //===-- sanitizer_deadlock_detector.h ---------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 23 //===----------------------------------------------------------------------===// 33 // Thread-local state for DeadlockDetector. 38 // No CTOR. 58 // Returns true if this is the first (non-recursive) acquisition of this lock. 77 for (sptr i = n_recursive_locks - 1; i >= 0; i--) { in removeLock() 79 n_recursive_locks--; in removeLock() 88 for (sptr i = n_all_locks_ - 1; i >= 0; i--) { in removeLock() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector.h | 1 //===-- sanitizer_deadlock_detector.h ---------------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 34 // Thread-local state for DeadlockDetector. 39 // No CTOR. 59 // Returns true if this is the first (non-recursive) acquisition of this lock. 79 for (sptr i = n_recursive_locks - 1; i >= 0; i--) { in removeLock() 81 n_recursive_locks--; in removeLock() 91 for (sptr i = n_all_locks_ - 1; i >= 0; i--) { in removeLock() 94 all_locks_with_contexts_[n_all_locks_ - 1]); in removeLock() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector.h | 1 //===-- sanitizer_deadlock_detector.h ---------------------------*- C++ -*-===// 6 //===----------------------------------------------------------------------===// 22 //===----------------------------------------------------------------------===// 32 // Thread-local state for DeadlockDetector. 37 // No CTOR. 57 // Returns true if this is the first (non-recursive) acquisition of this lock. 77 for (sptr i = n_recursive_locks - 1; i >= 0; i--) { in removeLock() 79 n_recursive_locks--; in removeLock() 89 for (sptr i = n_all_locks_ - 1; i >= 0; i--) { in removeLock() 92 all_locks_with_contexts_[n_all_locks_ - 1]); in removeLock() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_deadlock_detector_test.cc | 1 //===-- sanitizer_deadlock_detector_test.cc -------------------------------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 37 dp->clear(); in ScopedDD() 38 dtls.clear(); in ScopedDD() 42 DeadlockDetectorTLS<BV> dtls; member 50 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunBasicTest() local 73 // Cycle: n1->n2->n1 in RunBasicTest() 76 dtls.clear(); in RunBasicTest() 79 EXPECT_FALSE(d.onLock(&dtls, n1)); in RunBasicTest() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | DTLSv1_listen.pod | 7 - Statelessly listen for incoming connections 19 DTLSv1_listen() statelessly listens for new incoming DTLS connections. If a 28 attacks. Unlike TCP there is no initial connection setup in UDP that 35 If DTLS is used over UDP (or any datagram based protocol that does not validate 37 designed to operate over a stream-based transport protocol (such as TCP). 38 If TCP is being used then there is no need to use SSL_stateless(). However, some 39 stream-based transport protocols (e.g. QUIC) may not validate the source 42 As a countermeasure to this issue TLSv1.3 and DTLS include a stateless cookie 45 TLSv1.3) or a HelloVerifyRequest (in DTLS) which contains a unique cookie. The 54 SSL_accept(). Typically, for DTLS, the read BIO will be in an "unconnected" [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_thread.cc | 1 //=-- lsan_thread.cc ------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 56 DTLS *dtls; member 61 stack_begin_ = args->stack_begin; in OnStarted() 62 stack_end_ = args->stack_end; in OnStarted() 63 tls_begin_ = args->tls_begin; in OnStarted() 64 tls_end_ = args->tls_end; in OnStarted() 65 cache_begin_ = args->cache_begin; in OnStarted() 66 cache_end_ = args->cache_end; in OnStarted() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| H A D | lsan_thread.cc | 1 //=-- lsan_thread.cc ------------------------------------------------------===// 6 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 54 DTLS *dtls; member 59 stack_begin_ = args->stack_begin; in OnStarted() 60 stack_end_ = args->stack_end; in OnStarted() 61 tls_begin_ = args->tls_begin; in OnStarted() 62 tls_end_ = args->tls_end; in OnStarted() 63 cache_begin_ = args->cache_begin; in OnStarted() 64 cache_end_ = args->cache_end; in OnStarted() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 80-test_ssl_new.t | 2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 24 my @conf_srcs = glob(srctop_file("test", "ssl-tests", "*.conf.in")); 29 # We hard-code the number of tests to double-check that the globbing above 45 my $no_dtls = alldisabled(available_protocols("dtls")); 55 # expectations dynamically based on the OpenSSL compile-time config. 57 "02-protocol-version.conf" => !$is_default_tls, 58 "04-client_auth.conf" => !$is_default_tls || !$is_default_dtls 60 "05-sni.conf" => disabled("tls1_1"), 61 "07-dtls-protocol-version.conf" => !$is_default_dtls || !disabled("sctp"), 62 "10-resumption.conf" => !$is_default_tls, [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 80-test_ssl_new.t | 2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 34 my @conf_srcs = glob(srctop_file("test", "ssl-tests", "*.cnf.in")); 39 # We hard-code the number of tests to double-check that the globbing above 58 my $no_dtls = alldisabled(available_protocols("dtls")); 68 # expectations dynamically based on the OpenSSL compile-time config. 70 "02-protocol-version.cnf" => !$is_default_tls, 71 "04-client_auth.cnf" => !$is_default_tls || !$is_default_dtls 73 "05-sni.cnf" => disabled("tls1_1"), 74 "07-dtls-protocol-version.cnf" => !$is_default_dtls || !disabled("sctp"), 75 "10-resumption.cnf" => !$is_default_tls || $no_ec, [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | DTLSv1_listen.pod | 7 - Statelessly listen for incoming connections 19 DTLSv1_listen() statelessly listens for new incoming DTLS connections. If a 28 attacks. Unlike TCP there is no initial connection setup in UDP that 35 If DTLS is used over UDP (or any datagram based protocol that does not validate 37 designed to operate over a stream-based transport protocol (such as TCP). 38 If TCP is being used then there is no need to use SSL_stateless(). However, some 39 stream-based transport protocols (e.g. QUIC) may not validate the source 42 As a countermeasure to this issue TLSv1.3 and DTLS include a stateless cookie 45 TLSv1.3) or a HelloVerifyRequest (in DTLS) which contains a unique cookie. The 54 SSL_accept(). Typically, for DTLS, the read BIO will be in an "unconnected" [all …]
|
| H A D | SSL_CONF_cmd.pod | 6 SSL_CONF_cmd - send configuration command 30 prefix for command line commands is B<-> and that is reflected below. 34 =item B<-sigalgs> 58 =item B<-client_sigalgs> 66 If a server does not request a certificate this option has no effect. 68 The syntax of B<value> is identical to B<-sigalgs>. If not set then 69 the value set for B<-sigalgs> will be used instead. 71 =item B<-groups> 81 either the B<NIST> name (e.g. B<P-256>), some other commonly used name where 86 =item B<-curves> [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/man/ |
| H A D | SSL_CONF_cmd.3 | 20 .\" Set up some character translations and predefined strings. \*(-- will 26 .tr \(*W- 29 . ds -- \(*W- 31 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 32 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 39 . ds -- \|\(em\| 75 .\" Fear. Run. Save yourself. No user-serviceable parts. 85 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 101 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 102 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|