Home | History | Annotate | Download | only in webrtc

Lines Matching full:dtls

400   // |certificates| then DTLS will be enabled unless explicitly disabled by
401 // |rtc_configuration| options. When DTLS is enabled a certificate will be
457 // Successfully init with DTLS; with a certificate generated and supplied or
474 // Init with DTLS with a store that will fail to generate a certificate.
682 void VerifyNoCryptoParams(const cricket::SessionDescription* sdp, bool dtls) {
699 if (dtls) {
712 // Set the internal fake description factories to do DTLS-SRTP.
1480 // SDES is disabled when DTLS is on.
1486 // SDES is required if DTLS is off.
1711 // Tests for creating/setting SDP under different SDES/DTLS polices:
1713 // --DTLS off and SDES on
1723 // --DTLS on and SDES off
1725 // set local/remote offer/answer with DTLS fingerprint --> success
1726 // TestReceiveNonDtlsOfferWhenDtlsOn: set local/remote offer without DTLS
1733 // --Encryption disabled: DTLS off and SDES off
1735 // answer without SDES or DTLS --> success
1737 // answer without SDES or DTLS --> success
1741 // have cryptos enabled when DTLS is off.
1759 // cryptos enabled when DTLS is off.
1772 // crypto enabled when DTLS is off.
1784 // Test that we accept an offer with a DTLS fingerprint when DTLS is on
1785 // and that we return an answer with a DTLS fingerprint.
1813 // Test that we set a local offer with a DTLS fingerprint when DTLS is on
1814 // and then we accept a remote answer with a DTLS fingerprint successfully.
1843 // Test that if we support DTLS and the other side didn't offer a fingerprint,
1868 // a DTLS fingerprint when DTLS is required.
1884 // a DTLS fingerprint when DTLS is required.
1903 // Test that we create a local offer without SDES or DTLS and accept a remote
1904 // answer without SDES or DTLS when encryption is disabled.
1932 // Test that we create a local answer without SDES or DTLS and accept a remote
1933 // offer without SDES or DTLS when encryption is disabled.
4065 // Verifies that setRemoteDescription fails when DTLS is disabled and the remote
4066 // offer has no SDES crypto but only DTLS fingerprint.
4068 // Init without DTLS.
4074 // Adds a DTLS fingerprint to the remote offer.