summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2020-12-10 16:13:27 +1100
committerDavid Hook <dgh@cryptoworkshop.com>2020-12-10 16:13:27 +1100
commit9bd4907780ab1e210c218fd1e77a4dd3cb7af0f6 (patch)
tree4e862dc07319855886421f52d0bf9620d6597adc
parentMerge remote-tracking branch 'origin/master' (diff)
parentAdd defect fixed for 1.8.9 (diff)
downloadBouncyCastle.NET-ed25519-9bd4907780ab1e210c218fd1e77a4dd3cb7af0f6.tar.xz
Merge remote-tracking branch 'origin/master'
-rw-r--r--crypto/Contributors.html3
-rw-r--r--crypto/Readme.html4
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>