Skip to content

Commit 69dbff3

Browse files
committed
Merged PR 8206539: Bump version to 103.0.1
Bump version to 103.0.1 and update changelog
1 parent 07a5bf9 commit 69dbff3

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,48 @@
1-
# Version 103.0
1+
# Version 103.0.1
2+
3+
- Linux RNG improvements and additional testing
4+
5+
# Version 103.0.0
26

37
- Add SRTP-KDF and SSH-KDF implementations
48
- Add optimized SHA-2 implementations
9+
- Add SHA-3 implementation
510
- Fix integer truncation issue in 32-bit Linux builds
611
- Refactor CMake files to simplify build steps and increase flexibility
712
- Fix bug for SymCryptRsakeyGenerate for encrypt-only keys
813
- Create and test against simple SymCrypt Windows test module (DLL)
914
- Remove the module export of g_SymCryptFipsSelftestsPerformed and replace it with SymCryptFipsGetSelftestsPerformed
1015
- Enable SymCrypt unit tests to drive a dynamically-linked module
16+
- Fix unit test failure importing DH key to CNG
1117
- Removed Linux embedded module, as generic ARM64 module is the same
1218
- Rejig CPUID logic for VAES and AVX
19+
- Disable AVX2 in Windows boot environment
1320

14-
# Version 102.0
21+
# Version 102.0.0
1522

1623
- Breaking change to Asymmetric key generation and import handling, sanitizing flags required for FIPS
1724
- Trim symbols exposed in SymCrypt module to those specified in symcrypt.h
1825
- Introduce logic enabling FIPS per-key tests to be deferred to before first use, rather than at generation time
1926

20-
# Version 101.3
27+
# Version 101.3.0
2128

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

27-
# Version 101.2
34+
# Version 101.2.0
2835

2936
- Added key pairwise consistency tests for RSA, DSA, DH, ECDSA and ECDH key generation, per FIPS 140-3 requirements
3037
- Added Session APIs for AES-GCM
3138
- For Encryption, this enables multithreaded IV generation within the SymCrypt FIPS boundary
3239
- For Decryption, this enables multithreaded replay protection detecting reuse of IVs in received messages
3340

34-
# Version 101.1
41+
# Version 101.1.0
3542

3643
- Support for Group 20 in SAE method
3744

38-
# Version 101.0
45+
# Version 101.0.0
3946

4047
- Support stable ABI: change SYMCRYPT_ERROR definition so that error values no longer change with version changes
4148
- Support proper shared library versioning in CMake build scripts

inc/symcrypt_internal_shared.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
#define SYMCRYPT_CODE_VERSION_API 103
2626
#define SYMCRYPT_CODE_VERSION_MINOR 0
27-
#define SYMCRYPT_CODE_VERSION_PATCH 0
27+
#define SYMCRYPT_CODE_VERSION_PATCH 1
2828
2929
#if defined(DBG)
3030
#define SYMCRYPT_DEBUG 1

0 commit comments

Comments
 (0)