summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Contributors.html6
-rw-r--r--crypto/Readme.html26
2 files changed, 28 insertions, 4 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html
index 1f8ef780c..953b26ee1 100644
--- a/crypto/Contributors.html
+++ b/crypto/Contributors.html
@@ -268,9 +268,9 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s
 	    <li>
 		<p>Matthew Sitton (https://github.com/mdsitton) - Addition of missing ALPN Protocol names.</p>
 	    </li>
-	    <li>
-			<p>Jozef Gajdo&scaron; (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix, improved thread-safe singleton code (e.g. X509Certificate/X509Crl cached encoding), SubjectPublicKeyInfo support in OpenSsl.PemWriter, fixed PSS raw signing over spans.</p>
-	    </li>
+        <li>
+            <p>Jozef Gajdo&scaron; (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix, improved thread-safe singleton code (e.g. X509Certificate/X509Crl cached encoding), SubjectPublicKeyInfo support in OpenSsl.PemWriter, fixed PSS raw signing over spans.</p>
+        </li>
 		<li>
 			<p>Ben Adams (https://github.com/benaadams) - Performance optimization for AES-NI.</p>
 		</li>
diff --git a/crypto/Readme.html b/crypto/Readme.html
index 76afc29a4..98b7dee72 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -32,6 +32,8 @@
                                 <a href="#mozTocId3413">Notes:</a>
                                 <ol>
                                     <li>
+                                        <a href="#mozTocId9020400">Release 2.4.0</a>
+                                    <li>
                                         <a href="#mozTocId85332">Release 2.3.1</a>
                                     <li>
                                         <a href="#mozTocId85331">Release 2.3.0</a>
@@ -331,13 +333,35 @@
         <hr style="WIDTH: 100%; HEIGHT: 2px">
         <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
 
-        <h4><a class="mozTocH4" name="mozTocId85332"></a>Release 2.3.1, TBD</h4>
+        <h4><a class="mozTocH4" name="mozTocId9020400"></a>Release 2.4.0, TBD</h4>
         <h5>Defects Fixed</h5>
         <ul>
+        </ul>
+        <h5>Additional Features and Functionality</h5>
+        <ul>
+        </ul>
+        <h5>Additional Notes</h5>
+        <ul>
+            <li>
+                See the (cumulative) list of GitHub pull requests that we have accepted at
+                <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>.
+            </li>
+        </ul>
+
+        <h4><a class="mozTocH4" name="mozTocId85332"></a>Release 2.3.1, Tuesday May 7, 2024</h4>
+        <h5>Defects Fixed</h5>
+        <ul>
+            <li>TLS: Fixed timing side-channel for RSA key exchange ("The Marvin Attack").</li>
             <li>PSS: Fixed regression in 2.3.0 when updating signer from a span.</li>
+            <li>
+                EdDSA: Fixed verification infinite loop (regression in 2.1.0)
+                - see <a href="https://github.com/bcgit/bc-java/issues/1599">corresponding bc-java issue</a>.
+            </li>
         </ul>
         <h5>Additional Features and Functionality</h5>
         <ul>
+            <li>ASN.1: Limited OID contents to 4096 bytes.</li>
+            <li>EC: Restricted m value in F2m curves.</li>
         </ul>
         <h5>Additional Notes</h5>
         <ul>