| Internet-Draft | AID-1-TEST | September 2026 |
| Watts | Expires 5 March 2027 | [Page] |
This document defines provider-independent conformance requirements for AID-1. It specifies the execution model for a deterministic machine-readable test-vector corpus, including canonicalization, cryptographic, identity-binding, delegation, authorization, temporal, revocation, replay, attestation, provenance, and integration cases. The conformance corpus contains 69 vectors. Six replay cases are architectural boundary tests, including R5, which requires AID-1 verification to succeed while a downstream D6 scientific-admissibility decision rejects the same evidence.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 5 March 2027.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
AID-1 is intentionally independent of software-only, TPM, TEE, HSM, enclave, cloud, or other implementation providers. Conformance therefore depends on observable verification behavior rather than implementation mechanism.¶
This document defines the semantic contract for the AID-1-TEST machine-readable corpus and its reference vector runner.¶
An implementation claiming conformance to AID-1 MUST execute the complete required vector corpus and MUST produce the expected outcome for every required vector.¶
The provider under test MUST NOT receive privileged knowledge of the expected result beyond the ordinary input data supplied to an AID-1 verifier.¶
The same vector corpus MUST be usable without semantic modification against SoftwareProvider, MockTPMProvider, MockTEEProvider, and future provider implementations.¶
The AID-1-TEST v1 corpus contains 69 deterministic vectors. Each vector SHOULD contain, directly or by stable reference, a base fixture, mutation or transformation, expected verification outcome, expected failure codes where applicable, and any downstream boundary expectations.¶
aid-1-test-vectors/
manifest.json
schema/
vector.schema.json
manifest.schema.json
fixtures/
identities/
keys/
delegations/
authorizations/
attestations/
provenance/
vectors/
schema/
canonicalization/
crypto/
identity/
delegation/
authorization/
temporal/
revocation/
replay/
attestation/
provenance/
integration/
replay/
R1.json
R2.json
R3.json
R4.json
R5.json
R6.json
¶
The machine-readable corpus is the executable test artifact. This document specifies the semantics required for interpreting that corpus.¶
A reference runner SHOULD evaluate each vector using the following conceptual process:¶
base fixture
+
specified mutation
|
v
deterministic candidate object
|
v
AID-1 verifier
|
v
actual decision
|
v
expected decision
|
v
PASS / FAIL
¶
A mutation MUST be deterministic. A runner MUST NOT modify fields that are outside the mutation specified by the vector.¶
A vector MAY expect ALLOW, DENY, or INDETERMINATE. A vector MAY also expect one or more standardized failure codes.¶
INDETERMINATE MUST NOT be treated as equivalent to ALLOW for conformance purposes.¶
The corpus MUST include vectors covering at least:¶
Six replay cases, R1 through R6, are reserved as architecture-level conformance cases. These cases are intended to detect accidental collapse of trust domains across implementations.¶
R5 is a mandatory conformance invariant.¶
AID-1 verification: VALID D6 scientific-admissibility decision: REJECT¶
An implementation MUST pass R5 by preserving the distinction between AID-1 identity/provenance verification and downstream scientific admissibility.¶
A provider or integration that automatically converts successful AID-1 verification into downstream D6 acceptance is non-conformant.¶
A provider implementation MAY use software keys, TPM-backed keys, TEE-backed keys, HSMs, secure enclaves, or future mechanisms. The provider MUST expose behavior compatible with the AID-1 verifier and MUST preserve the same externally observable decision semantics.¶
Provider-specific implementation details MUST NOT alter the expected outcome of any provider-independent vector.¶
The reference runner SHOULD load the corpus manifest, validate each vector against its schema, construct the candidate object, execute the AID-1 verifier, compare actual and expected outcomes, and emit a deterministic report.¶
The reference runner SHOULD report at least the vector identifier, actual decision, expected decision, observed failure codes, expected failure codes, and PASS or FAIL status.¶
An implementation MUST NOT claim completion of the AID-1 v1 security conformance profile until the required gates pass. These gates include:¶
A conformance suite is security-sensitive because a weak oracle can certify incorrect behavior. The corpus, manifest, schemas, and runner SHOULD therefore be content-addressed or otherwise integrity protected.¶
Test providers MUST NOT be permitted to alter vector expectations during execution. CI systems SHOULD pin the corpus revision used for a conformance claim.¶
Conformance fixtures SHOULD use synthetic identities, synthetic credentials, and non-production attestation material unless a test explicitly requires otherwise. Real personal credentials, production secrets, and live private keys MUST NOT be distributed in the public corpus.¶
This document requests no IANA actions.¶
The 69-vector corpus SHOULD be versioned independently but SHOULD declare the AID-1 specification revision against which it is evaluated. Published conformance reports SHOULD identify both the corpus revision and the implementation revision.¶