rathole/tests
sunmy2019 4ac53a5a39
feat: optional rustls support (#330)
* initial implementation of rustls support

* Refactor create_self_signed_cert.sh script

* resolve lint errors

* Fix handling of Option in tls.rs

* Update cargo-hack check command and feature dependencies

* fix missing point

* Add conditional check to skip test if client or server is not enabled

* clean up things

* fix for windows CI

* try fixing Windows CI

* Update src/main.rs

* Update src/transport/websocket.rs

* add missing messages

* split the tls mod

Co-authored-by: Ning Sun <n@sunng.info>
2024-02-18 17:17:17 +08:00
..
common feat: hot-reload by restarting 2021-12-27 15:50:13 +08:00
config_test chore: rename docs 2022-01-25 16:08:04 +08:00
for_tcp feat(transport): add websocket transport (#290) 2023-10-01 14:43:03 +08:00
for_udp feat(transport): add websocket transport (#290) 2023-10-01 14:43:03 +08:00
integration_test.rs feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00