[New-bugs-announce] [issue11821] smtplib should provide a means to validate a remote server ssl certificate(s)

david report at bugs.python.org
Sun Apr 10 11:24:29 CEST 2011


New submission from david <db.pub.mail at gmail.com>:

(This is similar to http://bugs.python.org/issue10274)
The smtplib module should provide a means to validate a remote server ssl certificate(s). 

It would be 'nice' if smtplib.SMTP_SSL & smtplib.starttls took in arguments to validate the remote SMTP's ssl certificate has been signed by a trusted certificate authority(and the common name matches what it should etc.).

----------
messages: 133457
nosy: db
priority: normal
severity: normal
status: open
title: smtplib should provide a means to validate a remote server ssl certificate(s)

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


More information about the New-bugs-announce mailing list