<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-crypto-stream.js, branch fix-api-docs-menu</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>test: fix crypto-stream after openssl update</title>
<updated>2015-01-21T19:39:55+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor@indutny.com</email>
</author>
<published>2015-01-11T13:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=9e387fb611e29aad3118e0b226199fdc70bbd0cd'/>
<id>9e387fb611e29aad3118e0b226199fdc70bbd0cd</id>
<content type='text'>
Reviewed-By: Ben Noordhuis &lt;info@bnoordhuis.nl&gt;
Reviewed-By: Colin Ihrig &lt;cjihrig@gmail.com&gt;
Reviewed-By: Timothy J Fontaine &lt;tjfontaine@gmail.com&gt;
Reviewed-By: Julien Gilli &lt;julien.gilli@joyent.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Ben Noordhuis &lt;info@bnoordhuis.nl&gt;
Reviewed-By: Colin Ihrig &lt;cjihrig@gmail.com&gt;
Reviewed-By: Timothy J Fontaine &lt;tjfontaine@gmail.com&gt;
Reviewed-By: Julien Gilli &lt;julien.gilli@joyent.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix test-crypto-stream</title>
<updated>2014-10-15T21:07:00+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor@indutny.com</email>
</author>
<published>2014-10-15T16:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=707cc25011d142fe4ade14ce2aa083a96ef15bcb'/>
<id>707cc25011d142fe4ade14ce2aa083a96ef15bcb</id>
<content type='text'>
Because of constant-timeness change made in openssl-1.0.1j the error is
no longer returned from EVP_DecryptFinal_ex. Now it just return 0, and
thus the error message does not contain proper error code. Adapt to this
change, there is not much that we could do about it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of constant-timeness change made in openssl-1.0.1j the error is
no longer returned from EVP_DecryptFinal_ex. Now it just return 0, and
thus the error message does not contain proper error code. Adapt to this
change, there is not much that we could do about it.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Make Decipher._flush() emit errors.</title>
<updated>2013-12-04T15:52:15+00:00</updated>
<author>
<name>Kai Groner</name>
<email>kai@gronr.com</email>
</author>
<published>2013-04-18T23:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=98be8df571f92ad0b846209c21cc00139bc14805'/>
<id>98be8df571f92ad0b846209c21cc00139bc14805</id>
<content type='text'>
When Decipher processes a stream using an incorrect key, the
DecipherFinal() method throws an unhandled exception at the end of the
stream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When Decipher processes a stream using an incorrect key, the
DecipherFinal() method throws an unhandled exception at the end of the
stream.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: fix constructor call in crypto streams</title>
<updated>2013-04-08T10:45:42+00:00</updated>
<author>
<name>Andreas Madsen</name>
<email>amwebdk@gmail.com</email>
</author>
<published>2013-04-08T08:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=fed8cff1d0170bb6558da0e7d143599e7c37a47f'/>
<id>fed8cff1d0170bb6558da0e7d143599e7c37a47f</id>
<content type='text'>
When using some stream method on a lazy crypto stream, the transform
constructor wasn't called. This caused the internal state object to
be undefined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using some stream method on a lazy crypto stream, the transform
constructor wasn't called. This caused the internal state object to
be undefined.
</pre>
</div>
</content>
</entry>
</feed>
