dtls: disable tests which fail with OpenSSL

mostly due to OpenSSL not implementing a fake clock and not supporting
DTLS 1.3 yet.

The following tests failed since OpenSSL does not have an API to trigger a DTLS alert when the certificate validation of the fingerprint which arrives after the handshake fails:
[  FAILED  ] TestEventOrdering/DtlsEventOrderingTest.TestEventOrdering/6, where GetParam() = ({ 1, 2, 3, 0 }, false)
[  FAILED  ] TestEventOrdering/DtlsEventOrderingTest.TestEventOrdering/14, where GetParam() = ({ 2, 1, 3, 0 }, false)

These tests now accept that the other client will not get notified about the failure.

The following tests were disabled in OpenSSL mode:
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/0, where GetParam() = (false, false, 2, false, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/1, where GetParam() = (false, false, 2, false, false, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/2, where GetParam() = (false, false, 2, false, true, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/3, where GetParam() = (false, false, 2, false, true, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/4, where GetParam() = (false, false, 2, true, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/5, where GetParam() = (false, false, 2, true, false, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/6, where GetParam() = (false, false, 2, true, true, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/7, where GetParam() = (false, false, 2, true, true, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/8, where GetParam() = (false, false, 3, false, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/12, where GetParam() = (false, false, 3, true, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/16, where GetParam() = (false, true, 2, false, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/17, where GetParam() = (false, true, 2, false, false, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/18, where GetParam() = (false, true, 2, false, true, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/19, where GetParam() = (false, true, 2, false, true, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/20, where GetParam() = (false, true, 2, true, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/21, where GetParam() = (false, true, 2, true, false, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/22, where GetParam() = (false, true, 2, true, true, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/23, where GetParam() = (false, true, 2, true, true, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/24, where GetParam() = (false, true, 3, false, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/28, where GetParam() = (false, true, 3, true, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/32, where GetParam() = (true, false, 2, false, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/33, where GetParam() = (true, false, 2, false, false, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/34, where GetParam() = (true, false, 2, false, true, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/35, where GetParam() = (true, false, 2, false, true, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/36, where GetParam() = (true, false, 2, true, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/37, where GetParam() = (true, false, 2, true, false, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/38, where GetParam() = (true, false, 2, true, true, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/39, where GetParam() = (true, false, 2, true, true, true)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/40, where GetParam() = (true, false, 3, false, false, false)
[  FAILED  ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/44, where GetParam() = (true, false, 3, true, false, false)
[  FAILED  ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/0, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 0 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 0 ])
[  FAILED  ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/1, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 1 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 0 ])
[  FAILED  ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/2, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 0 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 1 ])
[  FAILED  ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/3, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 1 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 1 ])

BUG=None

Change-Id: I50f7a5caa6c2243ae6f4c06ad1b58a5d90983b80
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/385840
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Jonas Oreland <jonaso@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@meta.com>
Cr-Commit-Position: refs/heads/main@{#44376}
2 files changed
tree: 54f5f0fa750ce65dcefbccee8ccb92d86fbb1be2
  1. api/
  2. audio/
  3. build_overrides/
  4. call/
  5. common_audio/
  6. common_video/
  7. data/
  8. docs/
  9. examples/
  10. experiments/
  11. g3doc/
  12. infra/
  13. logging/
  14. media/
  15. modules/
  16. net/
  17. p2p/
  18. pc/
  19. resources/
  20. rtc_base/
  21. rtc_tools/
  22. sdk/
  23. stats/
  24. system_wrappers/
  25. test/
  26. tools_webrtc/
  27. video/
  28. .clang-format
  29. .git-blame-ignore-revs
  30. .gitignore
  31. .gn
  32. .mailmap
  33. .rustfmt.toml
  34. .style.yapf
  35. .vpython3
  36. AUTHORS
  37. BUILD.gn
  38. CODE_OF_CONDUCT.md
  39. codereview.settings
  40. DEPS
  41. DIR_METADATA
  42. ENG_REVIEW_OWNERS
  43. LICENSE
  44. license_template.txt
  45. native-api.md
  46. OWNERS
  47. OWNERS_INFRA
  48. PATENTS
  49. PRESUBMIT.py
  50. presubmit_test.py
  51. presubmit_test_mocks.py
  52. pylintrc
  53. pylintrc_old_style
  54. README.chromium
  55. README.md
  56. WATCHLISTS
  57. webrtc.gni
  58. webrtc_lib_link_test.cc
  59. whitespace.txt
README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.

Development

See here for instructions on how to get started developing with the native code.

Authoritative list of directories that contain the native API header files.

More info