/openssl/crypto/rand/ |
H A D | rand_egd.c | 73 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 D | qlog_events.h | 12 QLOG_EVENT(transport, parameters_set) 13 QLOG_EVENT(transport, packet_sent) 14 QLOG_EVENT(transport, packet_received)
|
H A D | recordmethod.h | 142 BIO *transport,
|
/openssl/test/ |
H A D | quic_qlog_test.c | 109 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 D | openssl-qlog.pod | 58 =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 D | EVP_ASYM_CIPHER-RSA.pod | 29 agreement and key transport. 45 agreement and key transport.
|
H A D | ossl-guide-quic-introduction.pod | 148 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 D | SSL_get_conn_close_info.pod | 89 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 D | BIO_s_bio.pod | 43 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 D | DTLSv1_listen.pod | 27 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 D | BIO_f_ssl.pod | 51 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 D | SSL_CTX_set_read_ahead.pod | 54 If the application wants to continue to use the underlying transport (e.g. TCP
|
H A D | SSL_read.pod | 56 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 D | EVP_SealInit.pod | 63 algorithm that supports key transport.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-tls.md | 85 * 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 D | quic-fault-injector.md | 42 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 D | record-layer.md | 194 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 D | quic-fc.md | 127 `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 D | qlog_event_helpers.c | 616 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 D | quic_tls.c | 99 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 D | ktls_meth.c | 411 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 D | dtls_meth.c | 633 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 D | tls_common.c | 1255 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 D | recmethod_local.h | 444 BIO *transport, BIO *next,
|
/openssl/ |
H A D | README-QUIC.md | 28 QUIC is a state-of-the-art secure transport protocol carried over UDP. It can
|