Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-tls
ea46ae40d32f243a348407e476b5c21a9ebcd77e
ea46ae40d32f243a348407e476b5c21a9ebcd77e
Switch branch/tag
go-p2p-tls
cmd
README.md
Find file
Normal view
History
Permalink
README.md
70 Bytes
Edit
Web IDE
Newer
Older
add an example server and client
Marten Seemann
committed
Feb 28, 2019
1
2
3
4
# TLS handshake example
Run
```
bash
rename example to cmd, move to a single .go file
Marten Seemann
committed
Feb 28, 2019
5
go run cmd/tlsdiag.go server
add an example server and client
Marten Seemann
committed
Feb 28, 2019
6
```