File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (66 lines) | stat: -rw-r--r-- 2,272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2011-02-17  Juho Vähä-Herttua  <juhovh@iki.fi>

	* CngAlgorithm.cs, CngAlgorithmGroup.cs: Change the private
	variable name to match .NET when the class is serialized
	* CngKeyBlobFormat.cs: New.
	* CngKeyCreationParameters.cs: New.
	* CngProperty.cs: New.
	* CngPropertyCollection.cs: New.
	* CngProvider.cs: New.
	* CngUIPolicy.cs: New.

2011-02-16  Juho Vähä-Herttua  <juhovh@iki.fi>

	* CngExportPolicies.cs: New.
	* CngKeyCreationOptions.cs: New.
	* CngKeyOpenOptions.cs: New.
	* CngKeyUsages.cs: New.
	* CngPropertyOptions.cs: New.
	* CngUIProtectionLevels.cs: New.
	* ECDiffieHellmanKeyDerivationFunction.cs: New.
	* ECKeyXmlFormat.cs: New.

2010-03-18  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: Build here before NET_4_0 (or MOONLIGHT) otherwise 
	build only if compiled from mscorlib.dll

2009-11-12  Jb Evain  <jbevain@novell.com>

	* Aes.cs: avoid using an hardcoded assembly version for System.Core.

2009-07-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: Use the fully qualified name since this is not a type known
	in the default corlib (2.0 or 1.x).

2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>

	* MD5Cng.cs, SHA1Cng.cs, SHA256Cng.cs, SHA256CryptoServiceProvider.cs,
	SHA384Cng.cs, SHA384CryptoServiceProvider.cs, SHA512Cng.cs,
	SHA512CryptoServiceProvider.cs: Regenerated to be excluded from
	NET_2_1

2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: Don't set the (unexisting) FeedbackSizeValue field
	for NET_2_1
	* AesTransform.cs: Remove code for blocksize != 128 bits

2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: New. Base class for AES cipher.
	* AesCryptoServiceProvider.cs: New. CSP implementation
	of AES. For mono we're reusing the managed AesTransform
	* AesManaged.cs: New. Managed implementation of AES.
	* AesTransform.cs: New. Actual managed code for AES.
	* CngAlgorithm.cs: New.
	* CngAlgorithmGroup.cs: New.
	* MD5Cng.cs: New. Generated code.
	* SHA1Cng.cs: New. Generated code.
	* SHA256Cng.cs: New. Generated code.
	* SHA256CryptoServiceProvider.cs: New. Generated code.
	* SHA384Cng.cs: New. Generated code.
	* SHA384CryptoServiceProvider.cs: New. Generated code.
	* SHA512Cng.cs: New. Generated code.
	* SHA512CryptoServiceProvider.cs: New. Generated code.