ch6, ch7: add notes

This commit is contained in:
Heiko Schaefer 2023-10-28 13:20:57 +02:00
parent e7350e8f7a
commit 67ee9bfbe7
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 15 additions and 0 deletions

View file

@ -96,6 +96,12 @@ RFC Sections [5.2.3.11](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypt
### "Negotiating" signature hash algorithm based on recipients preference subpackets
```{admonition} TODO
:class: warning
investigate, discuss: GnuPG uses preference packets for the User ID that was addressed while sequoia completely omits User ID preferences and either uses Direct Key Sigs or (I think) primary User ID.
```
### Explore viability of having multiple signatures, e.g. v4+v6?
```{admonition} TODO

View file

@ -15,6 +15,15 @@ Add content, including:
- Signature of a canonical text document
- "The signature is calculated over the text data with its line endings converted to `<CR><LF>`"
data signatures have three forms:
- detached,
- inline (that is signature contains the data which is signed inside of a signature container) and
- cleartext which I guess will be special-cased in v6 (to require small text etc).
(This corresponds to gnupg's --detach-sign --sign and --clear-sign)
cleartext: explain text transforms for cleartext signatures (LF->CRLF etc)
```
## Data signatures