tag:github.com,2008:https://github.com/netstratum/libwebsockets/releasesTags from libwebsockets2020-05-06T17:25:37Ztag:github.com,2008:Repository/262288528/v3.2.32020-05-06T17:25:37Zv3.2.3lws-teamtag:github.com,2008:Repository/262288528/v4.0.72020-05-05T11:48:08Zv4.0.7: h2: client: do not apply host header if h2 negotiated by alpn<p>h2: client: do not apply host header if h2 negotiated by alpn</p>
<p>If client negotiated over alpn, it will have done SNI. Some
<br />peers like youtube.com reject with 400 if you sent a host: as
<br />well.</p>lws-teamtag:github.com,2008:Repository/262288528/v4.0.62020-05-04T16:03:08Zv4.0.6jedlutag:github.com,2008:Repository/262288528/v4.0.52020-05-04T13:37:37Zv4.0.5: h2: client sid: must be allocated at header send<p>h2: client sid: must be allocated at header send</p>
<p>There is no way to allocate a client wsi mux sid before the headers are
<br />send, because we don't know the order in which new wsi headers will be sent
<br />and so seen by the peer.</p>
<p>The peer inisists that sid indexes only increase... we cannot allocat sids
<br />monotonically at the client and then send them disordered...</p>lws-teamtag:github.com,2008:Repository/262288528/v4.0.42020-04-30T19:32:30Zv4.0.4: strexp: reset out offset each time<p>strexp: reset out offset each time</p>
<p>A second strexp mustn't inherit the offset of the first, completed one</p>lws-teamtag:github.com,2008:Repository/262288528/v4.0.32020-04-30T04:23:12Zv4.0.3: BoringSSL: provide X509_VERYFY_PARAM_Set1_host length<p>BoringSSL: provide X509_VERYFY_PARAM_Set1_host length</p>
<p>X509_VERYFY_PARAM_Set1_host of openSSL allows the third argument, which
<br />is the length of the hostname string, to be 0. Then, it assumes hostname
<br />is a null-terminated C string. BoringSSL enforces the actual length to
<br />be specified, and the hostname string should end with a null char.</p>
<p>Just provide the length, making both OpenSSL and BoringSSL happy.</p>tag:github.com,2008:Repository/262288528/v4.0.22020-04-29T10:34:05Zv4.0.2lws-teamtag:github.com,2008:Repository/262288528/v4.0.12020-03-10T07:57:43Zv4.0.1lws-teamtag:github.com,2008:Repository/262288528/v4.0.02020-03-06T10:44:23Zv4.0.0lws-teamtag:github.com,2008:Repository/262288528/v3.2.22020-01-17T12:38:42Zv3.2.2lws-team