Skip to content

Commit 7dedd5d

Browse files
committed
Update SCOSSL and SymCrypt
1 parent 5a51e46 commit 7dedd5d

7 files changed

+23
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"SymCrypt-OpenSSL-1.6.1.tar.gz": "8766d2f5c977960b1aab0099c0d74190b0705bc29f29ff4b266dac3729644658"
3+
"SymCrypt-OpenSSL-1.7.0.tar.gz": "5c89fdea6d1b9523856ebf875a973eb5f0e598aa95ad8b7fbfc819b5cc5161df"
44
}
55
}

SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.spec

+6-1
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.6.1
3+
Version: 1.7.0
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -36,6 +36,7 @@ The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt
3636
mkdir bin; cd bin
3737

3838
cmake .. \
39+
-DKEYSINUSE_ENABLED=1 \
3940
-DOPENSSL_ROOT_DIR="%{_prefix}/local/ssl" \
4041
-DSYMCRYPT_ROOT_DIR=%{buildroot}%{_includedir}/.. \
4142
-DCMAKE_TOOLCHAIN_FILE="../cmake-toolchain/LinuxUserMode-%{symcrypt_arch}.cmake" \
@@ -67,6 +68,10 @@ install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/sy
6768
%{_sysconfdir}/pki/tls/symcrypt_prov.cnf
6869

6970
%changelog
71+
* Thu Jan 30 2025 Maxwell Moyer-McKee <[email protected]> - 1.7.0-1
72+
- Add optional debug logging instead of writing some errors to stderr
73+
- Add optional KeysInUse feature, which can be turned on by config
74+
7075
* Wed Nov 27 2024 CBL-Mariner Servicing Account <[email protected]> - 1.6.1-1
7176
- Auto-upgrade to 1.6.1 - bug fixes
7277

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Signatures": {
3-
"SymCrypt-103.6.0.tar.gz": "ce03f03cfea76c38336c67f175ca316f0377b98e2617a3561e0a2dc91114e9ee",
3+
"SymCrypt-103.8.0.tar.gz": "cd6dbce1c964805192bf2bd7e3b8ef3deb894d3072cecdf904fb4fb3fd078b72",
44
"find-debuginfo": "356800f19b755879993103c121c83fb4cc97d0e8656ea34d051daa310f54cedf",
55
"jitterentropy-library-3.3.1.tar.gz": "4a50cb02b4836cd5550016e2fc2263e6982abaa11467a9e1cea260c1c2f7d487",
6-
"symcrypt-build-environment-variables-v103.6.0.sh": "860e849274bd742c752df74baa3fe9502101f53d43b3a72463a2ffb122221296"
6+
"symcrypt-build-environment-variables-v103.8.0.sh": "4e19f55745c0d8a4e22455b52c99c33444dd5e80864d49d5eb2e3edaeff2e7d3"
77
}
88
}

SPECS/SymCrypt/SymCrypt.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A core cryptographic library written by Microsoft
22
Name: SymCrypt
3-
Version: 103.6.0
3+
Version: 103.8.0
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -103,6 +103,10 @@ chmod 755 %{buildroot}%{_libdir}/libsymcrypt.so.%{version}
103103
%{_includedir}/*
104104

105105
%changelog
106+
* Thu Jan 30 2025 Maxwell Moyer-McKee <[email protected]> - 103.8.0-1
107+
- Add FIPS approved services indicator
108+
- Add ML-DSA implementation
109+
106110
* Mon Nov 25 2024 Tobias Brick <[email protected]> - 103.6.0-1
107111
- Upgrde to 103.6.0
108112

SPECS/SymCrypt/symcrypt-build-environment-variables-v103.6.0.sh

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
# Generated by 'generate-env-file.sh'
3+
export SYMCRYPT_BRANCH=main
4+
export SYMCRYPT_COMMIT_HASH=53be637
5+
export SYMCRYPT_COMMIT_TIMESTAMP=2025-01-28T00:44:15+00:00

cgmanifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28416,8 +28416,8 @@
2841628416
"type": "other",
2841728417
"other": {
2841828418
"name": "SymCrypt",
28419-
"version": "103.6.0",
28420-
"downloadUrl": "https://github.com/microsoft/SymCrypt/archive/v103.6.0.tar.gz"
28419+
"version": "103.8.0",
28420+
"downloadUrl": "https://github.com/microsoft/SymCrypt/archive/v103.8.0.tar.gz"
2842128421
}
2842228422
}
2842328423
},
@@ -28426,8 +28426,8 @@
2842628426
"type": "other",
2842728427
"other": {
2842828428
"name": "SymCrypt-OpenSSL",
28429-
"version": "1.6.1",
28430-
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.6.1.tar.gz"
28429+
"version": "1.7.0",
28430+
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.7.0.tar.gz"
2843128431
}
2843228432
}
2843328433
},

0 commit comments

Comments
 (0)