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
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
079f0f66f0
chore(tls): clippy
2024-01-17 04:23:48 +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
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
c60d2f9ddb
use doc_auto_cfg
2023-04-01 05:18:22 +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
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
217cbd2228
bump tokio-util to 0.7 ( #446 )
2022-02-15 01:47:27 +00:00
Rob Ede
941f67dec9
s/e/err
2022-01-28 22:10:06 +00:00
Babur
3e624b8376
Made `new` constructor for the Connection type public ( #439 )
2022-01-28 22:09:54 +00:00
Ibraheem Ahmed
26446fdbad
Replace `derive_more` with declarative macros ( #438 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-01-28 22:09:33 +00:00
david-mcgillicuddy-moixa
9ec3cc0fe7
Replace str_split_once to lower actix-tls msrv to 1.50.0 and bump actix-net to 1.50.0 ( #434 )
2022-01-10 17:00:04 +00:00
Rob Ede
eb490a9125
re-export openssl connector builder ( #429 )
2021-12-10 23:11:24 +00:00
Rob Ede
183bcf6ae3
prepare actix-tls release 3.0.0-rc.1 ( #423 )
2021-11-30 12:34:46 +00:00
Rob Ede
5dc2bfcb01
actix-tls release candidate prep ( #422 )
2021-11-29 23:53:06 +00:00
Rob Ede
de5908bfe7
tls doc updates
2021-11-28 00:56:15 +00:00
Rob Ede
67b357a175
add `TlsError::into_service_error` ( #420 )
2021-11-22 13:33:20 +00:00
Alexander Polakov
0b0cbd5388
actix-tls: allow getting uri from Connect ( #415 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-15 10:39:42 +00:00
Rob Ede
70ea5322ab
prepare actix-tls 3.0.0-beta.7 release ( #401 )
2021-10-20 17:12:11 +01:00
Edward Shen
669e868370
Use tokio-rustls 0.23 ( #396 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-19 16:48:23 +01:00
Rob Ede
98c37fe47d
clippy
2021-09-01 20:59:54 +01:00
Rob Ede
7749dfe46a
address msrv todo in router
2021-04-16 02:06:11 +01:00
fakeshadow
4544562e1b
Remove unused TcpConnectService ( #299 )
2021-03-27 21:03:24 +00:00
fakeshadow
bb27bac216
Add native tls support for actix_tls::connect module ( #295 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-27 00:20:17 +00:00
fakeshadow
12d3942b98
Remove unused types in actix-tls. Add ActixStream impl for Box<dyn Ac… ( #297 )
2021-03-26 13:03:03 +00:00
fakeshadow
a3c9ebc7fa
fix rustls panic when generating dns name from ip ( #296 )
...
* fix rustls panic when generating dns name from ip
* Update rustls.rs
* update changelog
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-24 09:32:04 -07:00
fakeshadow
a6e79453d0
remove default reuse_addr
2021-02-24 02:26:11 +08:00
fakeshadow
c3be839a69
add local_addr binding to connector service
2021-02-24 01:13:17 +08:00
Rob Ede
a77b70aed2
prepare service 2.0.0-beta.4 release ( #269 )
2021-02-04 20:44:13 +00:00
Rob Ede
c918da906b
use reexported tls crates when possible
2021-02-04 15:23:06 +00:00
Rob Ede
b5399c5631
use reusable box future in tls connector
2021-02-04 15:23:06 +00:00
fakeshadow
feac376c17
fix actix-tls build ( #252 )
2021-01-28 10:31:57 +00:00
Rob Ede
a633d2353c
fix addr iterator
2021-01-27 11:23:28 +00: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
03eb96d6d4
fix actix-tls tests ( #241 )
2020-12-29 11:36:17 +00:00
Rob Ede
5759c9e144
merge -connect and -tls and upgrade to rt v2 ( #238 )
2020-12-29 00:38:41 +00:00