Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions charter-ietf-plants.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ Overhead from post-quantum signatures and keys will add significant costs in two

* Relying parties are presented with signatures from the CA and CT logs. Post-quantum overhead is multiplied per signature, increasing the size and latency of the TLS handshake.

The PLANTS Working Group will define a mechanism that integrates log construction into certificate issuance. This enables techniques where signature costs can be amortized over multiple key/identifier bindings, e.g. by signing Merkle Tree hashes.

The Working Group will initially put down roots and define the mechanisms needed to interoperably construct and consume certificates:

1. A transparency log structure, maintained by a CA, containing the key/identifier bindings that the CA has certified.
1. A transparency log structure, maintained by a CA, containing the key/identifier bindings that the CA has certified. The log will be structured to support direct, cost-effective monitoring for mis-issuances by individual subscribers.
Comment thread
bwesterb marked this conversation as resolved.

2. Certificate constructions to prove to relying parties that a binding is both in the CA's view of the log and externally monitorable.
2. Certificate constructions to prove to relying parties that a binding is both in the CA's view of the log and externally monitorable. Certificate constructions will reduce, to the greatest degree feasible and without impacting security, the number of signatures that a relying party needs to receive.

3. How the certificate constructions may be provisioned with ACME (RFC 8555) and used in TLS.

Expand Down