Commit 70c22888 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Fix two bugs in clienthello processing



- 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: default avatarRich Salz <rsalz@openssl.org>
parent ce2cdac2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment