Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelklishin/tlspejo

A tiny TLS echo server developed as a code kata exercise and as a possible hackable version of OpenSSL's s_server
https://github.com/michaelklishin/tlspejo

Last synced: about 1 month ago
JSON representation

A tiny TLS echo server developed as a code kata exercise and as a possible hackable version of OpenSSL's s_server

Awesome Lists containing this project

README

        

# What is TLSpejo

TLSpejo is a tiny TLS echo server that can be used for basic TLS client testing.
It does what `openssl s_server` does, trading the endless number of features
`s_server` provides for extensibility and hackability of a tiny program.

DatTrack was developed to aid TLS client development and as a small
code kata excercise and should not be taken seriously.

## Supported TLS Versions

Only TLSv1 is supported.

## Building

go build .

## Usage

tlspejo [--key-file ... --cert-file ...]

## License

Released under the BSD license.

Copyright Michael S. Klishin, 2013