Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Mar 11, 2020
1 parent ef54350 commit 449ec68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@
<li>Tobias Ospelt &lt;tobias&#064pentagrid.ch&gt; Identification of 1.63 regression in ASN.1 parsing.</li>
<li>Phil Glass &lt;https://github.com/PhilGlass&gt; Patch for to allow BC to function on Android 10.</li>
<li>Steven &lt;https://github.com/acid1103&gt; Identified issue with ChaCha20Poly1305 and large files. Identified an overly-eager null check in ChaCha20Poly1305.</li>
<li>Anatoly Zaretsky &lt;https://github.com/azaretsky&gt; Daemon mode patch for entropy gatherer thread.</li>
</ul>
</body>
</html>
1 change: 1 addition & 0 deletions docs/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h3>2.1.2 Defects Fixed</h3>
<li>ChaCha20Poly1305 could fail for large (&gt;~2GB) files. This has been fixed.</li>
<li>ChaCha20Poly1305 could fail for small updates when used via the provider. This has been fixed.</li>
<li>Properties.getPropertyValue could ignore system property when other local overrides set. This has been fixed.</li>
<li>The entropy gathering thread was not running in daemon mode, meaning there could be a delay in an application shutting down due to it. This has been fixed.</li>
</ul>
<h3>2.1.3 Additional Features and Functionality</h3>
<ul>
Expand Down

0 comments on commit 449ec68

Please sign in to comment.