Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 1.81 KB

File metadata and controls

81 lines (56 loc) · 1.81 KB

SDP HKDF Deployment - RSR Compliance Outline

RSR Infrastructure Phase License :toc: :sectnums:

Overview

Rootless/SDP deployment infrastructure for HKDF cryptographic services.

This repository provides the deployment tooling, configuration, and container definitions for running HKDF (HMAC-based Key Derivation Function) services under the Secure Deployment Protocol (SDP) with rootless container execution.

What’s Included

File/Directory Purpose

.editorconfig

Editor configuration (indent, charset)

.gitignore

Standard ignore patterns

.well-known/

RFC-compliant metadata (security.txt, ai.txt, humans.txt)

configs/

SDP configuration (HKDF parameters, security stack, networking)

containerfiles/

Rootless OCI container definitions

contractiles/

Formal deployment contracts (K9, must, trust, dust, intent)

docs/

Documentation directory

LICENSE

PMPL-1.0-or-later license

README.adoc

Project overview

TOPOLOGY.md

Architecture map and completion dashboard

RSR Compliance

Required Files

  • .editorconfig

  • .gitignore

  • README.adoc

  • LICENSE (PMPL-1.0-or-later)

  • .well-known/security.txt

  • .well-known/ai.txt

  • .well-known/humans.txt

Prohibited

  • Dockerfile (use Containerfile)

  • TypeScript/JavaScript (use ReScript)

  • Python outside salt/ directory

License

SPDX-License-Identifier: CC-BY-SA-4.0