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

@ -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