Home
last modified time | relevance | path

Searched refs:transport (Results 1 – 25 of 44) sorted by relevance

12

/openssl/crypto/rand/
H A Drand_egd.c73 char* transport) in hpns_socket() argument
81 if (!_arg_present(transport) || transport == NULL || transport[0] == '\0') in hpns_socket()
86 if (strcmp(current_transport, transport) == 0) in hpns_socket()
90 if (socket_transport_name_set(AF_UNIX, transport)) in hpns_socket()
/openssl/include/internal/
H A Dqlog_events.h12 QLOG_EVENT(transport, parameters_set)
13 QLOG_EVENT(transport, packet_sent)
14 QLOG_EVENT(transport, packet_received)
H A Drecordmethod.h142 BIO *transport,
/openssl/test/
H A Dquic_qlog_test.c109 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in test_qlog()
129 QLOG_EVENT_BEGIN(qlog, transport, packet_received) in test_qlog()
134 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in test_qlog()
/openssl/doc/man7/
H A Dopenssl-qlog.pod58 =item B<transport:parameters_set>
60 =item B<transport:packet_sent>
62 =item B<transport:packet_received>
91 =item C<* -transport:packet_received>
93 Enable all qlog event types, but disable the B<transport:packet_received> event
96 =item C<-* transport:packet_sent>
98 Disable all qlog event types, except for the B<transport:packet_sent> event type.
100 =item C<-* connectivity:* transport:parameters_set>
102 Disable all qlog event types, except for B<transport:parameters_set> and all
H A DEVP_ASYM_CIPHER-RSA.pod29 agreement and key transport.
45 agreement and key transport.
H A Dossl-guide-quic-introduction.pod148 TLS assumes "stream" type semantics for its underlying transport layer protocol
151 BIO to represent the underlying transport layer. This BIO must support datagrams
/openssl/doc/man3/
H A DSSL_get_conn_close_info.pod89 QUIC transport error code (if B<SSL_CONN_CLOSE_FLAG_TRANSPORT> is set in
130 The B<OSSL_QUIC_ERR> macro definitions provide the QUIC transport error codes as
132 a TLS alert code into a QUIC transport error code by mapping it into the range
H A DBIO_s_bio.pod43 can be used when the application wishes to use a non standard transport for
109 it to the underlying transport. This must be done before any normal processing
117 transport before flushing the write buffer it will never succeed because the
H A DDTLSv1_listen.pod27 Some transport protocols (such as UDP) can be susceptible to amplification
37 designed to operate over a stream-based transport protocol (such as TCP).
39 stream-based transport protocols (e.g. QUIC) may not validate the source
H A DBIO_f_ssl.pod51 the chain: this will typically disconnect the underlying transport.
110 SSL BIOs are exceptional in that if the underlying transport
118 an SSL BIO using a blocking transport will never request a
H A DSSL_CTX_set_read_ahead.pod54 If the application wants to continue to use the underlying transport (e.g. TCP
H A DSSL_read.pod56 of the underlying transport (e.g. TCP), it may be necessary to read several
57 packets from the transport layer before the record is complete and the read call
H A DEVP_SealInit.pod63 algorithm that supports key transport.
/openssl/doc/designs/quic-design/
H A Dquic-tls.md85 * Called when we receive transport parameters from the peer.
133 QUIC requires the use of a TLS extension in order to send and receive "transport
134 parameters". These transport parameters are opaque to the `QUIC_TLS` object. It
226 mechanism is used for supporting QUIC transport parameters. An extension
233 callback when the transport parameters have been received from the peer.
H A Dquic-fault-injector.md42 correctly in the case that the server provides incorrectly formatted transport
43 parameters. These transport parameters are sent from the server in the
239 * Confirm that the server has received the given transport error code.
494 An example test showing the case where a server does not supply any transport
499 * Test that a server that fails to provide transport params cannot be
536 * transport parameters
H A Drecord-layer.md194 write them out to the underlying transport layer BIO. In the event that not
196 transport has indicated a retry), then the `write_records` function will return
377 * The BIO in |transport| is the BIO for the underlying transport layer.
417 BIO *transport,
475 * output is written to the |transport| BIO.
527 * Update the transport BIO from the one originally set in the
H A Dquic-fc.md127 `initial_max_data` transport parameter).
152 `initial_max_data` transport parameter. All other credits occur as a result of a
162 frame, or based on the relevant transport parameter
/openssl/ssl/quic/
H A Dqlog_event_helpers.c616 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in ossl_qlog_event_transport_packet_sent()
630 QLOG_EVENT_BEGIN(qlog, transport, packet_received) in ossl_qlog_event_transport_packet_received()
H A Dquic_tls.c99 const EVP_MD *kdfdigest, BIO *prev, BIO *transport, in quic_new_record_layer() argument
117 if (!quic_set1_bio(rl, transport)) { in quic_new_record_layer()
/openssl/ssl/record/methods/
H A Dktls_meth.c411 const EVP_MD *kdfdigest, BIO *prev, BIO *transport, in ktls_new_record_layer() argument
421 transport, next, settings, in ktls_new_record_layer()
H A Ddtls_meth.c633 const EVP_MD *kdfdigest, BIO *prev, BIO *transport, in dtls_new_record_layer() argument
643 transport, next, settings, in dtls_new_record_layer()
H A Dtls_common.c1255 BIO *transport, BIO *next, const OSSL_PARAM *settings, in tls_int_new_record_layer() argument
1329 if (!tls_set1_bio(rl, transport)) in tls_int_new_record_layer()
1394 const EVP_MD *kdfdigest, BIO *prev, BIO *transport, in tls_new_record_layer() argument
1404 transport, next, settings, in tls_new_record_layer()
H A Drecmethod_local.h444 BIO *transport, BIO *next,
/openssl/
H A DREADME-QUIC.md28 QUIC is a state-of-the-art secure transport protocol carried over UDP. It can

Completed in 60 milliseconds

12