- Implemented the GostKeyValue class for handling public key parameters in ГОСТ Р 34.10 digital signatures. - Created the GostSignedXml class to manage XML signatures using ГОСТ 34.10, including methods for computing and checking signatures. - Developed the GostSignedXmlImpl class to encapsulate the signature computation logic and public key retrieval. - Added specific key value classes for ГОСТ Р 34.10-2001, ГОСТ Р 34.10-2012/256, and ГОСТ Р 34.10-2012/512 to support different signature algorithms. - Ensured compatibility with existing XML signature standards while integrating ГОСТ cryptography.
2.8 KiB
2.8 KiB
Sprint 124 - Ingestion & Evidence · 110.C) Excititor.VI
Active items only. Completed/historic work now resides in docs/implplan/archived/tasks.md (updated 2025-11-08).
[Ingestion & Evidence] 110.C) Excititor.VI Depends on: Sprint 110.C - Excititor.V Summary: Ingestion & Evidence focus on Excititor (phase VI).
Prep: Read
docs/modules/excititor/architecture.mdand the Excititor componentAGENTS.mdfiles before working any items listed below.
Task ID State Task description Owners (Source) EXCITITOR-WEB-OBS-52-001 Timeline streamingTODO Provide SSE/WebSocket bridges for VEX timeline events with tenant filters, pagination anchors, and guardrails so downstream consoles can monitor raw evidence changes in real time. Depends on EXCITITOR-OBS-52-001. Excititor WebService Guild (src/Excititor/StellaOps.Excititor.WebService) EXCITITOR-WEB-OBS-53-001 Evidence APIsTODO Expose /evidence/vex/*endpoints that fetch locker bundles, enforce scopes, and surface verification metadata without synthesizing verdicts. Depends on EXCITITOR-WEB-OBS-52-001.Excititor WebService Guild, Evidence Locker Guild (src/Excititor/StellaOps.Excititor.WebService) EXCITITOR-WEB-OBS-54-001 Attestation APIsTODO Add /attestations/vex/*endpoints returning DSSE verification state, builder identity, and chain-of-custody links so consumers never need direct datastore access. Depends on EXCITITOR-WEB-OBS-53-001.Excititor WebService Guild (src/Excititor/StellaOps.Excititor.WebService) EXCITITOR-WEB-OAS-61-001 OpenAPI discoveryTODO Implement /.well-known/openapiwith spec version metadata plus standard error envelopes, then update controller/unit tests accordingly.Excititor WebService Guild (src/Excititor/StellaOps.Excititor.WebService) EXCITITOR-WEB-OAS-62-001 Examples & deprecation headersTODO Publish curated examples for the new evidence/attestation/timeline endpoints, emit deprecation headers for legacy routes, and align SDK docs. Depends on EXCITITOR-WEB-OAS-61-001. Excititor WebService Guild, API Governance Guild (src/Excititor/StellaOps.Excititor.WebService) EXCITITOR-WEB-AIRGAP-58-001 Bundle import telemetryTODO Emit timeline events + audit logs for mirror bundle imports (bundle ID, scope, actor) and map sealed-mode violations to actionable remediation guidance. Excititor WebService Guild, AirGap Importer/Policy Guilds (src/Excititor/StellaOps.Excititor.WebService) EXCITITOR-CRYPTO-90-001 Crypto provider abstractionTODO Replace ad-hoc hashing/signing in connectors/exporters/OpenAPI discovery with ICryptoProviderRegistryimplementations approved by security so evidence verification stays deterministic across crypto profiles.Excititor WebService Guild, Security Guild (src/Excititor/StellaOps.Excititor.WebService)