]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix ALPN - more fixes
authorTodd Short <tshort@akamai.com>
Sat, 12 Mar 2016 14:14:05 +0000 (09:14 -0500)
committerTodd Short <tshort@akamai.com>
Mon, 21 Mar 2016 01:09:32 +0000 (21:09 -0400)
commit0351baae36afe1182237e0bd88ec9d13f5c97f32
treee0eb86c7f9558a24e5a7f6cdc7a3c5aac29cea1e
parent89ff989d01314a6104e5063edfce316c8325f339
Fix ALPN - more fixes

* Clear proposed, along with selected, before looking at ClientHello
* Add test case for above
* Clear NPN seen after selecting ALPN on server
* Minor documentation updates

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/ssl/SSL_CTX_set_alpn_select_cb.pod
ssl/t1_lib.c
test/recipes/80-test_ssl.t