mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 19:59:40 +02:00
ch6, ch7: add notes
This commit is contained in:
parent
e7350e8f7a
commit
67ee9bfbe7
2 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue