Untilum
← Back to Untilum Protocol

RFC-0001: Protocol Goals

Status: Last Call · Date: 2026-07-17 · Editors: Untilum project — hello@untilum.com

Part of the TSP RFC series; see the series index for the Last Call window and how to comment. The key words MUST, MUST NOT, SHOULD, SHOULD NOT, and MAY in this document are to be interpreted as described in BCP 14 [RFC 2119] [RFC 8174] when, and only when, they appear in all capitals.

Abstract

This document states the goals (G1–G6) and explicit non-goals of the Untilum Protocol (TSP). TSP defines a self-describing document — the capsule — that keeps data confidential until a chosen future instant and is thereafter openable by anyone holding the password, without the permission, participation, or continued existence of any organization. Every other document in the series is evaluated against the priorities fixed here.

1. Purpose

The Untilum Protocol (TSP) defines a document — a capsule — that keeps data confidential until a chosen future instant, and after that instant is openable by anyone holding the password, with no permission from, participation of, or even continued existence of any organization.

2. Goals

Every protocol decision is tested against these, in priority order:

3. Non-goals

The protocol deliberately does not attempt:

4. Conformance

An implementation conforms if it: produces capsules valid under the wire specifications (tsp-v1.md, capsule-v1.md); refuses to open or verify without the checks those specifications mark mandatory (beacon signature verification above all, tsp-v1.md §4.2); and passes the four critical tests — round-trip, no-time, no-password, forged-time (tsp-v1.md §8.5).

5. Security Considerations

The goals in §2 are this protocol’s security requirements; the corresponding threat analysis is RFC-0002, which serves as the security-considerations baseline for the entire series. The non-goals in §3 are deliberate security limitations — in particular the absence of anonymity, of key recovery, and of a post-quantum timelock — and implementations MUST NOT present them as protections the protocol does not make.

6. References

6.1. Normative

6.2. Informative

Editors’ Addresses

Untilum project — Editors of the TSP RFC series Email: hello@untilum.com · Issues: https://github.com/untilum/protocol/issues

Revision History

Date Status Change
2026-07-07 Draft Initial version.
2026-07-17 Last Call Publication pass: BCP 14 boilerplate, Abstract, Security Considerations, References, Revision History added; no normative changes. Entered Last Call per RFC-0008 §4.