documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,66 @@
{
"module": "cryptography",
"feature": "additional-crypto-profiles",
"runId": "run-016",
"checkedAtUtc": "2026-02-11T07:58:27.7871874Z",
"featureFile": "docs/features/checked/cryptography/additional-crypto-profiles.md",
"filesChecked": [
"src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"found": [
"src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"missing": [
],
"declarationsChecked": [
{
"name": "CryptoPluginBase",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs",
"found": true
},
{
"name": "FipsPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs",
"found": true
},
{
"name": "GostPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"found": true
},
{
"name": "SmPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"found": true
},
{
"name": "HsmPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"found": true
},
{
"name": "EidasPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
"found": true
},
{
"name": "CryptoProviderPluginBehaviorTests",
"file": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs",
"found": true
}
],
"verdict": "pass"
}

View File

@@ -0,0 +1,25 @@
{
"project": "src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet build src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj -c Release --nologo; 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": 108,
"testsPassed": 108,
"testsFailed": 0,
"environment": {
"dockerInfoExitCode": 0,
"dockerInfoEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\additional-crypto-profiles\\run-016/evidence/docker-info.txt",
"dockerPsExitCode": 0,
"dockerPsEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\additional-crypto-profiles\\run-016/evidence/docker-ps.txt"
},
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-11T07:58:27.8317918Z"
}

View File

@@ -0,0 +1,45 @@
{
"type": "integration",
"module": "cryptography",
"feature": "additional-crypto-profiles",
"runId": "run-016",
"capturedAtUtc": "2026-02-11T07:58:27.8364512Z",
"commands": [
{
"description": "Build cryptography behavioral harness",
"command": "dotnet build docs/qa/feature-checks/runs/cryptography/_run-016_capture/evidence/crypto-harness/crypto-harness.csproj -c Release --nologo",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:10.7721723Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\additional-crypto-profiles\\run-016/evidence/tier2-harness-build-output.txt",
"result": "pass"
},
{
"description": "Run harness scenario \u0027additional-crypto-profiles\u0027 for strict Tier 2 user-surface verification",
"command": "dotnet docs/qa/feature-checks/runs/cryptography/_run-016_capture/evidence/crypto-harness/bin/Release/net10.0/crypto-harness.dll additional-crypto-profiles",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:10.8442707Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\additional-crypto-profiles\\run-016/evidence/tier2-harness-run-output.txt",
"result": "pass"
}
],
"behaviorVerified": [
"FIPS, GOST, and SM profile operations successfully signed and verified payloads through harness user transaction.",
"Negative guard behavior verified via FIPS non-ownership of SM2 algorithm and tampered signature verification failure."
],
"harnessSummary": {
"scenario": "additional-crypto-profiles",
"fipsOk": true,
"fipsTamperedValid": false,
"gostOk": true,
"smOk": true,
"unsupportedHandled": true,
"utcNow": "2026-02-11T07:57:11.2126921+00:00"
},
"evidence": [
"docs\\qa\\feature-checks\\runs\\cryptography\\additional-crypto-profiles\\run-016/evidence/tier2-harness-build-output.txt",
"docs\\qa\\feature-checks\\runs\\cryptography\\additional-crypto-profiles\\run-016/evidence/tier2-harness-run-output.txt"
],
"verdict": "pass"
}