audit work
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# OpenSSL GOST Plugin Charter
|
||||
|
||||
## Mission
|
||||
Provide OpenSSL-backed GOST signing and verification integration for StellaOps cryptography.
|
||||
|
||||
## Responsibilities
|
||||
- Keep key loading deterministic and explicit.
|
||||
- Avoid leaking private key material from descriptors.
|
||||
- Track task status in `TASKS.md`.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status in the sprint file and local `TASKS.md`.
|
||||
- 2. Validate key options and reject duplicate key IDs.
|
||||
- 3. Add tests for key-loading error paths and certificate handling.
|
||||
@@ -0,0 +1,10 @@
|
||||
# OpenSSL GOST Plugin Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0257-M | DONE | Maintainability audit for StellaOps.Cryptography.Plugin.OpenSslGost. |
|
||||
| AUDIT-0257-T | DONE | Test coverage audit for StellaOps.Cryptography.Plugin.OpenSslGost. |
|
||||
| AUDIT-0257-A | TODO | Pending approval for changes. |
|
||||
Reference in New Issue
Block a user