Home
last modified time | relevance | path

Searched refs:configured (Results 1 – 25 of 97) sorted by relevance

1234

/openssl/doc/man3/
H A DSSL_new.pod45 =item any session data if configured (including the session_id_context)
50 =item any configured certificates, private keys or certificate chains
52 =item any configured signature algorithms, or client signature algorithms
65 L<SSL_set_verify_depth(3)> or any configured X509 verification parameters
74 =item any configured Cipher List
89 =item any configured serverinfo data
91 =item any configured PSK identity hint
93 =item any configured custom extensions
95 =item any client certificate types configured via SSL_set1_client_certificate_types
H A DOpenSSL_version.pod160 automatically configured but may be set via an environment variable.
175 The configured C<OPENSSLDIR>, which is the default location for
180 The configured C<ENGINESDIR>, which is the default location for
185 The configured C<MODULESDIR>, which is the default location for
190 The configured dynamically loadable module extension.
210 automatically configured but may be set via an environment variable.
H A DSSL_CTX_set1_cert_comp_preference.pod63 Otherwise, the configured preference order is sent to the peer and is used
67 the configured certificates on an SSL_CTX/SSL object with algorithm B<alg>. If
87 list is filtered by the configured preference list (i.e. the intersection is
115 =item * If no certificates have been configured.
H A DSSL_new_stream.pod47 is configured in blocking mode) until a new stream can be created, or otherwise
51 configured in blocking mode (see L<SSL_set_blocking_mode(3)>). It may also be
52 used in nonblocking mode on a connection configured in blocking mode by passing
H A DSSL_CTX_set_record_padding_callback.pod36 function cannot be set if Kernel TLS is already configured for the current SSL object.
74 the callback function is not set because Kernel TLS is configured for the SSL object.
82 callback to NULL will restore the configured block padding behavior.
H A DSSL_CTX_set_min_proto_version.pod38 Getters return 0 in case B<ctx> or B<ssl> have been configured to
51 functions return the configured version or 0 for auto-configuration of
H A DSSL_set1_server_cert_type.pod47 Values are configured in preference order.
57 Values are configured in preference order.
67 if both have specified that (or have not configured these options).
172 * as a TLSA record is configured.
H A DSSL_set_incoming_stream_policy.pod24 QUIC connection. Depending on the policy configured, OpenSSL QUIC may
47 If the default stream mode (configured using L<SSL_set_default_stream_mode(3)>)
H A DSSL_get0_peer_rpk.pod54 configured, then the public key will be extracted from the assigned
59 When DANE is enabled via L<SSL_dane_enable(3)>, the configured TLSA records
H A DSSL_set_blocking_mode.pod19 configured to use an underlying read or write BIO which cannot provide a poll
36 provided to the SSL object are themselves configured in nonblocking mode.
H A DRAND_bytes.pod54 and Windows), OpenSSL is configured to automatically seed the CSPRNG on first use
63 or OpenSSL might have been explicitly configured to use different entropy sources.
H A DSSL_set1_host.pod35 if B<name> is NULL or empty. When multiple names are configured,
50 of the reference identifiers configured via SSL_set1_host() or
H A DSSL_CTX_set_cipher_list.pod97 of 512 bits and the server is not configured to use temporary RSA
111 ciphersuite list was configured, and 0 otherwise.
H A DSSL_get_ciphers.pod46 usable by a server if there is not a suitable certificate configured.
72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
H A DSSL_CTX_set_session_cache_mode.pod95 session caching (callback) that is configured for the SSL_CTX. This flag will
98 in any SSL/TLS servers where external caching is configured, any successful
H A DSSL_CTX_set_tlsext_use_srtp.pod99 The currently configured list of protection profiles for either a client or a
129 success or NULL on error or if no protection profiles have been configured.
H A DSSL_CTX_config.pod67 In this example two certificates and the cipher list are configured without
H A DEVP_rc5_32_12_16_cbc.pod52 Stores the number of rounds currently configured in B<*rounds> where B<*rounds>
/openssl/doc/internal/man3/
H A Dossl_provider_add_conf_module.pod18 This allows providers to be configured with an OpenSSL L<config(5)> file.
H A Dossl_random_add_conf_module.pod19 generators to be configured with an OpenSSL L<config(5)> file.
/openssl/include/openssl/
H A Dconfiguration.h.in25 * OpenSSL was configured with the following options:
/openssl/ssl/quic/
H A Dquic_tls.c47 unsigned int configured : 1; member
733 if (!qtls->configured) { in ossl_quic_tls_tick()
785 qtls->configured = 1; in ossl_quic_tls_tick()
/openssl/doc/designs/quic-design/
H A Dquic-statm.md55 The maximum ACK delay configured using `ossl_statm_set_max_ack_delay` is not
/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod12 The seed sources used are specified at the time OpenSSL is configured for
H A Dossl-guide-quic-introduction.pod137 B<SSL> objects). Unless configured otherwise, a "default" stream is also
159 underlying socket is configured to be nonblocking.
161 With an OpenSSL QUIC application the underlying socket must always be configured

Completed in 55 milliseconds

1234