• E
    Fix two bugs in clienthello processing · 70c22888
    Emilia Kasper 提交于
    - Always process ALPN (previously there was an early return in the
      certificate status handling)
    - Don't send a duplicate alert. Previously, both
      ssl_check_clienthello_tlsext_late and its caller would send an
      alert. Consolidate alert sending code in the caller.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    70c22888
statem_srvr.c 102.8 KB