changeset 8966:6f8253673669 quic

README: documented QuicTLS support.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 13 Jan 2022 16:56:07 +0300
parents c31d95fdaf65
children 3789f4a56d65
files README
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -74,12 +74,18 @@ 2. Installing
 
     $ hg clone -b quic https://hg.nginx.org/nginx-quic
     $ cd nginx-quic
-    $ ./auto/configure --with-debug --with-http_v3_module       \
-                       --with-cc-opt="-I../boringssl/include"   \
-                       --with-ld-opt="-L../boringssl/build/ssl  \
+    $ ./auto/configure --with-debug --with-http_v3_module         \
+                       --with-cc-opt="-I../boringssl/include"     \
+                       --with-ld-opt="-L../boringssl/build/ssl    \
                                       -L../boringssl/build/crypto"
     $ make
 
+    Alternatively, nginx can be configured with QuicTLS [9]
+
+    $ ./auto/configure --with-debug --with-http_v3_module         \
+                       --with-cc-opt="-I../quictls/build/include" \
+                       --with-ld-opt="-L../quictls/build/lib"
+
     When configuring nginx, you can enable QUIC and HTTP/3 using the
     following new configuration options:
 
@@ -252,3 +258,4 @@ 7. Links
     [6] https://nginx.org/en/docs/http/ngx_http_core_module.html#listen
     [7] https://nginx.org/en/docs/debugging_log.html
     [8] http://vger.kernel.org/lpc_net2018_talks/willemdebruijn-lpc2018-udpgso-paper-DRAFT-1.pdf
+    [9] https://github.com/quictls/openssl