[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

View File

@@ -7,7 +7,7 @@
### Compiling
Clone this repository with the following command to checkout all the dependencies: [godot-cpp](https://github.com/godotengine/godot-cpp), [openssl](https://www.openssl.org/) and [libdatachannel](https://github.com/paullouisageneau/libdatachannel) (and sub-dependencies).
Clone this repository with the following command to checkout all the dependencies: [godot-cpp](https://github.com/godotengine/godot-cpp), [mbedTLS](https://github.com/Mbed-TLS/mbedtls) and [libdatachannel](https://github.com/paullouisageneau/libdatachannel) (and sub-dependencies).
```
$ git clone --recurse-submodules https://github.com/godotengine/webrtc-native.git