Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaelklishin/tlspejo
- Owner: michaelklishin
- Created: 2013-06-02T19:57:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T13:31:26.000Z (over 11 years ago)
- Last Synced: 2024-05-08T19:21:32.523Z (6 months ago)
- Language: Go
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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