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,60 +0,0 @@
2007-07-05 Sebastien Pouliot <sebastien@ximian.com>
* PrimeTestingTest.cs: Re-enable failing 20 digits primes (now that
we have a workaround for them).
2007-07-04 Sebastien Pouliot <sebastien@ximian.com>
* BigIntegerTest.cs: A few more ModPow test cases to corner the
small value bug (looks like a bad Barrett reduction).
* PrimeTestingTest.cs: Add test cases for "small" primes between
10 and 300 digits. 3 cases are failing for 20 digits primes.
2007-07-03 Sebastien Pouliot <sebastien@ximian.com>
* BigIntegerTest.cs: Add test cases for small values with
IsProbablePrime. From bug #81857, subset from patch by Kazuki.
2005-01-03 Nick Drochak <ndrochak@gol.com>
* BigIntegerTest.cs: Make tests pass on MS DotNet
2004-12-03 Sebastien Pouliot <sebastien@ximian.com>
* BigIntegerTest.cs: Added tests for ModPow when power is 0, for a
known case that was faling in classpath and when modulo is a power of
two (bug #70169).
2004-10-19 Sebastien Pouliot <sebastien@ximian.com>
* BigIntegerTest.cs: New. General unit tests for BigInteger.
2004-04-22 Sebastien Pouliot <sebastien@ximian.com>
* GcdBigTest.cs: Ajusted to changes in assembly.
* ModInverseBigTest.cs: Ajusted to changes in assembly.
* PrimeGenerationTest.cs: Ajusted to changes in assembly.
* PrimeTestingTest.cs: Ajusted to changes in assembly.
* SearchGeneratorTest.cs: Ajusted to changes in assembly.
2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
* PrimeTestingTest.cs: Added well known (and tested) primes from
RFC 2412 (http://www.faqs.org/rfcs/rfc2412.html) as suggested by
Pieter Philippaerts (#51229).
* SearchGeneratorTest.cs: Modified so this still use the (previous)
SmallPrimeSppTest primality test - because RM doesn't work for
small primes.
2004-02-09 Sebastien Pouliot <sebastien@ximian.com>
* ArithmeticBigTest.cs:
* BigIntegerSetTest.cs:
* BitwiseTest.cs:
* GcdBigTest.cs:
* ModInverseBigTest.cs:
* ModRingTest.cs:
* PrimeGenerationTest.cs:
* PrimeTestingTest.cs:
* SearchGeneratorTest.cs:
New. Copied from corlib (where they cannot be executed because BigInteger is internal).

View File

@@ -1,46 +0,0 @@
2008-12-23 Sebastien Pouliot <sebastien@ximian.com>
* SoftwarePublisherCertificateTest.cs: Update test syntax to nunit
2.2. Test more cases like base64, unicode base64 and PEM base64.
2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
* PrivateKeyTest.cs: Fixed SaltWithoutPassword test to always use
little endian.
2004-10-28 Sebastien Pouliot <sebastien@ximian.com>
* AuthenticodeDeformatterTest.cs: Check timestamp as an UTC value so
that the test can work anywhere in the world (and not just at home ;)
2004-09-07 Sebastien Pouliot <sebastien@ximian.com>
* AuthenticodeDeformatterTest.cs: New. Unit tests to validate a valid
authenticode-signed assembly (included in test file) and an invalid
(non signed) assembly (the unit test assembly).
2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
* PrivateKeyTest.cs: Added new unit tests for better coverage.
* SoftwarePublisherCertificateTest.cs: Added new unit tests for better
coverage.
2004-04-22 Sebastien Pouliot <sebastien@ximian.com>
* SoftwarePublisherCertificateTest.cs: Ajusted to changes in the
assembly.
2003-10-11 Sebastien Pouliot <spouliot@videotron.ca>
* SoftwarePublisherCertificateTest.cs: Repaired test build.
2003-03-15 Sebastien Pouliot <spouliot@videotron.ca>
* PrivateKeyTest.cs: New. Unit test for using some PVK files
generated by makecert.exe.
2003-03-06 Sebastien Pouliot <spouliot@videotron.ca>
* SoftwarePublisherCertificateTest.cs: New. Unit tests for
using some SPC files generated by cert2spc.

View File

@@ -1,103 +0,0 @@
2007-05-08 Randolph Chung <tausq@debian.org>
* CryptoConvertTest.cs: Add tests for DSA conversion functions.
2006-10-04 Sebastien Pouliot <sebastien@ximian.com>
* PKCS1Test.cs: Ensure the latest changes didn't break some SSL3
features that uses MD5SHA1 as a hash function.
* RSAManagedTest.cs: Forgot to update test cases after right padding
was added.
2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
* RSAManagedTest.cs: Add a test case for #79269 (wrong exception).
2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
* KeyPairPersistenceTest.cs: Upgrade to NUnit 2.2 API to use Ignore.
Now Ignore all tests that results in UnauthorizedAccessException.
2004-12-06 Sebastien Pouliot <sebastien@ximian.com>
* RSAManagedTest.cs: New. Unit tests to validate RSA decryption when
using key blinding with or without using CRT.
2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
* KeyPairPersistenceTest.cs: Forgot to re-fix the second failing test.
2004-11-03 Sebastien Pouliot <sebastien@ximian.com>
* KeyPairPersistenceTest.cs: Re-fix as the UnauthorizedAccessException
is the InnerException of a CryptographicException.
2004-10-28 Sebastien Pouliot <sebastien@ximian.com>
* KeyPairPersistenceTest.cs: Fix two tests to work even if the user
doesn't have access to the machine key store.
2004-09-22 Sebastien Pouliot <sebastien@ximian.com>
* SHA224Test.cs: Fix compilation error with NUnit 2.1.91 (CVS).
2004-09-16 Sebastien Pouliot <sebastien@ximian.com>
* SHA224ManagedTest.cs: New. Unit tests for the managed implementation
of SHA-224.
* SHA224Test.cs: New. Unit tests for SHA-224. Use test vectors from
RFC3874.
2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
* ARC4ManagedTest.cs: Added unit tests for exceptions coming from
ICryptoTransform interface (TransformBlock, TransformFinalBlock).
2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
* ARC4ManagedTest.cs: Added missing unit tests for complete coverage.
Completed convertion to NUnit 2.
* CryptoConvertTest.cs: Added/modified unit tests for better coverage.
* MD2ManagedTest.cs: Added unit tests for better coverage.
* MD2Test.cs: Added unit tests for better coverage.
* MD4ManagedTest.cs: Added unit tests for better coverage.
* MD4Test.cs: Added unit tests for better coverage.
* PKCS8.cs: Added unit tests for better coverage.
2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
* CryptoConvertTest.cs: Added test case where a strongname key pair
(RSA 1024 bits) was truncated in the last parameter (D) (i.e. the
private key) but saved by the use of CRT (Chinese Remainder Theorem).
2004-03-23 Sebastien Pouliot <sebastien@ximian.com>
* CryptoConvertTest.cs: Added test case where the public key structure
is inside preceded by an header (like the one produced by "sn -e").
2004-03-23 Sebastien Pouliot <sebastien@ximian.com>
* CryptoConvertTest.cs: New. Unit tests for CryptoConvert.
2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
* DiffieHellmanManagedTest.cs: New. Basic unit test for DH.
2004-02-07 Sebastien Pouliot <sebastien@ximian.com>
* KeyPairPersistenceTest.cs: New. Unit tests for key pair persistence.
2003-11-27 Sebastien Pouliot <spouliot@videotron.ca>
* MD4Test.cs: New. Contains all the test vectors provided in RFC1320
- but none are executed because MD4 is an abstract class.
* MD4ManagedTest.cs: New. Run the unit tests from MD4Test.cs using
the MD4Managed implementation of MD4.
* PKCS8Test.cs: New. Unit tests for PKCS8.
2003-03-07 Sebastien Pouliot <spouliot@videotron.ca>
* ARC4ManagedTest.cs: New. Test vectors for RC4(tm) taken from
usenet and Netscape SSL version 3 implementation details.
* MD2ManagedTest.cs: New. Call tests defined in MD2Test class.
* MD2Test.cs: New. Test vectors defined in RFC1319.

View File

@@ -1,28 +0,0 @@
2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
* ChallengeResponseTest.cs: Added new unit tests for better coverage.
* MessageBaseTest.cs: New. Unit tests for the base abstract class.
* Type2MessageTest.cs: Added new unit tests for better coverage.
* Type3MessageTest.cs: Added new unit tests for better coverage.
2003-12-17 Sebastien Pouliot <spouliot@videotron.ca>
* ChallengeResponse.cs: Added test case for a null (and empty) password.
2003-12-15 Sebastien Pouliot <spouliot@videotron.ca>
* ChallengeResponseTest.cs: Added the sample from L0phtCrack for a
small password (WELCOME).
* Type3MessageTest.cs: Added a new test for small password (smaller
than 8 characters).
2003-12-02 Sebastien Pouliot <spouliot@videotron.ca>
* Type3MessageTest.cs: Fixed 16 bits Options to 32 bits Flags and class name.
2003-12-01 Sebastien Pouliot <spouliot@videotron.ca>
* ChallengeResponseTest.cs: New. Unit tests for NTLMv1 challenge response.
* Type1MessageTest.cs: New. Unit tests to encode/decode negotiation messages.
* Type2MessageTest.cs: New. Unit tests to encode/decode challenge messages.
* Type3MessageTest.cs: New. Unit tests to encode/decode authentication message.

View File

@@ -1,18 +0,0 @@
2010-04-08 Sebastien Pouliot <sebastien@ximian.com>
* SubjectAltNameExtensionTest.cs: Add unit tests for multiple
DNSNames entries (#594110 and #591516 certificate test case)
2008-06-26 Sebastien Pouliot <sebastien@ximian.com>
* SubjectAltNameExtensionTest.cs: New. Unit tests for
SubjectAltNameExtension. Patch by David Wolinsky
2006-01-04 Sebastien Pouliot <sebastien@ximian.com>
* BasicConstraintsExtensionTest.cs: New. Unit tests for encoding and
decoding X.509 BasicConstraints certificate extension.
* ExtendedKeyUsageExtensionTest.cs: New. Unit tests for encoding and
decoding X.509 ExtendedKeyUsage certificate extension.
* KeyUsageExtensionTest.cs: New. Unit tests for encoding and
decoding X.509 KeyUsage certificate extension.

View File

@@ -1,113 +0,0 @@
2007-05-09 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12Test.cs: Added unit tests for new SecretBag support. Patch by
Jay Miller.
2007-02-12 Sebastien Pouliot <sebastien@ximian.com>
* X509CertificateTest.cs: Add test case for a certificate using dates
with an UTC offset (e.g. 990630000000+1000).
2006-12-14 Sebastien Pouliot <sebastien@ximian.com>
* X501NameTest.cs: Added test case with a DN using Teletex/T61String.
2006-12-11 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12Test.cs: Add all failing PKITS PKCS#12 files (all DSA) as unit
test cases. Updated syntax to NUnit 2.2.
2006-12-05 Sebastien Pouliot <sebastien@ximian.com>
* X509CertificateTest.cs: Add new test cases for [Issuer|Subject]
UniqueIdentifier properties.
* X509Crl.cs: Add test cases for CRL signature verification using a
certificate without a CA flag in it's BasicConstraintExtension.
2006-12-04 Sebastien Pouliot <sebastien@ximian.com>
* X509Certificate.cs: New. Unit tests for X509Certificate when dealing
with DSA keys, including the case where DSA parameters are inherited.
2006-10-08 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12Test.cs: Added OpenSSL generated test case with an empty
password (#79717). Changed results for existing test case with empty
password.
2006-07-25 Sebastien Pouliot <sebastien@ximian.com>
* X509CrlTest.cs: Added regression test for bug #78901.
2006-01-24 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12Test.cs: Add a test case where the password is String.Empty
when no password is required to decrypt the structures.
2005-11-04 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12Test.cs: Added tests for adding multiple keys with the same
size inside a pkcs12 file. Fixed test when removing different keys
from the structure (removed only it the public key match).
2005-11-04 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12.cs: Added tests for MaximumPasswordLength property wrt to the
CryptoAPI limits on the password length (32 characters) when importing
and exporting PKCS #12 files.
2005-08-29 Sebastien Pouliot <sebastien@ximian.com>
* X501NameTest.cs: Added test cases for quoted and escaped values.
2005-08-12 Sebastien Pouliot <sebastien@ximian.com>
* X520AttributesTest.cs: New. Test cases from Daniel Granath to check
best encoding selection for values.
2005-06-30 Sebastien Pouliot <sebastien@ximian.com>
* X509CrlTest.cs: New. Add regression test for bug #75406.
2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
* PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
ambiguous).
2004-05-12 Nick Drochak <ndrochak@ieee.org>
* PKCS12Test.cs: Do not exceed line length limit.
2004-05-11 Jesper Pedersen <jep@itplus.dk>
* PKCS12Test.cs: Added unit tests for the new methods.
2003-12-07 Sebastien Pouliot <spouliot@videotron.ca>
* PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without
passwords, weak/strong encryption) and PKCS#12 password based key
derivation.
2003-09-01 Sebastien Pouliot <spouliot@videotron.ca>
* ITrustAnchors.cs: New. Interface to trust anchors.
* TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
(for Windows compatibility) and Mono Test Root.
* TrustAnchors.cs: New. Include some widely used (commercial) code
signing root certificates.
* X509CertificateCollection.cs: New. Collection for Mono's X509
certificates.
* X509Chain.cs: New. MINIMAL certificate chaining engine to support
Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!
2003-03-15 Sebastien Pouliot <spouliot@videotron.ca>
* X501Name.cs: New. X.501 Distinguished Names stuff
* X509Builder.cs: New. Abstract class for building X.509 related
structures (like certificates and CRLs).
* X509Certificate.cs: New. A more complete class to handle X.509
certificates.
* X509CertificateBuilder.cs: New. Class to build X.509 certificates.
* X509Extension.cs: New. A base class for all X.509 extensions.
* X509Extensions.cs: New. X509Extension collection.
* X520Attributes.cs: New. X.520 attributes (mainly for X501 names)

View File

@@ -1,40 +0,0 @@
2010-02-03 Sebastien Pouliot <sebastien@ximian.com>
* ASN1ConvertTest.cs: Fix test cases by using local time. Patch
provided by Peter Dettman. Fix bug #324181
2008-04-25 Sebastien Pouliot <sebastien@ximian.com>
* StrongName.cs: New test cases to verify signatures from streams.
Patch from Dave Hillier <daveh@lindenlab.com>
2007-01-05 Sebastien Pouliot <sebastien@ximian.com>
* ASN1ConvertTest.cs: Update unit test syntax to NUnit 2.2. Change
DateTime.UtcNow to Now as the API requires, under 1.x, a local date
time. Disregard buggy ConvertOID_LargeX under MS 2.0.
2006-10-06 Sebastien Pouliot <sebastien@ximian.com>
* ASN1ConvertTest.cs: Adjusted big integer convertion test cases for
both a sign-extended result and a "normal" (not extended) result.
2005-10-03 Sebastien Pouliot <sebastien@ximian.com>
* PKCS7Test.cs: New. Unit tests to ensure authenticated attributes
are sorted before they are signed. This is required by DER and ensures
better interoperability with other implementations (like BouncyCastle)
2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
* ASN1ConvertTest.cs: New. Unit tests for ASN.1 convertions.
* StrongNameTest.cs: Added new unit tests for better coverage.
2003-10-11 Sebastien Pouliot <spouliot@videotron.ca>
* StrongNameTest.cs: Added tests for Hash, Sign and Verify.
2003-03-08 Sebastien Pouliot <spouliot@videotron.ca>
* StrongNameTest.cs: New. Unit tests for StrongNames.