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.10.0.tar.gz": "015aa57c7d8bf6089cdd53bb7ce9fa52e5e37aa0281531b7406440cd4e3a3b7f"
"SymCrypt-OpenSSL-1.10.1.tar.gz": "b8ee950705e3e212c4e0c54d728f28c0fcaede608ef5845ac61434dfe4e88a9b"
}
}
5 changes: 4 additions & 1 deletion SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.10.0
Version: 1.10.1
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
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
* Wed Sep 02 2026 Maxwell Moyer-McKee <mamckee@microsoft.com> - 1.10.1-1
- Upgrade to SymCrypt-OpenSSL 1.10.1 with keysinuse fork-handling fixes and minor bugfixes

* Thu Jul 9 2026 Maxwell Moyer-McKee <mamckee@microsoft.com> - 1.10.0-1
- Add ML-KEM and ML-KEM hybrid

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29056,8 +29056,8 @@
"type": "other",
"other": {
"name": "SymCrypt-OpenSSL",
"version": "1.10.0",
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.10.0.tar.gz"
"version": "1.10.1",
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.10.1.tar.gz"
}
}
},
Expand Down
Loading