summary refs log tree commit diff
path: root/crypto/Readme.html
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r--crypto/Readme.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index e668a84c9..cd117ca64 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -308,8 +308,13 @@ We state, where EC MQV has not otherwise been disabled or removed:
 		<hr style="WIDTH: 100%; HEIGHT: 2px">
 		<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
 
-        <h4><a class="mozTocH4" name="mozTocId85324"></a>Release 1.8.10, TBD</h4>
+        <h4><a class="mozTocH4" name="mozTocId85324"></a>Release 1.8.10, Tuesday February 16, 2021</h4>
 
+        <h5>Defects Fixed</h5>
+        <ul>
+            <li>Fixed CMS signature verification for RSASSA-PSS when signed attributes are not present.</li>
+            <li>The output size for SHAKE128 (SHAKE256) when used as a fixed-length digest is now 256 (512) bits (also applies to cSHAKE).</li>
+        </ul>
         <h5>Additional Notes</h5>
         <ul>
             <li>
@@ -326,7 +331,7 @@ We state, where EC MQV has not otherwise been disabled or removed:
         </ul>
         <h5>Additional Features and Functionality</h5>
         <ul>
-            <li>Added CSHAKE digest and KMAC.</li>
+            <li>Added cSHAKE digest and KMAC.</li>
             <li>Added support for PKCS#5 Scheme 2 to Pkcs12Store.</li>
             <li>Improved performance for GCM.</li>
         </ul>