File tree Expand file tree Collapse file tree 4 files changed +27
-4
lines changed
source/content/pages/10-security Expand file tree Collapse file tree 4 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -3369,7 +3369,7 @@ <h2>Security open source projects</h2>
33693369securing Linux distributions.</ p >
33703370</ li >
33713371</ ul >
3372- < h2 > Security Resources </ h2 >
3372+ < h2 > Security resources </ h2 >
33733373< ul >
33743374< li >
33753375< p > The Open Web Application Security Project (OWASP) has
@@ -3382,6 +3382,14 @@ <h2>Security Resources</h2>
33823382 penetration testing tools.</ p >
33833383</ li >
33843384< li >
3385+ < p > < a href ="https://hynek.me/talks/tls/ "> The Sorry State of SSL</ a > details the
3386+ history and evolution of SSL/TLS. There are important differences between
3387+ the versions and Hynek explains why TLS should always be used. The
3388+ talk prompted work to improve Python's SSL in 2.7.9 based on the upgrades
3389+ in Python 3 outlined in
3390+ < a href ="https://developer.rackspace.com/blog/the-not-so-sorry-state-of-ssl-in-python/ "> The not-so-sorry state of SSL in Python</ a > .</ p >
3391+ </ li >
3392+ < li >
33853393< p > < a href ="http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/ "> Securing an Ubuntu Server</ a > </ p >
33863394</ li >
33873395< li >
Original file line number Diff line number Diff line change 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 >2014-08-13T20:06:30Z </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 >2014-08-14T05:52:08Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ request forgery and usage of public-private keypairs.
3030securing Linux distributions.
3131
3232
33- ## Security Resources
33+ ## Security resources
3434* The Open Web Application Security Project (OWASP) has
3535 [ cheat sheets for security] ( https://www.owasp.org/index.php/Cheat_Sheets )
3636 topics.
@@ -39,6 +39,13 @@ securing Linux distributions.
3939 is a great list of password cracking, scanning, sniffing and other security
4040 penetration testing tools.
4141
42+ * [ The Sorry State of SSL] ( https://hynek.me/talks/tls/ ) details the
43+ history and evolution of SSL/TLS. There are important differences between
44+ the versions and Hynek explains why TLS should always be used. The
45+ talk prompted work to improve Python's SSL in 2.7.9 based on the upgrades
46+ in Python 3 outlined in
47+ [ The not-so-sorry state of SSL in Python] ( https://developer.rackspace.com/blog/the-not-so-sorry-state-of-ssl-in-python/ ) .
48+
4249* [ Securing an Ubuntu Server] ( http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/ )
4350
4451* [ Securing Ubuntu] ( http://joshrendek.com/2013/01/securing-ubuntu/ )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ <h2>Security open source projects</h2>
5353securing Linux distributions.</ p >
5454</ li >
5555</ ul >
56- < h2 > Security Resources </ h2 >
56+ < h2 > Security resources </ h2 >
5757< ul >
5858< li >
5959< p > The Open Web Application Security Project (OWASP) has
@@ -66,6 +66,14 @@ <h2>Security Resources</h2>
6666 penetration testing tools.</ p >
6767</ li >
6868< li >
69+ < p > < a href ="https://hynek.me/talks/tls/ "> The Sorry State of SSL</ a > details the
70+ history and evolution of SSL/TLS. There are important differences between
71+ the versions and Hynek explains why TLS should always be used. The
72+ talk prompted work to improve Python's SSL in 2.7.9 based on the upgrades
73+ in Python 3 outlined in
74+ < a href ="https://developer.rackspace.com/blog/the-not-so-sorry-state-of-ssl-in-python/ "> The not-so-sorry state of SSL in Python</ a > .</ p >
75+ </ li >
76+ < li >
6977< p > < a href ="http://www.andrewault.net/2010/05/17/securing-an-ubuntu-server/ "> Securing an Ubuntu Server</ a > </ p >
7078</ li >
7179< li >
You can’t perform that action at this time.
0 commit comments