<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto/test, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[crypto] Add engine_ctrl_cmd_string() to API</title>
<updated>2017-12-04T13:37:30+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-12-01T09:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4f43c3962b552d67fe2a25579c92ebfba97e2b21'/>
<id>4f43c3962b552d67fe2a25579c92ebfba97e2b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: engine_SUITE update</title>
<updated>2017-12-01T13:47:35+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-29T11:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e3a55e0e3d9772b89bcad88e88d914ac2477d2e5'/>
<id>e3a55e0e3d9772b89bcad88e88d914ac2477d2e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Fixes to make privkey_to_pubkey behave similar to other functions</title>
<updated>2017-11-21T11:16:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-21T11:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2'/>
<id>6817c0a02c1271d5c92a4fbceafaf71a0cb7e5e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Correct and extends tests of key fetching/usage</title>
<updated>2017-11-20T15:56:39+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-20T15:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb1b3046fb606cdecc6ba275d96bee89f0502355'/>
<id>bb1b3046fb606cdecc6ba275d96bee89f0502355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Extend engine_SUITE with tests of the pub key extraction from priv keys</title>
<updated>2017-11-10T11:27:47+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-10-26T13:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=646f2984a2c18972bfc9374dee364b0a25db7f4a'/>
<id>646f2984a2c18972bfc9374dee364b0a25db7f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Extend engine_SUITE with tests of the pub/priv key fetches</title>
<updated>2017-11-10T11:20:31+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-10-26T13:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=50d829f019320ba28f5da8b4068e1ad051dede00'/>
<id>50d829f019320ba28f5da8b4068e1ad051dede00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[crypto] Add support for loading an alternative Engine</title>
<updated>2017-11-10T09:24:31+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-06-22T11:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b950289736287275307f1b5579d82c3bd2271db9'/>
<id>b950289736287275307f1b5579d82c3bd2271db9</id>
<content type='text'>
Add support to plug in alternative implementations for
some or all of the cryptographic operations supported by
the OpenSSL Engine API.
When configured appropriately, OpenSSL calls the engine's
implementation of these operations instead of its own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to plug in alternative implementations for
some or all of the cryptographic operations supported by
the OpenSSL Engine API.
When configured appropriately, OpenSSL calls the engine's
implementation of these operations instead of its own.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: disable tests of non-working assymetric ciphers</title>
<updated>2017-10-04T08:48:59+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-09-28T17:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6a65091780893820220c55f1beae8ffa234c2fc5'/>
<id>6a65091780893820220c55f1beae8ffa234c2fc5</id>
<content type='text'>
ECDSA and DSA (DSS) public/private encryption/decryption does not work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ECDSA and DSA (DSS) public/private encryption/decryption does not work
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Added pkey_crypt_nif from PR838</title>
<updated>2017-10-04T08:48:58+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-09-22T11:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c448b6931c80c3e08232f01b15e3215216ff386'/>
<id>4c448b6931c80c3e08232f01b15e3215216ff386</id>
<content type='text'>
Testcases for ECDSA and DSA encrypt/decrypt and some other adaptions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testcases for ECDSA and DSA encrypt/decrypt and some other adaptions
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: test case for sign/verify ecdsa with sha256 etc</title>
<updated>2017-07-07T12:31:49+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-07-07T10:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0841976a87ac6eabcfee8d7f194d090b2790d0ff'/>
<id>0841976a87ac6eabcfee8d7f194d090b2790d0ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
