Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Oct 21, 2017
1 parent 4233d4c commit b907326
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ <h3>2.1.2 Defects Fixed</h3>
<li>An edge condition in Blake2b for hashes on data with a length in the range of 2**64 - 127 to 2**64 has been identifed and fixed.</li>
<li>The ISO Trailer for SHA512/256 used in X9.31 and ISO9796-2 signatures was incorrect. This has beem fixed.</li>
<li>The BCJSSE SSLEngine implementation now correctly unwraps only whole records.</li>
<li>The curve parameters for tc26_gost_3410_12_256_paramSetA were incorrect. These have been fixed.</li>
</ul>
<h3>2.2.3 Additional Features and Functionality</h3>
<ul>
Expand All @@ -44,6 +45,7 @@ <h3>2.2.3 Additional Features and Functionality</h3>
<li>The BCJSSE provider now supports the jdk.tls.namedGroups system property.</li>
<li>EC key generation and signing now use cache-timing resistant table lookups.</li>
<li>Performance of the DSTU algorithms has been greatly improved.</li>
<li>Support has been added for generating certificates and signatures in the PKIX API using SHA-3 based digests.</li>
</ul>

<h3>2.2.1 Version</h3>
Expand Down Expand Up @@ -132,7 +134,7 @@ <h3>2.4.2 Defects Fixed</h3>
<li>See section 2.1.4 for Security Defects.</li>
<li>Using unknown status with the ASN.1 CertStatus primitive could result in an IllegalArgumentException on construction. This has been fixed.</li>
<li>A potentional NullPointerException in a precomputation in WNafUtil has been removed.</li>
<li>PGPUtil.getDecoderStream() would throw something other than an IOException for empty and very small data. This has been fixed.
<li>PGPUtil.getDecoderStream() would throw something other than an IOException for empty and very small data. This has been fixed.</li>
</ul>
<h3>2.4.3 Additional Features and Functionality</h3>
<ul>
Expand Down

0 comments on commit b907326

Please sign in to comment.