]> git.kaiwu.me - nginx.git/commit
QUIC: raise error on missing transport parameters.
authorVladimir Homutov <vl@nginx.com>
Mon, 15 Jun 2020 14:06:40 +0000 (17:06 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 15 Jun 2020 14:06:40 +0000 (17:06 +0300)
commitd6d7838c79b179ffafa661826cebbce34c425462
treefa08dee21a88971d95014792ec293f22b0be3902
parent6c2712f7818cda54f3954b04f677b057fe49be2e
QUIC: raise error on missing transport parameters.

quic-tls, 8.2:

    The quic_transport_parameters extension is carried in the ClientHello
    and the EncryptedExtensions messages during the handshake.  Endpoints
    MUST send the quic_transport_parameters extension; endpoints that
    receive ClientHello or EncryptedExtensions messages without the
    quic_transport_parameters extension MUST close the connection with an
    error of type 0x16d (equivalent to a fatal TLS missing_extension
    alert, see Section 4.10).
src/event/ngx_event_quic.c