Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,5 +0,0 @@
2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyInfo.cs: New. Copied and ajusted from System.Security.
* Locale.cs: New. Copied (verbatim) from System.Security.
* ChangeLog: New.

View File

@@ -1,21 +0,0 @@
2004-11-25 Raja R Harinath <rharinath@novell.com>
* Makefile (NO_TEST): Define when not in W32.
2004-05-06 Sebastien Pouliot <sebastien@ximian.com>
* README: Updated to match the new version and public token for the
assembly. Also changed my email address.
2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
* Mono.Security.Win32.dll.sources: Added AssemblyInfo.cs and Locale.cs
to the assembly.
2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
* Mono.Security.Win32.build: New. NAnt build file. As this
assembly works only on Windows there are no makefile.gnu.
* README: New. Describe how to use (and not to use) this
assembly.

View File

@@ -4,7 +4,7 @@ include ../../build/rules.make
LIBRARY = Mono.Security.Win32.dll
LIB_MCS_FLAGS = /unsafe
EXTRA_DISTFILES = README Test/ChangeLog
EXTRA_DISTFILES = README
ifneq (win32, $(PROFILE))
NO_TEST = yes

View File

@@ -1,29 +0,0 @@
2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
* CapiContext.cs: Better support to create key container (when non
existing). Added machine key container support. FxCop-ized.
* CapiHash.cs: FxCop-ized for CLS compliance and GC awareness.
* CapiRandomNumberGenerator.cs: Now use properties (not fields).
* CryptoAPI.cs: Changed some uint to int for easier CLS compliance.
2003-12-09 Patrik Torstensson <p@rxc.se>
* CryptAPI.cs: Added stdcall callconv to all Win32
calls, default in Mono is CDECL
2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
* CapiContext.cs: New. Class to acquire and release an
unmanaged context with CryptoAPI.
* CapiHash.cs: New. Base class to handle hash algorithms.
* CapiRandomNumberGenerator.cs: New. Base class to handle
random number generation.
* CryptoAPI.cs: Wrapper class around CryptoAPI.
* MD2.cs: Abstract class for Message Digest 2 (RFC1319).
* MD2CryptoServiceProvider.cs: Unmanaged MD2 implementation.
* MD4.cs: Abstract class for Message Digest 4 (RFC1320).
* MD4CryptoServiceProvider.cs: Unmanaged MD4 implementation.
* MD5CryptoServiceProvider.cs: Unmanaged MD5 implementation.
* RNGCryptoServiceProvider.cs: Unmanaged RNG implementation.
* MD2CryptoServiceProvider.cs: Unmanaged SHA1 implementation.

View File

@@ -1,4 +0,0 @@
2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
* Mono.Security.Win32_test.build: New. NAnt build file
for unit tests.