Re: [BangPypers] trust/certify python exe

2013-02-04 Thread Ramchandra Apte
I don't think the Python binaries are signed by Microsoft; it is quite costly to certify every release (even minor ones) On 4 February 2013 12:08, Baiju M wrote: > Hi Nithin, > > Those individuals keys will be signed by many others. Sometimes during > key signing party: > http://en.wikipedia.o

Re: [BangPypers] trust/certify python exe

2013-02-03 Thread Baiju M
Hi Nithin, Those individuals keys will be signed by many others. Sometimes during key signing party: http://en.wikipedia.org/wiki/Key_signing_party See somebody who you can trust has been signed those keys. On Mon, Feb 4, 2013 at 11:37 AM, Nitin Kumar wrote: > Thanks Baiju, > > But as the lin

Re: [BangPypers] trust/certify python exe

2013-02-03 Thread Nitin Kumar
Thanks Baiju, But as the link suggest "Source and binary executables are signed by the release manager using *their* OpenPGP key" These personal signature wont work. Isn't there any sign from trusted source say Microsoft, verisign etc? Nitin K Nitin K On Fri, Feb 1, 2013 at 3:44 PM, Baiju M

Re: [BangPypers] trust/certify python exe

2013-02-01 Thread Baiju M
Hi Nitin, The procedure to verify Python EXEs is given here (using PGP/GPG): http://www.python.org/download/#openpgp-public-keys On Fri, Feb 1, 2013 at 3:16 PM, Nitin Kumar wrote: > Hi All, > > I am trying to automate one of the application. > This application (few fuctions which need high secur