<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/node_crypto_clienthello.cc, branch move-debugger-tests</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>crypto: fix signed/unsigned comparison warning</title>
<updated>2013-08-06T13:39:43+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-08-06T13:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=576496632c96628eb47e8650987edf01d765a6ab'/>
<id>576496632c96628eb47e8650987edf01d765a6ab</id>
<content type='text'>
The type of the expression `(uint16_t) server_names_len + 2` gets
implicitly widened to int. Change the type of server_names_len to
uint32_t to avoid the following warnings:

    ../../src/node_crypto_clienthello.cc:144: warning: comparison
    between signed and unsigned integer expressions
    ../../src/node_crypto_clienthello.cc:146: warning: comparison
    between signed and unsigned integer expressions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The type of the expression `(uint16_t) server_names_len + 2` gets
implicitly widened to int. Change the type of server_names_len to
uint32_t to avoid the following warnings:

    ../../src/node_crypto_clienthello.cc:144: warning: comparison
    between signed and unsigned integer expressions
    ../../src/node_crypto_clienthello.cc:146: warning: comparison
    between signed and unsigned integer expressions
</pre>
</div>
</content>
</entry>
<entry>
<title>tls: asynchronous SNICallback</title>
<updated>2013-08-06T12:13:01+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-08-03T17:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=048e0e77e0c341407ecea364cbe26c8f77be48b8'/>
<id>048e0e77e0c341407ecea364cbe26c8f77be48b8</id>
<content type='text'>
Make ClientHelloParser handle SNI extension, and extend `_tls_wrap.js`
to support loading SNI Context from both hello, and resumed session.

fix #5967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make ClientHelloParser handle SNI extension, and extend `_tls_wrap.js`
to support loading SNI Context from both hello, and resumed session.

fix #5967
</pre>
</div>
</content>
</entry>
<entry>
<title>tls_wrap: DRY ClientHelloParser</title>
<updated>2013-08-06T12:13:01+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-08-02T12:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8e28193cc239a8389a1edda6810402005c1336cc'/>
<id>8e28193cc239a8389a1edda6810402005c1336cc</id>
<content type='text'>
Share ClientHelloParser code between `tls_wrap.cc` and `node_crypto.cc`.

fix #5959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Share ClientHelloParser code between `tls_wrap.cc` and `node_crypto.cc`.

fix #5959
</pre>
</div>
</content>
</entry>
</feed>
