Skip to content

Commit 88bdeee

Browse files
committed
Merged PR 15105238: Add XMSS^MT self-test
## Description: Replace XMSS self-test with XMSS^MT self-test and update FIPS service indicator for XMSS^MT ## Admin Checklist: - [ ] You have updated documentation in symcrypt.h to reflect any changes in behavior - [ ] You have updated CHANGELOG.md to reflect any changes in behavior - [ ] You have updated symcryptunittest to exercise any new functionality - [ ] If you have introduced any symbols in symcrypt.h you have updated production and test dynamic export symbols (exports.ver / exports.def / symcrypt.src) and tested the updated dynamic modules with symcryptunittest - [ ] If you have introduced functionality that varies based on CPU features, you have manually tested with and without relevant features - [ ] If you have made significant changes to a particular algorithm, you have checked that performance numbers reported by symcryptunittest are in line with expectations - [ ] If you have added new algorithms/modes, you have updated the status indicator text for the associated modules if necessary
1 parent 00dc283 commit 88bdeee

6 files changed

Lines changed: 246 additions & 119 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
New changes will be listed here as they are developed. The version number is determined
33
prior to the creation of a new release, based on the changes contained in that release.
44

5+
6+
# Version 103.10.2
7+
58
- Removed unimplemented function `SymCryptModulusBitsizeOfObject` from `symcrypt_low_level.h`
9+
- Update service indicator
10+
- Replace XMSS self-test with XMSS^MT self-test
611

712
# Version 103.10.1
813

inc/symcrypt_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,6 +3741,7 @@ SymCryptDeprecatedServiceIndicator(
37413741
// SYMCRYPT_SI_KAS_FFC_SSC SYMCRYPT_SI_SPG_XXX SYMCRYPT_SI_SCHEME_XXX
37423742
// SYMCRYPT_SI_LMS_SIGVER SYMCRYPT_LMS_XXX -
37433743
// SYMCRYPT_SI_XMSS_SIGVER SYMCRYPT_XMSS_XXX -
3744+
// SYMCRYPT_SI_XMSS_MT_SIGVER SYMCRYPT_XMSSMT_XXX -
37443745
//
37453746
//
37463747
// Return value:

0 commit comments

Comments
 (0)