mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Exporting secret keys via gpg-agent is now basically supported.
A couple of forward ported changes. Doc updates.
This commit is contained in:
parent
aeb31977ec
commit
bfbd80feb9
72 changed files with 1930 additions and 546 deletions
|
@ -887,7 +887,8 @@ learn_cb (void *opaque, const void *buffer, size_t length)
|
|||
because we can assume that the --learn-card command has been used
|
||||
on purpose. */
|
||||
rc = gpgsm_basic_cert_check (parm->ctrl, cert);
|
||||
if (rc && gpg_err_code (rc) != GPG_ERR_MISSING_CERT)
|
||||
if (rc && gpg_err_code (rc) != GPG_ERR_MISSING_CERT
|
||||
&& gpg_err_code (rc) != GPG_ERR_MISSING_ISSUER_CERT)
|
||||
log_error ("invalid certificate: %s\n", gpg_strerror (rc));
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue