Commit 82182413 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Parse custom extensions after SNI.



Since SNI will typically switch the SSL_CTX structure to the one
corresponding to the appopriate server we need to parse custom
extensions using the switched SSL_CTX not the original one. This
is done by parsing custom extensions *after* SNI.
Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
parent 0ce2dbfb
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