asonix
73451070db
actix-tls: Disable default features for rustls 0.23 via tokio-rustls 0.26 ( #560 )
...
* 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>
2024-05-12 21:09:59 +00:00
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
f4139a0878
chore: update MSRV to 1.70
2024-05-11 17:39:34 +01:00
Rob Ede
3147dbe7ca
ci: rely more on just recipes ( #558 )
2024-05-11 15:10:56 +01:00
Rob Ede
40b10847df
chore: remove redundant imports
2024-02-19 12:10:47 +00:00
Rob Ede
57fd6ea809
chore(actix-tls): prepare release 3.3.0 ( #530 )
2024-02-03 20:26:15 +00:00
Rob Ede
9a3f3eef6a
test(tls): fix accept-openssl test
2024-02-03 17:01:47 +00:00
Rob Ede
e427911cdb
feat(tls): rustls-0_22 create feature
2024-02-03 16:39:21 +00:00
Rob Ede
1a5d85ec8b
fix(tls): resolve http imports
2024-01-17 04:29:44 +00:00
Rob Ede
bd1467e928
chore(tls): changelog wording
2024-01-17 04:27:52 +00:00
Rob Ede
968ad3b854
chore(actix-tls): prepare release 3.2.0
2024-01-17 04:26:46 +00:00
Rob Ede
079f0f66f0
chore(tls): clippy
2024-01-17 04:23:48 +00:00
Rob Ede
c5b2d0cd36
chore(tls): fix feature flagging of DEFAULT_TLS_HANDSHAKE_TIMEOUT
2023-12-16 00:43:02 +00:00
Rob Ede
02ac0bb4f7
feat(tls): add accept::rustls_0_22 module
2023-12-16 00:23:11 +00:00
Rob Ede
951e46186b
feat: add rustls v0.22 support ( #513 )
2023-12-06 04:04:39 +00:00
Rob Ede
9edc0b393a
feat(tls): add crate feature for rustls native root certs ( #506 )
2023-12-06 01:39:13 +00:00
morenol
1945fa0675
feat: added suport to http
crate 1.0
( #508 )
...
* chore: use same feature
* test: add test for new http version added
* stylistic review
---------
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-06 00:18:17 +00:00
Rob Ede
f967562ac4
chore: specify external types for each crate ( #496 )
2023-10-30 00:07:28 +00:00
Rob Ede
14272a1762
chore: force secure rustls-webpki
2023-08-29 18:45:11 +01:00
Rob Ede
7e043048a0
chore(actix-tls): prepare release 3.1.1
2023-08-29 18:41:48 +01:00
Rob Ede
45a7dcba90
chore(tls): fix min rustls version
2023-08-29 18:40:55 +01:00
Rob Ede
5029beb866
prepare actix-tls release 3.1.0
2023-08-26 18:05:39 +01:00
Rob Ede
0bc310a656
Rustls v0.21 support ( #480 )
2023-08-26 14:59:51 +01:00
Rob Ede
8d5d1dbf6f
bump MSRV to 1.65 ( #485 )
2023-07-17 03:05:39 +01:00
Rob Ede
4cbe741230
use secure openssl version
2023-04-01 22:26:08 +01:00
Rob Ede
80320a0325
use secure tokio version range
2023-04-01 22:24:10 +01:00
Rob Ede
c0693da9ba
update msrv to 1.60 ( #482
...
* update msrv to 1.60
* inherit workspace msrv
2023-04-01 21:39:19 +01:00
Rob Ede
28f36e4e30
update unreleased sections date
2023-04-01 05:24:40 +01:00
Rob Ede
c6ebbcf21b
clippy run on -tls
2023-04-01 05:24:00 +01:00
Rob Ede
c60d2f9ddb
use doc_auto_cfg
2023-04-01 05:18:22 +01:00
Rob Ede
fbb53f54ef
format changelogs with prettier
2023-03-03 22:36:13 +00:00
Rob Ede
d13461b337
use secure tokio version range
...
see RUSTSEC-2023-0001
part of actix/actix-web#2962
2023-01-10 08:56:41 +00:00
Rob Ede
d7afd60606
workaround env-logger msrv
2022-12-21 21:17:21 +00:00
Rob Ede
8d964713c9
fix futures-util version range
2022-12-21 20:36:26 +00:00
Yuki Okushi
2b83f08a40
Use old cargo-hack for 1.59.0 CI ( #472 )
...
* Use old cargo-hack for 1.57.0 CI
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Upgrade MSRV to 1.59.0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-11-12 14:00:33 +00:00
Rob Ede
00654aadc5
use direct tokio exports where possible
2022-10-30 20:25:13 +00:00
Rob Ede
68228a6cf2
update dev deps
2022-10-21 03:23:40 +01:00
Rob Ede
d5a9a6a1c5
prepare actix-utils release 3.0.1
2022-10-21 03:15:48 +01:00
Rob Ede
cb83922b29
add macos test note
2022-10-17 04:27:34 +01:00
Rob Ede
25209f5bd8
use impl-more in -tls
2022-10-17 04:14:09 +01:00
Rob Ede
66756bc448
update all crates msrv to 1.57 ( #464 )
2022-07-23 00:51:12 +01:00
Iskandarov Lev
126ed4c2e3
normalize logs capital letter ( #463 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-22 20:53:06 +01:00
Yuki Okushi
283974f3e6
Make actix-codec an optional dependency ( #459 )
2022-06-23 17:27:36 +01:00
Rob Ede
dc67ba770d
fmt with import grouping
2022-04-10 02:48:53 +01:00
Rob Ede
855e3f96fe
prepare actix-tls release 3.0.4
2022-03-15 19:43:47 +00:00
Rob Ede
0cd70b0536
use tracing for logs ( #451 )
2022-03-15 19:37:08 +00:00
Rob Ede
41ed48219d
bump lower msrv to 1.49
2022-03-02 16:40:11 +00:00
Rob Ede
217cbd2228
bump tokio-util to 0.7 ( #446 )
2022-02-15 01:47:27 +00:00
Rob Ede
5e290d76f8
prepare actix-tls release 3.0.2
2022-01-28 22:11:21 +00:00