This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "SSL TLS Knowledge Center"

From OWASP
Jump to: navigation, search
(Created page with '=Purpose= The SSL/TLS Knowledge Center serves as a central point to provide references to SSL/TLS. =Resources= Transport_Layer_Protection_Cheat_Sheet - OWASP Cheat Sheet [h…')
 
(Resources)
Line 3: Line 3:
  
 
=Resources=
 
=Resources=
[[Transport_Layer_Protection_Cheat_Sheet]] - OWASP Cheat Sheet
+
[[Transport_Layer_Protection_Cheat_Sheet]] - OWASP SSL/TLS Cheat Sheet
  
 
[http://lists.w3.org/Archives/Public/www-archive/2009Sep/att-0051/draft-hodges-strict-transport-sec-05.plain.html Strict Transport Security Spec] - Specification for STS which allows a website to instruct the browser to not send requests to the web server over non-TLS channels.
 
[http://lists.w3.org/Archives/Public/www-archive/2009Sep/att-0051/draft-hodges-strict-transport-sec-05.plain.html Strict Transport Security Spec] - Specification for STS which allows a website to instruct the browser to not send requests to the web server over non-TLS channels.
  
 
[http://hackademix.net/2009/09/23/strict-transport-security-in-noscript/ STS in No Script] - How to enable STS support within No Script plugin
 
[http://hackademix.net/2009/09/23/strict-transport-security-in-noscript/ STS in No Script] - How to enable STS support within No Script plugin

Revision as of 18:08, 6 January 2010

Purpose

The SSL/TLS Knowledge Center serves as a central point to provide references to SSL/TLS.

Resources

Transport_Layer_Protection_Cheat_Sheet - OWASP SSL/TLS Cheat Sheet

Strict Transport Security Spec - Specification for STS which allows a website to instruct the browser to not send requests to the web server over non-TLS channels.

STS in No Script - How to enable STS support within No Script plugin