Skip to content

Commit

Permalink
Update release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Sep 6, 2019
1 parent 43179d8 commit 967f5bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
<li>Andreas Gadermaier &lt;up.gadermaier&#064gmail.com&gt; initial version of Argon2 PBKDF algorithm.</li>
<li>Tony Washer &lt;[email protected]&gt; review of qTesla, Java 1.9 module code, additional test code and debugging for GOST, DSTU, and ECNR algorithms. Initial lightweight implementation of the ZUC ciphers and macs.</li>
<li>Vincent Bouckaert &lt;https://github.com/veebee&gt; initial version of RFC 4998 ASN.1 classes.</li>
<li>Tony Washer &lt;https://github.com/tonywasher&gt; ECIESKeyEncapsulation fix for use of OldCofactor mode.</li>
<li>Tony Washer &lt;https://github.com/tonywasher&gt; ECIESKeyEncapsulation fix for use of OldCofactor mode. Submitted ChaCha20Poly1305 prototype.</li>
<li>Aurimas Liutikas &lt;https://github.com/liutikas&gt; JavaDoc patches to ReasonsMask.</li>
<li>Gabriel Sroka &lt;https://github.com/gabrielsroka&gt; corrected comments in RSA validation.</li>
<li>sarah-mdv &lt;https://github.com/sarah-mdv&gt; improvements to JceKeyTransRecipientInfoGenerator, tests for JournalingSecureRandom, initial implementation of JournaledAlgorithm.</li>
Expand All @@ -510,6 +510,7 @@
<li>Daniel Heldt&lt;https://github.com/dheldt&gt; Fixing encodings in unicode tests to allow a wider range of Java compilers to work. Tweak to inheritance in JceKeyAgreeRecipient.</li>
<li>Ugochukwu Mmaduekwe&lt;https://github.com/Xor-el&gt; Fix for initially bugged legacy Integers.numberOfLeadingZeros method.</li>
<li>Gsealy &lt;https://github.com/Gsealy&gt; addition of PBKDF2withHmacSM3 to the provider.</li>
<li>Kevin Herron &lt;https://github.com/kevinherron&gt; Submitted ChaCha20Poly1305 prototype.</li>
</ul>
</body>
</html>
6 changes: 6 additions & 0 deletions docs/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ <h3>2.1.2 Defects Fixed</h3>
<li>The DSTU MACs would throw an exception if the key was a multiple of the size as the MAC's underlying buffer size. This has been fixed.</li>
<li>EdEC and QTESLA were not previously usable with the post Java 9 module structure. This is now fixed.
<li>ECNR was not correctly bounds checking the input and could produce invalid signatures. This is now fixed.</li>
<li>ASN.1: Enforce no leading zeroes in OID branches (longer than 1 character).</li>
<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>
</ul>

<h3>2.1.3 Additional Features and Functionality</h3>
Expand All @@ -41,6 +45,8 @@ <h3>2.1.3 Additional Features and Functionality</h3>
<li>Support has been added for generating Ed25519/Ed448 signed certificates.</li>
<li>A method for recovering the message/digest value from an ECNR signature has been added.</li>
<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>
</ul>

<h3>2.2.1 Version</h3>
Expand Down

0 comments on commit 967f5bf

Please sign in to comment.