save checkpoint
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography/MultiProfileSigner.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs"
|
||||
],
|
||||
"found": [
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography/MultiProfileSigner.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"project": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"command": "dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
|
||||
"testProjects": [
|
||||
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj"
|
||||
],
|
||||
"testsRun": 101,
|
||||
"testsPassed": 101,
|
||||
"testsFailed": 0,
|
||||
"errors": [
|
||||
|
||||
],
|
||||
"warnings": [
|
||||
|
||||
],
|
||||
"runAtUtc": "2026-02-10T19:44:41Z"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"module": "cryptography",
|
||||
"feature": "crypto-provider-plugin-architecture",
|
||||
"runId": "run-004",
|
||||
"dateUtc": "2026-02-10T19:44:41Z",
|
||||
"testCommand": "dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
|
||||
"testsRun": 101,
|
||||
"testsPassed": 101,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"Checked cryptography profile/plugin behavior remains stable under deterministic suite replay.",
|
||||
"No regressions observed in signing/verification/profile matrix paths for this feature scope."
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user