tlstun

simple go program to add tls support to other listeners
git clone https://git.parazyd.org/tlstun
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-04-26 08:38Implement forwarding over TLS.parazyd2+36-15
2021-04-25 21:47Add script for generating selfsigned certificates.parazyd2+12-0
2021-03-09 15:08Update license header.parazyd1+18-21
2021-03-08 09:23Add go.modparazyd1+3-0
2021-02-07 08:42Update copyright headers.parazyd2+2-2
2020-11-15 10:30Update copyright headers.parazyd2+2-3
2019-09-11 17:29Use fmt instead of errors to return an error.parazyd1+2-2
2019-09-11 17:28Documentation fixup.parazyd1+3-0
2019-09-11 17:28Add support for plain TCP without TLS.parazyd2+11-2
2019-07-10 00:28Add contrib/README.md.parazyd1+8-0
2019-07-10 00:26Add OpenRC initscript in contrib.parazyd2+17-0
2019-07-10 00:16New errors should not be capitalized.parazyd1+1-1
2019-07-10 00:10Remove checks for certificate existence.parazyd1+0-18
2019-07-10 00:07Die on unsupported TLS version and be more explicit in setting it.parazyd1+2-1
2019-07-10 00:07Fix syntax error in main().parazyd1+1-1
2019-07-10 00:02Add usage explanations to README.parazyd1+19-0
2019-07-09 23:52Explode with usage() if argv < 2.parazyd1+4-0
2019-07-09 23:51Relicense to Dyne.parazyd1+2-1
2019-07-09 17:05If verbose, also report when connections are closed.parazyd1+3-0
2019-07-09 13:38Allow different TLS versions.parazyd1+11-4
2019-07-09 13:37Update README.parazyd1+12-5
2019-07-09 13:37Use long flag names.parazyd1+8-7
2019-07-09 13:23Revert to TLSv1.2.parazyd1+2-2
2019-07-09 13:23Add support for TLS client certificate verification.parazyd1+27-1
2019-07-03 10:50Hardcode to TLSv1.3.parazyd1+2-2
2019-02-13 20:25Shorten commandline flags.parazyd2+10-12
2019-02-13 19:12Add installation note.parazyd1+11-0
2019-02-13 19:10Initial commit.parazyd3+800-0