Commit e88a5cfc authored by Matt Caswell's avatar Matt Caswell
Browse files

Disallow multiple protocol flags to s_server and s_client



We shouldn't allow both "-tls1" and "-tls1_2", or "-tls1" and "-no_tls1_2".
The only time multiple flags are allowed is where they are all "-no_<prot>".

This fixes Github Issue #1268

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