aboutsummaryrefslogtreecommitdiff
path: root/cert-spec.txt
AgeCommit message (Collapse)Author
2023-10-12Move all text-only specifications into the OLD_TXT directory.Nick Mathewson
2023-06-29Merge branch 'cert-rsaed25519-expiration-date' into 'main'Alexander Færøy
cert-spec: specify unit for EXPIRATION_DATE See merge request tpo/core/torspec!147
2023-06-25cert-spec: specify unit for EXPIRATION_DATEEmil Engler
The unit for the EXPIRATION_DATE field in the Rsa->Ed25519 cross-certificates is HOURS after the epoch. This however, is not mentioned in the specification so far, thereby fixing it.
2023-06-25cert-spec: improve signature formulationEmil Engler
I personally had a hard time implementing the signature validation in Ed25519 certificates, as I have misinterpreted it as signing only the first 64 bytes. I hope that this patch puts more clearance into the material.
2021-09-22cert-spec: Add 'Table of contents'Oleh Franchuk
2020-09-17Fix some descriptions in cert_key_type_fix.Nick Mathewson
There were extraneous entries in the lists of signed key types: these values describe the type of the key being signed (eg, ed25519 or RSA), not the type of the certificate. Further, clarify Tor bug 40124, so that people know to expect incorrect cert key types on older signing->link certs.
2020-04-28Correct the certificate extension identifier for signed-with-ed25519-keyNick Mathewson
I believe it was an error to use "4" for this value, but the error has been enshrined in implementation.
2019-11-26fix erroneous header numbering punctuationHans-Christoph Steiner
The clear standard is trailing "." after each numeric section. This fixes the small handful of outliers. This makes it easy to convert these headers to common markup formats, for example: http://hyperpolyglot.org/lightweight-markup
2019-11-26standardize whitespace in the titlesHans-Christoph Steiner
This is one small step towards making these a standard, parsable format.
2019-04-21Mention that we're using NBO in cert-spec.txtrl1987
2018-04-13Fix inconsistencies on HS v3 spec and cert-spec.txt.George Kadianakis
Pointed out by inkylatenoth in: https://lists.torproject.org/pipermail/tor-dev/2017-October/012527.html Fixes ticket #24544.
2017-09-20Document RSA->Ed crosscert formatNick Mathewson
2017-09-20Document rend-spec-v3 certificate types in cert-spec.txtNick Mathewson
2016-10-14cert-spec: Clarify certificate typesDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2016-06-23Fixed a typo in EXTENSIONS field ( Length -> ExtLength )Ivan Markin
2015-08-12Start writing/copying/adding a bunch of stuff about ed25519 keysNick Mathewson