A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/python/cpython/commit/46b32f307c48bcb999b22eebf65ffe8ed5cca544 below:

raise an error when STARTTLS fails · python/cpython@46b32f3 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+8

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+8

-0

lines changed Original file line number Diff line number Diff line change

@@ -695,6 +695,11 @@ def starttls(self, keyfile=None, certfile=None, context=None):

695 695

self.ehlo_resp = None

696 696

self.esmtp_features = {}

697 697

self.does_esmtp = 0

698 +

else:

699 +

# RFC 3207:

700 +

# 501 Syntax error (no parameters allowed)

701 +

# 454 TLS not available due to temporary reason

702 +

raise SMTPResponseException(resp, reply)

698 703

return (resp, reply)

699 704 700 705

def sendmail(self, from_addr, to_addrs, msg, mail_options=[],

Original file line number Diff line number Diff line change

@@ -19,6 +19,9 @@ Core and Builtins

19 19

Library

20 20

-------

21 21 22 +

- Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team

23 +

Oststrom

24 + 22 25

- Issue #25939: On Windows open the cert store readonly in ssl.enum_certificates.

23 26 24 27

- Issue #26012: Don't traverse into symlinks for ** pattern in

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4