commit | 1316ca80f4e1dc9339572c780d495f995fe0bad0 | [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:24:56 2016 -0500 |
tree | abf1a69887b37b2d85b2c69698cf58c002209107 | |
parent | 892b9376b3f6e22ca7d7ea68e1402bf2e91035a9 [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> Reviewed-by: Rich Salz <rsalz@openssl.org>