mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sm: Do not print certain issuer not found diags in quiet mode.
* sm/certchain.c (find_up_dirmngr): Print one diagnostic only in verbose mode. Do not print issuer not found diags in quiet mode. * sm/minip12.c (parse_bag_data): Add missing verbose condition. -- GnuPG-bug-id: 4757
This commit is contained in:
parent
473b83d1b9
commit
a170f0e73f
2 changed files with 28 additions and 21 deletions
|
@ -1449,8 +1449,9 @@ parse_bag_data (const unsigned char *buffer, size_t length, int startoffset,
|
|||
if (ti.class || ti.tag != TAG_OCTET_STRING || !ti.length )
|
||||
goto bailout;
|
||||
|
||||
log_info ("%lu bytes of %s encrypted text\n",
|
||||
ti.length, is_pbes2? "AES128":"3DES");
|
||||
if (opt_verbose)
|
||||
log_info ("%lu bytes of %s encrypted text\n",
|
||||
ti.length, is_pbes2? "AES128":"3DES");
|
||||
|
||||
plain = gcry_malloc_secure (ti.length);
|
||||
if (!plain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue