File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 16
16
<property name =" dist-path" value =" ./dist" />
17
17
18
18
<!-- Version -->
19
- <property name =" version" value =" 1.8.9 " />
19
+ <property name =" version" value =" 1.8.10 " />
20
20
<property name =" name" value =" BouncyCastle.Crypto" />
21
21
22
22
<property name =" OPTIONAL_STRONG_NAME" value =" " />
Original file line number Diff line number Diff line change @@ -308,8 +308,13 @@ <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3>
308
308
< hr style ="WIDTH: 100%; HEIGHT: 2px ">
309
309
< h3 > < a class ="mozTocH3 " name ="mozTocId3413 "> </ a > Notes:</ h3 >
310
310
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 >
312
312
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 >
313
318
< h5 > Additional Notes</ h5 >
314
319
< ul >
315
320
< li >
@@ -326,7 +331,7 @@ <h5>Defects Fixed</h5>
326
331
</ ul >
327
332
< h5 > Additional Features and Functionality</ h5 >
328
333
< ul >
329
- < li > Added CSHAKE digest and KMAC.</ li >
334
+ < li > Added cSHAKE digest and KMAC.</ li >
330
335
< li > Added support for PKCS#5 Scheme 2 to Pkcs12Store.</ li >
331
336
< li > Improved performance for GCM.</ li >
332
337
</ ul >
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Revision and Build Numbers
34
34
// by using the '*' as shown below:
35
35
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 " ) ]
39
39
40
40
//
41
41
// In order to sign your assembly you must specify a key to use. Refer to the
You can’t perform that action at this time.
0 commit comments