mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 23:52:05 +01:00
don't use the generic word "critical" in a context where it has a technical meaning
This commit is contained in:
parent
887c5bf0e6
commit
993da3ccf4
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ The structure of such a signature is straightforward:
|
|||
| Reason for Revocation | Hashed | True | False | Determines soft or hard revocation |
|
||||
|
||||
|
||||
In `SubkeyRevocation` signatures, the [reason for revocation](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-reason-for-revocation) subpacket is critical. The values `1` (key superseded) and `3` (key retired and no longer used) indicate soft revocations, whereas values `0` (no reason) and `2` (key compromised) indicate hard revocations.
|
||||
In `SubkeyRevocation` signatures, the [reason for revocation](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-reason-for-revocation) subpacket can only have values in the range of `0-3`. The values `1` (key superseded) and `3` (key retired and no longer used) indicate soft revocations, whereas values `0` (no reason) and `2` (key compromised) indicate hard revocations.
|
||||
|
||||
Note that a value of `32` is not applicable in these signatures.
|
||||
|
||||
|
|
Loading…
Reference in a new issue