From bab5e427e97f6ebd18b471841c937bf84ad10f5d Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 10 Oct 2023 13:55:33 +0200 Subject: [PATCH] ch4: add a section to talk about "no more user facing hex fingerprints in v6" --- book/source/04-certificates.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md index 408ccfb..60da4d6 100644 --- a/book/source/04-certificates.md +++ b/book/source/04-certificates.md @@ -261,6 +261,16 @@ This section only contains notes and still needs to be written Minimized versions, merging, effective "append only" semantics, ... +### "Naming" a certificate in user-facing contexts - fingerprints and beyond + +```{admonition} TODO +:class: warning + +In v4, a 20 byte fingerprint in hex representation was used to name certificates, even in user-facing contexts. + +For v6, this type of approach is discouraged, but a replacement mechanism is still pending. +``` + ### Merging - How to merge two copies of the same certificate?