Re: Problem after going from gpg 1.2.6 to 1.4.5

2013-02-14 Thread Werner Koch
On Thu, 14 Feb 2013 00:00, apadmar...@prounlimited.com said:

 However, with 1.4.5 we get an encrypted file everything in one line
 and gets cut at 80th char.  With 1.2.6 we used to get an encrypted
 file in multiple lines with 80 chars per line and was able to see
 complete file.

That pretty much looks like a post processing problem in your script.
GPG's armor format does not output more than 64 characters per line.  IT
is possible that old versions uses up to 72 characters but definitely
never more than 76 as per specs.

BTW, you should also use --batch when invoking gpg from a script and
take care to properly quote argumens, so that filenames with spaces
work.

 With 1.4.5, how to get it in 80 char format per line?  Right now we

Why did you switch to a 6 year old version of GnuPG with 4 known CVE
indetified bugs?

 cannot upgrade to beyond 1.4.5 because of consistency issues.

Please explain.  There is no incompatibility between 1.4.5 and later
versions.


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Problem after going from gpg 1.2.6 to 1.4.5

2013-02-14 Thread Anilkumar Padmaraju
Hi Werner,

Thank you for the replay.

We found the issue is not related to GPG, but with file conversion.  It is
no more a issue now.  Please ignore this.

 Thank you,

 Anil

On Thursday, February 14, 2013, Werner Koch wrote:

 On Thu, 14 Feb 2013 00:00, apadmar...@prounlimited.com javascript:;said:

  However, with 1.4.5 we get an encrypted file everything in one line
  and gets cut at 80th char.  With 1.2.6 we used to get an encrypted
  file in multiple lines with 80 chars per line and was able to see
  complete file.

 That pretty much looks like a post processing problem in your script.
 GPG's armor format does not output more than 64 characters per line.  IT
 is possible that old versions uses up to 72 characters but definitely
 never more than 76 as per specs.

 BTW, you should also use --batch when invoking gpg from a script and
 take care to properly quote argumens, so that filenames with spaces
 work.

  With 1.4.5, how to get it in 80 char format per line?  Right now we

 Why did you switch to a 6 year old version of GnuPG with 4 known CVE
 indetified bugs?

  cannot upgrade to beyond 1.4.5 because of consistency issues.

 Please explain.  There is no incompatibility between 1.4.5 and later
 versions.


 Shalom-Salam,

Werner

 --
 Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.



-- 
Anilkumar Padmaraju | Sr. Linux System Administrator
*PRO Unlimited, Inc.*
1350 Old Bayshore Highway, Suite 350, Burlingame, CA 94010
(o) 650-373-2484 | (m) 408-835-7599 | (e) apadmar...@prounlimited.com
www.prounlimited.com
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Problem after going from gpg 1.2.6 to 1.4.5

2013-02-13 Thread Anilkumar Padmaraju
We upgraded from gpg 1.2.6 to 1.4.5 on Red Hat Enterprise Linux AS
release 4 (Nahant Update 5).

After that we encrypted a file as /usr/bin/gpg --armor --output
$out_file --encrypt -q --yes -r '$gpg_userid' $file.

However, with 1.4.5 we get an encrypted file everything in one line
and gets cut at 80th char.  With 1.2.6 we used to get an encrypted
file in multiple lines with 80 chars per line and was able to see
complete file.

With 1.4.5, how to get it in 80 char format per line?  Right now we
cannot upgrade to beyond 1.4.5 because of consistency issues.

Thank you,

Anil.

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users