Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2020-06-22 Thread Andrew Mallin via Gnupg-users
Sent from my iPhone ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

RE: Need Help with C Compiler Error in AIX 5.3 During GnuPG Build

2019-09-24 Thread Rey Abeleda via Gnupg-users
, Engineer Oracle Financials | Superannuation - Retail & Corporate | Wealth Technology National Australia Bank -Original Message- From: Werner Koch [mailto:w...@gnupg.org] Sent: Tuesday, 24 September 2019 1:52 AM To: Rey Abeleda via Gnupg-users Cc: Rey Abeleda Subject: Re: Need Help wi

Re: Need Help with C Compiler Error in AIX 5.3 During GnuPG Build

2019-09-23 Thread Werner Koch via Gnupg-users
On Mon, 23 Sep 2019 02:36, gnupg-users@gnupg.org said: > configure:3554: error: C compiler cannot create executables configure does an early test to see whether your C compiler works. This is done to detect crippled compilers delivered on some systems. Seems not the case here, though. > config

Need Help with C Compiler Error in AIX 5.3 During GnuPG Build

2019-09-23 Thread Rey Abeleda via Gnupg-users
Hi, I am new to GnuPG and have recently subscribed to this mailing list to access to help from the GnuPG user community. I downloaded GnuPG and required libraries and am attempting build of the first required package npth-1.6. The ./configure step failed with the below error. configure:3552:

Need Help with C Compiler Error in AIX 5.3 During GnuPG Build

2019-09-22 Thread Rey Abeleda via Gnupg-users
Hi, I am new to GnuPG and have recently subscribed to this mailing list to access to help from the GnuPG user community. I downloaded GnuPG and required libraries and am attempting build of the first required package npth-1.6. The ./configure step failed with the below error. configure:3552:

Re: Need help with GPG + Thunderbird + Enigmail on a RaspberryPi

2018-11-18 Thread Stefan Claas
On Sun, 18 Nov 2018 17:54:26 +0100, Juergen BRUCKNER wrote: Hi Juergen, > the ex- and import of the keys at commandline in terminal works fine. > > But I wanted to make screenshots of the process for a presentation i > would use for a training of "newbies" and there i under no > circumstances wa

Re: Need help with GPG + Thunderbird + Enigmail on a RaspberryPi

2018-11-18 Thread Juergen BRUCKNER
Hi Stefan, the ex- and import of the keys at commandline in terminal works fine. But I wanted to make screenshots of the process for a presentation i would use for a training of "newbies" and there i under no circumstances want to work in terminal or commandline interface. And i could reproduce

Re: Need help with GPG + Thunderbird + Enigmail on a RaspberryPi

2018-11-18 Thread Stefan Claas
On Sun, 18 Nov 2018 14:52:14 +0100, Juergen Bruckner wrote: > Hello Groups, > > I do this as crossposting on gnupg and enigmail - lists. > > Raspian: November 2018 (Kernel 4.4) > Thunderbird: 52.9.1 - 32bit > Enigmail 2.0.8 (20180804-1515) > all installed from the Raspbian-sources > > At the mom

Need help with GPG + Thunderbird + Enigmail on a RaspberryPi

2018-11-18 Thread Juergen Bruckner
Hello Groups, I do this as crossposting on gnupg and enigmail - lists. Raspian: November 2018 (Kernel 4.4) Thunderbird: 52.9.1 - 32bit Enigmail 2.0.8 (20180804-1515) all installed from the Raspbian-sources At the moment I try to etablish a "Backup-Mail-Client" on a RaspberryPi with Thunderbird,

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2018-01-14 Thread gnupg
Daniel Kahn Gillmor wrote: > On Sun 2018-01-07 23:23:16 +1100, gn...@raf.org wrote: > > For the actual decryption, I'm using sudo. From the original > > post, the command to set things up contains something like: > > > > /usr/bin/screen -- \ > > /usr/bin/sudo -u thing --set-home -- \ > > /us

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2018-01-11 Thread Daniel Kahn Gillmor
On Sun 2018-01-07 23:23:16 +1100, gn...@raf.org wrote: > For the actual decryption, I'm using sudo. From the original > post, the command to set things up contains something like: > > /usr/bin/screen -- \ > /usr/bin/sudo -u thing --set-home -- \ > /usr/bin/gpg-agent --homedir /etc/thing/.gnup

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2018-01-07 Thread gnupg
Daniel Kahn Gillmor wrote: > On Thu 2017-12-21 16:19:00 +1100, raf wrote: > > Sorry, I thought I already did. The 4th point above does not > > work. When the public-facing host connects via ssh to the > > key management host, and runs gpg, instead of it successully > > connecting to the existing g

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2018-01-05 Thread Daniel Kahn Gillmor
On Thu 2017-12-21 16:19:00 +1100, raf wrote: > Sorry, I thought I already did. The 4th point above does not > work. When the public-facing host connects via ssh to the > key management host, and runs gpg, instead of it successully > connecting to the existing gpg-agent process that I started > minu

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2017-12-20 Thread raf
Daniel Kahn Gillmor wrote: > Hi raf-- > > Hi On Wed 2017-12-20 14:11:26 +1100, gn...@raf.org wrote: > > Daniel Kahn Gillmor wrote: > >> On Mon 2017-12-18 20:01:02 +1100, gn...@raf.org wrote: > >> > For most of my decryption use cases I can't use a > >> > pinentry program. Instead, I have to start

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2017-12-20 Thread Daniel Kahn Gillmor
Hi raf-- Hi On Wed 2017-12-20 14:11:26 +1100, gn...@raf.org wrote: > Daniel Kahn Gillmor wrote: >> On Mon 2017-12-18 20:01:02 +1100, gn...@raf.org wrote: >> > For most of my decryption use cases I can't use a >> > pinentry program. Instead, I have to start gpg-agent in >> > advance (despite what i

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2017-12-19 Thread gnupg
Hi Daniel, Thanks for responding. Daniel Kahn Gillmor wrote: > On Mon 2017-12-18 20:01:02 +1100, gn...@raf.org wrote: > > For most of my decryption use cases I can't use a > > pinentry program. Instead, I have to start gpg-agent in > > advance (despite what its manpage says) with > > --allow-pre

Re: Upgrading from gpg1 to gpg2: lots of trouble, need help

2017-12-18 Thread Daniel Kahn Gillmor
On Mon 2017-12-18 20:01:02 +1100, gn...@raf.org wrote: > For most of my decryption use cases I can't use a > pinentry program. Instead, I have to start gpg-agent in > advance (despite what its manpage says) with > --allow-preset-passphrase so that I can then use > gpg-preset-passphrase so that when

Upgrading from gpg1 to gpg2: lots of trouble, need help

2017-12-18 Thread gnupg
Hi, Happy Holidays! I'm migrating from gpg1 to gpg2 and am having lots of trouble. I apologise for the long email but it's been a saga and others may encounter the same problems I did and I have some (possibly stupid) suggestions and some questions that I need answers for. For most of my decrypt

Need help installing 2.1.23

2017-08-25 Thread D Mouer
Hi, I'm currently running Fedora 25 with GnuPG v2.13 installed. I want to upgrade to v2.1.23 by manually compiling. I have downloaded: npth 1.5 libgpg-error 1.27 libgcrypt 1.8 libksba 1.3.5 libassuan 2.4.3 gnupg-2.1.23 Read the README and INSTALL for gnupg-2.1.23, which instructed to install th

RE: Need Help.

2017-03-20 Thread Pankaj Kumar. Chaurasia
sage- From: Daniel Kahn Gillmor [mailto:d...@fifthhorseman.net] Sent: Monday, March 20, 2017 8:52 PM To: Pankaj Kumar. Chaurasia; gnupg-users@gnupg.org Subject: Re: Need Help. On Mon 2017-03-20 06:57:18 -0400, Pankaj Kumar. Chaurasia wrote: > Does anyone know how to import a public key for a serv

Re: Need Help.

2017-03-20 Thread Daniel Kahn Gillmor
On Mon 2017-03-20 06:57:18 -0400, Pankaj Kumar. Chaurasia wrote: > Does anyone know how to import a public key for a server account. > > I tried below one, but it is not working: > > Gpg2 -import -u NT\MSSQLAgent e:\MyPub.gpg Usually --import needs two leading hyphens, not one. it's not clear to

Need Help.

2017-03-20 Thread Pankaj Kumar. Chaurasia
Does anyone know how to import a public key for a server account. I tried below one, but it is not working: Gpg2 -import -u NT\MSSQLAgent e:\MyPub.gpg Thanks & Regards, Pankaj K Chaurasia Sr. Database Developer Smart Utility Systems 0120-4208528 (O) | +91- 8109510013 (M) | +91- 9406929510 (

Need help: gpg: public key decryption failed: Wrong secret key used

2017-03-15 Thread Ramachandra Hebbar
Hello Experts, We are implementing PGP solution using GnuPG. We have hit one issue, below is the error, gpg: public key decryption failed: Wrong secret key used gpg: decryption failed: No secret key I'm trying to encrypt sample test message without using armor (--no-armor). I'm getting above mess

Need Help decrypt HTML E-mail using OutlookPrivacyPlugin

2016-08-23 Thread David J
Hi, I've installed dejavusecurity/OutlookPrivacyPlugin to decrypt e-mails from outlook. It works well with encrypted text email but under features its says it can decrypt HTML e-mail. I'm collecting data from an online form and I want to send the email as a form with the data filled in. I encry

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-22 Thread Peter Lebbing
> I try to reply Peter. But it has bounced from his email id. The mail got delivered to me without generating a bounce, or as my primary mail server liked to put it: 2013-08-21 02:48:53 1VBwbV-00021r-DK <= prvs=93857aca4=snehendu.gh...@tcs.com H=inmumg02.tcs.com [219.64.33.222] I=[83.161.152.50]:

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-21 Thread Robert J. Hansen
On 08/20/2013 05:43 PM, Snehendu Ghosh wrote: > We are not expecting any of the third party will make any changes in > their side. That is the reason we want to go with the 1.2.1 version > to minimize the risk. Although I certainly understand the desire to minimize risk, the possibility of being

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-21 Thread Henry Hertz Hobbit
On 08/20/2013 09:43 PM, Snehendu Ghosh wrote: > Hi Peter, > > Thanks for your reply. > > In brief, the background is that we are replacing an existing > iHub system which acts as a router for files transfer to and > from Oracle EBS. In current system, for inbound interfaces, > encrypted files co

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-21 Thread Snehendu Ghosh
s.com Experience certainty. IT Services Business Solutions Consulting -Peter Lebbing wrote: - To: Manish Gupta From: Peter Lebbing Date: 08/21/2013 05:44AM Cc: "gnupg-users@gnupg.org" , Mini George , Pinky Roy , Snehendu Ghosh Subject

Fw: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-21 Thread Snehendu Ghosh
...@qantas.com.au, Mini George/KOL/TCS@TCS, Pinky Roy/KOL/TCS@TCS, Binayendu Mandal/KOL/TCS@TCS, Abdul Alim/APAC/TCS@TCS Date: 21/08/2013 07:43 AM Subject: Re: need help for GPG 1.2.1 binary for REHL 5.8 Hi Peter, Thanks for your reply. In brief, the background is that we are replacing an existing

Re: Fw: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-21 Thread Snehendu Ghosh
I was not listed previously. Sending again. From: Snehendu Ghosh/APAC/TCS To: gnupg-users@gnupg.org Cc: Kumar Manishgupta/APAC/TCS@TCS Date: 21/08/2013 09:56 AM Subject: Fw: need help for GPG 1.2.1 binary for REHL 5.8 Hi, I try to reply Peter. But it has bounced from his email id. Please

Fwd: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-20 Thread Ryan Sawhill
On Tue, Aug 20, 2013 at 5:08 AM, Manish Gupta wrote: > This is regarding binary of gpg utility, we are searching for binary for > GPG 1.2.1 version for Red Hat Enterprise Linux 5.8, We have searched a lots > for this version but we couldn’t find anywhere. > RHEL5 ships with a newer version of GP

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-20 Thread Peter Lebbing
On 20/08/13 22:37, Jean-David Beyer wrote: >> You're trying to install a version released in 2002 on an OS released in >> 2012. > > True, but Red Hat support their major releases for 10 years, so implying > that the O.P.'s release is obsolete is a bit extreme. I didn't mean to say the OS is old

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-20 Thread Jean-David Beyer
On 08/20/2013 03:43 PM, Peter Lebbing wrote: >> we are searching for binary for GPG 1.2.1 version for Red Hat Enterprise >> Linux 5.8 > > You're trying to install a version released in 2002 on an OS released in 2012. True, but Red Hat support their major releases for 10 years, so implying that th

Re: need help for GPG 1.2.1 binary for REHL 5.8

2013-08-20 Thread Peter Lebbing
> we are searching for binary for GPG 1.2.1 version for Red Hat Enterprise > Linux 5.8 You're trying to install a version released in 2002 on an OS released in 2012. I'm not surprised you can't find binaries! Why do you want to do this? 1.2.1 has known issues and should not be used these days. It'

need help for GPG 1.2.1 binary for REHL 5.8

2013-08-20 Thread Manish Gupta
Dear Sir/Madam, This is regarding binary of gpg utility, we are searching for binary for GPG 1.2.1 version for Red Hat Enterprise Linux 5.8, We have searched a lots for this version but we couldn't find anywhere. We found below two links only and tried installing the same on REHL 5.8 but none

Need help on compiling gnupg 1.4.11 for powerPC (NetBSD 5)

2011-03-05 Thread ravi shankar
HI, Regards, Ravi ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: need help on non-interactive gnuPG binary

2011-03-01 Thread David Shaw
On Mar 1, 2011, at 7:39 AM, ravi shankar wrote: > Hi, > >I am planning to use gnuPG (v1.4.10) binary in netbsd 5 for encryption. > The key generation is supported as interactive session, but I want to use non > interactive session. I could not find any binary with non interactive > session

need help on non-interactive gnuPG binary

2011-03-01 Thread ravi shankar
Hi,    I am planning to use gnuPG (v1.4.10) binary in netbsd 5 for encryption. The key generation is supported as interactive session, but I want to use non interactive session. I could not find any binary with non interactive session. Does anyone know where to get such a binary?? Regards, Rav

gnupg-2.0.16 / Configures but won't MAKE - Need Help !

2010-12-31 Thread Mel
Hi Users...after spending the last week, and a half attempting to get gnupg-2.0.16 compiled and installed.. I certainly could use some assistance. I'm running a linux CentOS-5.5.x86_64 OS with an AMD64 processor. Either I've missed something, or there is a coding error in the program ?

Re: Need help doing gpg encryption without prompting for passphrase

2010-09-27 Thread John Clizbe
BradBlake wrote: > I could REALLY use some assistance – I need to encrypt a file with gpg (my > Linux server is on version 1.2.6), I need to encrypt it with the public key > from our client, and sign it with our private PGP key. I’ve got this all > working (I imported their public key, and sent the

Need help doing gpg encryption without prompting for passphrase

2010-09-27 Thread Brad Blake
Hi all, I could REALLY use some assistance - I need to encrypt a file with gpg (my server is on version 1.2.6), I need to encrypt it with the public key from our client, and sign it with our private PGP key. I've got this all working (I imported their public key, and sent them our key), so I ca

Need help doing gpg encryption without prompting for passphrase

2010-09-27 Thread BradBlake
ase Are you able to help me with this? I appreciate any assistance you can offer, thanks!!! Am I just missing something simple? Am I better off to delete and recreate the keys? Thank you, Brad Blake -- View this message in context: http://old.nabble.com/Need-help-doing-gpg-encryption-without-p

Re: Need help understanding the difference between assigning owner trust and key validity.

2009-06-13 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Steven W. Orr wrote: > When I got your key, AND I know it came from you, then I set your key in my > ring with owner trust of "trusted". But I didn't set the key validity. My > understanding is that if I set your key validity then I'm signing my > p

Re: Need help understanding the difference between assigning owner trust and key validity.

2009-06-13 Thread Joseph Oreste Bruni
On Jun 12, 2009, at 11:24 PM, Steven W. Orr wrote: There's a pgp concept that I'm not comfortable with. It has to do with the difference between owner trust and key validity. And I say comfortable, not because I don't like it or that I don't think it doesn't work; I just don't feel like I

Need help understanding the difference between assigning owner trust and key validity.

2009-06-12 Thread Steven W. Orr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There's a pgp concept that I'm not comfortable with. It has to do with the difference between owner trust and key validity. And I say comfortable, not because I don't like it or that I don't think it doesn't work; I just don't feel like I understand it

Re: offtopic: need help from Mac owner

2009-03-29 Thread Ingo Klöcker
On Sunday 29 March 2009, Hardeep Singh wrote: > Hi All > > I need someone with a Safari browser to test something for me: it > wont take more than 3 min. > > I have a webpage that unjumbles words, and which is somewhat popular. > I am building a new version which is AJAX based and the prototype is

Re: offtopic: need help from Mac owner

2009-03-29 Thread Charly Avital
Hardeep Singh wrote the following on 3/29/09 1:09 AM: > Hi All > > I need someone with a Safari browser to test something for me: it wont > take more than 3 min. > > I have a webpage that unjumbles words, and which is somewhat popular. > I am building a new version which is AJAX based and the pro

Re: offtopic: need help from Mac owner

2009-03-28 Thread Joseph Oreste Bruni
On Mar 28, 2009, at 10:09 PM, Hardeep Singh wrote: I have tested it on Opera, IE, Firefox (on Windows and Linux) but do not have a way to test on Safari. Why not just download the Windows version of Safari and test it yourself? ___ Gnupg-user

offtopic: need help from Mac owner

2009-03-28 Thread Hardeep Singh
Hi All I need someone with a Safari browser to test something for me: it wont take more than 3 min. I have a webpage that unjumbles words, and which is somewhat popular. I am building a new version which is AJAX based and the prototype is ready. I have tested it on Opera, IE, Firefox (on Windows

Re: Need help for decrypt

2009-01-19 Thread Faramir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lai, Thomas escribió: ... > The first option is ok, however about the second, > I could not find the option --passphrase-file in command gpg. > The gpg version I used is gpg (GnuPG) 1.2.1. I am not sure how old is your GnuPG version, but current

Re: Need help for decrypt

2009-01-19 Thread Vlad "SATtva" Miller
; Thomas Lai / FIL - Dalian > > > -Original Message- > From: Vlad "SATtva" Miller [mailto:sat...@pgpru.com] > Sent: Saturday, January 17, 2009 4:50 AM > To: Lai, Thomas > Cc: Gnupg-users@gnupg.org > Subject: Re: Need help for decrypt > > Lai,

RE: Need help for decrypt

2009-01-19 Thread Lai, Thomas
omas Cc: Gnupg-users@gnupg.org Subject: Re: Need help for decrypt Lai, Thomas (16.01.2009 15:35): > Is there any way to decrypt files without entering my private key's > passphrass? Yes. You could remove passphrase from your private key (do --edit-key [your_key], then passwd, and finally

Re: Need help for decrypt

2009-01-16 Thread Vlad "SATtva" Miller
Lai, Thomas (16.01.2009 15:35): > Is there any way to decrypt files without entering my private key's > passphrass? Yes. You could remove passphrase from your private key (do --edit-key [your_key], then passwd, and finally save). Or you could write your passphrase in some text file and supply it t

Need help for decrypt

2009-01-16 Thread Lai, Thomas
Hello anyboby, I am not sure if anybody can receive this email, though... just have a try. I have problem when decryting files with gpg. I have to write a bash script to decrypt files using my private key everyday, But I cannot avoid entering passphrase manually. Is there any way to decrypt fi

Re: Need help

2008-09-09 Thread Benjamin Donnachie
2008/9/9 David Koppenhofer <[EMAIL PROTECTED]> > Depends on which software you're talking about. To find out which > version of gnupg is installed in your path, you can type > gpg --version at a terminal/command prompt. > ... and/or gpg2 --version Ben __

Re: Need help

2008-09-09 Thread Carlos Williams
On Tue, Sep 9, 2008 at 2:24 PM, David Koppenhofer <[EMAIL PROTECTED]> wrote: > 2008/9/9 Chaudhry, Tahir N <[EMAIL PROTECTED]>: >> >> How can we find out which version of software is installed. It is just a matter of opening a terminal window or command prompt based on your OS. You did not specify

Re: Need help

2008-09-09 Thread David Koppenhofer
2008/9/9 Chaudhry, Tahir N <[EMAIL PROTECTED]>: > > How can we find out which version of software is installed. Depends on which software you're talking about. To find out which version of gnupg is installed in your path, you can type gpg --version at a terminal/command prompt. David

Re: Need help

2008-09-09 Thread Robert J. Hansen
Chaudhry, Tahir N wrote: > How can we find out which version of software is installed. gpg --version ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Need help

2008-09-09 Thread Charly Avital
Chaudhry, Tahir N wrote the following on 9/9/08 11:40 AM: > > > Hi, > > How can we find out which version of software is installed. > > Regards, > > Tahir > $ gpg --version And better use plain text, not HTML. Charly MacOS 10.5.4 - MacBook Intel C2Duo - GnuPG 1.4.9 - GPG2 2.0.9 - Thunder

Need help

2008-09-09 Thread Chaudhry, Tahir N
Hi, How can we find out which version of software is installed. Regards, Tahir The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsib

Re: Need Help

2008-04-17 Thread Werner Koch
On Tue, 15 Apr 2008 20:03, [EMAIL PROTECTED] said: > Although it might not be necessary to backport 1.4.9's changes to 1.4.7, > nobody can guarantee that there won't be a 1.4.10 that fixes a > vulnerability which exists since 1.4.7. Well as long as we maintain these versions we will provide the f

Re: Backport to GPL2 was: Re: Need Help

2008-04-17 Thread Werner Koch
On Wed, 16 Apr 2008 17:18, [EMAIL PROTECTED] said: > Political solidarity, or "just following party line", are not sufficient > justification to //some// people to move to move to a new (and to them > possibly inferior) license. If a "stronger" reason was given on this I can't see what problems a

Backport to GPL2 was: Re: Need Help

2008-04-16 Thread Matt
Michael Kesper wrote: > On Tue, Apr 15, 2008 at 12:06:44PM +0100, Debabrata Das wrote: >> > I suppose that GnuPG did not move just for fun to GPLv3 but for a > reason. The reason is that the FSF released a new version of GPL. I understand somewhat why a v3 was needed, and why some would prefer t

Re: Need Help

2008-04-16 Thread Michael Kesper
Hi, On Tue, Apr 15, 2008 at 12:06:44PM +0100, Debabrata Das wrote: > Hi All, > > Currently we are using GnuPG 1.4.7 which is under GPL V2 on HP-UX > ,but we came to know that there is a security vulnerability on GnuPG > 1.4.8 & earlier version.Since Gnupg 1.4.9 is under GPL V3 & we don't > want t

Re: Need Help

2008-04-15 Thread John Clizbe
Sven Radde wrote: > Am Dienstag, den 15.04.2008, 11:03 -0500 schrieb John Clizbe: >> There is nothing to backport. David Shaw answered this exact same post last >> Friday on both GnuPG-Users and GnuPG-Devel. > > I felt already last Friday that this was only a partial answer to the > question. > A

Re: Need Help

2008-04-15 Thread Sven Radde
Hi! Am Dienstag, den 15.04.2008, 11:03 -0500 schrieb John Clizbe: > There is nothing to backport. David Shaw answered this exact same post last > Friday on both GnuPG-Users and GnuPG-Devel. I felt already last Friday that this was only a partial answer to the question. Although it might not be

Re: Need Help

2008-04-15 Thread John Clizbe
Debabrata Das wrote: > Hi All, > > Currently we are using GnuPG 1.4.7 which is under GPL V2 on HP-UX ,but > we came to know that there is a security vulnerability on GnuPG 1.4.8 & > earlier version.Since Gnupg 1.4.9 is under GPL V3 & we don't want to > move to product under GPL v3.Can you please

Need Help

2008-04-15 Thread Debabrata Das
Hi All, Currently we are using GnuPG 1.4.7 which is under GPL V2 on HP-UX ,but we came to know that there is a security vulnerability on GnuPG 1.4.8 & earlier version.Since Gnupg 1.4.9 is under GPL V3 & we don't want to move to product under GPL v3.Can you please tell us if it is permissible

Need Help

2008-04-12 Thread Debabrata Das
Hi All, Currently we are using GnuPG 1.4.7 which is under GPL V2 on HP-UX ,but we came to know that there is a security vulnerability on GnuPG 1.4.8 & earlier version.Since Gnupg 1.4.9 is under GPL V3 & we don't want to move to product under GPL v3.Can you please tell us if it is permissible

Re: Need Help

2008-04-11 Thread David Shaw
On Tue, Apr 08, 2008 at 02:47:40PM +0100, Debabrata Das wrote: > Hi All, > > Currently we are using GnuPG 1.4.7 which is under GPL V2 on HP-UX ,but we > came to know that there is a security vulnerability on GnuPG 1.4.8 & earlier > version.Since Gnupg 1.4.9 is under GPL V3 & we don't want to mov

Need help -gpgsm.

2006-06-18 Thread mkontakt
I have successfully created a cart.p12 and when I tried to import the cent I got this: gpgsm --call-protect-tool --p12-import --store cert.p12 gpg-protect-tool: gpg-agent is not available in this session gpg-protect-tool: error while asking for the passphrase: Invalid digest algorithm What do I

gpg not running in shell script. Need Help

2005-10-18 Thread Kanakadandila, Sivaramakrishna \(GE Consumer & Industrial\)
Hi I need help in running gpg command through shell script in Informatica. This is what I tried I have a shell script which will decrypt the file. It is running fine when I ran the same script from $ prompt. The same is not running when I ran through Informatica as a command. I also

gpg not running in shell script. Need Help

2005-10-16 Thread Kanakadandila, Sivaramakrishna \(GE Consumer & Industrial\)
Hi I need help in running gpg command through shell script in Informatica. This is what I tried I have a shell script which will decrypt the file. It is running fine when I ran the same script from $ prompt in Unix. The same is not running when I ran through Informatica as a command. I also

Need help exchanging keys with PGP 6.5.2 on AIX

2005-04-14 Thread Steve M. Fabac, Jr.
I have not been successful in exchanging encrypted messages between PGP 6.5.2 on AIX and GnuPG 1.4.1. I am still learning with GnuPG and the curve is steep. The FAQ has suggestions for Encrypting messages with GnuPG for decryption with PGP, but no section on how to generate compatible public/pr