* actix-tls: Disable default features for rustls 0.23 via tokio-rustls 0.26
This also fixes a panic in accept-rustls due to both ring and aws-lc-rs
being enabled for that example
* Switch a test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies
* Switch another test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies
* Go the other way - use aws_lc_rs instead of ring
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
* 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>