<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto, branch R16B02_yielding_binary_to_term</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2013-09-16T18:11:53+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2013-09-16T18:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20641fe0f2ea745873fc7557448d3a7deb1bd639'/>
<id>20641fe0f2ea745873fc7557448d3a7deb1bd639</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 'sverk/crypto-remove-ec-resource' into maint</title>
<updated>2013-06-20T14:28:53+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-06-20T14:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5d8a13bb6a180e0a20fb008139f8c1088bcf9fda'/>
<id>5d8a13bb6a180e0a20fb008139f8c1088bcf9fda</id>
<content type='text'>
* sverk/crypto-remove-ec-resource:
  crypto: Supress some false positives from valgrind
  crypto: Refactor remove resource for EC_KEY
  crypto: Fix some compiler warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverk/crypto-remove-ec-resource:
  crypto: Supress some false positives from valgrind
  crypto: Refactor remove resource for EC_KEY
  crypto: Fix some compiler warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2013-06-17T14:23:55+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2013-06-17T14:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8cece79b77952c991e62ae595bcf71cde016a052'/>
<id>8cece79b77952c991e62ae595bcf71cde016a052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Supress some false positives from valgrind</title>
<updated>2013-06-12T16:02:43+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-06-12T08:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=797721617d11cfab32dbde9eea68c7a7353c8efe'/>
<id>797721617d11cfab32dbde9eea68c7a7353c8efe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Refactor remove resource for EC_KEY</title>
<updated>2013-06-12T14:23:43+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-06-12T13:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ec59a1357bbbaf8698b9073a190215b703ccc538'/>
<id>ec59a1357bbbaf8698b9073a190215b703ccc538</id>
<content type='text'>
The resource was not needed as it was never kept between external
crypto calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The resource was not needed as it was never kept between external
crypto calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fix some compiler warnings</title>
<updated>2013-06-12T14:03:19+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-06-12T13:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=80e417da3b48af2140652baf169db27e2feefd98'/>
<id>80e417da3b48af2140652baf169db27e2feefd98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fix bug with takover of EC resource type</title>
<updated>2013-06-11T14:29:25+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-06-11T14:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6b1147bd90960772257e12ab6fa66ec9aaacc48a'/>
<id>6b1147bd90960772257e12ab6fa66ec9aaacc48a</id>
<content type='text'>
enif_open_resource_type() must be called even during repeated loading
of same library. Otherwise the resource type will be deallocated
when the old module instance is purged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enif_open_resource_type() must be called even during repeated loading
of same library. Otherwise the resource type will be deallocated
when the old module instance is purged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ia/public_key/crypto/prepare-for-release' into maint</title>
<updated>2013-06-10T12:53:12+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-10T12:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=56e08cb2d1faa279961413729e48ef1f3275a575'/>
<id>56e08cb2d1faa279961413729e48ef1f3275a575</id>
<content type='text'>
* ia/public_key/crypto/prepare-for-release:
  public_key &amp; ssl: Add ASN-1 dependency
  crypto &amp; public_key: prepare for release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/public_key/crypto/prepare-for-release:
  public_key &amp; ssl: Add ASN-1 dependency
  crypto &amp; public_key: prepare for release
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ia/crypto/avoid-too-big-binaries/OTP-11142' into maint</title>
<updated>2013-06-10T12:51:57+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-10T12:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c095c23a9d0e07ecde8c1ca7ad24ffb9f2ca3182'/>
<id>c095c23a9d0e07ecde8c1ca7ad24ffb9f2ca3182</id>
<content type='text'>
* ia/crypto/avoid-too-big-binaries/OTP-11142:
  Teach crypto.c not to call enif_compute_timeslice with 0
  Add enif_consume_timeslice to appropriate crypto NIFs
  crypto: Add large test data
  crypto: Avoid big binaries in nifs
  Crypto: Structure code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/crypto/avoid-too-big-binaries/OTP-11142:
  Teach crypto.c not to call enif_compute_timeslice with 0
  Add enif_consume_timeslice to appropriate crypto NIFs
  crypto: Add large test data
  crypto: Avoid big binaries in nifs
  Crypto: Structure code
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach crypto.c not to call enif_compute_timeslice with 0</title>
<updated>2013-06-07T15:04:47+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2013-06-07T15:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c0c3cc2b516408b673db3202815d52c39d91451e'/>
<id>c0c3cc2b516408b673db3202815d52c39d91451e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
