Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5fb6891

Browse files
committed
Declare Serial Numbers as u64 in #6.1.1
1 parent e1b6f4a commit 5fb6891

File tree

1 file changed

+1
-1
lines changed
  • docs/Protocol Specifications

1 file changed

+1
-1
lines changed

docs/Protocol Specifications/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ ID-Certs have the following structure:
10811081
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
10821082
| Correctly formatted Name attribute, according to [#6.1.1.1](#6111-polyproto-distinguished-name-pdn) | [polyproto Distinguished Name](#6111-polyproto-distinguished-name-pdn) | Issuer Name |
10831083
| Correctly formatted Name attribute, according to [#6.1.1.1](#6111-polyproto-distinguished-name-pdn) | [polyproto Distinguished Name](#6111-polyproto-distinguished-name-pdn) | Subject Name |
1084-
| A unique identifier for the certificate, used by the CA to identify this certificate. | Must be unique across all certificates issued by a home server. | Serial Number |
1084+
| A unique, numeric identifier for the certificate, used by the CA to identify this certificate. | Must be unique across all certificates issued by a home server. 64-bit unsigned integer. | Serial Number |
10851085
| The algorithm used to sign the certificate. | | Certificate Signature Algorithm & Signature Algorithm ID |
10861086
| The signature of the certificate, generated by using the home servers' private identity key. | | Certificate Signature |
10871087
| The expiry date of the certificate. | Time must not be after expiry date of the home server's root certificate | Validity period: Not After |

0 commit comments

Comments
 (0)