Skip to content

Commit

Permalink
2004-06-26 Sebastien Pouliot <sebastien@ximian.com>
Browse files Browse the repository at this point in the history
	* crypto: Updated status for Release Candidate 1.

svn path=/trunk/mono/; revision=30447
  • Loading branch information
Sebastien Pouliot committed Jun 26, 2004
1 parent 8c0e59c commit 331cac2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions web/crypto
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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>
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 331cac2

Please sign in to comment.