Yuki Okushi
e948deeb15
chore(tls): update `hickory-resolver` to 0.26.1 ( #872 )
2026-05-07 07:01:31 +09:00
Yuki Okushi
7a908e01ea
chore: prefer `core::future::{ready, Ready}` ( #800 )
2026-02-01 20:56:45 +09:00
Yuki Okushi
ca380c4c8c
fix: fix Trust DNS leftovers ( #736 )
...
* fix: fix Trust DNS leftovers
* chore: update MSRV
2025-09-23 01:21:18 +00:00
Rob Ede
5904bd2997
test: replace trust-dns with hickory
2025-09-20 00:23:42 +01:00
Rob Ede
b8ff2a47a6
refactor: inline format args
2025-08-29 00:57:13 +01:00
Rob Ede
1a0f44fff1
chore: allow missing docs on tests
2024-12-29 14:44:11 +00:00
Rob Ede
8d1cd2ec87
chore: allow missing docs on tests
2024-12-29 14:40:37 +00:00
dependabot[bot]
77588aba81
build(deps): update rcgen requirement from 0.12 to 0.13 ( #590 )
...
* build(deps): update rcgen requirement from 0.12 to 0.13
Updates the requirements on [rcgen](https://github.com/rustls/rcgen ) to permit the latest version.
- [Commits](https://github.com/rustls/rcgen/compare/v0.12.0...v0.13.1 )
---
updated-dependencies:
- dependency-name: rcgen
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix rcgen tests
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-06 23:54:18 +00:00
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
40b10847df
chore: remove redundant imports
2024-02-19 12:10:47 +00:00
Rob Ede
9a3f3eef6a
test(tls): fix accept-openssl test
2024-02-03 17:01:47 +00:00
Rob Ede
1a5d85ec8b
fix(tls): resolve http imports
2024-01-17 04:29:44 +00:00
Rob Ede
951e46186b
feat: add rustls v0.22 support ( #513 )
2023-12-06 04:04:39 +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
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
cb83922b29
add macos test note
2022-10-17 04:27:34 +01:00
Rob Ede
dc67ba770d
fmt with import grouping
2022-04-10 02:48:53 +01:00
Rob Ede
01d2f18f68
simplify test server ( #431 )
2021-12-27 18:27:54 +00:00
Rob Ede
5dc2bfcb01
actix-tls release candidate prep ( #422 )
2021-11-29 23:53:06 +00:00
fakeshadow
7e7df2f931
add timeout for accepting tls connections ( #393 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-16 00:22:24 +00:00
Rob Ede
789e6a8a46
update ci ( #284 )
2021-02-24 09:48:41 +00:00
fakeshadow
c3be839a69
add local_addr binding to connector service
2021-02-24 01:13:17 +08:00
Rob Ede
eaefe21b98
add tests for custom resolver
2021-01-26 08:05:19 +00:00
fakeshadow
636cef8868
service trait takes shared self reference ( #247 )
2021-01-23 03:06:22 +00:00
fakeshadow
874e5f2e50
change default name resolver and allow custom resolvers ( #248 )
2021-01-23 01:33:50 +00:00
fakeshadow
b5eefb4d42
merge actix-testing into actix-server ( #242 )
2020-12-29 21:20:24 +00:00
fakeshadow
03eb96d6d4
fix actix-tls tests ( #241 )
2020-12-29 11:36:17 +00:00