Data handling completely rebuilt. Now correctly handles all TCP/IP traffic.
This commit is contained in:
parent
1aa97d6493
commit
f19c7d8f2a
12 changed files with 493 additions and 604 deletions
|
|
@ -1,14 +1,9 @@
|
|||
[package]
|
||||
name = "sslrelay"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["PinkP4nther <pinkp4nther@protonmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
openssl = "0.10.34"
|
||||
httparse = "1.4.1"
|
||||
chunked_transfer = "1.4.0"
|
||||
flate2 = { version = "1.0.17", features = ["zlib"], default-features = false }
|
||||
toml = "0.5.8"
|
||||
Loading…
Add table
Add a link
Reference in a new issue