summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2024-04-11 16:19:01 -0400
committerNeil Horman <nhorman@openssl.org>2024-04-12 08:02:20 -0400
commitd4188f24866f88b4269110ce86f9545edd44c846 (patch)
tree37eefb17793f31c57bfe782c04bc0c4699d73d42
parent693071c088c0a93d84d3327a2477ab456fd8ca8e (diff)
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 <nic.tuv@gmail.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/24047)
-rw-r--r--demos/README.txt4
1 files changed, 4 insertions, 0 deletions
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