mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-02-17 01:26:29 +01:00
ch4: don't use title case
This commit is contained in:
parent
63592a8c17
commit
c592c6c02d
1 changed files with 4 additions and 4 deletions
|
@ -102,7 +102,7 @@ Subkeys have the same structure as the primary key, but they are used in a diffe
|
|||
OpenPGP certificates can contain a number of subkeys
|
||||
```
|
||||
|
||||
#### Key Flags: defining which operations a component key can perform
|
||||
#### Key flags: defining which operations a component key can perform
|
||||
|
||||
Each component key has a set of ["Key Flags"](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#key-flags) that specify which operations that key can perform.
|
||||
|
||||
|
@ -245,7 +245,7 @@ Note: certification signatures [can be made irrevocable](https://www.ietf.org/ar
|
|||
This section only contains notes and still needs to be written
|
||||
```
|
||||
|
||||
### Certificate Management / Evolution of a certificate over time
|
||||
### Certificate management / Evolution of a certificate over time
|
||||
|
||||
Minimized versions, merging, effective "append only" semantics, ...
|
||||
|
||||
|
@ -262,7 +262,7 @@ Minimized versions, merging, effective "append only" semantics, ...
|
|||
- Subkey: Revoked/key expired/binding signature expired
|
||||
- User ID: revoked, binding expired, ...
|
||||
|
||||
### Best Practices regarding Key Freshness
|
||||
### Best practices regarding Key Freshness
|
||||
|
||||
```{admonition} TODO
|
||||
:class: warning
|
||||
|
@ -273,7 +273,7 @@ Minimized versions, merging, effective "append only" semantics, ...
|
|||
Wiktor suggests to check: https://blogs.gentoo.org/mgorny/2018/08/13/openpgp-key-expiration-is-not-a-security-measure/ for important material
|
||||
```
|
||||
|
||||
### Metadata Leak of Social Graph
|
||||
### Metadata leak of Social Graph
|
||||
|
||||
(unbound_user_ids)=
|
||||
### Adding unbound User IDs to a certificate
|
||||
|
|
Loading…
Reference in a new issue