|
|
|
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
<head>
|
5
|
<head>
|
6
|
<title></title>
|
6
|
<title></title>
|
7
|
-<!-- 2014-10-27 Mon 22:46 -->
|
|
|
|
|
7
|
+<!-- 2014-11-11 Tue 21:13 -->
|
8
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
9
|
<meta name="generator" content="Org-mode" />
|
9
|
<meta name="generator" content="Org-mode" />
|
10
|
<meta name="author" content="Bob Mottram" />
|
10
|
<meta name="author" content="Bob Mottram" />
|
|
|
|
|
223
|
<h3 id="unnumbered-3">A technical note about email transport security</h3>
|
223
|
<h3 id="unnumbered-3">A technical note about email transport security</h3>
|
224
|
<div class="outline-text-3" id="text-unnumbered-3">
|
224
|
<div class="outline-text-3" id="text-unnumbered-3">
|
225
|
<p>
|
225
|
<p>
|
226
|
-Port 465 is used for SMTP and this is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are possible attacks against STARTTLS in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties.
|
|
|
|
|
226
|
+Port 465 is used for SMTP and this is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are <a href="https://www.eff.org/deeplinks/2014/11/starttls-downgrade-attacks">possible attacks against STARTTLS</a> in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties.
|
227
|
</p>
|
227
|
</p>
|
228
|
</div>
|
228
|
</div>
|
229
|
</div>
|
229
|
</div>
|