Skip to content

Commit f1ff080

Browse files
authored
upgrade symcrypt openssl v1.9.1 (#14415)
1 parent b6c8cc7 commit f1ff080

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"SymCrypt-OpenSSL-1.9.0.tar.gz": "073debf1d12d9d4c683bf4ba6bd78403c9f559244f06b7e1c6de46bd483c0ff3"
3+
"SymCrypt-OpenSSL-1.9.1.tar.gz": "4b2a2399c2d3a875d7af9830545f17055ccbcf6159d64fb0512aebe1e70491a5"
44
}
55
}

SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations
22
Name: SymCrypt-OpenSSL
3-
Version: 1.9.0
3+
Version: 1.9.1
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -87,6 +87,9 @@ install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/sy
8787
%dir %attr(1733, root, root) %{_localstatedir}/log/keysinuse/
8888

8989
%changelog
90+
* Fri Jul 25 2025 Tobias Brick <[email protected]> - 1.9.1-1
91+
- Upgrade SymCrypt-OpenSSL to 1.9.1 for compatability and bug fixes.
92+
9093
* Wed Jun 11 2025 Tobias Brick <[email protected]> - 1.9.0-1
9194
- Auto-upgrade to 1.9.0 - Support digest state exports.
9295
- Added second test run that forces the use of the SymCrypt provider.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28586,8 +28586,8 @@
2858628586
"type": "other",
2858728587
"other": {
2858828588
"name": "SymCrypt-OpenSSL",
28589-
"version": "1.9.0",
28590-
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.9.0.tar.gz"
28589+
"version": "1.9.1",
28590+
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.9.1.tar.gz"
2859128591
}
2859228592
}
2859328593
},

0 commit comments

Comments
 (0)