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

38 Commits

Author SHA1 Message Date
Rob Ede
eb490a9125
re-export openssl connector builder (#429) 2021-12-10 23:11:24 +00:00
Rob Ede
07e3b19461
dedupe tls changelog 2021-12-04 19:51:33 +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
a2437eed29
prepare actix-tls release 3.0.0-beta.9 2021-11-22 13:34:54 +00:00
Rob Ede
67b357a175
add TlsError::into_service_error (#420) 2021-11-22 13:33:20 +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
54d1d9e520
prepare actix-tls release 3.0.0-beta.8 2021-11-15 17:55:23 +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
Rob Ede
303666278a
prepare actix-tls release 3.0.0-beta.6 2021-10-19 16:51:40 +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
47f278b17a
fix test macro in presence of other imports named test (#399) 2021-10-19 16:13:13 +01:00
Rob Ede
0ee8d032b6
prepare actix-tls release 3.0.0-beta.5 2021-03-29 06:57:47 +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
Rob Ede
06ddad0051
prepare rt and tls releases (#287) 2021-02-25 11:50:24 +00:00
fakeshadow
17f711a9d6 update changelog 2021-02-24 01:20:01 +08:00
Rob Ede
8d74cf387d
standardize openssl based stream name 2021-02-20 18:04:05 +00:00
Rob Ede
16ba77c4c8
prepare next set of betas (#273) 2021-02-06 19:24:52 +00:00
Rob Ede
eaefe21b98
add tests for custom resolver 2021-01-26 08:05:19 +00:00
fakeshadow
874e5f2e50
change default name resolver and allow custom resolvers (#248) 2021-01-23 01:33:50 +00:00
Rob Ede
5285656bdc
prepare next beta releases 2021-01-03 04:39:37 +00:00
Rob Ede
0934078947
prepare tls beta release 2020-12-29 01:04:21 +00:00
Rob Ede
5759c9e144
merge -connect and -tls and upgrade to rt v2 (#238) 2020-12-29 00:38:41 +00:00
Rob Ede
77b7826658
prepare tls v2 release (#186) 2020-09-08 18:00:07 +01:00
Yuki Okushi
578a560853
connect,tls: Bump up to next alpha versions (#181) 2020-08-17 15:39:17 +01:00
Yuki Okushi
61176f6410
Update rustls-related dependencies (#154) 2020-07-14 11:14:06 +01:00
Yuki Okushi
f7dac3feb4 Bump up to 2.0.0-alpha.1 2020-03-03 19:47:40 +09:00
Yuki Okushi
b9567359fd actix-tls: Update rustls and tokio-rustls 2020-03-01 12:08:14 +09:00
Nikolay Kim
ce4587df82 prepare actix-tls release 2019-12-11 14:53:58 +06:00
Nikolay Kim
cbdbc05dbd update tokio verion and prep alpha3 release 2019-12-07 09:57:43 +06:00
Nikolay Kim
b18fbc98d5 move rustls and nativetls acceptor services to actix-tls 2019-12-05 20:52:37 +06:00
Nikolay Kim
3a858feaec migrate to tokio 0.2.2 2019-12-05 16:40:24 +06:00
Nikolay Kim
9f575418c1 clippy warnings 2019-12-02 22:30:09 +06:00
Nikolay Kim
9fbe6a1f6d refactor server configuration and tls support 2019-12-02 11:30:27 +06:00