<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto, branch OTP_R14B04</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>2011-10-04T10:06:58+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2011-10-04T10:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b6dc1a844eab061d0a7153d46e7e68296f15a504'/>
<id>b6dc1a844eab061d0a7153d46e7e68296f15a504</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 'sverker/revert-md2-With-RSA-Encryption' into dev</title>
<updated>2011-09-28T09:49:47+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2011-09-28T09:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2fa5d1e5146513f933c584c9bd444b7f03793820'/>
<id>2fa5d1e5146513f933c584c9bd444b7f03793820</id>
<content type='text'>
* sverker/revert-md2-With-RSA-Encryption:
  Revert "Prepare for release"
  Revert "Support md2WithRSAEncryption certificates in public_key"
  Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/revert-md2-With-RSA-Encryption:
  Revert "Prepare for release"
  Revert "Support md2WithRSAEncryption certificates in public_key"
  Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4"
</pre>
</div>
</content>
</entry>
<entry>
<title>Change static link test of ssl to dynamic</title>
<updated>2011-09-22T12:28:30+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-09-22T12:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=276afa6f6e2bf7b70c5f0e2f01d6d5eb97443dd3'/>
<id>276afa6f6e2bf7b70c5f0e2f01d6d5eb97443dd3</id>
<content type='text'>
Only used for commercial builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only used for commercial builds
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4"</title>
<updated>2011-09-21T14:08:04+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2011-09-20T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8d44ffaa66bf096a6679a7720f1f85af33f82668'/>
<id>8d44ffaa66bf096a6679a7720f1f85af33f82668</id>
<content type='text'>
This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cr/md2-With-RSA-Encryption' into dev</title>
<updated>2011-09-20T08:33:04+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-09-20T08:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4b18ef90369c52a9344b851025519f397ccb8543'/>
<id>4b18ef90369c52a9344b851025519f397ccb8543</id>
<content type='text'>
* cr/md2-With-RSA-Encryption:
  Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5
  Support md2WithRSAEncryption certificates in public_key
  Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4

OTP-9554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cr/md2-With-RSA-Encryption:
  Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5
  Support md2WithRSAEncryption certificates in public_key
  Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4

OTP-9554
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/crypto-rand_uniform-negative/OTP-9526' into dev</title>
<updated>2011-09-19T09:04:58+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2011-09-19T09:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=307c06863caebcd63f98c010a31a0263890af9b4'/>
<id>307c06863caebcd63f98c010a31a0263890af9b4</id>
<content type='text'>
* sverker/crypto-rand_uniform-negative/OTP-9526:
  [crypto] Fix rand_uniform for negative values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/crypto-rand_uniform-negative/OTP-9526:
  [crypto] Fix rand_uniform for negative values
</pre>
</div>
</content>
</entry>
<entry>
<title>[crypto] Fix rand_uniform for negative values</title>
<updated>2011-09-07T09:09:43+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2011-09-07T09:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=02b8d9b4d669ae215b1c2423fa961db1b69a487f'/>
<id>02b8d9b4d669ae215b1c2423fa961db1b69a487f</id>
<content type='text'>
Also let it throw badarg if 'Hi' is not larger than 'Lo'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also let it throw badarg if 'Hi' is not larger than 'Lo'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5</title>
<updated>2011-09-06T17:45:44+00:00</updated>
<author>
<name>Christian von Roques</name>
<email>roques@mti.ag</email>
</author>
<published>2011-09-06T17:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6cd2fa9346d51ab936873d96b5c96bf5c15ddcf0'/>
<id>6cd2fa9346d51ab936873d96b5c96bf5c15ddcf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4</title>
<updated>2011-09-06T17:45:11+00:00</updated>
<author>
<name>Christian von Roques</name>
<email>roques@mti.ag</email>
</author>
<published>2011-09-06T17:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=82897cc8f399fab832148711b586215c9a3f7af1'/>
<id>82897cc8f399fab832148711b586215c9a3f7af1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix win32 OpenSSL static linking broken in 20c9d6e</title>
<updated>2011-08-11T10:53:03+00:00</updated>
<author>
<name>Dave Cottlehuber</name>
<email>dave@muse.net.nz</email>
</author>
<published>2011-08-11T01:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=52230a417ad005711876132d144b3fe8a72d7e8e'/>
<id>52230a417ad005711876132d144b3fe8a72d7e8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
