<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto/c_src, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix return value in case of error</title>
<updated>2019-07-23T07:33:33+00:00</updated>
<author>
<name>Bernard Kolobara</name>
<email>bernard.kolobara@gmail.com</email>
</author>
<published>2019-07-23T07:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc6d70bc727c202860e84ec6cc82081486efbda5'/>
<id>dc6d70bc727c202860e84ec6cc82081486efbda5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ED25519 &amp; ED448 support to crypto:generate_key</title>
<updated>2019-07-22T12:36:37+00:00</updated>
<author>
<name>Bernard Kolobara</name>
<email>bernard.kolobara@gmail.com</email>
</author>
<published>2019-07-19T13:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8cc550ce03309c36e8626206b6a7b758220a9481'/>
<id>8cc550ce03309c36e8626206b6a7b758220a9481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2296 from grisp/sylane/crypto-fix-static-nifs-build</title>
<updated>2019-06-27T12:13:12+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-27T12:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5b26f5846b62c766ec5aba47783ce16f7bfbc3ef'/>
<id>5b26f5846b62c766ec5aba47783ce16f7bfbc3ef</id>
<content type='text'>
crypto: Fix the build of static crypto nifs

OTP-15928</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
crypto: Fix the build of static crypto nifs

OTP-15928</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Adjust VALGRIND decls</title>
<updated>2019-06-26T09:55:41+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-24T13:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6e7af43438f9055babf35239688cd0dd4ac1131b'/>
<id>6e7af43438f9055babf35239688cd0dd4ac1131b</id>
<content type='text'>
Seem to detect false positives
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seem to detect false positives
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fix mem leak detected by valgrind</title>
<updated>2019-06-26T09:55:41+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-24T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dec33cc4bdcc71f139aca9f743967e5d70356932'/>
<id>dec33cc4bdcc71f139aca9f743967e5d70356932</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 the build of static crypto nifs</title>
<updated>2019-06-26T09:01:10+00:00</updated>
<author>
<name>Sebastien Merle</name>
<email>s.merle@gmail.com</email>
</author>
<published>2019-06-19T14:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a6c2a643d190774acd803fb2f105e5fc6846dbc2'/>
<id>a6c2a643d190774acd803fb2f105e5fc6846dbc2</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 FIPS flags for MACs</title>
<updated>2019-06-19T06:52:40+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-17T08:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3ec7fbb6c25752e82571d8cfe7a0f2a596250c70'/>
<id>3ec7fbb6c25752e82571d8cfe7a0f2a596250c70</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 FIPS flags for digests in HMAC</title>
<updated>2019-06-19T06:52:40+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-17T08:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0043ddb78e4b88999b3ad6dbab271b1426cbf8c3'/>
<id>0043ddb78e4b88999b3ad6dbab271b1426cbf8c3</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 FIPS flags for digests</title>
<updated>2019-06-19T06:52:40+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-17T07:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=52944a455694069b0eb22726ba72452065125f1a'/>
<id>52944a455694069b0eb22726ba72452065125f1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Rename cipher fips macro</title>
<updated>2019-06-19T06:52:40+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-06-17T09:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2abc4358d6437287ca9832b91dc0dccc6c048321'/>
<id>2abc4358d6437287ca9832b91dc0dccc6c048321</id>
<content type='text'>
FORBIDDEN_IN_FIPS -&gt; CIPHER_FORBIDDEN_IN_FIPS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FORBIDDEN_IN_FIPS -&gt; CIPHER_FORBIDDEN_IN_FIPS
</pre>
</div>
</content>
</entry>
</feed>
