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,18 @@
{
"filesChecked": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography/SignatureProfile.cs"
],
"found": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography/SignatureProfile.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": [
"Additional profile plugins (GOST/SM/eIDAS/FIPS/HSM) remain available and loadable in deterministic cryptography suite.",
"PQC remains not implemented as plugin; status caveat unchanged."
],
"verdict": "pass"
}