<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/public_key/src, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>public_key: Use another time in test certificates</title>
<updated>2019-08-21T08:14:12+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-08-20T11:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5451bb1dd5a831704c9ec2d7eda940c4c3496d43'/>
<id>5451bb1dd5a831704c9ec2d7eda940c4c3496d43</id>
<content type='text'>
Some OpenSSL versions has problems handling the current selected time
causing interop tests to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some OpenSSL versions has problems handling the current selected time
causing interop tests to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/public_key/PEBS2-AES/ERL-952/OTP-15870' into maint</title>
<updated>2019-06-11T07:43:08+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-06-11T07:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7742555c6f88133c60639e5db464d90495bb943a'/>
<id>7742555c6f88133c60639e5db464d90495bb943a</id>
<content type='text'>
* ingela/public_key/PEBS2-AES/ERL-952/OTP-15870:
  public_key: Add AES to PBE2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/public_key/PEBS2-AES/ERL-952/OTP-15870:
  public_key: Add AES to PBE2
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key: Add AES to PBE2</title>
<updated>2019-06-10T10:31:19+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-05-28T17:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20d0c9200862d5e725100b5b1bc26efb28a37a7d'/>
<id>20d0c9200862d5e725100b5b1bc26efb28a37a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key: Update dialyzer specs to better conform to accepted input</title>
<updated>2019-05-22T09:47:53+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-05-22T09:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dd4031ee30933d221afd1446757b186f6847281f'/>
<id>dd4031ee30933d221afd1446757b186f6847281f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key: Accept digest types 'sha1' and 'sha'</title>
<updated>2019-04-17T14:12:04+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-04-17T12:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=55ae19580db44190309a9ec2c88e6f33cf47bf31'/>
<id>55ae19580db44190309a9ec2c88e6f33cf47bf31</id>
<content type='text'>
Update type spec for digest_type() to reflect that functions
with this type accept the (wrong) atom 'sha1'. The right
behavior would be to only accept 'sha' as that is the only
valid value of crypto:sha1().

Update rsa_digest_oid/1 and ecdsa_digest_oid/1 to accept digest
'sha'.

Change-Id: I03219396b797435298e098e03b93286b352e07e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update type spec for digest_type() to reflect that functions
with this type accept the (wrong) atom 'sha1'. The right
behavior would be to only accept 'sha' as that is the only
valid value of crypto:sha1().

Update rsa_digest_oid/1 and ecdsa_digest_oid/1 to accept digest
'sha'.

Change-Id: I03219396b797435298e098e03b93286b352e07e2
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key: Let options down to crypto from public_encrypt etc</title>
<updated>2019-04-11T10:56:18+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-09T13:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a171c391cb3c27376e8ea72f4472012005e248e4'/>
<id>a171c391cb3c27376e8ea72f4472012005e248e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key: Add AES 256 encryption for old PEM encryption mechanism</title>
<updated>2019-03-18T12:32:14+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-03-13T20:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6049796ab041624247d61fd92af68f475f627b96'/>
<id>6049796ab041624247d61fd92af68f475f627b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Enhance documentation after "use-spec-rewrite"</title>
<updated>2019-02-22T09:14:52+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-02-20T14:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3058ef6bb7a2a3f96cfde819976ee7a52be65364'/>
<id>3058ef6bb7a2a3f96cfde819976ee7a52be65364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Use specs to generate type documentation</title>
<updated>2019-02-05T13:43:48+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-09-10T09:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e042afe54727ae490d47eae47c6d9a210f04dd47'/>
<id>e042afe54727ae490d47eae47c6d9a210f04dd47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key: Add ed25519 and ed448 sign/verify</title>
<updated>2018-11-19T16:23:14+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-05-21T10:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cb01e21518a36a14e1a86fa6540f95ddb87c5f1e'/>
<id>cb01e21518a36a14e1a86fa6540f95ddb87c5f1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
