<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto, branch OTP-17.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2014-09-15T10:02:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=950d808c97a4c5b579f4f1cc16b95f2d419d3505'/>
<id>950d808c97a4c5b579f4f1cc16b95f2d419d3505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2014-09-15T10:00:20+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2191e216a95d3cb41edd7ad2069e3b2d88b907e7'/>
<id>2191e216a95d3cb41edd7ad2069e3b2d88b907e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Verify OpenSSL library major version at load</title>
<updated>2014-09-08T10:12:56+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2014-09-08T10:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e58d75f0673cb7465d4b94dfcd3e8ea2e1abdad9'/>
<id>e58d75f0673cb7465d4b94dfcd3e8ea2e1abdad9</id>
<content type='text'>
to prevent strange memory corruption crashes due to
mismatch between header and library versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to prevent strange memory corruption crashes due to
mismatch between header and library versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2014-06-19T11:47:21+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-06-19T11:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=77da984614ae462912a1896ba1bb73c798ffd4f8'/>
<id>77da984614ae462912a1896ba1bb73c798ffd4f8</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-ec-mem-leak/OTP-11999' into maint</title>
<updated>2014-06-19T11:44:11+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2014-06-19T11:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1af8998028f77b4ca01c52972a5983b072ef02d1'/>
<id>1af8998028f77b4ca01c52972a5983b072ef02d1</id>
<content type='text'>
* sverk/crypto-ec-mem-leak/OTP-11999:
  crypto: Fix memory leak of EC "keys" and "points"
  crypto: Fix crypto for debug and valgrind
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverk/crypto-ec-mem-leak/OTP-11999:
  crypto: Fix memory leak of EC "keys" and "points"
  crypto: Fix crypto for debug and valgrind
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fix memory leak of EC "keys" and "points"</title>
<updated>2014-06-18T14:40:55+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2014-06-18T14:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e04f2d1e62aa76f0ffe4ad36dccd843cc89b9ae'/>
<id>3e04f2d1e62aa76f0ffe4ad36dccd843cc89b9ae</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 crypto for debug and valgrind</title>
<updated>2014-06-17T18:17:40+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2014-06-17T18:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=70c6e5a1baa326c9809851e00b8849cb6706f812'/>
<id>70c6e5a1baa326c9809851e00b8849cb6706f812</id>
<content type='text'>
without relying on opt-version has been built.

Removed ASSERT to make crypto_callback.debug.so work without
dynamic linking to libcrypto.so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
without relying on opt-version has been built.

Removed ASSERT to make crypto_callback.debug.so work without
dynamic linking to libcrypto.so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pguyot/fix_srp' into maint</title>
<updated>2014-06-11T08:52:50+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2014-06-11T08:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0bbe935474b3548a80925423ad625be842d00479'/>
<id>0bbe935474b3548a80925423ad625be842d00479</id>
<content type='text'>
* pguyot/fix_srp:
  Fix bug in SRP implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pguyot/fix_srp:
  Fix bug in SRP implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fix memory leak in some error cases</title>
<updated>2014-05-26T15:09:54+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2014-05-26T15:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fb6d7a6e6eacc7767fd5faf262eda6791de44fe7'/>
<id>fb6d7a6e6eacc7767fd5faf262eda6791de44fe7</id>
<content type='text'>
sign(dss,) and compute_key(dh,)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sign(dss,) and compute_key(dh,)
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fix memory leak in hmac stream functions</title>
<updated>2014-05-26T14:18:41+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2014-05-26T14:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d282da3510b56313feb7c52e7844880f4d87d088'/>
<id>d282da3510b56313feb7c52e7844880f4d87d088</id>
<content type='text'>
The context was never deallocated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The context was never deallocated.
</pre>
</div>
</content>
</entry>
</feed>
