mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* findkey.c (agent_public_key_from_file): Fixed array assignment.
This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
This commit is contained in:
parent
99f403b015
commit
a2d1673d66
8 changed files with 91 additions and 24 deletions
|
@ -790,8 +790,8 @@ client must provide it.
|
|||
This is used to generate a new keypair, store the secret part in the
|
||||
@acronym{PSE} and the public key in the key database. We will probably
|
||||
add optional commands to allow the client to select whether a hardware
|
||||
token is used to store the key. Configuration options to @command{GPGSM} can be
|
||||
used to restrict the use of this command.
|
||||
token is used to store the key. Configuration options to
|
||||
@command{GPGSM} can be used to restrict the use of this command.
|
||||
|
||||
@example
|
||||
GENKEY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue