]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update README-QUIC.md with server-side QUIC support information
authorSamson S. Kolge <eglok1980@gmail.com>
Wed, 2 Apr 2025 10:32:10 +0000 (16:02 +0530)
committerMatt Caswell <matt@openssl.org>
Thu, 3 Apr 2025 11:47:15 +0000 (12:47 +0100)
commitc66e00398c9feabc02ff6e678089a3dc95f985d2
treef8da0ba9d33b5ce5d77cf36bbc8b08077940a92c
parent6545de9bbe44145b4c35f12d6e4dad1f3df5f0cf
Update README-QUIC.md with server-side QUIC support information

- Add information about OpenSSL 3.5 server-side QUIC support

- Include specific command instructions for running the QUIC server example

- Explicitly note that s_server does NOT support QUIC

- Fix documentation formatting (trailing spaces and blank lines around code blocks)

Signed-off-by: Samson S. Kolge <eglok1980@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27230)
README-QUIC.md