Skip to content

Commit 4e965d9

Browse files
committed
Update Readme for 2.5.0
1 parent b788586 commit 4e965d9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

crypto/Readme.html

+33
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ <h3><a class="mozTocH3" name="mozTocId685176"></a>Contents:<br /></h3>
3131
<li>
3232
<a href="#mozTocId3413">Notes:</a>
3333
<ol>
34+
<li>
35+
<a href="#mozTocId9020500">Release 2.5.0</a>
3436
<li>
3537
<a href="#mozTocId9020400">Release 2.4.0</a>
3638
<li>
@@ -333,6 +335,37 @@ <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3>
333335
<hr style="WIDTH: 100%; HEIGHT: 2px">
334336
<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
335337

338+
<h4><a class="mozTocH4" name="mozTocId9020500"></a>Release 2.5.0, Sunday December 1, 2024</h4>
339+
<h5>Defects Fixed</h5>
340+
<ul>
341+
<li>Fixed tag for unprotectedAttrs field of Asn1.Cms.EncryptedData (regression in 2.4.0).</li>
342+
<li>X509Name: Fixed whitespace escaping on output, and NameAtBirth lookup.</li>
343+
</ul>
344+
<h5>Additional Features and Functionality</h5>
345+
<ul>
346+
<li>Added support for modified UTF-8 in JKS.</li>
347+
<li>(D)TLS: Removed redundant verification of self-generated RSA signatures.</li>
348+
<li>Added support for the PQC algorithms ML-DSA (including pre-hash), ML-KEM, and SLH-DSA (including pre-hash).</li>
349+
<li>Added ParametersWithContext class to support signature contexts for ML-DSA and SLH-DSA.</li>
350+
<li>Added support for Argon2.</li>
351+
<li>TLS: Added draft ML-KEM support (draft-connolly-tls-mlkem-key-agreement-03).</li>
352+
<li>
353+
Ascon: Implemented latest algorithms: AsconHash256, AsconXof128, AsconCXof128, AsconAead128; deprecated
354+
prototypes: AsconDigest, AsconXof, AsconEngine.
355+
</li>
356+
</ul>
357+
<h5>Additional Notes</h5>
358+
<ul>
359+
<li>
360+
To avoid potential intellectual property issues, Kyber (precursor of ML-KEM) was completely removed.
361+
Since that already created a backward compatibility break, we took the opportunity to also remove SIKE.
362+
</li>
363+
<li>
364+
See the (cumulative) list of GitHub pull requests that we have accepted at
365+
<a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>.
366+
</li>
367+
</ul>
368+
336369
<h4><a class="mozTocH4" name="mozTocId9020400"></a>Release 2.4.0, Monday May 27, 2024</h4>
337370
<h5>Defects Fixed</h5>
338371
<ul>

0 commit comments

Comments
 (0)