Skip to content

Commit cc7fbb6

Browse files
committed
Update versions and release notes for 1.8.10
1 parent fd0d2d4 commit cc7fbb6

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

Diff for: crypto/NBuild.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<property name="dist-path" value="./dist"/>
1717

1818
<!-- Version -->
19-
<property name="version" value="1.8.9"/>
19+
<property name="version" value="1.8.10"/>
2020
<property name="name" value="BouncyCastle.Crypto"/>
2121

2222
<property name="OPTIONAL_STRONG_NAME" value="" />

Diff for: crypto/Readme.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,13 @@ <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3>
308308
<hr style="WIDTH: 100%; HEIGHT: 2px">
309309
<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
310310

311-
<h4><a class="mozTocH4" name="mozTocId85324"></a>Release 1.8.10, TBD</h4>
311+
<h4><a class="mozTocH4" name="mozTocId85324"></a>Release 1.8.10, Tuesday February 16, 2021</h4>
312312

313+
<h5>Defects Fixed</h5>
314+
<ul>
315+
<li>Fixed CMS signature verification for RSASSA-PSS when signed attributes are not present.</li>
316+
<li>The output size for SHAKE128 (SHAKE256) when used as a fixed-length digest is now 256 (512) bits (also applies to cSHAKE).</li>
317+
</ul>
313318
<h5>Additional Notes</h5>
314319
<ul>
315320
<li>
@@ -326,7 +331,7 @@ <h5>Defects Fixed</h5>
326331
</ul>
327332
<h5>Additional Features and Functionality</h5>
328333
<ul>
329-
<li>Added CSHAKE digest and KMAC.</li>
334+
<li>Added cSHAKE digest and KMAC.</li>
330335
<li>Added support for PKCS#5 Scheme 2 to Pkcs12Store.</li>
331336
<li>Improved performance for GCM.</li>
332337
</ul>

Diff for: crypto/src/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
// You can specify all the values or you can default the Revision and Build Numbers
3434
// by using the '*' as shown below:
3535

36-
[assembly: AssemblyVersion("1.8.9.0")]
37-
[assembly: AssemblyFileVersion("1.8.20343.1")]
38-
[assembly: AssemblyInformationalVersion("1.8.9")]
36+
[assembly: AssemblyVersion("1.8.10.0")]
37+
[assembly: AssemblyFileVersion("1.8.21047.1")]
38+
[assembly: AssemblyInformationalVersion("1.8.10")]
3939

4040
//
4141
// In order to sign your assembly you must specify a key to use. Refer to the

0 commit comments

Comments
 (0)