Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"SymCrypt-OpenSSL-1.9.4.tar.gz": "80c6a2d84f1bfd83e9e331bab941702733aebcf25625f2c490fb105bfd206503"
"SymCrypt-OpenSSL-1.9.5.tar.gz": "f62a66c772a05fe925d12f6981bfdc642711c104858f8152ed7a3a8bdf003c08"
}
}
7 changes: 5 additions & 2 deletions SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations
Name: SymCrypt-OpenSSL
Version: 1.9.4
Release: 2%{?dist}
Version: 1.9.5
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -89,6 +89,9 @@ install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/sy
%dir %attr(1733, root, root) %{_localstatedir}/log/keysinuse/

%changelog
* Fri Mar 06 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.9.5-1
- Auto-upgrade to 1.9.5 - bug fixes

* Thu Nov 13 2025 Tobias Brick <tobiasb@microsoft.com> - 1.9.4-2
- Add conflicts with openssl-fips-provider

Expand Down
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28776,8 +28776,8 @@
"type": "other",
"other": {
"name": "SymCrypt-OpenSSL",
"version": "1.9.4",
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.9.4.tar.gz"
"version": "1.9.5",
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.9.5.tar.gz"
}
}
},
Expand Down Expand Up @@ -31476,4 +31476,4 @@
}
],
"Version": 1
}
}
Loading