| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 17-renegotiate.cnf | 5 test-0 = 0-renegotiate-client-no-resume 6 test-1 = 1-renegotiate-client-resume 7 test-2 = 2-renegotiate-server-no-resume 8 test-3 = 3-renegotiate-server-resume 9 test-4 = 4-renegotiate-client-auth-require 10 test-5 = 5-renegotiate-client-auth-once 11 test-6 = 6-renegotiate-client-legacy-connect 12 test-7 = 7-renegotiate-aead-to-non-aead 13 test-8 = 8-renegotiate-non-aead-to-aead 14 test-9 = 9-renegotiate-non-aead-to-non-aead [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 | 04-client_auth.cnf | 5 test-0 = 0-server-auth-flex 6 test-1 = 1-client-auth-flex-request 7 test-2 = 2-client-auth-flex-require-fail 8 test-3 = 3-client-auth-flex-require 9 test-4 = 4-client-auth-flex-rsa-pss 10 test-5 = 5-client-auth-flex-rsa-pss-bad 11 test-6 = 6-client-auth-flex-require-non-empty-names 12 test-7 = 7-client-auth-flex-noroot 13 test-8 = 8-server-auth-TLSv1 14 test-9 = 9-client-auth-TLSv1-request [all …]
|
| H A D | 26-tls13_client_auth.cnf | 5 test-0 = 0-server-auth-TLSv1.3 6 test-1 = 1-client-auth-TLSv1.3-request 7 test-2 = 2-client-auth-TLSv1.3-require-fail 8 test-3 = 3-client-auth-TLSv1.3-require 9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names 10 test-5 = 5-client-auth-TLSv1.3-noroot 11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake 12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake 13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake 14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 20-test_cli_fips.t | 2 # Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved. 16 use OpenSSL::Test qw/:DEFAULT srctop_dir bldtop_dir bldtop_file srctop_file data_file/; 26 my $no_check = disabled("fips") || disabled('fips-securitychecks'); 31 my $fipsmodule = bldtop_file('providers', platform->dso('fips')); 32 my $fipsconf = srctop_file("test", "fips-and-base.cnf"); 33 my $defaultconf = srctop_file("test", "default.cnf"); 39 run(test(["fips_version_test", "-config", $fipsconf, "<3.4.0"]), 42 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])), 44 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])), 46 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])), [all …]
|
| H A D | 15-test_ecparam.t | 2 # Copyright 2017-2025 The OpenSSL Project Authors. All Rights Reserved. 17 use OpenSSL::Test qw/:DEFAULT data_file srctop_file bldtop_dir/; 30 @valid = grep { !/sm2-.*\.pem/} @valid; 43 ok(run(app(['openssl', $app, '-noout', $opt, '-in', $_]))); 45 ok(!run(app(['openssl', $app, '-noout', $opt, '-in', $_]))); 57 ok(run(app(['openssl', $app, '-out', $testout, '-in', $_]))); 75 ok(run(app(['openssl', $_, '-in', $inout, '-out', $inout]))); 82 subtest "Check loading valid parameters by ecparam with -check" => sub { 84 checkload(\@valid, 1, "ecparam", "-check"); 87 subtest "Check loading valid parameters by ecparam with -check_named" => sub { [all …]
|
| H A D | 70-test_tls13kexmodes.t | 2 # Copyright 2017-2024 The OpenSSL Project Authors. All Rights Reserved. 10 use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file srctop_dir bldtop_dir/; 23 if disabled("engine") || disabled("dynamic-engine"); 187 my $proxy = TLSProxy::Proxy->new( 196 $proxy->cipherc("DEFAULT:\@SECLEVEL=2"); 197 $proxy->clientflags("-no_rx_cert_comp -sess_out ".$session); 198 $proxy->serverflags("-no_rx_cert_comp -servername localhost"); 199 $proxy->sessionfile($session); 200 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 202 ok(TLSProxy::Message->success(), "Initial connection"); [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 1 //===-- CXXRecordDeclDefinitionBits.def - Class definition bits -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 35 /// True if this class has any user-declared constructors. 38 /// The user-declared special members which this class has. 44 /// True when this class is a POD-type. 48 /// * has no data members other than 0-width bit-fields and empty fields 51 /// * doesn't inherit from a non-empty class. 52 /// Doesn't take union-ness into account. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | igmp.4 | 56 This adds support for Source-Specific Multicast (SSM), whereby 62 .Bl -tag -width indent 65 This opaque read-only variable exposes the stack-wide IGMPv3 70 This opaque read-only variable exposes the per-link IGMPv3 status to 75 Group-and-Source Specific Queries (GSR). 78 attack point for Denial-of-Service (DoS). 83 This variable controls the default version of IGMP to be used on all links. 84 This sysctl is normally set to 3 by default. 87 If this variable is non-zero, then IGMP v1 and v2 membership reports 88 received on a link will be allowed to suppress the IGMP v3 state-change [all …]
|
| H A D | pvscsi.4 | 3 .\" SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0) 14 .Bd -ragged -offset indent 23 .Bd -literal -offset indent 29 .Bl -ohang 32 A non-positive value will cause the driver to choose the value based on device 34 A non-zero value will use that many number of pages up to a maximum of 32. 35 The default setting is 0. 38 A non-positive value will cause the driver to choose the value based on number 40 A non-zero value will set the queue size up to a maximum allowed by the number 42 Default is 0. [all …]
|
| H A D | tcp.4 | 3 .\" Copyright (c) 2010-2011 The FreeBSD Foundation 50 protocol provides reliable, flow-controlled, two-way 52 It is a byte-stream protocol used to 58 Internet address format and, in addition, provides a per-host 75 By default, 119 .Bl -tag -width ".Dv TCP_FUNCTION_BLK" 122 by passing the read-only option 136 bandwidth-controlled window space. 161 For passively-created sockets, the 167 but that fall back to using a non-TFO [all …]
|
| /freebsd/tests/sys/netinet/ |
| H A D | fibs_test.sh | 35 # arpresolve only checked the default route. 46 atf_set "descr" "arpresolve should check the interface fib, not the default fib, for routes" 53 # and a non-default fib 66 if [ 0 != `sysctl -n net.add_addr_allfibs` ]; then 77 setfib "$FIB0" nping -c 1 -e ${EPAIRA} -S ${SPOOF_ADDR} \ 78 --source-mac ${SPOOF_MAC} --icmp --icmp-type "echo-request" \ 79 --icmp-code 0 --icmp-id 0xdead --icmp-seq 1 --data 0xbeef \ 85 atf_check -o match:"${SPOOF_ADDR}.*expires" setfib "$FIB1" arp ${SPOOF_ADDR} 104 # and a non-default fib 110 if [ 0 != `sysctl -n net.add_addr_allfibs` ]; then [all …]
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | init-creds | 95 If the client name is non-NULL, the initial ticket requested will be 101 If the password is non-NULL, then this string is used as the password. 105 If a prompter function is non-NULL, it will be used if additional user 116 The banner argument, if non-NULL, will indicate what sort of 133 prompter should fill in the structure with the NUL-terminated 137 occurs, then the prompter function should return a non-zero 149 If the in_tkt_service name is non-NULL, that principal name will be 153 krbtgt/CLIENT-REALM@CLIENT-REALM will be used. 155 For the rest of arguments, a configuration or library default will be 159 The library default is 10 hours; there is no configuration variable [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | fips_module.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH FIPS_MODULE 7ossl 2025-09-30 3.5.4 OpenSSL 64 fips_module \- OpenSSL fips module guide 75 <https://github.com/openssl/openssl/blob/master/README\-FIPS.md>. 91 All of the above APIs are deprecated in OpenSSL 3.0 \- so a simple rule is to 92 avoid using all deprecated functions. See \fBossl\-guide\-migration\fR\|(7) for a list of 94 .SS "Making all applications use the FIPS module by default" 95 .IX Subsection "Making all applications use the FIPS module by default" 97 use the FIPS module for cryptographic algorithms by default. 101 default config file or its settings then they can automatically start using the [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | fips_module.pod | 5 fips_module - OpenSSL fips module guide 18 L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>. 44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to 45 avoid using all deprecated functions. See L<ossl-guide-migration(7)> for a list of 48 =head2 Making all applications use the FIPS module by default 51 use the FIPS module for cryptographic algorithms by default. 55 default config file or its settings then they can automatically start using the 58 To do this the default OpenSSL config file will have to be modified. The 63 $ openssl version -d 66 Caution: Many Operating Systems install OpenSSL by default. It is a common error [all …]
|
| /freebsd/share/man/man7/ |
| H A D | release.7 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 45 including the creation of ISO images suitable for burning to CD-ROM, 139 .Bl -tag -width Ev 172 The target machine type for cross-building a release. 174 The target machine architecture for cross-building a release. 217 .Pq Ar -j 218 to the number of CPUs available on a SMP-capable system. 228 .Pq Ar -j 229 to half the number of CPUs available on a SMP-capable system. 231 Set to a non-empty value to skip the [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | atmel-classd.txt | 4 - compatible 5 Should be "atmel,sama5d2-classd". 6 - reg 8 - interrupts 10 - dmas 11 One DMA specifiers as described in atmel-dma.txt and dma.txt files. 12 - dma-names 14 - clock-names 17 - clocks 18 Please refer to clock-bindings.txt. [all …]
|
| /freebsd/share/man/man9/ |
| H A D | tcp_functions.9 | 55 A system administrator can set a system default stack. 56 By default, all TCP connections will use the system default stack. 57 Additionally, users can specify a particular stack to use on a per-connection 61 for details on setting the system default stack, or selecting a specific stack 81 de-registers the function block. 161 .Bd -literal -offset indent 194 TCP_FUNCTION_NAME_LEN_MAX-1 characters in length. 202 as the default 208 Each of these function pointers must be non-NULL. 211 stack (or, when the socket is first opened), it should set a non-NULL [all …]
|
| /freebsd/contrib/bc/manuals/dc/ |
| H A D | EHN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | EH.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | E.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | EN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | A.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| /freebsd/contrib/bc/gen/ |
| H A D | bc_help.txt | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2025 Gavin D. Howard and contributors. 38 bc is a command-line, arbitrary-precision calculator with a Turing-complete 56 unary minus (-), or negation, operator. This still allows POSIX-compliant 66 -C --no-digit-clamp 75 If multiple of this option and the -c option are given, the last is used. 77 -c --digit-clamp 87 If multiple of this option and the -C option are given, the last is used. 90 -E seed --seed=seed 97 -e expr --expression=expr [all …]
|
| /freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
| H A D | bsnmpget.1 | 8 .\" Copyright (c) 2005-2007 The FreeBSD Project. 51 .Op Fl M Ar max-repetitions 52 .Op Fl N Ar non-repeaters 123 .Bl -tag -width ".It Fl D Ar options" 126 .Bl -tag -width \& 134 By default SNMPv3 PDUs are sent unauthenticated. 137 ignore syntax/access type, allow adding of non-leaf objects for GetPdu and 138 read-only objects to a SetPDU. 141 The default size is 10000 bytes which should be enough unless an agent sends 147 .Bl -tag -width \& [all …]
|