Penguin

Differences between current version and previous revision of SSLNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 26 Last edited on Tuesday, April 17, 2007 1:06:01 pm by LawrenceDoliveiro
Older page: version 25 Last edited on Friday, November 17, 2006 5:15:55 pm by DanielLawson Revert
@@ -1,7 +1,7 @@
 [SSL] stands for Secure Socket Layer. Its used for secure communications between SSL-enabled clients and servers. Typical examples of its use 
-include [HTTPS], [POP|POP3]S, [LDAP]S, and so on. If you are doign any network-based authentication, you should be doing it over SSL. Ideally, you want  
-all network-enabled services (http, smtp, pop, samba, ldap) running over it. Slim chance, I know. :) 
+include [HTTPS], [POP|POP3]S, [LDAP]S, and so on. If you are doing any network-based authentication, you should be doing it over SSL. Ideally, you want  
+all network-enabled services (http, smtp, pop, samba, ldap) running over it. Slim chance, I know. :) (This is what [DNSSEC] is supposed to be for.
  
 ---- 
 A good tutorial for setting up a CertificationAuthority under Debian is at: http://www.debian-administration.org/articles/284 
 ---- 
@@ -106,7 +106,11 @@
 another good site, http://certificate.nikhef.nl/info/CA_gymnastics.html 
  
 ---- 
 http://www.drh-consultancy.demon.co.uk/pkcs12faq.html has step-by-step instructions on how to create a key for use with Mozilla. 
+  
+----  
+  
+[Study|http://www.darkreading.com/document.asp?doc_id=121758&f_src=darkreading_informationweek] showing that users can't be bothered paying attention to warnings about insecure sites.  
  
 ---- 
 Part of CategorySecurity