Rename ch6 to reflect #30

This commit is contained in:
Heiko Schaefer 2023-09-28 16:05:27 +02:00
parent c494d60176
commit a9f14e54e9
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@ With OpenPGP it's possible to:
- [Encrypt](encryption_chapter) and [Decrypt](decryption_chapter) Messages - [Encrypt](encryption_chapter) and [Decrypt](decryption_chapter) Messages
- [Sign](signing_data) and [Verify](verification_chapter) Data - [Sign](signing_data) and [Verify](verification_chapter) Data
- [Issue and examine Statements](signatures_chapter) about Keys and Identities (to perform CA-like functionality) - [Issue and examine Statements](certifications_chapter) about Keys and Identities (to perform CA-like functionality)
### Building blocks ### Building blocks

View file

@ -1,6 +1,6 @@
(signatures_chapter)= (certifications_chapter)=
# Signatures as "statements" # Certification signatures
Signatures make up the magic of OpenPGP. Signatures make up the magic of OpenPGP.
They act as the syntax that allows forming and interpreting complex statements about data and identities. They act as the syntax that allows forming and interpreting complex statements about data and identities.