mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
Print passphrase encoding info only in PEM mode.
This commit is contained in:
parent
bc078f97a9
commit
c2b08ff908
2
NEWS
2
NEWS
@ -1,6 +1,8 @@
|
|||||||
Noteworthy changes in version 2.0.5
|
Noteworthy changes in version 2.0.5
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
* Fixed bug when using the --p12-charset without --armor.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 2.0.4 (2007-05-09)
|
Noteworthy changes in version 2.0.4 (2007-05-09)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-05-29 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* export.c (gpgsm_p12_export): Print passphrase encoding info only
|
||||||
|
in PEM mode.
|
||||||
|
|
||||||
2007-05-18 Marcus Brinkmann <marcus@g10code.de>
|
2007-05-18 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* qualified.c (gpgsm_qualified_consent,
|
* qualified.c (gpgsm_qualified_consent,
|
||||||
|
@ -416,7 +416,7 @@ gpgsm_p12_export (ctrl_t ctrl, const char *name, FILE *fp)
|
|||||||
putc ('\n', fp);
|
putc ('\n', fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opt.p12_charset)
|
if (opt.p12_charset && ctrl->create_pem)
|
||||||
{
|
{
|
||||||
fprintf (fp, "The passphrase is %s encoded.\n\n",
|
fprintf (fp, "The passphrase is %s encoded.\n\n",
|
||||||
opt.p12_charset);
|
opt.p12_charset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user