save checkpoint

This commit is contained in:
master
2026-02-11 01:32:14 +02:00
parent 5593212b41
commit cf5b72974f
2316 changed files with 68799 additions and 3808 deletions

View File

@@ -0,0 +1,16 @@
{
"filesChecked": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/Pkcs11HsmClientImpl.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/Pkcs11HsmClientIntegrationTests.cs"
],
"found": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/Pkcs11HsmClientImpl.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/Pkcs11HsmClientIntegrationTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
"testsRun": 101,
"testsPassed": 101,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T13:35:00Z"
}

View File

@@ -0,0 +1,12 @@
{
"type": "integration",
"testCommand": "dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
"testsRun": 101,
"testsPassed": 101,
"testsFailed": 0,
"behaviorVerified": [
"HSM integration test paths execute safely with SoftHSM guard behavior in place.",
"No checked-status gap detected in PKCS#11 integration contracts."
],
"verdict": "pass"
}