mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
ada33e98f5
Point users at the actual guide, and also explain about LD_LIBRARY_PATH Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22505) |
||
---|---|---|
.. | ||
Makefile | ||
quic-client-block.c | ||
quic-client-non-block.c | ||
quic-multi-stream.c | ||
README.md | ||
tls-client-block.c | ||
tls-client-non-block.c |
The OpenSSL Guide Demos
The demos in this directory are the complete source code for the applications developed in the OpenSSL Guide tutorials. Refer to the various tutorial pages in the guide for an extensive discussion on the demos available here.
To run the demos when linked with a shared library (default) ensure that libcrypto and libssl are on the library path. For example, assuming you have already built OpenSSL from this source and in the default location then to run the tls-client-block demo do this:
LD_LIBRARY_PATH=../.. ./tls-client-block