Mutt | 22 Apr 2012 16:23

[Mutt] #3575: smime_keys.pl fails on filenames with spaces

#3575: smime_keys.pl fails on filenames with spaces
-----------------------+----------------------------------------------------
 Reporter:  Y_Plentyn  |       Owner:  mutt-dev
     Type:  defect     |      Status:  new     
 Priority:  minor      |   Milestone:          
Component:  crypto     |     Version:          
 Keywords:             |  
-----------------------+----------------------------------------------------
 Forwarding from  http://bugs.debian.org/658324 :

 {{{
 Dear Maintainer,

 I recently needed to update by smime-keyring with a new version of my own
 certificate to a new one, and saved it to a file named
 "cacert kandre <at> ak-online.be renewed.p12".

 Unfortunately 'smime_keys add_p12 "cacert kandre <at> ak-online.be
 renewed.p12"'
 failed with the return code 256 from openssl and a dump of it's
 commandline
 options.

 I looked into smime_keys and found that the perl-script builds the command
 in line 156 directly from $ARGV[1]:

 >>>> snip <<<<
 156:    my $cmd = "$opensslbin pkcs12 -in $ARGV[1] -out $pem_file";
 157:        system $cmd and die "'$cmd' returned $?";
 >>>> snip <<<<
(Continue reading)

Mutt | 1 Jan 2013 06:03

Re: [Mutt] #3575: smime_keys.pl fails on filenames with spaces

#3575: smime_keys.pl fails on filenames with spaces
-----------------------+----------------------------------------------------
 Reporter:  Y_Plentyn  |       Owner:  mutt-dev      
     Type:  defect     |      Status:  infoneeded_new
 Priority:  minor      |   Milestone:                
Component:  crypto     |     Version:                
 Keywords:             |  
-----------------------+----------------------------------------------------
Changes (by me):

  * status:  new => infoneeded_new

Old description:

> Forwarding from  http://bugs.debian.org/658324 :
>
> {{{
> Dear Maintainer,
>
> I recently needed to update by smime-keyring with a new version of my own
> certificate to a new one, and saved it to a file named
> "cacert kandre <at> ak-online.be renewed.p12".
>
> Unfortunately 'smime_keys add_p12 "cacert kandre <at> ak-online.be
> renewed.p12"'
> failed with the return code 256 from openssl and a dump of it's
> commandline
> options.
>
> I looked into smime_keys and found that the perl-script builds the
(Continue reading)


Gmane