diff options
author | Matt Caswell <matt@openssl.org> | 2023-10-25 14:10:59 +0200 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-10-30 08:54:00 +0100 |
commit | ada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c (patch) | |
tree | 7d2b7449ac16545c246da82b4cd007abd3960042 /README.md | |
parent | Add a reference for HTTP/3 (diff) | |
download | openssl-ada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c.tar.xz openssl-ada33e98f53ab02dc4d6e8259c9e9edb6cd5c90c.zip |
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.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 --> |