package hpke

  1. Overview
  2. Docs

Changelog

0.1.1 — 2026-08-29

  • Expand known-answer coverage to all 48 supported Base and PSK combinations in the pinned RFC 9180 corpus, including representative 257-message sequences and the independent Go P-384 fixture.
  • Broaden malformed-input, mismatch, concurrency, property, and Crowbar fuzz coverage across every supported KEM and AEAD.
  • Test OCaml 4.14, 5.2, and 5.5 on Linux, OCaml 4.14 and 5.5 on macOS, declared dependency lower bounds, and isolated OPAM package installation.
  • Accommodate OCaml 5.5's stricter GADT exhaustiveness analysis.
  • Keep the public API and RFC 9180 wire behavior unchanged from 0.1.0.
  • Remain an unaudited, non-production release intended for interoperability review.

0.1.0 — 2026-08-23

  • Add RFC 9180 Base and PSK setup, stateful contexts, single-shot APIs, and export-only suites.
  • Add P-256, P-384, P-521, and X25519 DHKEM; SHA-2 HKDFs; AES-GCM and ChaCha20-Poly1305.
  • Add abstract validated keys, deterministic DeriveKeyPair, explicit-RNG key generation, and minimum-length PSK values.
  • Add atomic context-use guards, 96-bit sequence counters, bounds checks, and normalized single-shot open errors.
  • Add pinned RFC vectors, all-suite round trips, adversarial/state tests, QCheck properties, and Crowbar fuzz targets.
  • Add a security policy and release-readiness checks.