Added Simple SSL Echo Client/Server to demos.
authorbobwirka <bobwirka@yahoo.com>
Sun, 12 Dec 2021 19:53:13 +0000 (14:53 -0500)
committerMatt Caswell <matt@openssl.org>
Tue, 12 Apr 2022 14:12:57 +0000 (15:12 +0100)
commit801c638c50406c93d683c1ab8bd1d430cff4b6d0
treec380a5ff188debc8bb7b89d3ebb8a67246bc3e9d
parentcb629550cdab518c925e9b402e11b86497a03845
Added Simple SSL Echo Client/Server to demos.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17260)
demos/README.txt
demos/sslecho/A-SSL-Docs.txt [new file with mode: 0644]
demos/sslecho/README.md [new file with mode: 0644]
demos/sslecho/cert.pem [new file with mode: 0644]
demos/sslecho/key.pem [new file with mode: 0644]
demos/sslecho/main.c [new file with mode: 0644]
demos/sslecho/makefile [new file with mode: 0644]