Skip to content

Commit 241eff3

Browse files
Merged PR 11373722: Bump to SymCrypt 103.5.0
Version bump and documentation update.
1 parent 977ec1e commit 241eff3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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.5.0
7+
68
- Internal self-test changes to support FIPS 140-3 certification
79
- Add SSKDF implementation
810
- Add XMSS and XMSS^MT implementations

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Like any engineering project, SymCrypt is a compromise between conflicting requi
1515
- Run on all CPU architectures supported by Windows.
1616
- Good performance.
1717
- Minimize maintenance cost.
18-
- Support FIPS 140-2 certification of products using SymCrypt.
18+
- Support FIPS 140 certification of products using SymCrypt.
1919
- Provide high assurance in the proper functionality of the library.
2020

2121
# Cloning the Repo

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "major": 103, "minor": 4, "patch": 3 }
1+
{ "major": 103, "minor": 5, "patch": 0 }

0 commit comments

Comments
 (0)