Skip to content

Commit

Permalink
Augment README.md in top level to indicate Makefile presence
Browse files Browse the repository at this point in the history
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 #24047)
  • Loading branch information
nhorman committed Apr 12, 2024
1 parent 693071c commit d4188f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4188f2

Please sign in to comment.