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

2011-04-10 Thread david
New submission from david db.pub.m...@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

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

2011-04-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Duplicate of issue11821. -- nosy: +pitrou resolution: - duplicate status: open - closed superseder: - smtplib should provide a means to validate a remote server ssl certificate(s) ___ Python tracker

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

2011-04-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Oops, I meant issue8809. -- superseder: smtplib should provide a means to validate a remote server ssl certificate(s) - smtplib should support SSL contexts ___ Python tracker rep...@bugs.python.org