Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-01-26 19:02:42 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-01-26 19:02:42 +0300
commitadd9553b90ade7ab76e9caba4e979fb55afe562c (patch)
tree265b59c4f6de7bf8137834dd94d3ba4c46ff2108 /doc
parentb29346f49cc09a3aae9b2b9998b9dc1612d48608 (diff)
2004-01-26 Sebastien Pouliot <spouliot@videotron.ca>
* crypto: Added NTLM. Changed email address. svn path=/trunk/mono/; revision=22505
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/crypto b/doc/crypto
index d89b78cc45c..8080eb67709 100644
--- a/doc/crypto
+++ b/doc/crypto
@@ -138,9 +138,11 @@
* Additional algorithms: MD2, MD4, ARCFOUR (required for SSL)
* Convertion helpers
</ul>
-*** Namespace: Mono.Security.Protocol.Tls
+*** Namespace: Mono.Security.Protocol.*
<ul>
- * An 100% managed TLS implementation from Carlos Guzman Alvarez.
+ * Tls: An 100% managed TLS implementation from Carlos Guzman
+ Alvarez.
+ * Ntlm: NTLM authentication (used for HTTP and SQL Server).
</ul>
*** Namespace: Mono.Security.X509
<ul>
@@ -375,9 +377,8 @@
<b>monodoc</b> as I'm not a very good writer (at least in English).
</ul>
- Contact Sebastien Pouliot (<a href="mailto:spouliot@videotron.ca">home</a>
- , <a href="mailto:spouliot@motus.com">work</a>) if you need additional
- informations about the status of the cryptographic classes.
-
+ Contact <a href="mailto:spouliot@videotron.ca">Sebastien Pouliot</a> if
+ you need additional informations about the status of the cryptographic
+ classes.
<hr>
-Last reviewed: December 15, 2003 (post mono 0.29)
+Last reviewed: January 26, 2004 (post mono 0.29)