1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 07:02:59 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
SleeplessOne1917
db7988609e
feat(actix-tls): support for rustls 0.23 (#554)
* Add feature for using rustls 0.23

* Fix mistake

* Fix use of wrong tokio rustls package

* Fix accept openssl test

* Use rustls 0.23 for the example

* Install nasm in CI step for windows

* Change outdated step name

* Fix CI mistake

* test: install default crypto provider in tests

* docs: update changelog

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-05-12 18:47:49 +00:00
Rob Ede
1db640f62e
chore: update env logger 2024-05-12 19:10:27 +01:00
Rob Ede
02ac0bb4f7
feat(tls): add accept::rustls_0_22 module 2023-12-16 00:23:11 +00:00
Rob Ede
0bc310a656
Rustls v0.21 support (#480) 2023-08-26 14:59:51 +01:00
Rob Ede
c60d2f9ddb
use doc_auto_cfg 2023-04-01 05:18:22 +01:00
Rob Ede
d7afd60606
workaround env-logger msrv 2022-12-21 21:17:21 +00:00
Rob Ede
dc67ba770d
fmt with import grouping 2022-04-10 02:48:53 +01:00
Rob Ede
0cd70b0536
use tracing for logs (#451) 2022-03-15 19:37:08 +00:00
Rob Ede
de5908bfe7
tls doc updates 2021-11-28 00:56:15 +00:00