mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-12 12:49:40 +02:00
g: add "Binding Signature"
This commit is contained in:
parent
56c9da55db
commit
ab497ce601
1 changed files with 6 additions and 1 deletions
|
@ -24,6 +24,11 @@ Authentication Tag
|
||||||
Authenticity
|
Authenticity
|
||||||
See {term}`Authentication`.
|
See {term}`Authentication`.
|
||||||
|
|
||||||
|
Binding Signature
|
||||||
|
A {term}`signature` on a {term}`component` which links that {term}`component` to a {term}`certificate<OpenPGP Certificate>`.
|
||||||
|
|
||||||
|
See {ref}`binding_sigs` for more.
|
||||||
|
|
||||||
CA
|
CA
|
||||||
See {term}`Certification Authority`.
|
See {term}`Certification Authority`.
|
||||||
|
|
||||||
|
@ -89,7 +94,7 @@ Encryption Key Flag
|
||||||
A {term}`Key Flag`, indicating that a {term}`Component Key` can be used for encrypting data. See [](capabilities_key_flags).
|
A {term}`Key Flag`, indicating that a {term}`Component Key` can be used for encrypting data. See [](capabilities_key_flags).
|
||||||
|
|
||||||
Expiration
|
Expiration
|
||||||
A mechanism by which a {term}`Component` is invalidated due to the {term}`Expiration Time` of its binding signature being older than the {term}`Reference Time` by which it is validated.
|
A mechanism by which a {term}`Component` is invalidated due to the {term}`Expiration Time` of its {term}`binding signature` being older than the {term}`Reference Time` by which it is validated.
|
||||||
|
|
||||||
Expiration Date Subpacket
|
Expiration Date Subpacket
|
||||||
An {term}`OpenPGP Signature Subpacket Type` which defines the {term}`Expiration Time` for an {term}`OpenPGP Signature Packet`.
|
An {term}`OpenPGP Signature Subpacket Type` which defines the {term}`Expiration Time` for an {term}`OpenPGP Signature Packet`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue