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

Jonas Wagner report at bugs.python.org
Thu Jun 26 20:34:14 CEST 2008


New submission from Jonas Wagner <veers at gmx.ch>:

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
keywords: patch
messages: 68797
nosy: janssen, jonas.wagner
severity: normal
status: open
title: ssl module - should test for a wrong cert
type: feature request
versions: Python 2.6
Added file: http://bugs.python.org/file10745/add_wrong_cert_test.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3212>
_______________________________________


More information about the New-bugs-announce mailing list