Skip to content

Commit e716b58

Browse files
committed
adding new https resource
1 parent f50a03f commit e716b58

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3842,6 +3842,11 @@ <h2>Security open source projects</h2>
38423842
<h2>HTTPS resources</h2>
38433843
<ul>
38443844
<li>
3845+
<p><a href="http://robertheaton.com/2014/03/27/how-does-https-actually-work/">How does HTTPS actually work?</a>
3846+
is a well-written overview of the protocol including certificates,
3847+
signatures, signing and related topics.</p>
3848+
</li>
3849+
<li>
38453850
<p>This question asking <a href="http://security.stackexchange.com/questions/5126/whats-the-difference-between-ssl-tls-and-https">what is the difference between TLS and SSL?</a>
38463851
explains that TLS is a newer version of SSL and should be used because
38473852
SSL through version 3.0 is insecure.</p>

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>2014-12-22T08:11:00Z</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-12-22T12:46:39Z</updated></feed>

source/content/pages/10-security/1001-web-security.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ securing Linux distributions.
3131

3232

3333
## HTTPS resources
34+
* [How does HTTPS actually work?](http://robertheaton.com/2014/03/27/how-does-https-actually-work/)
35+
is a well-written overview of the protocol including certificates,
36+
signatures, signing and related topics.
37+
3438
* This question asking [what is the difference between TLS and SSL?](http://security.stackexchange.com/questions/5126/whats-the-difference-between-ssl-tls-and-https)
3539
explains that TLS is a newer version of SSL and should be used because
3640
SSL through version 3.0 is insecure.

web-application-security.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ <h2>Security open source projects</h2>
5656
<h2>HTTPS resources</h2>
5757
<ul>
5858
<li>
59+
<p><a href="http://robertheaton.com/2014/03/27/how-does-https-actually-work/">How does HTTPS actually work?</a>
60+
is a well-written overview of the protocol including certificates,
61+
signatures, signing and related topics.</p>
62+
</li>
63+
<li>
5964
<p>This question asking <a href="http://security.stackexchange.com/questions/5126/whats-the-difference-between-ssl-tls-and-https">what is the difference between TLS and SSL?</a>
6065
explains that TLS is a newer version of SSL and should be used because
6166
SSL through version 3.0 is insecure.</p>

0 commit comments

Comments
 (0)