commit | 817cd0d52f0462039d1fe60462150be7f59d2002 | [log] [tgz] |
---|---|---|
author | Todd Short <tshort@akamai.com> | Sat Mar 05 08:47:55 2016 -0500 |
committer | Rich Salz <rsalz@openssl.org> | Tue Mar 08 09:03:05 2016 -0500 |
tree | dd075e91d6add68a3c4f493db1e66cce11c990a9 | |
parent | f18ce934889a36db42b7988e8acca9ac4f23299f [diff] |
GH787: Fix ALPN * Perform ALPN after the SNI callback; the SSL_CTX may change due to that processing * Add flags to indicate that we actually sent ALPN, to properly error out if unexpectedly received. * clean up ssl3_free() no need to explicitly clear when doing memset * document ALPN functions Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>