Nikolay Kim
5fd9d7ce90
Enable rustls/std feature ( #494 )
2024-12-30 14:40:31 +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
24ff5d6909
Refactor tls impl ( #237 )
2023-11-03 17:33:45 +06:00
Nikolay Kim
02e111d373
Add missing fmt::Debug impls ( #224 )
...
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06:00
Nikolay Kim
0f8387c3ac
Refactor io buffers api ( #169 )
...
* Refactor io buffers api
2023-01-29 18:02:12 +01:00
Nikolay Kim
dec6fd3dd8
Process write buffer if filter wrote to write buffer during reading
2023-01-24 08:31:26 +01:00
Nikolay Kim
83d05d81ef
Refactor ntex-io ( #164 )
...
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
Nikolay Kim
868c0324f7
Use BytesVec for io
2022-01-30 19:02:29 +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
b49a5ed195
Update Filter trait usage
2022-01-12 22:08:50 +06:00
Nikolay Kim
dc17d00ed9
Cleanup Filter trait, removed closed,want_read,want_shutdown methods
2021-12-29 15:10:24 +06:00
Nikolay Kim
89f758f8c4
Fix error handing for nested filters
2021-12-28 00:08:35 +06:00
Nikolay Kim
079a1c9cbf
Fix read filters ordering
2021-12-26 19:25:07 +06:00
Nikolay Kim
8bbbfde22d
cleanup Filter trait
2021-12-22 13:50:14 +06:00
Nikolay Kim
2e7547948e
re-export max_concurrent_ssl_accept
2021-12-22 01:25:28 +06:00
Nikolay Kim
0b98468c1a
update default generic type for ssl filters
2021-12-21 21:52:22 +06:00
Nikolay Kim
d1071a1f18
update tls filters
2021-12-19 10:55:42 +06:00
Nikolay Kim
1af728eb01
impl rustls acceptor; update filter trait
2021-12-19 03:22:55 +06:00
Nikolay Kim
c370dd74b4
move tls acceptors to ntex-tls crate
2021-12-17 09:52:01 +06:00