Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki9911 committed Jul 16, 2024
1 parent 09f9b41 commit 1117bc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tls13-zig

The first TLS1.3 implementation in Zig(0.12.0) only with std.
The first TLS1.3 implementation in Zig(0.13.0) only with std.


This repository is an experimental implementation and is not intended for production use.
Expand Down Expand Up @@ -185,4 +185,3 @@ This is simple TLS termination proxy using tls13-zig.
This proxy terminates TLS1.3 and redirect contents to local server(localhost:8080).
If you want to try this, simple executes `cd examples/proxy && docker compose up`.

This sample works on [tls13.pibvt.net](https://tls13.pibvt.net)

0 comments on commit 1117bc8

Please sign in to comment.