<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/crypto/src, 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: fix pubkey_to_privkey</title>
<updated>2017-12-01T13:47:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-28T11:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8'/>
<id>bd4fc9ce5e7fc0feab83e0452511dfdd17ae4ec8</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: Add privkey_to_pubkey/2 to get the public key from a priv key in an Engine</title>
<updated>2017-11-10T11:27:47+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-10-31T14:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e394689e748ac582c6b4556e41556137c583b21a'/>
<id>e394689e748ac582c6b4556e41556137c583b21a</id>
<content type='text'>
Only RSA and DSA so far.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only RSA and DSA so far.
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Define and export some types for engine</title>
<updated>2017-11-10T11:20:31+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-11-01T16:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=218ad10d42af1e2b61fc63dd8c7523972e87ad99'/>
<id>218ad10d42af1e2b61fc63dd8c7523972e87ad99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Enable using pub/priv PKCS8 keys stored in an Engine</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:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f5c169e343c62e57c2a640186b1ff77ce7ce8620'/>
<id>f5c169e343c62e57c2a640186b1ff77ce7ce8620</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: 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: tests for rsa sign/verify from PR838</title>
<updated>2017-07-07T12:31:49+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-07-06T10:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ee9df8b9518bd669b062fe2c7273d44adc015da1'/>
<id>ee9df8b9518bd669b062fe2c7273d44adc015da1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: pk verify with new function from PR838</title>
<updated>2017-07-07T12:31:48+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-07-04T18:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c77d224cab6481178e9d1db4fcfdb79b11af2ba1'/>
<id>c77d224cab6481178e9d1db4fcfdb79b11af2ba1</id>
<content type='text'>
Same comment as previous commit applies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same comment as previous commit applies.
</pre>
</div>
</content>
</entry>
</feed>
