Skip to content

Commit 53be637

Browse files
committed
Merged PR 12113323: Add FIPS approved services indicator
## Description: Add approved services indicator function for FIPS 140-3 compliance ## 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 e222971 commit 53be637

18 files changed

+1218
-1
lines changed

CHANGELOG.md

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

6+
# Version 103.8.0
7+
8+
- Add FIPS approved services indicator
9+
610
# Version 103.7.0
711

812
- Add ML-DSA implementation

inc/symcrypt_internal.h

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

lib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ set(SOURCES_COMMON
9696
ScsTable.c
9797
scsTools.c
9898
selftest.c
99+
service_indicator.c
99100
session.c
100101
sha1.c
101102
sha256.c

0 commit comments

Comments
 (0)