<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/node_crypto.h, 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: introduce .setEngine(engine, [flags])</title>
<updated>2014-01-05T12:42:33+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-12-14T11:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=92b6417098371259730c00360979101ce38cbe12'/>
<id>92b6417098371259730c00360979101ce38cbe12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v0.10'</title>
<updated>2013-12-10T19:06:56+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-12-10T19:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1e066e4a4a88f97af865d965f104b5fe8136797f'/>
<id>1e066e4a4a88f97af865d965f104b5fe8136797f</id>
<content type='text'>
Conflicts:
	lib/tls.js
	src/node_crypto.cc
	src/node_crypto.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/tls.js
	src/node_crypto.cc
	src/node_crypto.h
</pre>
</div>
</content>
</entry>
<entry>
<title>tls: emit 'end' on .receivedShutdown</title>
<updated>2013-12-10T18:56:01+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-12-09T15:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4a2792cd2f86403a71edf65d82600b6aad5713bf'/>
<id>4a2792cd2f86403a71edf65d82600b6aad5713bf</id>
<content type='text'>
NOTE: Also removed `.receivedShutdown` method of `Connection` it wasn't
documented anywhere, and was rewritten with `true` after receiving
`close_notify`.

fix #6638
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: Also removed `.receivedShutdown` method of `Connection` it wasn't
documented anywhere, and was rewritten with `true` after receiving
`close_notify`.

fix #6638
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: support GCM authenticated encryption mode.</title>
<updated>2013-12-07T20:00:02+00:00</updated>
<author>
<name>Ingmar Runge</name>
<email>ingmar@irsoft.de</email>
</author>
<published>2013-11-19T21:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e0d31ea2dbdc33dda0f295ceda07b7fc1de4e09c'/>
<id>e0d31ea2dbdc33dda0f295ceda07b7fc1de4e09c</id>
<content type='text'>
This adds two new member functions getAuthTag and setAuthTag that
are useful for AES-GCM encryption modes. Use getAuthTag after
Cipheriv.final, transmit the tag along with the data and use
Decipheriv.setAuthTag to have the encrypted data verified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds two new member functions getAuthTag and setAuthTag that
are useful for AES-GCM encryption modes. Use getAuthTag after
Cipheriv.final, transmit the tag along with the data and use
Decipheriv.setAuthTag to have the encrypted data verified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v0.10'</title>
<updated>2013-12-02T11:04:47+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-12-02T11:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=4bd5f35889ed7d52b7c9030d921a7ece6930544e'/>
<id>4bd5f35889ed7d52b7c9030d921a7ece6930544e</id>
<content type='text'>
Conflicts:
	src/node_crypto.cc
	src/node_crypto.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/node_crypto.cc
	src/node_crypto.h
</pre>
</div>
</content>
</entry>
<entry>
<title>tls: reset NPN callbacks after SNI</title>
<updated>2013-12-02T10:48:14+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-11-22T14:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=9b8fcff43575592ace3d391ee47184f98ed755df'/>
<id>9b8fcff43575592ace3d391ee47184f98ed755df</id>
<content type='text'>
SNI callback selects a new SSL_CTX for the connection, which doesn't
have NPN callbacks set up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SNI callback selects a new SSL_CTX for the connection, which doesn't
have NPN callbacks set up.
</pre>
</div>
</content>
</entry>
<entry>
<title>src: add comments about implicit dependencies</title>
<updated>2013-11-12T21:38:31+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2013-11-05T00:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=9b4aa355e3817f5c5a8c5e5c78b92ce43db72f45'/>
<id>9b4aa355e3817f5c5a8c5e5c78b92ce43db72f45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base-object: add BaseObject</title>
<updated>2013-11-12T21:38:31+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2013-11-04T18:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=d120d92bfef0b5012e76c636335fee80e9c1e4a9'/>
<id>d120d92bfef0b5012e76c636335fee80e9c1e4a9</id>
<content type='text'>
BaseObject is a class that just handles the Persistent handle attached
to the class instance.

This also removed WeakObject. Reordering the inheritance chain helps
prevent unneeded calls on instances that don't call MakeCallback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BaseObject is a class that just handles the Persistent handle attached
to the class instance.

This also removed WeakObject. Reordering the inheritance chain helps
prevent unneeded calls on instances that don't call MakeCallback.
</pre>
</div>
</content>
</entry>
<entry>
<title>tls: add ECDH ciphers support</title>
<updated>2013-10-30T07:34:47+00:00</updated>
<author>
<name>Erik Dubbelboer</name>
<email>erik@dubbelboer.com</email>
</author>
<published>2013-10-14T14:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=bb909ad64285194b3d02322e3fb4b17ff5192c50'/>
<id>bb909ad64285194b3d02322e3fb4b17ff5192c50</id>
<content type='text'>
Switch test fixtures to 1024 bit keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch test fixtures to 1024 bit keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>async-wrap: integrate with WeakObject</title>
<updated>2013-10-31T21:17:51+00:00</updated>
<author>
<name>Trevor Norris</name>
<email>trev.norris@gmail.com</email>
</author>
<published>2013-09-27T17:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8b8e3b67980d5be9feb03839c2821bd8be3680a3'/>
<id>8b8e3b67980d5be9feb03839c2821bd8be3680a3</id>
<content type='text'>
Making WeakObject inherit from AsyncWrap allows us to peak into almost
all the MakeCallback calls in Node internals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making WeakObject inherit from AsyncWrap allows us to peak into almost
all the MakeCallback calls in Node internals.
</pre>
</div>
</content>
</entry>
</feed>
