You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
| 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 |
518
-
| 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 |
519
-
| The algorithm used to sign the certificate. || Certificate Signature Algorithm & Signature Algorithm ID |
520
-
| The signature of the certificate, generated by using the home servers' private identity key. || Certificate Signature |
521
-
| The expiry date of the certificate. | Time must not be after expiry date of the home server's root certificate | Validity period: Not After |
522
-
| Certificate validity period starting date | Time must not be before the home server's root certificate was generated | Validity period: Not Before |
523
-
| X.509 Version Number (v3) | polyproto only uses Version 3 X.509 certificates. | Version Number |
524
-
| The public identity key of the client. || Subject Public Key Info: Subject Public Key |
525
-
| The public key algorithm used to generate the client's public identity key. || Subject Public Key Info: Public Key Algorithm |
526
-
| The session ID of the client. | No two valid certificates for one session ID can exist. Session IDs have to be unique per user. | Subject Unique Identifier |
527
-
| Extensions |[Extensions and Constraints](#6112-extensions-and-constraints)| Extensions |
517
+
| Field Description | Special requirements, if any | X.509 equivalent |
| 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 |
520
+
| 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 |
521
+
| 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 |
522
+
| The algorithm used to sign the certificate. || Certificate Signature Algorithm & Signature Algorithm ID |
523
+
| The signature of the certificate, generated by using the home servers' private identity key. || Certificate Signature |
524
+
| The expiry date of the certificate. | Time must not be after expiry date of the home server's root certificate | Validity period: Not After |
525
+
| Certificate validity period starting date | Time must not be before the home server's root certificate was generated | Validity period: Not Before |
526
+
| X.509 Version Number (v3) | polyproto only uses Version 3 X.509 certificates. | Version Number |
527
+
| The public identity key of the client. || Subject Public Key Info: Subject Public Key |
528
+
| The public key algorithm used to generate the client's public identity key. || Subject Public Key Info: Public Key Algorithm |
529
+
| The session ID of the client. | No two valid certificates for one session ID can exist. Session IDs have to be unique per actor. | Subject Unique Identifier |
530
+
| Extensions |[Extensions and Constraints](#6112-extensions-and-constraints)| Extensions |
528
531
529
532
##### 6.1.1.1 polyproto Distinguished Name (`pDN`)
0 commit comments