[issue1114345] Add SSL certificate validation

2007-12-10 Thread Andreas Hasenack
Changes by Andreas Hasenack: -- nosy: +ahasenack _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1114345] Add SSL certificate validation

2007-10-14 Thread Bill Janssen
Bill Janssen added the comment: See the SSL package on PyPI. Should work on 2.3, 2.4, and 2.5. Bill On 10/14/07, vila <[EMAIL PROTECTED]> wrote: > > vila added the comment: > > > I'm planning to do a package for 2.3... > > Any progress on that package ? > > I'd like to do the same for python 2

[issue1114345] Add SSL certificate validation

2007-10-14 Thread vila
vila added the comment: > I'm planning to do a package for 2.3... Any progress on that package ? I'd like to do the same for python 2.4 and 2.5 as I have a need for it for both versions. I don't know what you call a package though, but I'm willing to learn :) -- nosy: +vila ___

[issue1114345] Add SSL certificate validation

2007-09-03 Thread Bill Janssen
Bill Janssen added the comment: I'm planning to do a package for 2.3... Sent from my iPhone On Sep 3, 2007, at 5:32 AM, vila-sf <[EMAIL PROTECTED]> wrote: > > >vila-sf > added the comment: > > Using CERT_NONE or adding the cert covers my needs, thanks. > > A

[issue1114345] Add SSL certificate validation

2007-09-03 Thread Martin v. Löwis
Martin v. Löwis added the comment: There definitely won't be any new features in 2.5.x. However, I think Bill said he might make this available separately. _ Tracker <[EMAIL PROTECTED]>

[issue1114345] Add SSL certificate validation

2007-09-03 Thread vila-sf
vila-sf added the comment: Using CERT_NONE or adding the cert covers my needs, thanks. Any hope this will be backported to python 2.5 ? _ Tracker <[EMAIL PROTECTED]>

[issue1114345] Add SSL certificate validation

2007-08-30 Thread Bill Janssen
Bill Janssen added the comment: The new SSL code does work with self-signed certs, either by skipping validation with CERT_NONE, or by adding the cert to the ca_certs file. I don't believe there are any other options that make sense, but if you can suggest one, let's hear it. ___

[issue1114345] Add SSL certificate validation

2007-08-29 Thread vila-sf
vila-sf added the comment: > "Bill" == Bill Janssen <[EMAIL PROTECTED]> writes: Bill> Bill Janssen added the comment: Bill> Fixed in 2.6. Bill> -- Bill> resolution: -> fixed Bill> status:

[issue1114345] Add SSL certificate validation

2007-08-29 Thread Bill Janssen
Bill Janssen added the comment: Fixed in 2.6. -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ ___ Pyt

[issue1114345] Add SSL certificate validation

2007-08-25 Thread Bill Janssen
Bill Janssen added the comment: I believe this is now fixed with patch 1018. -- nosy: +janssen _ Tracker <[EMAIL PROTECTED]> _ ___ Py