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/web
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-06-26 18:37:06 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-06-26 18:37:06 +0400
commit331cac28ce546b58a248dbbf249dc151411c9f44 (patch)
tree5b4af88d21178b604c2824c0a738c2af7ee58efa /web
parent8c0e59cf8b004ec58cfa614f5c058d2b1bb012a5 (diff)
2004-06-26 Sebastien Pouliot <sebastien@ximian.com>
* crypto: Updated status for Release Candidate 1. svn path=/trunk/mono/; revision=30447
Diffstat (limited to 'web')
-rw-r--r--web/crypto19
1 files changed, 12 insertions, 7 deletions
diff --git a/web/crypto b/web/crypto
index 1b132dcdb40..56fbde78316 100644
--- a/web/crypto
+++ b/web/crypto
@@ -1,7 +1,8 @@
* Cryptography
In the .NET framework cryptography can be found under a number of
- namespaces in several assemblies.
+ namespaces in several assemblies. Mono also has it's own assemblies
+ to provide missing security functionalities from the .NET framework.
** Assembly: corlib
@@ -112,6 +113,9 @@
corlib (which depends on Mono's runtime).
* Unit test coverage isn't (yet) complete.
+
+ * Most classes have minimal documentation available in
+ <b>monodoc</b>.
</ul>
<hr>
@@ -135,9 +139,7 @@
**** Status
<ul>
- * A RNGCryptoServiceProvider built on top of CryptoAPI. This
- allows Windows users to get around the limitation of the
- runtime RNG (which requires <code>/dev/[u]random/</code>).
+ * A RNGCryptoServiceProvider built on top of CryptoAPI.
* Wrapper classes for unmanaged versions of hash algorithms:
MD2, MD4, MD5 and SHA1 are supported. <b>note</b>: some
@@ -146,6 +148,9 @@
included to preserve interoperability with older applications
(e.g. some old, but still valid, X.509 certificates use MD2,
MD4 is required for NTLM authentication ...).
+
+ * Classes have minimal documentation available in
+ <b>monodoc</b>.
</ul>
**** TODO
@@ -323,8 +328,8 @@
(using the unit tests) carefully - it's so fast to break an
algorithm ;-).
- * Write some documentation on the cryptographic classes for
- <b>monodoc</b>.
+ * Write some documentation or add some sample code for the
+ cryptographic classes in <b>monodoc</b>.
</ul>
<hr>
-Last reviewed: June 15, 2004 (mono beta 3)
+Last reviewed: June 26, 2004 (mono release candidate 1)