diff options
-rw-r--r-- | crypto/Contributors.html | 3 | ||||
-rw-r--r-- | crypto/Readme.html | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 4362bdf02..d60819e48 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -157,6 +157,9 @@ <li> <p>bkalakrishnan (https://github.com/bkalakrishnan) - reported issue with SecureRandom.NextDouble and advised how to fix.</p> </li> + <li> + <p>BlackthornYugen (https://github.com/BlackthornYugen) - contributed unit tests for NIST ECC..</p> + </li> </ul> </body> </html> diff --git a/crypto/Readme.html b/crypto/Readme.html index 12d48e0a9..936742cf0 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -308,6 +308,10 @@ We state, where EC MQV has not otherwise been disabled or removed: <h4><a class="mozTocH4" name="mozTocId85323"></a>Release 1.8.9, Tuesday December 8, 2020</h4> + <h5>Defects Fixed</h5> + <ul> + <li>The TimeStampToken generator is now using PkcsObjectIdentifiers.IdAASigningCertificateV2 for the generating SigningCertificateV2.</li> + </ul> <h5>Additional Features and Functionality</h5> <ul> <li>Added CSHAKE digest and KMAC.</li> |