From d4188f24866f88b4269110ce86f9545edd44c846 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 11 Apr 2024 16:19:01 -0400 Subject: [PATCH] Augment README.md in top level to indicate Makefile presence Note that they are available but only meant as a guide to self building, and are not used expressly to build as part of the overall openssl build Reviewed-by: Nicola Tuveri Reviewed-by: Tim Hudson Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/24047) --- demos/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/README.txt b/demos/README.txt index e86ab3c189..1a7d4f447f 100644 --- a/demos/README.txt +++ b/demos/README.txt @@ -3,6 +3,10 @@ OpenSSL Demonstration Applications This folder contains source code that demonstrates the proper use of the OpenSSL library API. +Note: Makefiles are provided in the demo subfolders to demonstrate how to build +them, but are not frequently used. Configure openssl with enable-demos to build +them automatically through the perl based build system + bio: Demonstration of a simple TLS client and server certs: Demonstration of creating certs, using OCSP