mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-26 17:42:06 +01:00
restore language to table, clean up structure
This commit is contained in:
parent
09efc3db67
commit
b834628558
1 changed files with 11 additions and 12 deletions
|
@ -286,17 +286,17 @@ To modify the preferred symmetric, compression, hash, or AEAD algorithms for a k
|
||||||
|
|
||||||
This signature should have the following structure:
|
This signature should have the following structure:
|
||||||
|
|
||||||
| Subpacket | Area | Critical | Mandatory | Notes |
|
| Subpacket | Area | Critical | Mandatory | Notes |
|
||||||
|---------------------------------|--------|----------------|-------------------|---------------------------|
|
|---------------------------------|--------|----------------|-------------------|----------------------------------------------------|
|
||||||
| Signature Creation Time | Hashed | True | True | Should be the current time|
|
| Signature Creation Time | Hashed | True | True | Current time |
|
||||||
| Issuer Fingerprint | Hashed | True or False | Strongly Recommended | Identifies the primary key as the issuer |
|
| Issuer Fingerprint | Hashed | True or False | Strongly Recommended | The primary key is the issuer |
|
||||||
| Key Flags | Hashed | True | False | Retain key flags from the previous self-signature |
|
| Key Flags | Hashed | True | False | Retain key flags from the previous self-signature |
|
||||||
| Features | Hashed | True | False | Retain features from the previous self-signature |
|
| Features | Hashed | True | False | Retain features from the previous self-signature |
|
||||||
| Key Expiration Time | Hashed | True | False | If applicable, use expiration time from the previous self-signature |
|
| Key Expiration Time | Hashed | True | False | Retain expiration time from the previous self-signature, if applicable |
|
||||||
| Hash Algorithm Preferences | Hashed | False | False | New preferences |
|
| Hash Algorithm Preferences | Hashed | False | False | New preferences |
|
||||||
| Compression Algorithm Preferences | Hashed | False | False | New preferences |
|
| Compression Algorithm Preferences | Hashed | False | False | New preferences |
|
||||||
| Symmetric Algorithm Preferences | Hashed | False | False | New preferences |
|
| Symmetric Algorithm Preferences | Hashed | False | False | New preferences |
|
||||||
| AEAD Algorithm Preferences | Hashed | False | False | New preferences |
|
| AEAD Algorithm Preferences | Hashed | False | False | New preferences |
|
||||||
|
|
||||||
#### Change expiration time
|
#### Change expiration time
|
||||||
|
|
||||||
|
@ -315,7 +315,6 @@ To bind a User ID to an OpenPGP certificate, the signature should have the follo
|
||||||
| Primary User ID | Hashed | True | False | Optional |
|
| Primary User ID | Hashed | True | False | Optional |
|
||||||
| Signature Expiration Time | Hashed | True | False | Optional |
|
| Signature Expiration Time | Hashed | True | False | Optional |
|
||||||
|
|
||||||
|
|
||||||
In addition to these subpackets, self-certifications for User IDs can include others – such as key flags, features, and algorithm preferences – as shown in the previous table. This enables the specification of unique capabilities and preferences for each identity associated with the certificate.
|
In addition to these subpackets, self-certifications for User IDs can include others – such as key flags, features, and algorithm preferences – as shown in the previous table. This enables the specification of unique capabilities and preferences for each identity associated with the certificate.
|
||||||
|
|
||||||
#### Remove or revoke a User ID
|
#### Remove or revoke a User ID
|
||||||
|
|
Loading…
Reference in a new issue