Nikolay Kim
e904cf85f1
Fix tls examples
Checks / Check (push) Failing after 4s
Checks / Clippy (push) Failing after 3s
Checks / Rustfmt (push) Failing after 3s
Coverage / coverage (push) Failing after 2s
CI (Linux) / 1.75.0 - x86_64-unknown-linux-gnu (push) Failing after 2s
CI (Linux) / nightly - x86_64-unknown-linux-gnu (push) Failing after 2s
CI (Linux) / stable - x86_64-unknown-linux-gnu (push) Failing after 2s
CI (Windows) / nightly - x86_64-pc-windows-msvc (push) Has been cancelled
CI (Windows) / stable - x86_64-pc-windows-msvc (push) Has been cancelled
CI (OSX) / nightly - aarch64-apple-darwin (push) Has been cancelled
CI (OSX) / stable - aarch64-apple-darwin (push) Has been cancelled
2025-03-18 06:10:52 +01:00
Nikolay Kim
baabcff4a6
Refactor ntex-connect ( #314 )
2024-03-24 15:33:08 +01:00
Andrey Voronkov
5414e2096a
Update rustls to 0.23.x ( #311 )
...
* ntex-tls: update rustls
* ntex-connect: update rustls to 0.23.x
* ntex: update rustls to 0.23.x
---------
Co-authored-by: Andrey Voronkov <andrey.voronkov@sbermarket.ru>
2024-03-24 07:24:29 +01:00
Nikolay Kim
174b5d86f0
Refactor filter factories ( #278 )
2024-01-08 15:22:38 +06:00
Nikolay Kim
6382ef6b40
Refactor service pipelines ( #214 )
2023-06-22 18:39:09 +06:00
Nikolay Kim
6ae0cd002d
Fix rustls hangs during handshake #103
2022-02-19 21:54:09 +06:00
Andrey Voronkov
2d13488c17
PeerCert and PeerCertChain implementation for rustls ( #101 )
...
* PeerCert and PeerCertChain implementation for rustls
* Move PeerCert and PeerCertChain to rustls/mod.rs
* Add tests. Failed due to only x509 v3 is supported in rustls
* Use io variable name
* Fix all other tests. Now one failing: test_rustls_string
* Add #[ignore] temporary for test_rustls_string
2022-01-29 14:27:51 +06:00
Nikolay Kim
ca72be32e9
Add Io::poll_status_update() method to use instead of register_dispatcher()
2021-12-30 16:42:43 +06:00
Nikolay Kim
19c6a2b731
Release write buf after error
2021-12-26 19:25:46 +06:00
Nikolay Kim
093ddadfab
Make IoBoxed into spearate type
2021-12-26 19:25:06 +06:00
Nikolay Kim
f0f899a36e
update ServiceFactory api
2021-12-24 03:53:39 +06:00
Nikolay Kim
fd97208a01
change recv/poll_recv api
2021-12-22 02:13:02 +06:00
Nikolay Kim
72ac0b1629
update examples
2021-12-20 20:20:23 +06:00
Nikolay Kim
ed57a964b6
cleanup ntex-io api
2021-12-20 18:43:12 +06:00
Nikolay Kim
1af728eb01
impl rustls acceptor; update filter trait
2021-12-19 03:22:55 +06:00