aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-10-25 13:10:59 +0100
committerHugo Landau <hlandau@openssl.org>2023-10-30 07:54:00 +0000
commitada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c (patch)
tree7d2b7449ac16545c246da82b4cd007abd3960042 /README.md
parentf666599f8dae9a892c28765cfbfe561fff52e213 (diff)
downloadopenssl-ada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c.zip
openssl-ada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c.tar.gz
openssl-ada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c.tar.bz2
Add a separate README for the guide demos
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)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8780935..aa1a233 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ Welcome to the OpenSSL Project
[![appveyor badge]][appveyor jobs]
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
-for the TLS (formerly SSL), DTLS and QUIC (client side only) protocols.
+for the TLS (formerly SSL), DTLS and QUIC (currently client side only)
+protocols.
The protocol implementations are based on a full-strength general purpose
cryptographic library, which can also be used stand-alone. Also included is a
@@ -38,7 +39,7 @@ The OpenSSL toolkit includes:
- **libssl**
an implementation of all TLS protocol versions up to TLSv1.3 ([RFC 8446]),
DTLS protocol versions up to DTLSv1.2 ([RFC 6347]) and
- the QUIC (client side only) version 1 protocol ([RFC 9000]).
+ the QUIC (currently client side only) version 1 protocol ([RFC 9000]).
- **libcrypto**
a full-strength general purpose cryptographic library. It constitutes the
@@ -239,11 +240,11 @@ All rights reserved.
<https://tools.ietf.org/html/rfc9000>
[Binaries]:
- https://wiki.openssl.org/index.php/Binaries
+ <https://wiki.openssl.org/index.php/Binaries>
"List of third party OpenSSL binaries"
[OpenSSL Guide]:
- https://www.openssl.org/docs/manmaster/man7/ossl-guide-introduction.html
+ <https://www.openssl.org/docs/manmaster/man7/ossl-guide-introduction.html>
"An introduction to OpenSSL"
<!-- Logos and Badges -->