Penguin

Differences between current version and previous revision of TLS.

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

Newer page: version 7 Last edited on Sunday, July 24, 2005 5:13:19 am by AristotlePagaltzis
Older page: version 6 Last edited on Saturday, July 23, 2005 1:13:37 pm by CraigBox Revert
@@ -1,10 +1,16 @@
-[Acronym] for __T__ransport __L__ayer __S__ecurity, the successor to SSL. It provides endpoint authentication and communications privacy over the Internet using cryptography. It is specified by RFC:2246
+An [Acronym] with multiple meanings
  
-Many common protocols support [TLS], including [SMTP] and [HTTP].  
+__T__ransport __L__ayer __S__ecurity::  
  
------  
+ The successor to [SSL].  
+ It provides endpoint authentication and communications privacy over the Internet using cryptography.  
+ It is specified by RFC:2246.  
  
-[TLS] is also an [Acronym ] for [Thread-Local Storage|http://gcc.gnu.org/onlinedocs/gcc/Thread-Local .html]. 
+ Many common protocols support [TLS], including [SMTP ] and [HTTP].  
+  
+__T__hread-__L__ocal __S__torage::  
+  
+ See [Thread-Local Storage|http://gcc.gnu.org/onlinedocs/gcc/Thread_002dLocal .html] in the [GCC] manual
  
 ---- 
 CategoryProtocols