mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
correct CertificationRevocation section
This commit is contained in:
parent
8fe5dfcf33
commit
78b2766049
1 changed files with 8 additions and 7 deletions
|
@ -324,13 +324,14 @@ Since OpenPGP certificates are often distributed by the means of key servers, ne
|
|||
|
||||
To effectively mark a User ID as invalid, the user can publish a copy of their certificate with a *CertificationRevocation* signature (type `0x30`) attached to the invalidated User ID. This signature signals that the specified User ID is no longer valid or associated with the certificate holder.
|
||||
|
||||
The structure of a certification revocation is as follows:
|
||||
The structure of a *CertificationRevocation* is as follows:
|
||||
|
||||
| Subpacket | Area | Critical | Mandatory | Notes |
|
||||
|---------------------|--------|----------------|-------------------|---------------------------------------------|
|
||||
| Signature Creation Time | Hashed | True | True | Should be the current time |
|
||||
| Issuer Fingerprint | Hashed | True or False | Strongly Recommended | Indicates the primary key as the issuer |
|
||||
| Reason for Revocation | Hashed | True | False | Determines the nature of the revocation |
|
||||
|-------------------------|--------|----------------|-------------------|-------------------------------------------------|
|
||||
| Signature Creation Time | Hashed | True | True | Current time |
|
||||
| Issuer Fingerprint | Hashed | True or False | Strongly Recommended | The primary key is the issuer |
|
||||
| Reason for Revocation | Hashed | True | False | Determines soft or hard revocation |
|
||||
|
||||
|
||||
For User ID revocations, the *Reason for Revocation* subpacket is crucial. A value of `0` means no specific reason, leading to a hard revocation, while `32` indicates the User ID is no longer valid, resulting in a soft revocation. Omitting the reason subpacket is also equivalent to a hard revocation.
|
||||
|
||||
|
|
Loading…
Reference in a new issue