<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto/test, 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 test of x448 &amp; x25519 curves</title>
<updated>2019-07-30T11:18:36+00:00</updated>
<author>
<name>Bernard Kolobara</name>
<email>bernard.kolobara@gmail.com</email>
</author>
<published>2019-07-30T11:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c1b2fb98bcebe12b6a63c2b541f2eb7e0bbbc115'/>
<id>c1b2fb98bcebe12b6a63c2b541f2eb7e0bbbc115</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>crypto: Begin test of the new mac interface directly.</title>
<updated>2019-06-14T11:33:07+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-05-22T13:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e4afb9b62bfcfc2e89ffb893163c2bd374ec7865'/>
<id>e4afb9b62bfcfc2e89ffb893163c2bd374ec7865</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Re-structure cmac and hmac test vector handling</title>
<updated>2019-06-14T11:33:07+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-05-22T12:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ae4c8e6ee26e3c606054e4a845ac06f95ade1e57'/>
<id>ae4c8e6ee26e3c606054e4a845ac06f95ade1e57</id>
<content type='text'>
as a preparation for a unified cmac and hmac test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as a preparation for a unified cmac and hmac test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Enable CMAC tests for aes-128-cbc and aes-256-cbc</title>
<updated>2019-06-14T11:33:07+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-05-22T11:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d4a31cc2e2b7b405baff620f727cc5398833a21'/>
<id>2d4a31cc2e2b7b405baff620f727cc5398833a21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branches 'hans/crypto/new_supports_1/OTP-15771', 'hans/ssh/new_supports', 'hans/crypto/remove_warnings' and 'hans/ssh/remove_warnings'</title>
<updated>2019-04-18T09:07:13+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-18T09:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c6c59b4cdadeeba5edcb88e86c32418226775dc2'/>
<id>c6c59b4cdadeeba5edcb88e86c32418226775dc2</id>
<content type='text'>
* hans/crypto/new_supports_1/OTP-15771:
  crypto: New function supports/1

* hans/ssh/new_supports:
  ssh: Use new api for aead ciphers
  ssh: Use correct names of ciphers

* hans/crypto/remove_warnings:
  ssh: Fix deprecation warnings in tests
  crypto: Remove unused var warning in tests

* hans/ssh/remove_warnings:
  ssh: Fix deprecation warnings in tests
  ssh: Remove unused function warning in tests
  ssh: Remove unused var warning in tests
  ssh: Remove unused var warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/crypto/new_supports_1/OTP-15771:
  crypto: New function supports/1

* hans/ssh/new_supports:
  ssh: Use new api for aead ciphers
  ssh: Use correct names of ciphers

* hans/crypto/remove_warnings:
  ssh: Fix deprecation warnings in tests
  crypto: Remove unused var warning in tests

* hans/ssh/remove_warnings:
  ssh: Fix deprecation warnings in tests
  ssh: Remove unused function warning in tests
  ssh: Remove unused var warning in tests
  ssh: Remove unused var warning
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix deprecation warnings in tests</title>
<updated>2019-04-17T14:37:12+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-17T11:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f16b3782207c23eb02aaa52460b889be0546a5f3'/>
<id>f16b3782207c23eb02aaa52460b889be0546a5f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Remove unused var warning in tests</title>
<updated>2019-04-17T14:37:12+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-17T11:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7d67a9e83afe2fe917f5faadba86d3f482218804'/>
<id>7d67a9e83afe2fe917f5faadba86d3f482218804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: New function supports/1</title>
<updated>2019-04-17T14:35:20+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-16T10:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c500d66b68ff0fe174128926318f3eead4dcbb15'/>
<id>c500d66b68ff0fe174128926318f3eead4dcbb15</id>
<content type='text'>
Takes argument hashs, public_keys, ciphers, macs, curves or rsa_opts.  Returns the algorithm names, but ONLY the openssl names.  supports/0 still returns aliases and misspellings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Takes argument hashs, public_keys, ciphers, macs, curves or rsa_opts.  Returns the algorithm names, but ONLY the openssl names.  supports/0 still returns aliases and misspellings.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)'</title>
<updated>2019-04-11T11:02:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-09T10:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f'/>
<id>bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
