[TLS] Move from OpenSSL to mbedTLS

Update libdatachannel to 0.22.6
This commit is contained in:
Fabio Alessandrelli
2025-01-07 10:59:08 +01:00
parent 29fc1bb84d
commit b1ee39e6c4
12 changed files with 162 additions and 370 deletions

6
.gitmodules vendored
View File

@@ -7,6 +7,6 @@
[submodule "libdatachannel"]
path = thirdparty/libdatachannel
url = https://github.com/paullouisageneau/libdatachannel.git
[submodule "openssl"]
path = thirdparty/openssl
url = https://github.com/openssl/openssl.git
[submodule "mbedtls"]
path = thirdparty/mbedtls
url = https://github.com/Mbed-TLS/mbedtls.git