Commit graph

29 commits

Author SHA1 Message Date
Nikolay Kim
c71678c999
Fix rustls client/server filters (#401) 2024-08-26 16:00:48 +05: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
2e12cc6edf Migrate ntex-connect to async fn in trait 2024-01-07 11:39:57 +06:00
Nikolay Kim
41045de766 Attempt to fix #190 2023-11-12 22:28:37 +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
Cris Liao
e151b1eff1 Upgrade rustls version to 0.21 (#201)
* Upgrade rustls version to 0.21
2023-06-16 00:16:14 +06:00
Nikolay Kim
0f8387c3ac
Refactor io buffers api (#169)
* Refactor io buffers api
2023-01-29 18:02:12 +01:00
Nikolay Kim
63881e40f6
Release empty buffers (#166)
* Release empty buffers
2023-01-25 18:38:00 +01:00
Nikolay Kim
83d05d81ef
Refactor ntex-io (#164)
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
Jens Reimann
eabb165dda
feat: allow extracting TLS SNI server name and TLS PSK identity (#136)
This change allows to query for the SNI server name and the PSK
identity.

The server name implements only the DNS variant, as this is what both
APIs currently seem to support.

The PSK identity is only implemented for OpenSSL, as RustTLS currently
doesn't support TLS PSK. But it could be implemented the same way, once
this becomes available.
2022-10-14 16:45:12 +02:00
Nikolay Kim
7ce1927566 clippy 2022-10-03 10:21:08 +02:00
Nikolay Kim
6ae0cd002d Fix rustls hangs during handshake #103 2022-02-19 21:54:09 +06:00
Nikolay Kim
706853c72b Move HttpProtocol to ntex-io 2022-02-18 15:31:16 +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
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
baba17d48c fix ssl filters 2021-12-27 01:09:37 +06:00
Nikolay Kim
079a1c9cbf Fix read filters ordering 2021-12-26 19:25:07 +06:00
Nikolay Kim
211eb00715 get read buf from inner filter for ssl filters 2021-12-22 17:52:16 +06:00
Nikolay Kim
8bbbfde22d cleanup Filter trait 2021-12-22 13:50:14 +06:00
Nikolay Kim
fd97208a01 change recv/poll_recv api 2021-12-22 02:13:02 +06:00
Nikolay Kim
ed57a964b6 cleanup ntex-io api 2021-12-20 18:43:12 +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