ch4: add a note that the example key isn't password protected

Add link to ch5 for discussion of encrypted private key material.
This commit is contained in:
Heiko Schaefer 2023-10-10 12:52:14 +02:00
parent 134407ee2f
commit a1fe545e88
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 13 additions and 0 deletions

View file

@ -12,6 +12,16 @@
https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-10.html#name-transferable-secret-keys
(encrypted_secrets)=
## Password protecting secret key material
```{admonition} TODO
:class: warning
S2K, symmetric encryption
```
## Private key operations
The core of private key operations doesn't require access to the whole certificate. A private key subsystem only needs to handle the cryptographic key material.