rathole/src
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
..
transport feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00
cli.rs chore: refactor 2022-02-07 17:59:26 +08:00
client.rs feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00
config.rs feat(transport): add websocket transport (#290) 2023-10-01 14:43:03 +08:00
config_watcher.rs refactor: ConfigChange (#191) 2022-09-15 11:40:15 +00:00
constants.rs feat: configurable retry interval (#208) 2022-11-29 09:41:23 +00:00
helper.rs feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00
lib.rs feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00
main.rs feat: emit colored log only when STDOUT is a tty 2022-01-11 21:10:54 +08:00
multi_map.rs docs: add comments and update README.md 2021-12-19 18:02:51 +08:00
protocol.rs fix: clippy (#302) 2023-11-03 11:37:43 +00:00
server.rs feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00