Nikolay Kim
6ae0cd002d
Fix rustls hangs during handshake #103
2022-02-19 21:54:09 +06: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
42e140b805
Remove usage of ntex::io::Boxed types
2022-01-09 18:56:37 +06:00
Nikolay Kim
bf808d4d18
Move util services to ntex-util ( #89 )
...
* move util services to ntex-util
* update versions
2022-01-03 21:59:35 +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
bb45502886
Add query support for peer cert and peer cert chain
2021-12-28 02:11:24 +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
Nikolay Kim
6bc654762d
cleanup api; update tests
2021-12-17 09:52:00 +06:00