Home
last modified time | relevance | path

Searched +full:non +full:- +full:compliant (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_shutdown.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_SHUTDOWN 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_shutdown, SSL_shutdown_ex \- shut down a TLS/SSL or QUIC connection
85 \&\fBSSL_shutdown_ex()\fR is an extended version of \fBSSL_shutdown()\fR. If non-NULL, \fIargs\fR
88 zero-initialized. If \fIargs\fR is NULL, the behaviour is the same as passing a
89 zero-initialised \fBSSL_SHUTDOWN_EX_ARGS\fR structure. Currently, all extended
107 .SH "TLS AND DTLS-SPECIFIC CONSIDERATIONS"
108 .IX Header "TLS AND DTLS-SPECIFIC CONSIDERATIONS"
119 .SS "Locally-Initiated Shutdown"
120 .IX Subsection "Locally-Initiated Shutdown"
[all …]
H A DX509_get_extension_flags.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH X509_GET_EXTENSION_FLAGS 3ossl 2025-09-30 3.5.4 OpenSSL
74 X509_get_proxy_pathlen \- retrieve certificate extension data
131 This bit may also be raised after an out-of-memory error while
142 This bit may also be raised after an out-of-memory error while
166 correspond to the OIDs \fBid-kp-serverAuth\fR, \fBid-kp-clientAuth\fR,
167 \&\fBid-kp-emailProtection\fR, \fBid-kp-codeSigning\fR, \fBid-kp-OCSPSigning\fR,
168 \&\fBid-kp-timeStamping\fR, \fBid-kp-dvcs\fR and \fBanyExtendedKeyUsage\fR respectively.
189 This is for the users who need to mark non\-RFC3820 proxy certificates as
190 such, as OpenSSL only detects RFC3820 compliant ones.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_shutdown.pod5 SSL_shutdown, SSL_shutdown_ex - shut down a TLS/SSL or QUIC connection
26 SSL_shutdown_ex() is an extended version of SSL_shutdown(). If non-NULL, I<args>
29 zero-initialized. If I<args> is NULL, the behaviour is the same as passing a
30 zero-initialised B<SSL_SHUTDOWN_EX_ARGS> structure. Currently, all extended
49 =head1 TLS AND DTLS-SPECIFIC CONSIDERATIONS
70 =head2 Locally-Initiated Shutdown
87 =head2 Remotely-Initiated Shutdown
99 the behaviour will not be fully standards compliant.
126 any final handshake-layer messages received are processed (for example, messages
180 This is not standards-compliant behaviour. It should only be done when the
[all …]
H A DX509_get_extension_flags.pod15 X509_get_proxy_pathlen - retrieve certificate extension data
83 This bit may also be raised after an out-of-memory error while
96 This bit may also be raised after an out-of-memory error while
124 correspond to the OIDs B<id-kp-serverAuth>, B<id-kp-clientAuth>,
125 B<id-kp-emailProtection>, B<id-kp-codeSigning>, B<id-kp-OCSPSigning>,
126 B<id-kp-timeStamping>, B<id-kp-dvcs> and B<anyExtendedKeyUsage> respectively.
147 This is for the users who need to mark non-RFC3820 proxy certificates as
148 such, as OpenSSL only detects RFC3820 compliant ones.
151 certificate B<x>. This is for the users who need to mark non-RFC3820 proxy
152 certificates as such, as OpenSSL only detects RFC3820 compliant ones.
[all …]
/freebsd/crypto/libecc/include/libecc/ecdh/
H A Dx25519_448.h2 * Copyright (C) 2021 - This file is part of libecc project
29 …* NOTE: the user of this primitive should be warned and aware that is is not fully compliant with …
30 …FC7748 description as u coordinates on the quadratic twist of the curve are rejected as well as non
46 …* NOTE: the user of this primitive should be warned and aware that is is not fully compliant with …
47 …FC7748 description as u coordinates on the quadratic twist of the curve are rejected as well as non
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-gpio.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Wolfram Sang <wsa@kernel.org>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
18 - const: i2c-gpio
20 sda-gpios:
24 from <dt-bindings/gpio/gpio.h> since the signal is by definition
28 scl-gpios:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhost-generic-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Will Deacon <will@kernel.org>
13 Firmware-initialised PCI host controllers and PCI emulations, such as the
14 virtio-pci implementations found in kvmtool and other para-virtualised
21 Configuration Space is assumed to be memory-mapped (as opposed to being
26 For CAM, this 24-bit offset is:
41 - description:
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dtar.51 .\" Copyright (c) 2003-2009 Tim Kientzle
39 tape drives that operate with fixed-size blocks, but is widely used as
44 archive consists of a series of 512-byte records.
61 commonly used with modern high-speed tape drives.
69 .Ss Old-Style Archive Format
76 which seems to be the earliest widely-used version of the tar program.
78 The header record for an old-style
81 .Bd -literal -offset indent
96 .Bl -ta
[all...]
H A Dlibarchive-formats.51 .\" Copyright (c) 2003-2009 Tim Kientzle
29 .Nm libarchive-formats
52 It can write POSIX-standard
58 All tar formats store each entry in one or more 512-byte records.
66 .Bl -tag -width indent
70 library can read most GNU-format tar archives.
73 The libarchive library does not support multi-volume
75 It can read GNU sparse file entries, including the new POSIX-based
85 library can read and write POSIX-compliant pax interchange format
93 as UTF-8 Unicode strings.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Darm,scmi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Sudeep Holla <sudeep.holla@arm.com>
26 - $ref: /schemas/firmware/nxp,imx95-scmi.yaml
34 - description: SCMI compliant firmware with mailbox transport
36 - const: arm,scmi
37 - description: SCMI compliant firmware with ARM SMC/HVC transport
39 - const: arm,scmi-smc
40 - description: SCMI compliant firmware with ARM SMC/HVC transport
[all …]
H A Darm,scpi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Sudeep Holla <sudeep.holla@arm.com>
29 SCPI compliant firmware complying to SCPI v1.0 and above OR
30 SCPI compliant firmware complying to all unversioned releases
33 - const: arm,scpi # SCPI v1.0 and above
34 - const: arm,scpi-pre-1.0 # Unversioned SCPI before v1.0
35 - items:
36 - enum:
[all …]
/freebsd/lib/libc/gen/
H A Dtcsendbreak.366 .Bl -tag -width "TCIOFF"
97 .Bl -tag -width "TCIOFLUSH"
108 function transmits a continuous stream of zero-valued bits for four-tenths
117 If any error occurs, a value of -1 is returned and the global variable
120 .Bl -tag -width Er
153 functions are expected to be compliant with the
154 .St -p1003.1-88
159 function is expected to be compliant with
160 .St -p1003.1-88
169 A non-zero drain wait value can result in
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exceptio
[all...]
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
83 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11
101 currently available general-purpose compression methods,
145 Unless otherwise indicated below, a compliant decompressor must be
147 specifications presented here; a compliant compressor must produce
164 clarity and to eliminate the requirement for the caller to do pre-
165 and post-conditioning. Version 4.3 is a conversion of the
181 +---+
182 | | <-- the vertical bars might be missing
183 +---+
[all …]
H A Drfc1950.txt9 Category: Informational J-L. Gailly
10 Info-ZIP
29 Copyright (c) 1996 L. Peter Deutsch and Jean-Loup Gailly
40 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
50 not covered by patents. This specification also defines the ADLER-32
132 used for in-memory compression of a sequence of arbitrary bytes.
136 Unless otherwise indicated below, a compliant decompressor must be
138 the specifications presented here; a compliant compressor must
152 In version 3.2, some terminology was changed and the Adler-32
163 +---+
[all …]
H A Drfc1951.txt38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
45 general-purpose compression methods. The data can be produced or
80 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11
106 currently available general-purpose compression methods,
132 format defined here, the worst case expansion is 5 bytes per 32K-
157 Unless otherwise indicated below, a compliant decompressor must be
159 the specifications presented here; a compliant compressor must
191 except that non-compressible blocks are limited to 65,535 bytes.
235 +---+
236 | | <-- the vertical bars might be missing
[all …]
/freebsd/crypto/openssl/
H A DREADME-FIPS.md7 cryptographic algorithms, see the [README-PROVIDERS](README-PROVIDERS.md) file
16 in the Security Policy in order to be FIPS compliant.
29 the `enable-fips` option.
34 In order to be FIPS compliant you must only use FIPS validated source code.
60 $ make install_fips # for `enable-fips` only
68 /usr/local/lib/ossl-modules/fips.so on Unix, and
69 C:\Program Files\OpenSSL\lib\ossl-modules\fips.dll on Windows.
74 - Runs the FIPS module self tests
75 - Generates the so-called FIPS module configuration file containing information
85 …$ openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module /usr/local/lib/ossl-modules/fips.…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dopencores,or1k-pic.txt5 - compatible : should be "opencores,or1k-pic-level" for variants with
6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with
7 edge triggered interrupt lines or "opencores,or1200-pic" for machines
8 with the non-spec compliant or1200 type implementation.
10 "opencores,or1k-pic" is also provided as an alias to "opencores,or1200-pic",
13 - interrupt-controller : Identifies the node as an interrupt controller
14 - #interrupt-cells : Specifies the number of cells needed to encode an
19 intc: interrupt-controller {
20 compatible = "opencores,or1k-pic-level";
21 interrupt-controller;
[all …]
/freebsd/sys/cam/
H A DREADME.quirks4 Nate Lawson - njl at freebsd org
19 CAM provides a generic transport for SCSI-like devices. Many different
23 and RBC. SCSI hard drives are usually SBC-compliant and smaller
24 devices like flash drives are usually RBC-compliant. Multimedia
25 devices including CDROMs and DVD-RW are usually MMC-compliant.
39 o CAM_QUIRK_NOLUNS - do not probe luns other than 0 since device
42 o CAM_QUIRK_NOSERIAL - do not send an inquiry for serial number.
44 o CAM_QUIRK_HILUNS - probe all luns even if some respond "not present"
49 o DA_Q_NO_SYNC_CACHE - The sync cache command is used to force a
57 o DA_Q_NO_6_BYTE - The RBC spec (see Links below) does not allow
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store-file.pod6 "ossl_store-{name}", where {name} is replaced with the name of the
13 ossl_store-file - The store 'file' scheme loader
29 the PEM name (everything following any 'C<-----BEGIN >') as well as
38 Each file handler is expected to handle PEM and non-PEM content as
39 appropriate. Some may refuse non-PEM content for the sake of
50 This pass phrase is expected to be UTF-8 encoded, anything else will
53 standard compliant with regards to pass phrase encoding.
54 Files that aren't should be re-generated with a correctly encoded pass
56 See L<passphrase-encoding(7)> for more information.
60 L<ossl_store(7)>, L<passphrase-encoding(7)>
/freebsd/bin/cat/
H A Dcat.11 .\"-
48 operands are processed in command-line order.
70 .Bl -tag -width indent
72 Number the non-blank output lines, starting at 1.
74 Display non-printing characters (see the
95 Display non-printing characters (see the
102 Display non-printing characters so they are visible.
105 for control-X; the delete
108 .Pf Non- Tn ASCII
110 .Ql M-
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dfipskey.h5 * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
35 #define FIPS_VENDOR "OpenSSL non-compliant FIPS Provider"
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl_store-file.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OSSL_STORE-FILE 7ossl"
58 .TH OSSL_STORE-FILE 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl_store\-file \- The store 'file' scheme loader
76 the PEM name (everything following any '\f(CW\*(C`\-\-\-\-\-BEGIN \*(C'\fR') as well as
85 Each file handler is expected to handle PEM and non-PEM content as
86 appropriate. Some may refuse non-PEM content for the sake of
96 This pass phrase is expected to be UTF\-8 encoded, anything else will
99 standard compliant with regards to pass phrase encoding.
100 Files that aren't should be re-generated with a correctly encoded pass
[all …]
/freebsd/contrib/bc/
H A DREADME.md3 ***WARNING: This project has moved back to GitHub temporarily; self-hosted Git
30 2-clause License. Full license text may be found in the [`LICENSE.md`][4] file.
37 2. A C99-compatible compiler and a (mostly) POSIX 2008-compatible system with
41 POSIX and XSI-compatible system will have everything needed.
43 POSIX-compatible systems that are known to work:
52 * HP-UX* (except for history)
61 This `bc` should build unmodified on any POSIX-compliant system or on Windows
76 **Note**: Unlike the POSIX-compatible platforms, only one build configuration is
88 msbuild -property:Configuration=<config> vs/bc.sln
108 msbuild -property:Configuration=<config> vs/bcl.sln
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-static-funnel.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,coresight-static-funnel.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mathieu Poirier <mathieu.poirier@linaro.org>
11 - Mike Leach <mike.leach@linaro.org>
12 - Leo Yan <leo.yan@linaro.org>
13 - Suzuki K Poulose <suzuki.poulose@arm.com>
16 CoreSight components are compliant with the ARM CoreSight architecture
23 The Coresight static funnel merges 2-8 trace sources into a single trace
[all …]

12345678910>>...12