]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic: documentation and demo nits
authorJames Muir <james@openssl.org>
Tue, 24 Oct 2023 01:00:41 +0000 (21:00 -0400)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Oct 2023 08:44:32 +0000 (09:44 +0100)
commit59d8a338edca98e5bb077a2a364d82e53e7cce77
tree482210bea70c56d1740f92ee39d23b404360bd3b
parent687326ce0ac56c405029cfedd435b2e6625a22e3
quic: documentation and demo nits

The code for the quic demos (from the openssl guide) is presented as
modifications of tls-client-block.c.  Make it so that the quic code
better matches the tls code (drop unneeded assignments to "ret", use
the same comment on SSL_connect(), add the same printf() statement).

Also fix some minor typos.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22483)
demos/guide/quic-client-block.c
demos/guide/quic-multi-stream.c
demos/guide/tls-client-block.c
doc/man7/ossl-guide-quic-multi-stream.pod