Commit Graph

6 Commits

Author SHA1 Message Date
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
Yujia Qiao d079d66223 chore: update tls cert for test 2023-03-07 21:38:20 +08:00
Yujia Qiao fcfb0bc701
test: adapt to openssl 3 (#126) 2022-02-08 01:35:19 +00:00
Yujia Qiao ea6a607706
docs: fix examples 2022-01-18 22:03:31 +08:00
Yujia Qiao ed3b3a9831
test: add tests for config parsing and examples 2021-12-19 18:02:51 +08:00
Yujia Qiao 58d3a8c96c
chore: rename directories 2021-12-19 18:02:51 +08:00