Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 32) sorted by relevance

12

/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md5 and remote.
10 For remote connection IDs, we need to be able to:
19 There is no requirement to maintain a global mapping since remote IDs
72 It is likely that operations on local and remote connection IDs can be
132 * Allocate and free a remote connection ID cache
140 * Add a remote connection ID to the cache
149 * Query a remote connection for a connection ID.
158 * Retire remote connection IDs up to and including the one determined by the
231 QUIC_CONN_ID remote;
236 BIO_ADDR remote_address;/* remote source address */
[all …]
H A Dquic-connID-retire.md4 * Two connection IDs -- one local, one remote
39 When a remote asks to retire a connection ID (RETIRE_CONNECTION_ID) we have to:
48 When a remote creates a new connection ID:
H A Dglossary.md10 **AEC:** Application error code. An error code provided by a local or remote
95 application rather than the remote peer.
215 remote peer, rather than by the local application.
H A Dquic-overview.md85 round trip time to the remote peer.
H A Ddgram-api.md148 which the remote and local addresses are to be filled. If either of these
/openssl/doc/man3/
H A DSSL_inject_net_dgram.pod28 describing the remote and local UDP endpoint addresses for the packet. Though
H A DSSL_get_stream_read_state.pod58 For SSL_get_stream_read_state(), this value is returned when the remote peer has
88 This value is returned when the applicable stream part was reset by the remote
H A DSSL_CTX_dane_enable.pod9 - enable DANE TLS authentication of the remote TLS server in the local
74 TLSA records that apply to the remote TLS peer.
158 records already make it possible for a remote domain to redirect client
160 do not execute scripts downloaded from remote servers.
H A DSSL_get_stream_id.pod49 was initiated by the remote peer; thus, it can be read from, but not written to.
H A DOSSL_CMP_log_open.pod81 a log file or remote stream, which in turn may fail.
H A DSSL_get_conn_close_info.pod126 by the local or remote application.
/openssl/doc/man7/
H A Dossl-guide-libssl-introduction.pod25 An B<SSL> object is used to represent a connection to a remote peer. Once a
26 connection with a remote peer has been established data can be exchanged with
H A Dossl-guide-quic-client-block.pod228 /* Set the IP address of the remote peer */
H A Dossl-guide-tls-introduction.pod208 application. Once a connection with a remote peer has been established an
H A Dossl-guide-quic-multi-stream.pod39 more data on stream 2 second, then the remote peer may receive the data sent on
H A Dossl-guide-tls-client-block.pod143 Once the socket is constructed it must be connected to the remote server. Again
/openssl/include/internal/
H A Dquic_channel.h169 unsigned int remote : 1; member
/openssl/doc/man1/
H A Dopenssl-srp.pod.in30 This command is deprecated. It is used to maintain an SRP (secure remote
H A Dopenssl-s_time.pod.in36 connects to a remote host using SSL/TLS. It can request a page from the server
H A Dopenssl.pod241 connection to a remote server speaking SSL/TLS. It's intended for testing
247 This implements a generic SSL/TLS server which accepts connections from remote
H A Dopenssl-s_client.pod.in145 connects to a remote host using SSL/TLS. It is a I<very> useful diagnostic
411 records already make it possible for a remote domain to redirect client
413 do not execute scripts downloaded from remote servers.
/openssl/ssl/quic/
H A Dquic_channel.c2829 dst->remote = src->remote; in copy_tcause()
2875 ch_record_state_transition(ch, tcause->remote in ch_start_terminating()
2888 if (!tcause->remote) { in ch_start_terminating()
2915 else if (tcause->remote) in ch_start_terminating()
2951 tcause.remote = 1; in ossl_quic_channel_on_remote_conn_close()
3138 tcause.remote = 1; in ossl_quic_channel_on_stateless_reset()
H A Dqlog_event_helpers.c124 QLOG_STR("owner", tcause->remote ? "remote" : "local"); in ossl_qlog_event_connectivity_connection_closed()
/openssl/test/
H A Dquic_multistream_test.c264 #define OP_C_EXPECT_CONN_CLOSE_INFO(ec, app, remote) \ argument
267 ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \
269 #define OP_S_EXPECT_CONN_CLOSE_INFO(ec, app, remote) \ argument
272 ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \
1718 || !TEST_int_eq(expect_remote, tc->remote)) in run_script_worker()
2063 tcause->remote ? "remote" : "local", in run_script_worker()
/openssl/test/helpers/
H A Dquictestlib.c678 || !TEST_true(cause->remote) in qtest_check_server_transport_err()

Completed in 99 milliseconds

12