Skip to content

Commit 2b8193e

Browse files
authored
Update SymCrypt-OpenSSL to 1.5.1 (#10220)
Updates SymCrypt-OpenSSL to 1.5.1 with bugfixes for .NET and golang wrapper libraries.
1 parent 2b9983e commit 2b8193e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.5.0.tar.gz": "843e1fd23be215832a62df34caf51d791c4e8c7a185e0d7c1a059ac77a1ffa75"
3+
"SymCrypt-OpenSSL-1.5.1.tar.gz": "946ac1bdd4d3e0d0381bca0df1b7281f9f7735430dfb6fce56344c7f2f3a7ecb"
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.5.0
3+
Version: 1.5.1
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -67,6 +67,9 @@ install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/sy
6767
%{_sysconfdir}/pki/tls/symcrypt_prov.cnf
6868

6969
%changelog
70+
* Wed Aug 21 2024 Maxwell Moyer-McKee <mamckee@microsoft.com> - 1.5.1-1
71+
- Fix minor behavior differences with default provider
72+
7073
* Thu Aug 15 2024 Maxwell Moyer-McKee <mamckee@microsoft.com> - 1.5.0-1
7174
- Fix AES-CFB to match expected OpenSSL calling patterns
7275
- Support ECC key X and Y coordinate export

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28106,8 +28106,8 @@
2810628106
"type": "other",
2810728107
"other": {
2810828108
"name": "SymCrypt-OpenSSL",
28109-
"version": "1.5.0",
28110-
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.5.0.tar.gz"
28109+
"version": "1.5.1",
28110+
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.5.1.tar.gz"
2811128111
}
2811228112
}
2811328113
},

0 commit comments

Comments
 (0)