Skip to content

Commit cefe3c9

Browse files
committed
new https resource
1 parent f42926b commit cefe3c9

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

all.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,6 +2666,11 @@ <h2>HTTPS resources</h2>
26662666
signatures, signing and related topics.</p>
26672667
</li>
26682668
<li>
2669+
<p>These
2670+
<a href="https://18f.gsa.gov/2015/07/16/introduction-to-https-webinar/">introduction to HTTPS</a>
2671+
videos explain what HTTPS is and how to implement it.</p>
2672+
</li>
2673+
<li>
26692674
<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>
26702675
explains that TLS is a newer version of SSL and should be used because
26712676
SSL through version 3.0 is insecure.</p>
@@ -6559,6 +6564,11 @@ <h1>Change Log</h1>
65596564
the
65606565
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
65616566
<h2>2015</h2>
6567+
<h3>August</h3>
6568+
<ul>
6569+
<li>Added new <a href="/web-application-security.html">web app security</a> resources on
6570+
HTTPS.</li>
6571+
</ul>
65626572
<h3>July</h3>
65636573
<ul>
65646574
<li>Updated a boatload of pages with typo and grammar fixes while reviewing

change-log.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ <h1>Change Log</h1>
4040
the
4141
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
4242
<h2>2015</h2>
43+
<h3>August</h3>
44+
<ul>
45+
<li>Added new <a href="/web-application-security.html">web app security</a> resources on
46+
HTTPS.</li>
47+
</ul>
4348
<h3>July</h3>
4449
<ul>
4550
<li>Updated a boatload of pages with typo and grammar fixes while reviewing

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-07-31T14:59:13Z</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-08-01T09:13:59Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ securing Linux distributions.
2424
is a well-written overview of the protocol including certificates,
2525
signatures, signing and related topics.
2626

27+
* These
28+
[introduction to HTTPS](https://18f.gsa.gov/2015/07/16/introduction-to-https-webinar/)
29+
videos explain what HTTPS is and how to implement it.
30+
2731
* 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)
2832
explains that TLS is a newer version of SSL and should be used because
2933
SSL through version 3.0 is insecure.

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ the
1313

1414

1515
## 2015
16+
### August
17+
* Added new [web app security](/web-application-security.html) resources on
18+
HTTPS.
19+
1620
### July
1721
* Updated a boatload of pages with typo and grammar fixes while reviewing
1822
everything for the upcoming launch of

web-application-security.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ <h2>HTTPS resources</h2>
5757
signatures, signing and related topics.</p>
5858
</li>
5959
<li>
60+
<p>These
61+
<a href="https://18f.gsa.gov/2015/07/16/introduction-to-https-webinar/">introduction to HTTPS</a>
62+
videos explain what HTTPS is and how to implement it.</p>
63+
</li>
64+
<li>
6065
<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>
6166
explains that TLS is a newer version of SSL and should be used because
6267
SSL through version 3.0 is insecure.</p>

0 commit comments

Comments
 (0)