Differences between version 20 and revision by previous author of SSLNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 20 | Last edited on Wednesday, February 11, 2004 3:25:33 pm | by JohnMcPherson | Revert |
Older page: | version 19 | Last edited on Wednesday, February 11, 2004 3:14:06 pm | by MattBrown | Revert |
@@ -1,6 +1,6 @@
-SSL stands for Secure Socket Layer. Its used for secure communications between SSL-enabled clients and servers. Typical examples of its use
-include HTTPS, POPS
, LDAPS
, and so on. If you are doign any network-based authentication, you should be doing it over SSL. Ideally, you want
+[
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]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. :)
----