Skip to content

ueno/go-tlsdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tlsdriver

go-tlsdriver is a simple wrapper around Go crypto/tls library to be able to test interoperability against other TLS libraries, as in the TLS interoperability project.

Installation

go install github.com/ueno/go-tlsdriver/cmd/server@latest
go install github.com/ueno/go-tlsdriver/cmd/client@latest

Usage

Running server

server --http --certfile cert-ecc.pem --keyfile key-ecc.pem --address localhost:5556

Running client

client --server-name localhost --address localhost:5556 --cafile ca.pem

Configuration

Both of those commands take configuration options from the command line. Run with --help to see what options are available.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages