Normalize "expiration date" -> "expiration time"

This commit is contained in:
Heiko Schaefer 2023-12-11 16:20:53 +01:00
parent 40d93e3386
commit 4b14b9d2c2
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
Signature verification in the OpenPGP protocol is a complex process.
Many factors influence the validity of a signature.
Firstly, its expiration date: A signature can be valid at one point in time and expired a second later.
Firstly, its expiration time: A signature can be valid at one point in time and expired a second later.
Signatures can be invalid due to the absence or presence of other signatures (e.g., revocations).
Some signatures can be verified standalone, while others require the verification of a chain-like structure of signatures, mostly within the issuer's certificate.