Skip to content

Commit

Permalink
Merged PR 7284944: Bump SymCrypt version to 101.3.0
Browse files Browse the repository at this point in the history
Related work items: #37272290, #38920996, #39175561
  • Loading branch information
samuel-lee-msft committed Apr 25, 2022
1 parent 9a09985 commit 31e06ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 101.3

- Fix for OpenEnclave binary to workaround clang bug
- Fix SymCryptRsaPssVerify to return SYMCRYPT_SIGNATURE_VERIFICATION_FAILURE for invalid signatures, rather than SYMCRYPT_INVALID_ARGUMENT
- Fix for SymCryptShortWeierstrassAddSideChannelUnsafe which is only use in ECDSA verification on SW curves
- An owner of a private ECC key could create an invalid signature that SymCrypt would verify, leaking their private key in the process

# Version 101.2

- Added key pairwise consistency tests for RSA, DSA, DH, ECDSA and ECDH key generation, per FIPS 140-3 requirements
Expand Down
4 changes: 2 additions & 2 deletions inc/symcrypt_internal_shared.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
//
#define SYMCRYPT_CODE_VERSION_API 101
#define SYMCRYPT_CODE_VERSION_MINOR 2
#define SYMCRYPT_CODE_VERSION_PATCH 3
#define SYMCRYPT_CODE_VERSION_MINOR 3
#define SYMCRYPT_CODE_VERSION_PATCH 0
#if defined(DBG)
#define SYMCRYPT_DEBUG 1
Expand Down

0 comments on commit 31e06ae

Please sign in to comment.