diff options
author | Saturneric <[email protected]> | 2021-06-03 20:24:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-03 20:24:45 +0000 |
commit | 5071d17e6e4cfceffb7c735c7714206dddc688a9 (patch) | |
tree | f9fbf5769c472b57021032484a8c0f5508ae4b85 /include/gpg/GpgSubKey.h | |
parent | Add and change the expiration date of the key pair. (diff) | |
download | GpgFrontend-5071d17e6e4cfceffb7c735c7714206dddc688a9.tar.gz GpgFrontend-5071d17e6e4cfceffb7c735c7714206dddc688a9.zip |
Add an operation to change the expiration date of the subkey.
Add reminder of expiration of subkey.
Fixed the issue of incomplete display of KeyList for past key strikethrough.
Improve the expiration prompt for the key pair master key.
Add support for the case where the master key does not exist.
Add support for the case where the subkey does not exist.
Prompt the user when the master key does not exist.
Improve the filtering conditions for the key list that meets the key signatures.
Fix some spelling errors.
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | include/gpg/GpgSubKey.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpg/GpgSubKey.h b/include/gpg/GpgSubKey.h index 229e04c9..f2da9e9e 100644 --- a/include/gpg/GpgSubKey.h +++ b/include/gpg/GpgSubKey.h @@ -45,6 +45,7 @@ struct GpgSubKey { bool expired{}; bool revoked{}; bool disabled{}; + bool secret{}; bool is_cardkey{}; QDateTime timestamp; |