[issue3212] ssl module - should test for a wrong cert

2010-04-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, so it was fixed. -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue3212] ssl module - should test for a wrong cert

2009-09-23 Thread Thijs Triemstra
Thijs Triemstra added the comment: Guess it can be closed then. -- nosy: +thijs ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue3212] ssl module - should test for a wrong cert

2009-08-31 Thread Daniel Black
Daniel Black added the comment: Is fixed in p3k Mon Sep 8 16:45:19 2008 UTC http://svn.python.org/view/python/branches/py3k/Lib/test/test_ssl.py?r1=65837&r2=66311 -- nosy: +grooverdan versions: +Python 3.1, Python 3.2 ___ Python tracker

[issue3212] ssl module - should test for a wrong cert

2008-07-06 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- assignee: -> janssen priority: -> normal ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3212] ssl module - should test for a wrong cert

2008-06-28 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: Added this in 2.6, still needs it for 3.x. -- versions: +Python 3.0 -Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3212] ssl module - should test for a wrong cert

2008-06-28 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: I've added this into my patch. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-lis

[issue3212] ssl module - should test for a wrong cert

2008-06-26 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: OK, good idea. I'll put it in. Bill On Thu, Jun 26, 2008 at 11:34 AM, Jonas Wagner <[EMAIL PROTECTED]> wrote: > > New submission from Jonas Wagner <[EMAIL PROTECTED]>: > > Currently test_ssl.py only tests for empty or broken certificates. On

[issue3212] ssl module - should test for a wrong cert

2008-06-26 Thread Jonas Wagner
New submission from Jonas Wagner <[EMAIL PROTECTED]>: Currently test_ssl.py only tests for empty or broken certificates. One can break certificate validation in _ssl.c and they still pass. The following patch should fix this. - Jonas -- components: Tests files: add_wrong_cert_test.diff