Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow http2 traffic (using --own-ssl option on client) (#3)
* wip: read SNI from ClientHello packet (ssl) (with rustls) * wip: init sni-parser * wip: use rustls to parse true value of SNI * feat: sni parser (own) * wip: pcap reader * feat: pcap to .bin parser (client hello packets) * feat: sni_parser without println and useless stuff * feat: safer sni parser * feat: nginx test docker (http1 + http2 + http3) * feat: sni parser for quic (inner) * wip: test parse quic * wip: parse encrypted quic packet (using s2n proto and core) * wip: remove quic tests (moved into new repo) * chore: move sni parser into other crate * chore: move sni-parser into qls crate * wip: own-ssl setting (for http2) * feat: working http2 own-ssl (only for http2 - ssl)
- Loading branch information