Skip to content

Commit 50e4043

Browse files
committed
new security resource
1 parent 3e0f9e9 commit 50e4043

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,6 +2643,12 @@ <h2>HTTPS resources</h2>
26432643
SSL through version 3.0 is insecure.</p>
26442644
</li>
26452645
<li>
2646+
<p>If you have wondered what all the SSL/TLS acronyms and settings mean,
2647+
read the
2648+
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS">Security/Server Side TLS guide</a>
2649+
which Mozilla uses to operationalize its servers.</p>
2650+
</li>
2651+
<li>
26462652
<p>If you're having users submit sensitive information to your site you need
26472653
to use SSL/TLS. Anything before TLS is now insecure. Check out this
26482654
<a href="http://wingolog.org/archives/2014/10/17/ffs-ssl">handy guide</a> that goes

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-25T08:48:36Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-26T11:33:31Z</updated></feed>

source/content/pages/04-web-development/15-web-app-security.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ securing Linux distributions.
2828
explains that TLS is a newer version of SSL and should be used because
2929
SSL through version 3.0 is insecure.
3030

31+
* If you have wondered what all the SSL/TLS acronyms and settings mean,
32+
read the
33+
[Security/Server Side TLS guide](https://wiki.mozilla.org/Security/Server_Side_TLS)
34+
which Mozilla uses to operationalize its servers.
35+
3136
* If you're having users submit sensitive information to your site you need
3237
to use SSL/TLS. Anything before TLS is now insecure. Check out this
3338
[handy guide](http://wingolog.org/archives/2014/10/17/ffs-ssl) that goes

web-application-security.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ <h2>HTTPS resources</h2>
6262
SSL through version 3.0 is insecure.</p>
6363
</li>
6464
<li>
65+
<p>If you have wondered what all the SSL/TLS acronyms and settings mean,
66+
read the
67+
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS">Security/Server Side TLS guide</a>
68+
which Mozilla uses to operationalize its servers.</p>
69+
</li>
70+
<li>
6571
<p>If you're having users submit sensitive information to your site you need
6672
to use SSL/TLS. Anything before TLS is now insecure. Check out this
6773
<a href="http://wingolog.org/archives/2014/10/17/ffs-ssl">handy guide</a> that goes

0 commit comments

Comments
 (0)