/openssl/doc/designs/quic-design/ |
H A D | connection-id-cache.md | 5 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 D | quic-connID-retire.md | 4 * 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 D | glossary.md | 10 **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 D | quic-overview.md | 85 round trip time to the remote peer.
|
H A D | dgram-api.md | 148 which the remote and local addresses are to be filled. If either of these
|
H A D | connection-state-machine.md | 175 - the Terminating — Draining state if the remote peer initiates
|
/openssl/doc/man3/ |
H A D | SSL_inject_net_dgram.pod | 28 describing the remote and local UDP endpoint addresses for the packet. Though
|
H A D | SSL_get_stream_read_state.pod | 58 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 D | SSL_CTX_dane_enable.pod | 9 - 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 D | SSL_get_stream_id.pod | 49 was initiated by the remote peer; thus, it can be read from, but not written to.
|
H A D | OSSL_CMP_log_open.pod | 81 a log file or remote stream, which in turn may fail.
|
H A D | SSL_get_conn_close_info.pod | 126 by the local or remote application.
|
/openssl/doc/man7/ |
H A D | ossl-guide-libssl-introduction.pod | 25 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 D | ossl-guide-quic-client-block.pod | 228 /* Set the IP address of the remote peer */
|
H A D | ossl-guide-quic-multi-stream.pod | 39 more data on stream 2 second, then the remote peer may receive the data sent on
|
H A D | ossl-guide-tls-introduction.pod | 208 application. Once a connection with a remote peer has been established an
|
/openssl/include/internal/ |
H A D | quic_channel.h | 169 unsigned int remote : 1; member
|
/openssl/doc/man1/ |
H A D | openssl-srp.pod.in | 30 This command is deprecated. It is used to maintain an SRP (secure remote
|
H A D | openssl-s_time.pod.in | 36 connects to a remote host using SSL/TLS. It can request a page from the server
|
H A D | openssl.pod | 241 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 D | openssl-s_client.pod.in | 145 connects to a remote host using SSL/TLS. It is a I<very> useful diagnostic 416 records already make it possible for a remote domain to redirect client 418 do not execute scripts downloaded from remote servers.
|
/openssl/ssl/quic/ |
H A D | quic_channel.c | 2829 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 D | qlog_event_helpers.c | 124 QLOG_STR("owner", tcause->remote ? "remote" : "local"); in ossl_qlog_event_connectivity_connection_closed()
|
/openssl/test/ |
H A D | quic_multistream_test.c | 265 #define OP_C_EXPECT_CONN_CLOSE_INFO(ec, app, remote) \ argument 268 ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \ 270 #define OP_S_EXPECT_CONN_CLOSE_INFO(ec, app, remote) \ argument 273 ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \ 1721 || !TEST_int_eq(expect_remote, tc->remote)) in run_script_worker() 2071 tcause->remote ? "remote" : "local", in run_script_worker()
|
/openssl/test/helpers/ |
H A D | quictestlib.c | 678 || !TEST_true(cause->remote) in qtest_check_server_transport_err()
|