mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 23:52:05 +01:00
correct CertificationRevocation section
This commit is contained in:
parent
78b2766049
commit
09efc3db67
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ The structure of a *CertificationRevocation* is as follows:
|
|||
| 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.
|
||||
|
||||
It is generally advisable to use reason code `32` for revoking User IDs.
|
||||
|
|
Loading…
Reference in a new issue