Home
last modified time | relevance | path

Searched +full:application +full:- +full:notes (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dapp.h2 * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1999-2001 Internet Software Consortium.
28 * \brief ISC Application Support
33 * thread of the application:
38 *\li isc_app_run(); This will post any on-run events,
39 * and then block until application
45 * application should shutdown itself.
57 * This module also supports per-thread 'application contexts'. With this
58 * mode, a thread-based application will have a separate context, in which
60 * not caught in this mode, so that the application can handle the signals
[all …]
H A Dmsgcat.h3 * Copyright (C) 1999-2001 Internet Software Consortium.
30 * messages to be retrieved from locale-specific files instead of
31 * hardwiring them into the application. This allows translations of
33 * the application.
35 * Notes:
75 * Notes:
94 * Notes:
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_session_ticket_cb.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_SESSION_TICKET_CB 3ossl 2025-09-30 3.5.4 OpenSSL
68 SSL_CTX_decrypt_session_ticket_fn \- manage session ticket application data
89 \&\fBSSL_CTX_set_set_session_ticket_cb()\fR sets the application callbacks \fBgen_cb\fR
90 and \fBdec_cb\fR that are used by a server to set and get application data stored
94 \&\fBgen_cb\fR is the application defined callback invoked when a session ticket is
95 about to be created. The application can call \fBSSL_SESSION_set1_ticket_appdata()\fR
96 at this time to add application data to the session ticket. The value of \fBarg\fR
100 \&\fBdec_cb\fR is the application defined callback invoked after session ticket
101 decryption has been attempted and any session ticket application data is
[all …]
H A DOPENSSL_init_crypto.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OPENSSL_INIT_CRYPTO 3ossl 2025-09-30 3.5.4 OpenSSL
67 OPENSSL_thread_stop_ex, OPENSSL_thread_stop \- OpenSSL initialisation
94 application is multi-threaded), and these resources must be freed prior to the
109 \&\fBOPENSSL_init_crypto()\fR MUST be called by application code prior to
168 sub-library (see \fBASYNC_start_job\fR\|(3)). This is a default option.
218 the application will have to clean up OpenSSL explicitly using
232 automatically on application exit. This is done via the standard C library
233 \&\fBatexit()\fR function. In the event that the application will close in a manner
234 that will not call the registered \fBatexit()\fR handlers then the application should
[all …]
H A DSSL_CTX_set_mode.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_MODE 3ossl 2025-09-30 3.5.4 OpenSSL
64 …X_clear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode \- manipulate SSL engin…
80 \&\fBSSL_CTX_set_mode()\fR adds the mode set via bit-mask in \fBmode\fR to \fBctx\fR.
82 \&\fBSSL_CTX_clear_mode()\fR removes the mode set via bit-mask in \fBmode\fR from \fBctx\fR.
84 \&\fBSSL_set_mode()\fR adds the mode set via bit-mask in \fBmode\fR to \fBssl\fR.
86 \&\fBSSL_clear_mode()\fR removes the mode set via bit-mask in \fBmode\fR from \fBssl\fR.
91 .SH NOTES
92 .IX Header "NOTES"
101 to \fBSSL_write_ex()\fR or \fBSSL_write()\fR must only send the n\-r bytes left, imitating
[all …]
H A DSSL_get_stream_read_state.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_GET_STREAM_READ_STATE 3ossl 2025-09-30 3.5.4 OpenSSL
68 SSL_STREAM_STATE_RESET_REMOTE, SSL_STREAM_STATE_CONN_CLOSED \- get QUIC stream
97 This value is returned if called on a non-QUIC SSL object, or on a QUIC
106 locally-initiated (and thus send-only) unidirectional stream, or, conversely, if
107 \&\fBSSL_get_stream_write_state()\fR is called on a remotely-initiated (and thus
108 receive-only) unidirectional stream.
117 application has concluded the stream using \fBSSL_stream_conclude\fR\|(3). Future
122 application.
130 was aborted, for example because the application called \fBSSL_stream_reset\fR\|(3),
[all …]
H A DCONF_modules_load_file.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH CONF_MODULES_LOAD_FILE 3ossl 2025-09-30 3.5.4 OpenSSL
66 \&\- OpenSSL configuration functions
90 library context \fBlibctx\fR file \fBfilename\fR and application name \fBappname\fR.
93 If \fBappname\fR is NULL the standard OpenSSL application name \fBopenssl_conf\fR is
103 .SH NOTES
104 .IX Header "NOTES"
117 the default system-wide configuration file, as having all OpenSSL applications
133 application can customise application configuration to best suit its needs.
139 message and the application continue. In other cases an application might
[all …]
H A DSSL_set_retry_verify.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_SET_RETRY_VERIFY 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_set_retry_verify \- indicate that certificate verification should be retried
75 callback on a client when the application wants to indicate that the handshake
76 should be suspended and the control should be returned to the application.
78 is resumed again by the application, retrying the verification step.
81 .SH NOTES
82 .IX Header "NOTES"
H A DSSL_CTX_set_new_pending_conn_cb.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_NEW_PENDING_CONN_CB 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_CTX_set_new_pending_conn_cb, SSL_set_new_pending_conn_cb_fn \- callback function to report crea…
77 associated application data argument \fIarg\fR. When using the QUIC transport, TLS
97 .SH NOTES
98 .IX Header "NOTES"
100 into consideration when writing an application.
103 QUIC connections may begin processing prior to when an application calls
H A DSSL_CTX_set_cert_verify_callback.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_CERT_VERIFY_CALLBACK 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_CTX_set_cert_verify_callback \- set peer certificate verification procedure
79 .SH NOTES
80 .IX Header "NOTES"
83 If the application does not explicitly specify a verification callback function,
84 the built-in verification function is used.
88 The argument \fIarg\fR is specified by the application when setting \fIcallback\fR.
105 calling application with \fBSSL_ERROR_WANT_RETRY_VERIFY\fR. The app can for
121 Moreover, the calling application will be informed about the detailed result of
[all …]
H A DBIO_s_bio.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH BIO_S_BIO 3ossl 2025-09-30 3.5.4 OpenSSL
67 BIO_ctrl_get_read_request, BIO_ctrl_reset_read_request \- BIO pair BIO
94 the other half. Both halves must usually by handled by the same application thread
98 one half of a BIO pair and have all the data processed by the chain under application
101 One typical use of BIO pairs is to place TLS/SSL I/O under application control, this
102 can be used when the application wishes to use a non standard transport for
159 .SH NOTES
160 .IX Header "NOTES"
174 true. If the application then waits for data to be available on the underlying
[all …]
H A DSSL_read.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_READ 3ossl 2025-09-30 3.5.4 OpenSSL
65 \&\- read bytes from a TLS/SSL connection
87 .SH NOTES
88 .IX Header "NOTES"
94 peer requests a re-negotiation, it will be performed transparently during
118 If \fBSSL_MODE_AUTO_RETRY\fR has been switched off and a non-application data
128 non-application data record has been processed and \fBSSL_MODE_AUTO_RETRY\fR is
130 Note that if \fBSSL_MODE_AUTO_RETRY\fR is set and only non-application data is
139 As at any time it's possible that non-application data needs to be sent,
[all …]
H A DSSL_stream_reset.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_STREAM_RESET 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_stream_reset \- reset a QUIC stream
84 If \fIargs\fR is non-NULL, \fIargs_len\fR must be set to \f(CWsizeof(*args)\fR.
86 \&\fIquic_error_code\fR is an application-specified error code, which must be in the
87 range [0, 2**62\-1]. If \fIargs\fR is NULL, a value of 0 is used.
89 Resetting a stream indicates to an application that the sending part of the
105 .SH NOTES
106 .IX Header "NOTES"
113 stream attached, or on a non-QUIC SSL object.
[all …]
H A DOPENSSL_config.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OPENSSL_CONFIG 3ossl 2025-09-30 3.5.4 OpenSSL
64 OPENSSL_config, OPENSSL_no_config \- simple OpenSSL configuration functions
82 reads from the application section \fBappname\fR. If \fBappname\fR is NULL then
90 If the application is built with \fBOPENSSL_LOAD_CONF\fR defined, then a
93 .SH NOTES
94 .IX Header "NOTES"
109 application calls \fBOPENSSL_config()\fR it doesn't need to know or care about
117 Ignored in set-user-ID and set-group-ID programs.
131 Copyright 2004\-2020 The OpenSSL Project Authors. All Rights Reserved.
H A DSSL_CTX_set_session_id_context.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_SESSION_ID_CONTEXT 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_CTX_set_session_id_context, SSL_set_session_id_context \- set context within which session can …
82 .SH NOTES
83 .IX Header "NOTES"
86 to re-import a session generated from another context (e.g. another
87 application), which might lead to malfunctions. Therefore, each application
91 to use e.g. the name of the application and/or the hostname and/or service
132 Copyright 2001\-2020 The OpenSSL Project Authors. All Rights Reserved.
H A DCMS_get0_SignerInfos.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH CMS_GET0_SIGNERINFOS 3ossl 2025-09-30 3.5.4 OpenSSL
67 \&\- CMS signedData signer functions
102 .SH NOTES
103 .IX Header "NOTES"
104 The main purpose of these functions is to enable an application to lookup
108 In typical usage and application will retrieve all CMS_SignerInfo structures
119 due to application error.
138 Copyright 2008\-2025 The OpenSSL Project Authors. All Rights Reserved.
H A DSSL_check_chain.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CHECK_CHAIN 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_check_chain \- check certificate chain suitability
84 if the application tries to set it because it is inconsistent with the
111 .SH NOTES
112 .IX Header "NOTES"
117 An application wishing to support multiple certificate chains may call this
123 usable. An application supporting multiple chains with different CA signature
142 Copyright 2015\-2018 The OpenSSL Project Authors. All Rights Reserved.
H A DSSL_CTX_set_cert_cb.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_CERT_CB 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_CTX_set_cert_cb, SSL_set_cert_cb \- handle certificate callback function
77 \&\fIarg\fR value is pointer which is passed to the application callback.
81 \&\fIcert_cb\fR is the application defined callback. It is called before a
93 .SH NOTES
94 .IX Header "NOTES"
95 An application will typically call \fBSSL_use_certificate()\fR and
128 Copyright 2014\-2020 The OpenSSL Project Authors. All Rights Reserved.
H A DSSL_get_error.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_GET_ERROR 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_get_error \- obtain result code for TLS/SSL I/O operation
86 .SH NOTES
87 .IX Header "NOTES"
117 For non-QUIC SSL objects, \fBSSL_ERROR_WANT_READ\fR is returned when the last
129 For non-QUIC SSL objects, \fBSSL_ERROR_WANT_WRITE\fR is returned when the last
137 may be necessary until progress becomes visible at application
152 again to continue sending the application data. If you get \fBSSL_ERROR_WANT_WRITE\fR
181 The operation did not complete because an application callback set by
[all …]
H A DX509_ACERT_get0_holder_baseCertId.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH X509_ACERT_GET0_HOLDER_BASECERTID 3ossl 2025-09-30 3.5.4 OpenSSL
77 OSSL_OBJECT_DIGEST_INFO_set1_digest \- get and set Attribute Certificate holder fields
118 possible. It is up to the application to handle cases when conflicting
130 The application is responsible for freeing its own copy of these values after
146 Hash of another object. See NOTES below.
154 .SH NOTES
155 .IX Header "NOTES"
163 Copyright 2023\-2024 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data
30 SSL_CTX_set_set_session_ticket_cb() sets the application callbacks B<gen_cb>
31 and B<dec_cb> that are used by a server to set and get application data stored
35 B<gen_cb> is the application defined callback invoked when a session ticket is
36 about to be created. The application can call SSL_SESSION_set1_ticket_appdata()
37 at this time to add application data to the session ticket. The value of B<arg>
41 B<dec_cb> is the application defined callback invoked after session ticket
42 decryption has been attempted and any session ticket application data is
46 ticket decryption. See the L</NOTES> section below for further details. The value
50 SSL_SESSION_set1_ticket_appdata() sets the application data specified by
[all …]
H A DOPENSSL_init_crypto.pod8 OPENSSL_thread_stop_ex, OPENSSL_thread_stop - OpenSSL initialisation
35 application is multi-threaded), and these resources must be freed prior to the
50 OPENSSL_init_crypto() MUST be called by application code prior to
120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
180 the application will have to clean up OpenSSL explicitly using
194 automatically on application exit. This is done via the standard C library
195 atexit() function. In the event that the application will close in a manner
196 that will not call the registered atexit() handlers then the application should
199 on auto-deinitialisation. This is to avoid error conditions where both an
200 application and a library it depends on both use OpenSSL, and the library
[all …]
/freebsd/contrib/ntp/
H A Dreadme.y2kfixes5 This is the "readme" file for the freeware application which has
10 ----------
13 Year-2000 (Y2K) readiness that were not sufficiently certified
16 public as a series of "Y2K Application Updates", one update
17 for what AT&T Labs considers an "application".
25 "Y2K Application Update". All risk of using this Y2K
26 Application Update remains with the user who is expected
48 information. If integrated with the original application items
50 distributed on the same media as the original application there
51 must be no charge for this "Y2k Application Update".
[all …]
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md1 Notes for UNIX-like platforms
5 please see the [Notes for Windows platforms](NOTES-WINDOWS.md).
8 ---------------------------------------------------------------
15 linker flags directly, while others take them in `-Wl,` form. You need
19 Shared libraries and installation in non-default locations
20 ----------------------------------------------------------
24 libraries are installed in non-default locations, dynamically linked
28 For OpenSSL's application (the `openssl` command), our configuration
43 -Wl,-rpath,/whatever/path # Linux, *BSD, etc.
44 -R /whatever/path # Solaris
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/cdc/
H A Dadi,ad7746.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor
10 - Michael Hennerich <michael.hennerich@analog.com>
13 AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7291.pdf
21 - adi,ad7745
22 - adi,ad7746
23 - adi,ad7747
[all …]

12345678910>>...22