mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: New option --quick-set-expire.
* g10/gpg.c (aQuickSetExpire): New. (opts): New option --quick-set-expire. (main): Implement option. * g10/keyedit.c (menu_expire): Add args FORCE_MAINKEY and NEWEXPIRATION. Change semantics of the return value. Change caller. (keyedit_quick_set_expire): New. -- This patch partly solves GnuPG-bug-id: 2701
This commit is contained in:
parent
fae4d06b0c
commit
41b3d0975d
5 changed files with 148 additions and 26 deletions
|
@ -1144,9 +1144,9 @@ print_status_exported (PKT_public_key *pk)
|
|||
/*
|
||||
* Receive a secret key from agent specified by HEXGRIP.
|
||||
*
|
||||
* Since the key data from agant is encrypted, decrypt it by CIPHERHD.
|
||||
* Then, parse the decrypted key data in transfer format, and put
|
||||
* secret parameters into PK.
|
||||
* Since the key data from the agent is encrypted, decrypt it using
|
||||
* CIPHERHD context. Then, parse the decrypted key data into transfer
|
||||
* format, and put secret parameters into PK.
|
||||
*
|
||||
* If CLEARTEXT is 0, store the secret key material
|
||||
* passphrase-protected. Otherwise, store secret key material in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue