Commit graph

10 commits

Author SHA1 Message Date
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