Lines Matching full:dtls
137 LOG_J(LS_INFO, this) << "Ignoring identical DTLS identity";
140 LOG_J(LS_ERROR, this) << "Can't change DTLS local identity in this state";
149 LOG_J(LS_INFO, this) << "NULL DTLS identity supplied. Not doing DTLS";
164 << "while DTLS is negotiating";
209 LOG_J(LS_INFO, this) << "Ignoring identical remote DTLS fingerprint";
213 // If the other side doesn't support DTLS, turn off |dtls_active_|.
216 LOG_J(LS_INFO, this) << "Other side didn't support DTLS.";
224 LOG_J(LS_ERROR, this) << "Can't set DTLS remote settings in this state.";
228 // At this point we know we are doing DTLS
260 LOG_J(LS_ERROR, this) << "Failed to create DTLS adapter.";
276 LOG_J(LS_ERROR, this) << "Couldn't set DTLS certificate digest.";
280 // Set up DTLS-SRTP, if it's been enabled.
283 LOG_J(LS_ERROR, this) << "Couldn't set DTLS-SRTP ciphers.";
287 LOG_J(LS_INFO, this) << "Not using DTLS-SRTP.";
290 LOG_J(LS_INFO, this) << "DTLS setup complete.";
300 LOG(LS_WARNING) << "Ignoring new SRTP ciphers while DTLS is negotiating";
305 // We don't support DTLS renegotiation currently. If new set of srtp ciphers
310 LOG(LS_ERROR) << "Failed to get the current SRTP cipher for DTLS channel";
322 LOG(LS_WARNING) << "Ignoring new set of SRTP ciphers, as DTLS "
352 // Not doing DTLS.
388 // (1) If we're not doing DTLS-SRTP, then the state is just the
390 // (2) If we're doing DTLS-SRTP:
391 // - Prior to the DTLS handshake, the state is neither receiving nor
394 // start the DTLS handshake
395 // - Once the DTLS handshake completes, the state is that of the
405 // Not doing DTLS.
457 // Not doing DTLS.
465 // Drop packets received before DTLS has actually started.
466 LOG_J(LS_INFO, this) << "Dropping packet received before DTLS started.";
470 // side is ready to do DTLS and start the handshake
473 << "doing DTLS or not; dropping.";
479 // We should only get DTLS or SRTP packets; STUN's already been demuxed.
480 // Is this potentially a DTLS packet?
483 LOG_J(LS_ERROR, this) << "Failed to handle DTLS packet.";
487 // Not a DTLS packet; our handshake should be complete by now.
489 LOG_J(LS_ERROR, this) << "Received non-DTLS packet before DTLS "
496 DTLS packet.";
528 void DtlsTransportChannelWrapper::OnDtlsEvent(rtc::StreamInterface* dtls,
531 ASSERT(dtls == dtls_.get());
534 LOG_J(LS_INFO, this) << "DTLS handshake complete.";
553 LOG_J(LS_INFO, this) << "DTLS channel closed";
556 LOG_J(LS_INFO, this) << "DTLS channel error, code=" << err;
565 LOG_J(LS_ERROR, this) << "Couldn't start DTLS handshake";
570 << "DtlsTransportChannelWrapper: Started DTLS handshake";
576 // Called from OnReadPacket when a DTLS packet is received.
580 // just looks like DTLS.
596 // the DTLS stack.