summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorbobwirka <bobwirka@yahoo.com>2021-12-12 14:53:13 -0500
committerTomas Mraz <tomas@openssl.org>2022-11-21 10:49:51 +0100
commit0c6bca7908523cd26acfd43c8841a5f199d7b45e (patch)
treebaf72375c603fe3de513f6ecdc3ef98a74bf1beb /demos/README.txt
parente3bcb12b6e9a07d7c65f979c99d36df99583bc3b (diff)
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) (cherry picked from commit 801c638c50406c93d683c1ab8bd1d430cff4b6d0)
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index 650529572c..a4b8be0fe3 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -50,3 +50,6 @@ signature:
EVP_Signature_demo.c Compute and verify a signature from multiple buffers
rsa_pss_direct.c Compute and verify an RSA-PSS signature from a hash
rsa_pss_hash.c Compute and verify an RSA-PSS signature over a buffer
+
+sslecho:
+main.c Simple SSL echo client/server.