openssl/demos/guide
James Muir 59d8a338ed 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)
2023-10-25 09:44:32 +01:00
..
Makefile Add a QUIC non-blocking demo 2023-09-08 15:44:37 +01:00
quic-client-block.c quic: documentation and demo nits 2023-10-25 09:44:32 +01:00
quic-client-non-block.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00
quic-multi-stream.c quic: documentation and demo nits 2023-10-25 09:44:32 +01:00
tls-client-block.c quic: documentation and demo nits 2023-10-25 09:44:32 +01:00
tls-client-non-block.c Return NULL if we fail to create a BIO in the demos/quicserver 2023-09-08 15:44:37 +01:00