Skip to content

Commit

Permalink
removed unnecessary file
Browse files Browse the repository at this point in the history
updates for CONTRIBUTORS and release notes for 1.63
  • Loading branch information
dghgit committed Sep 9, 2019
1 parent 8cd5e2f commit 0954e1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<li>Cagdas Cirit &lt;cagdascirit&#064gmail.com&gt; subjectAlternativeName fix for x509CertStoreSelector.</li>
<li>Harakiri &lt;harakiri_23&#064yahoo.com&gt; datahandler patch for attached parts in SMIME signatures.</li>
<li>Pedro Henriques &lt;pmahenriques&#064gmail.com&gt; explicit bounds checking for DESKeyGenerator, code simplification for OAEPEncoding.</li>
<li>Lothar Kimmeringer &lt;job&#064kimmeringer.de&gt; verbose mode for ASN1Dump, support for DERExternal.</li>
<li>Lothar Kimmeringer &lt;job&#064kimmeringer.de&gt; verbose mode for ASN1Dump, support for DERExternal, DNS performance fix for S/MIME API.</li>
<li>Richard Farr &lt;rfarr.se&#064gmail.com&gt; initial SRP-6a implementation.</li>
<li>Thomas Castiglione &lt;castiglione&#064au.ibm.com&gt; patch to encoding for CRMF OptionalValidity.</li>
<li>Elisabetta Romani &lt;eromani&#064sogei.it&gt; patch for recognising multiple counter signatures.</li>
Expand Down
10 changes: 9 additions & 1 deletion docs/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>2.0 Release History</h2>

<h3>2.1.1 Version</h3>
Release: 1.63<br/>
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2019
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2019, September 10th.
<h3>2.1.2 Defects Fixed</h3>
<ul>
<li>The ASN.1 parser would throw a large object exception for some objects which could be safely parsed. This has been fixed.</li>
Expand All @@ -37,6 +37,11 @@ <h3>2.1.2 Defects Fixed</h3>
<li>TLS: Fix X448 support in JcaTlsCrypto.</li>
<li>Fixed field reduction for secp128r1 custom curve.</li>
<li>Fixed unsigned multiplications in X448 field squaring.</li>
<li>Some issues over subset Name Constraint validation in the CertPath analyser have now been fixed.</li>
<li>TimeStampResponse.getEncoded() could throw an exception if the TimeStampToken was null. This has been fixed.</li>
<li>Unnecessary memory usage in the ARGON2 implementation has been removed.</li>
<li>Param-Z in the GOST-28147 algorithm was not resolving correctly. This has been fixed.</li>
<li>It is now possible to specify different S-Box parameters for the GOST 28147-89 MAC.</li>
</ul>

<h3>2.1.3 Additional Features and Functionality</h3>
Expand All @@ -47,6 +52,9 @@ <h3>2.1.3 Additional Features and Functionality</h3>
<li>Support for the ZUC-128 and ZUC-256 ciphers and MACs has been added to the provider and the lightweight API.</li>
<li>Support has been added for ChaCha20-Poly1305 AEAD mode from RFC 7539.</li>
<li>Improved performance for multiple ECDSA verifications using same public key.</li>
<li>Support for PBKDF2withHmacSM3 has been added to the BC provider.</li>
<li>The S/MIME API has been fixed to avoid unnecessary delays due to DNS resolution of a hosts name in internal MimeMessage preparation.</li>
<li>The valid path for EST services has been updated to cope with the characters used in the Aruba clearpass EST implementation.</li>
</ul>

<h3>2.2.1 Version</h3>
Expand Down

This file was deleted.

0 comments on commit 0954e1e

Please sign in to comment.