Skip to content

Commit 31e06ae

Browse files
Merged PR 7284944: Bump SymCrypt version to 101.3.0
Related work items: #37272290, #38920996, #39175561
1 parent 9a09985 commit 31e06ae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 101.3
2+
3+
- Fix for OpenEnclave binary to workaround clang bug
4+
- Fix SymCryptRsaPssVerify to return SYMCRYPT_SIGNATURE_VERIFICATION_FAILURE for invalid signatures, rather than SYMCRYPT_INVALID_ARGUMENT
5+
- Fix for SymCryptShortWeierstrassAddSideChannelUnsafe which is only use in ECDSA verification on SW curves
6+
- An owner of a private ECC key could create an invalid signature that SymCrypt would verify, leaking their private key in the process
7+
18
# Version 101.2
29

310
- Added key pairwise consistency tests for RSA, DSA, DH, ECDSA and ECDH key generation, per FIPS 140-3 requirements

inc/symcrypt_internal_shared.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
//
2424
2525
#define SYMCRYPT_CODE_VERSION_API 101
26-
#define SYMCRYPT_CODE_VERSION_MINOR 2
27-
#define SYMCRYPT_CODE_VERSION_PATCH 3
26+
#define SYMCRYPT_CODE_VERSION_MINOR 3
27+
#define SYMCRYPT_CODE_VERSION_PATCH 0
2828
2929
#if defined(DBG)
3030
#define SYMCRYPT_DEBUG 1

0 commit comments

Comments
 (0)