Skip to content

Commit cd16ae9

Browse files
committed
updating web app security section with a new link
1 parent cbaee58 commit cd16ae9

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

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-05-09T07:05:53Z</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-05-10T12:27:27Z</updated></feed>

source/content/pages/09-security/0903-web-security.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,10 @@ securing Linux distributions.
5151
* [Crypto 101](https://www.crypto101.io/) is an introductory course on
5252
cryptography for programmers.
5353

54+
* [The first few milliseconds of an HTTPS connection](http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html)
55+
provides a detailed look at the SSL handshake process that is implemented
56+
by browsers based on the [RFC 2818](http://tools.ietf.org/html/rfc2818)
57+
specification.
58+
5459

5560
### What topic do you want to learn about next?

web-application-security.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ <h2>Security Resources</h2>
8989
<p><a href="https://www.crypto101.io/">Crypto 101</a> is an introductory course on
9090
cryptography for programmers.</p>
9191
</li>
92+
<li>
93+
<p><a href="http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html">The first few milliseconds of an HTTPS connection</a>
94+
provides a detailed look at the SSL handshake process that is implemented
95+
by browsers based on the <a href="http://tools.ietf.org/html/rfc2818">RFC 2818</a>
96+
specification.</p>
97+
</li>
9298
</ul>
9399
<h3>What topic do you want to learn about next?</h3>
94100
<div class="row">

0 commit comments

Comments
 (0)