Commit 81fc33c9 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Clean up following new SNI tests



- Only send SNI in SNI tests. This allows us to test handshakes without
  the SNI extension as well.
- Move all handshake-specific machinery to handshake_helper.c
- Use enum types to represent the enum everywhere
  (Resorting to plain ints can end in sign mismatch when the enum is
  represented by an unsigned type.)

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent a7be5759
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