Home | History | Annotate | Download | only in openssl

Lines Matching full:dtls

180  * or DTLS connections. Whether the connections are TLS or DTLS is selected by
190 /* DTLS_method is the |SSL_METHOD| used for DTLS connections. */
203 * An |SSL| object represents a single TLS or DTLS connection. Although the
237 * In DTLS, if |rbio| is blocking, it must handle
280 * In DTLS, if the read |BIO| is non-blocking, the caller must drive
283 * the next retry, call |DTLSv1_handle_timeout|. Note that DTLS handshake
333 * In DTLS, neither |SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER| and
400 * If signaled by a DTLS handshake, the caller must also call
471 /* SSL_set_mtu sets the |ssl|'s MTU in DTLS to |mtu|. It returns one on success
475 /* DTLSv1_get_timeout queries the next DTLS handshake timeout. If there is a
486 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
535 /* SSL_version returns the TLS or DTLS protocol version used by |ssl|, which is
545 /* SSL_OP_NO_QUERY_MTU, in DTLS, disables querying the MTU from the underlying
597 * record. In DTLS, it does nothing. */
604 * |write|. In DTLS, it does nothing. */
2358 /* DTLS-SRTP.
3477 * minimum supported version, currently SSL 3.0 and DTLS 1.0, is used */
3720 * minimum supported version, currently SSL 3.0 and DTLS 1.0, is used */
3723 /* method is the method table corresponding to the current protocol (DTLS or
3740 * TODO(davidben): This does not work right for DTLS. It assumes the MTU is
3742 * kicks in. It also doesn't kick in for DTLS retransmission. Replace this
3849 * DTLS-SRTP. */
3853 * DTLS-SRTP. */