diff options
author | Oren Novotny <oren@novotny.org> | 2015-11-22 12:52:48 -0500 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-11-22 12:52:48 -0500 |
commit | c2bc6d18b888c0a3d3d1177e7c049f042dcae3ac (patch) | |
tree | 5d2da28f9361f54df868f0d8a4865ca57ae73c6b | |
parent | update build script (diff) | |
parent | Merge branch 'master' of git.bouncycastle.org:bc-csharp into pcl (diff) | |
download | BouncyCastle.NET-ed25519-c2bc6d18b888c0a3d3d1177e7c049f042dcae3ac.tar.xz |
Merge pull request #14 from peterdettman/pcl
Updates everything to the bc-csharp 1.8.0 release tag
422 files changed, 13417 insertions, 1831 deletions
diff --git a/.gitignore b/.gitignore index 542f83c42..3b2c97a3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.psess -*.snk *.suo *.swp *.user @@ -22,4 +21,4 @@ packages/ *.nuget.props *.nuget.targets *.project.lock.json -project.lock.json \ No newline at end of file +project.lock.json diff --git a/BouncyCastle.Mobile.sln b/BouncyCastle.Mobile.sln new file mode 100644 index 000000000..0b41d742d --- /dev/null +++ b/BouncyCastle.Mobile.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BouncyCastle", "crypto\BouncyCastle.csproj", "{4C235092-820C-4DEB-9074-D356FB797D8B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BouncyCastle.iOS", "crypto\BouncyCastle.iOS.csproj", "{0249241C-205E-4AC0-828B-90F822359B9E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BouncyCastle.Android", "crypto\BouncyCastle.Android.csproj", "{A0D302CB-8866-4AB1-98B9-F0772EABF5DF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "crypto\test\UnitTests.csproj", "{D4EB669D-7C88-48C0-A480-C5CC73A7369B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0249241C-205E-4AC0-828B-90F822359B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0249241C-205E-4AC0-828B-90F822359B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0249241C-205E-4AC0-828B-90F822359B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0249241C-205E-4AC0-828B-90F822359B9E}.Release|Any CPU.Build.0 = Release|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Release|Any CPU.Build.0 = Release|Any CPU + {A0D302CB-8866-4AB1-98B9-F0772EABF5DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A0D302CB-8866-4AB1-98B9-F0772EABF5DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0D302CB-8866-4AB1-98B9-F0772EABF5DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A0D302CB-8866-4AB1-98B9-F0772EABF5DF}.Release|Any CPU.Build.0 = Release|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = crypto\BouncyCastle.csproj + EndGlobalSection +EndGlobal diff --git a/BouncyCastle.sln b/BouncyCastle.sln new file mode 100644 index 000000000..588f3d8ca --- /dev/null +++ b/BouncyCastle.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BouncyCastle", "crypto\BouncyCastle.csproj", "{4C235092-820C-4DEB-9074-D356FB797D8B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "crypto\test\UnitTests.csproj", "{D4EB669D-7C88-48C0-A480-C5CC73A7369B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4C235092-820C-4DEB-9074-D356FB797D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C235092-820C-4DEB-9074-D356FB797D8B}.Release|Any CPU.Build.0 = Release|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = crypto\BouncyCastle.csproj + EndGlobalSection +EndGlobal diff --git a/BouncyCastle.snk b/BouncyCastle.snk new file mode 100644 index 000000000..f460ac3d6 --- /dev/null +++ b/BouncyCastle.snk Binary files differdiff --git a/MimeKit.BouncyCastle.nuspec b/MimeKit.BouncyCastle.nuspec new file mode 100644 index 000000000..c3e20c330 --- /dev/null +++ b/MimeKit.BouncyCastle.nuspec @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>MimeKit.BouncyCastle</id> + <version>1.7.90.1</version> + <title>Bouncy Castle for MimeKit</title> + <authors>Jeffrey Stedfast</authors> + <owners>jstedfast</owners> + <projectUrl>https://github.com/jstedfast/bc-csharp</projectUrl> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>BouncyCastle is a cryptography API providing: + -Generation and parsing of PKCS#12 files. + -X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates. + -PBE algorithms supported by PBEUtil: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256. + -Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. + -Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, DESede, DES, GOST28147, HC-128, HC-256, IDEA, NaccacheStern, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Serpent, Skipjack, TEA/XTEA, Twofish, and VMPC. + -Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). + -Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS#5/7, TBC, X.923, and Zero Byte. + -Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, ECDSA. + -Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS#1. + -Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool. + -Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA. + -Key Agreement: Diffie-Hellman and EC-DH. + -Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, and ISO9797 Alg. 3. + -PBE generators: PKCS#12, and PKCS#5 - schemes 1 and 2. + -OpenPGP (RFC 2440) + -Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. + -Online Certificate Status Protocol (OCSP, RFC 2560). + -Time Stamp Protocol (TSP, RFC 3161). + -TLS/SSL Client with support for client side authentication. + + Support for .NET 2, .NET 3.5, .NET 4.0, .NET 4.5, Xamarin.Android and Xamarin.iOS.</description> + <summary>BouncyCastle is a portable cryptography framework.</summary> + <language>en-US</language> + <tags>bouncycastle, cryptography, encryption, security, net20, net35, net40, net45, xamarin, xamarin.android, xamarin.ios</tags> + </metadata> + <files> + <file src="crypto\bin\Release\lib\MonoAndroid\BouncyCastle.dll" target="lib\MonoAndroid10\BouncyCastle.dll" /> + <file src="crypto\doc\BouncyCastle.xml" target="lib\MonoAndroid10\BouncyCastle.xml" /> + <file src="crypto\bin\Release\lib\net20\BouncyCastle.dll" target="lib\net20\BouncyCastle.dll" /> + <file src="crypto\doc\BouncyCastle.xml" target="lib\net20\BouncyCastle.xml" /> + <file src="crypto\bin\Release\lib\Xamarin.iOS\BouncyCastle.dll" target="lib\xamarinios10\BouncyCastle.dll" /> + <file src="crypto\doc\BouncyCastle.xml" target="lib\xamarinios10\BouncyCastle.xml" /> + </files> +</package> \ No newline at end of file diff --git a/README.md b/README.md index 05af7e35a..7a84e08d3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This version also supports .NET Core and CoreCLR # The Bouncy Castle Crypto Package For C Sharp -The Bouncy Castle Crypto package is a C\# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In additiion to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP. +The Bouncy Castle Crypto package is a C\# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP. The Legion also gratefully acknowledges the contributions made to this package by others (see [here](http://www.bouncycastle.org/csharp/contributors.html) for the current list). If you would like to contribute to our efforts please feel free to get in touch with us or visit our [donations page](https://www.bouncycastle.org/donate), sponsor some specific work, or purchase a support contract through [Crypto Workshop](http://www.cryptoworkshop.com). diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj new file mode 100644 index 000000000..6ceeac8bd --- /dev/null +++ b/crypto/BouncyCastle.Android.csproj @@ -0,0 +1,1508 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.30703</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{A0D302CB-8866-4AB1-98B9-F0772EABF5DF}</ProjectGuid> + <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <OutputType>Library</OutputType> + <RootNamespace>Org.BouncyCastle</RootNamespace> + <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix> + <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix> + <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk> + <AssemblyName>BouncyCastle</AssemblyName> + <TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\lib\MonoAndroid</OutputPath> + <IntermediateOutputPath>obj\Debug\lib\MonoAndroid</IntermediateOutputPath> + <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;__MOBILE__;__ANDROID__;</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <AndroidLinkMode>None</AndroidLinkMode> + <ConsolePause>false</ConsolePause> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\lib\MonoAndroid</OutputPath> + <IntermediateOutputPath>obj\Release\lib\MonoAndroid</IntermediateOutputPath> + <DefineConstants>TRACE;INCLUDE_IDEA;__MOBILE__;__ANDROID__;</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> + </PropertyGroup> + <PropertyGroup> + <SignAssembly>true</SignAssembly> + </PropertyGroup> + <PropertyGroup> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Core" /> + <Reference Include="Mono.Android" /> + </ItemGroup> + <ItemGroup> + <Compile Include="bzip2\src\BZip2Constants.cs" /> + <Compile Include="bzip2\src\CBZip2InputStream.cs" /> + <Compile Include="bzip2\src\CBZip2OutputStream.cs" /> + <Compile Include="bzip2\src\CRC.cs" /> + <Compile Include="src\asn1\BERBitString.cs" /> + <Compile Include="src\AssemblyInfo.cs" /> + <Compile Include="src\asn1\ASN1Generator.cs" /> + <Compile Include="src\asn1\ASN1OctetStringParser.cs" /> + <Compile Include="src\asn1\ASN1SequenceParser.cs" /> + <Compile Include="src\asn1\ASN1SetParser.cs" /> + <Compile Include="src\asn1\ASN1StreamParser.cs" /> + <Compile Include="src\asn1\ASN1TaggedObjectParser.cs" /> + <Compile Include="src\asn1\Asn1Encodable.cs" /> + <Compile Include="src\asn1\Asn1EncodableVector.cs" /> + <Compile Include="src\asn1\Asn1Exception.cs" /> + <Compile Include="src\asn1\Asn1InputStream.cs" /> + <Compile Include="src\asn1\Asn1Null.cs" /> + <Compile Include="src\asn1\Asn1Object.cs" /> + <Compile Include="src\asn1\Asn1OctetString.cs" /> + <Compile Include="src\asn1\Asn1OutputStream.cs" /> + <Compile Include="src\asn1\Asn1ParsingException.cs" /> + <Compile Include="src\asn1\Asn1Sequence.cs" /> + <Compile Include="src\asn1\Asn1Set.cs" /> + <Compile Include="src\asn1\Asn1TaggedObject.cs" /> + <Compile Include="src\asn1\Asn1Tags.cs" /> + <Compile Include="src\asn1\BERGenerator.cs" /> + <Compile Include="src\asn1\BEROctetStringGenerator.cs" /> + <Compile Include="src\asn1\BEROctetStringParser.cs" /> + <Compile Include="src\asn1\BERSequenceGenerator.cs" /> + <Compile Include="src\asn1\BERSequenceParser.cs" /> + <Compile Include="src\asn1\BERSetGenerator.cs" /> + <Compile Include="src\asn1\BERSetParser.cs" /> + <Compile Include="src\asn1\BERTaggedObjectParser.cs" /> + <Compile Include="src\asn1\BerApplicationSpecific.cs" /> + <Compile Include="src\asn1\BerApplicationSpecificParser.cs" /> + <Compile Include="src\asn1\BerNull.cs" /> + <Compile Include="src\asn1\BerOctetString.cs" /> + <Compile Include="src\asn1\BerOutputStream.cs" /> + <Compile Include="src\asn1\BerSequence.cs" /> + <Compile Include="src\asn1\BerSet.cs" /> + <Compile Include="src\asn1\BerTaggedObject.cs" /> + <Compile Include="src\asn1\ConstructedOctetStream.cs" /> + <Compile Include="src\asn1\DERExternal.cs" /> + <Compile Include="src\asn1\DERExternalParser.cs" /> + <Compile Include="src\asn1\DERGenerator.cs" /> + <Compile Include="src\asn1\DEROctetStringParser.cs" /> + <Compile Include="src\asn1\DERSequenceGenerator.cs" /> + <Compile Include="src\asn1\DERSequenceParser.cs" /> + <Compile Include="src\asn1\DERSetGenerator.cs" /> + <Compile Include="src\asn1\DERSetParser.cs" /> + <Compile Include="src\asn1\DefiniteLengthInputStream.cs" /> + <Compile Include="src\asn1\DerApplicationSpecific.cs" /> + <Compile Include="src\asn1\DerBMPString.cs" /> + <Compile Include="src\asn1\DerBitString.cs" /> + <Compile Include="src\asn1\DerBoolean.cs" /> + <Compile Include="src\asn1\DerEnumerated.cs" /> + <Compile Include="src\asn1\DerGeneralString.cs" /> + <Compile Include="src\asn1\DerGeneralizedTime.cs" /> + <Compile Include="src\asn1\DerIA5String.cs" /> + <Compile Include="src\asn1\DerInteger.cs" /> + <Compile Include="src\asn1\DerNull.cs" /> + <Compile Include="src\asn1\DerNumericString.cs" /> + <Compile Include="src\asn1\DerObjectIdentifier.cs" /> + <Compile Include="src\asn1\DerOctetString.cs" /> + <Compile Include="src\asn1\DerOutputStream.cs" /> + <Compile Include="src\asn1\DerPrintableString.cs" /> + <Compile Include="src\asn1\DerSequence.cs" /> + <Compile Include="src\asn1\DerSet.cs" /> + <Compile Include="src\asn1\DerStringBase.cs" /> + <Compile Include="src\asn1\DerT61String.cs" /> + <Compile Include="src\asn1\DerTaggedObject.cs" /> + <Compile Include="src\asn1\DerUTCTime.cs" /> + <Compile Include="src\asn1\DerUTF8String.cs" /> + <Compile Include="src\asn1\DerUniversalString.cs" /> + <Compile Include="src\asn1\DerVisibleString.cs" /> + <Compile Include="src\asn1\IAsn1ApplicationSpecificParser.cs" /> + <Compile Include="src\asn1\IAsn1Choice.cs" /> + <Compile Include="src\asn1\IAsn1Convertible.cs" /> + <Compile Include="src\asn1\IAsn1String.cs" /> + <Compile Include="src\asn1\IndefiniteLengthInputStream.cs" /> + <Compile Include="src\asn1\LazyASN1InputStream.cs" /> + <Compile Include="src\asn1\LazyDERSequence.cs" /> + <Compile Include="src\asn1\LazyDERSet.cs" /> + <Compile Include="src\asn1\LimitedInputStream.cs" /> + <Compile Include="src\asn1\OidTokenizer.cs" /> + <Compile Include="src\asn1\anssi\ANSSINamedCurves.cs" /> + <Compile Include="src\asn1\anssi\ANSSIObjectIdentifiers.cs" /> + <Compile Include="src\asn1\bc\BCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cmp\CAKeyUpdAnnContent.cs" /> + <Compile Include="src\asn1\cmp\CertConfirmContent.cs" /> + <Compile Include="src\asn1\cmp\CertOrEncCert.cs" /> + <Compile Include="src\asn1\cmp\CertRepMessage.cs" /> + <Compile Include="src\asn1\cmp\CertResponse.cs" /> + <Compile Include="src\asn1\cmp\CertStatus.cs" /> + <Compile Include="src\asn1\cmp\CertifiedKeyPair.cs" /> + <Compile Include="src\asn1\cmp\Challenge.cs" /> + <Compile Include="src\asn1\cmp\CmpCertificate.cs" /> + <Compile Include="src\asn1\cmp\CmpObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cmp\CrlAnnContent.cs" /> + <Compile Include="src\asn1\cmp\ErrorMsgContent.cs" /> + <Compile Include="src\asn1\cmp\GenMsgContent.cs" /> + <Compile Include="src\asn1\cmp\GenRepContent.cs" /> + <Compile Include="src\asn1\cmp\InfoTypeAndValue.cs" /> + <Compile Include="src\asn1\cmp\KeyRecRepContent.cs" /> + <Compile Include="src\asn1\cmp\OobCertHash.cs" /> + <Compile Include="src\asn1\cmp\PKIBody.cs" /> + <Compile Include="src\asn1\cmp\PKIConfirmContent.cs" /> + <Compile Include="src\asn1\cmp\PKIFailureInfo.cs" /> + <Compile Include="src\asn1\cmp\PKIFreeText.cs" /> + <Compile Include="src\asn1\cmp\PKIHeader.cs" /> + <Compile Include="src\asn1\cmp\PKIHeaderBuilder.cs" /> + <Compile Include="src\asn1\cmp\PKIMessage.cs" /> + <Compile Include="src\asn1\cmp\PKIMessages.cs" /> + <Compile Include="src\asn1\cmp\PKIStatus.cs" /> + <Compile Include="src\asn1\cmp\PKIStatusInfo.cs" /> + <Compile Include="src\asn1\cmp\PbmParameter.cs" /> + <Compile Include="src\asn1\cmp\PollRepContent.cs" /> + <Compile Include="src\asn1\cmp\PollReqContent.cs" /> + <Compile Include="src\asn1\cmp\PopoDecKeyChallContent.cs" /> + <Compile Include="src\asn1\cmp\PopoDecKeyRespContent.cs" /> + <Compile Include="src\asn1\cmp\ProtectedPart.cs" /> + <Compile Include="src\asn1\cmp\RevAnnContent.cs" /> + <Compile Include="src\asn1\cmp\RevDetails.cs" /> + <Compile Include="src\asn1\cmp\RevRepContent.cs" /> + <Compile Include="src\asn1\cmp\RevRepContentBuilder.cs" /> + <Compile Include="src\asn1\cmp\RevReqContent.cs" /> + <Compile Include="src\asn1\cms\Attribute.cs" /> + <Compile Include="src\asn1\cms\AttributeTable.cs" /> + <Compile Include="src\asn1\cms\Attributes.cs" /> + <Compile Include="src\asn1\cms\AuthEnvelopedData.cs" /> + <Compile Include="src\asn1\cms\AuthEnvelopedDataParser.cs" /> + <Compile Include="src\asn1\cms\AuthenticatedData.cs" /> + <Compile Include="src\asn1\cms\AuthenticatedDataParser.cs" /> + <Compile Include="src\asn1\cms\CMSAttributes.cs" /> + <Compile Include="src\asn1\cms\CMSObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cms\CompressedData.cs" /> + <Compile Include="src\asn1\cms\CompressedDataParser.cs" /> + <Compile Include="src\asn1\cms\ContentInfo.cs" /> + <Compile Include="src\asn1\cms\ContentInfoParser.cs" /> + <Compile Include="src\asn1\cms\EncryptedContentInfo.cs" /> + <Compile Include="src\asn1\cms\EncryptedContentInfoParser.cs" /> + <Compile Include="src\asn1\cms\EncryptedData.cs" /> + <Compile Include="src\asn1\cms\EnvelopedData.cs" /> + <Compile Include="src\asn1\cms\EnvelopedDataParser.cs" /> + <Compile Include="src\asn1\cms\Evidence.cs" /> + <Compile Include="src\asn1\cms\IssuerAndSerialNumber.cs" /> + <Compile Include="src\asn1\cms\KEKIdentifier.cs" /> + <Compile Include="src\asn1\cms\KEKRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\KeyAgreeRecipientIdentifier.cs" /> + <Compile Include="src\asn1\cms\KeyAgreeRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\KeyTransRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\MetaData.cs" /> + <Compile Include="src\asn1\cms\OriginatorIdentifierOrKey.cs" /> + <Compile Include="src\asn1\cms\OriginatorInfo.cs" /> + <Compile Include="src\asn1\cms\OriginatorPublicKey.cs" /> + <Compile Include="src\asn1\cms\OtherKeyAttribute.cs" /> + <Compile Include="src\asn1\cms\OtherRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\OtherRevocationInfoFormat.cs" /> + <Compile Include="src\asn1\cms\PasswordRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\RecipientEncryptedKey.cs" /> + <Compile Include="src\asn1\cms\RecipientIdentifier.cs" /> + <Compile Include="src\asn1\cms\RecipientInfo.cs" /> + <Compile Include="src\asn1\cms\RecipientKeyIdentifier.cs" /> + <Compile Include="src\asn1\cms\SCVPReqRes.cs" /> + <Compile Include="src\asn1\cms\SignedData.cs" /> + <Compile Include="src\asn1\cms\SignedDataParser.cs" /> + <Compile Include="src\asn1\cms\SignerIdentifier.cs" /> + <Compile Include="src\asn1\cms\SignerInfo.cs" /> + <Compile Include="src\asn1\cms\Time.cs" /> + <Compile Include="src\asn1\cms\TimeStampAndCRL.cs" /> + <Compile Include="src\asn1\cms\TimeStampTokenEvidence.cs" /> + <Compile Include="src\asn1\cms\TimeStampedData.cs" /> + <Compile Include="src\asn1\cms\TimeStampedDataParser.cs" /> + <Compile Include="src\asn1\cms\ecc\MQVuserKeyingMaterial.cs" /> + <Compile Include="src\asn1\crmf\AttributeTypeAndValue.cs" /> + <Compile Include="src\asn1\crmf\CertId.cs" /> + <Compile Include="src\asn1\crmf\CertReqMessages.cs" /> + <Compile Include="src\asn1\crmf\CertReqMsg.cs" /> + <Compile Include="src\asn1\crmf\CertRequest.cs" /> + <Compile Include="src\asn1\crmf\CertTemplate.cs" /> + <Compile Include="src\asn1\crmf\CertTemplateBuilder.cs" /> + <Compile Include="src\asn1\crmf\Controls.cs" /> + <Compile Include="src\asn1\crmf\CrmfObjectIdentifiers.cs" /> + <Compile Include="src\asn1\crmf\EncKeyWithID.cs" /> + <Compile Include="src\asn1\crmf\EncryptedKey.cs" /> + <Compile Include="src\asn1\crmf\EncryptedValue.cs" /> + <Compile Include="src\asn1\crmf\OptionalValidity.cs" /> + <Compile Include="src\asn1\crmf\PKIArchiveOptions.cs" /> + <Compile Include="src\asn1\crmf\PKIPublicationInfo.cs" /> + <Compile Include="src\asn1\crmf\PKMacValue.cs" /> + <Compile Include="src\asn1\crmf\PopoPrivKey.cs" /> + <Compile Include="src\asn1\crmf\PopoSigningKey.cs" /> + <Compile Include="src\asn1\crmf\PopoSigningKeyInput.cs" /> + <Compile Include="src\asn1\crmf\ProofOfPossession.cs" /> + <Compile Include="src\asn1\crmf\SinglePubInfo.cs" /> + <Compile Include="src\asn1\crmf\SubsequentMessage.cs" /> + <Compile Include="src\asn1\cryptopro\CryptoProObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cryptopro\ECGOST3410NamedCurves.cs" /> + <Compile Include="src\asn1\cryptopro\ECGOST3410ParamSetParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST28147Parameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410NamedParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410ParamSetParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410PublicKeyAlgParameters.cs" /> + <Compile Include="src\asn1\eac\EACObjectIdentifiers.cs" /> + <Compile Include="src\asn1\esf\CertificateValues.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeIdentifier.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeIndication.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeQualifier.cs" /> + <Compile Include="src\asn1\esf\CompleteCertificateRefs.cs" /> + <Compile Include="src\asn1\esf\CompleteRevocationRefs.cs" /> + <Compile Include="src\asn1\esf\CrlIdentifier.cs" /> + <Compile Include="src\asn1\esf\CrlListID.cs" /> + <Compile Include="src\asn1\esf\CrlOcspRef.cs" /> + <Compile Include="src\asn1\esf\CrlValidatedID.cs" /> + <Compile Include="src\asn1\esf\ESFAttributes.cs" /> + <Compile Include="src\asn1\esf\OcspIdentifier.cs" /> + <Compile Include="src\asn1\esf\OcspListID.cs" /> + <Compile Include="src\asn1\esf\OcspResponsesID.cs" /> + <Compile Include="src\asn1\esf\OtherCertID.cs" /> + <Compile Include="src\asn1\esf\OtherHash.cs" /> + <Compile Include="src\asn1\esf\OtherHashAlgAndValue.cs" /> + <Compile Include="src\asn1\esf\OtherRevRefs.cs" /> + <Compile Include="src\asn1\esf\OtherRevVals.cs" /> + <Compile Include="src\asn1\esf\OtherSigningCertificate.cs" /> + <Compile Include="src\asn1\esf\RevocationValues.cs" /> + <Compile Include="src\asn1\esf\SigPolicyQualifierInfo.cs" /> + <Compile Include="src\asn1\esf\SignaturePolicyId.cs" /> + <Compile Include="src\asn1\esf\SignaturePolicyIdentifier.cs" /> + <Compile Include="src\asn1\esf\SignerAttribute.cs" /> + <Compile Include="src\asn1\esf\SignerLocation.cs" /> + <Compile Include="src\asn1\ess\ContentHints.cs" /> + <Compile Include="src\asn1\ess\ContentIdentifier.cs" /> + <Compile Include="src\asn1\ess\ESSCertID.cs" /> + <Compile Include="src\asn1\ess\ESSCertIDv2.cs" /> + <Compile Include="src\asn1\ess\OtherCertID.cs" /> + <Compile Include="src\asn1\ess\OtherSigningCertificate.cs" /> + <Compile Include="src\asn1\ess\SigningCertificate.cs" /> + <Compile Include="src\asn1\ess\SigningCertificateV2.cs" /> + <Compile Include="src\asn1\gnu\GNUObjectIdentifiers.cs" /> + <Compile Include="src\asn1\iana\IANAObjectIdentifiers.cs" /> + <Compile Include="src\asn1\icao\CscaMasterList.cs" /> + <Compile Include="src\asn1\icao\DataGroupHash.cs" /> + <Compile Include="src\asn1\icao\ICAOObjectIdentifiers.cs" /> + <Compile Include="src\asn1\icao\LDSSecurityObject.cs" /> + <Compile Include="src\asn1\icao\LDSVersionInfo.cs" /> + <Compile Include="src\asn1\isismtt\ISISMTTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\isismtt\ocsp\CertHash.cs" /> + <Compile Include="src\asn1\isismtt\ocsp\RequestedCertificate.cs" /> + <Compile Include="src\asn1\isismtt\x509\AdditionalInformationSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\AdmissionSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\Admissions.cs" /> + <Compile Include="src\asn1\isismtt\x509\DeclarationOfMajority.cs" /> + <Compile Include="src\asn1\isismtt\x509\MonetaryLimit.cs" /> + <Compile Include="src\asn1\isismtt\x509\NamingAuthority.cs" /> + <Compile Include="src\asn1\isismtt\x509\ProcurationSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\ProfessionInfo.cs" /> + <Compile Include="src\asn1\isismtt\x509\Restriction.cs" /> + <Compile Include="src\asn1\kisa\KISAObjectIdentifiers.cs" /> + <Compile Include="src\asn1\microsoft\MicrosoftObjectIdentifiers.cs" /> + <Compile Include="src\asn1\misc\CAST5CBCParameters.cs" /> + <Compile Include="src\asn1\misc\IDEACBCPar.cs" /> + <Compile Include="src\asn1\misc\MiscObjectIdentifiers.cs" /> + <Compile Include="src\asn1\misc\NetscapeCertType.cs" /> + <Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" /> + <Compile Include="src\asn1\misc\VerisignCzagExtension.cs" /> + <Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" /> + <Compile Include="src\asn1\nist\NISTNamedCurves.cs" /> + <Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ocsp\BasicOCSPResponse.cs" /> + <Compile Include="src\asn1\ocsp\CertID.cs" /> + <Compile Include="src\asn1\ocsp\CertStatus.cs" /> + <Compile Include="src\asn1\ocsp\CrlID.cs" /> + <Compile Include="src\asn1\ocsp\OCSPObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ocsp\OCSPRequest.cs" /> + <Compile Include="src\asn1\ocsp\OCSPResponse.cs" /> + <Compile Include="src\asn1\ocsp\OCSPResponseStatus.cs" /> + <Compile Include="src\asn1\ocsp\Request.cs" /> + <Compile Include="src\asn1\ocsp\ResponderID.cs" /> + <Compile Include="src\asn1\ocsp\ResponseBytes.cs" /> + <Compile Include="src\asn1\ocsp\ResponseData.cs" /> + <Compile Include="src\asn1\ocsp\RevokedInfo.cs" /> + <Compile Include="src\asn1\ocsp\ServiceLocator.cs" /> + <Compile Include="src\asn1\ocsp\Signature.cs" /> + <Compile Include="src\asn1\ocsp\SingleResponse.cs" /> + <Compile Include="src\asn1\ocsp\TBSRequest.cs" /> + <Compile Include="src\asn1\oiw\ElGamalParameter.cs" /> + <Compile Include="src\asn1\oiw\OIWObjectIdentifiers.cs" /> + <Compile Include="src\asn1\pkcs\Attribute.cs" /> + <Compile Include="src\asn1\pkcs\AuthenticatedSafe.cs" /> + <Compile Include="src\asn1\pkcs\CertBag.cs" /> + <Compile Include="src\asn1\pkcs\CertificationRequest.cs" /> + <Compile Include="src\asn1\pkcs\CertificationRequestInfo.cs" /> + <Compile Include="src\asn1\pkcs\ContentInfo.cs" /> + <Compile Include="src\asn1\pkcs\DHParameter.cs" /> + <Compile Include="src\asn1\pkcs\EncryptedData.cs" /> + <Compile Include="src\asn1\pkcs\EncryptedPrivateKeyInfo.cs" /> + <Compile Include="src\asn1\pkcs\EncryptionScheme.cs" /> + <Compile Include="src\asn1\pkcs\IssuerAndSerialNumber.cs" /> + <Compile Include="src\asn1\pkcs\KeyDerivationFunc.cs" /> + <Compile Include="src\asn1\pkcs\MacData.cs" /> + <Compile Include="src\asn1\pkcs\PBEParameter.cs" /> + <Compile Include="src\asn1\pkcs\PBES2Parameters.cs" /> + <Compile Include="src\asn1\pkcs\PBKDF2Params.cs" /> + <Compile Include="src\asn1\pkcs\PKCS12PBEParams.cs" /> + <Compile Include="src\asn1\pkcs\PKCSObjectIdentifiers.cs" /> + <Compile Include="src\asn1\pkcs\Pfx.cs" /> + <Compile Include="src\asn1\pkcs\PrivateKeyInfo.cs" /> + <Compile Include="src\asn1\pkcs\RC2CBCParameter.cs" /> + <Compile Include="src\asn1\pkcs\RSAESOAEPparams.cs" /> + <Compile Include="src\asn1\pkcs\RSAPrivateKeyStructure.cs" /> + <Compile Include="src\asn1\pkcs\RSASSAPSSparams.cs" /> + <Compile Include="src\asn1\pkcs\SafeBag.cs" /> + <Compile Include="src\asn1\pkcs\SignedData.cs" /> + <Compile Include="src\asn1\pkcs\SignerInfo.cs" /> + <Compile Include="src\asn1\sec\ECPrivateKeyStructure.cs" /> + <Compile Include="src\asn1\sec\SECNamedCurves.cs" /> + <Compile Include="src\asn1\sec\SECObjectIdentifiers.cs" /> + <Compile Include="src\asn1\smime\SMIMEAttributes.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilities.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilitiesAttribute.cs" /> + <Compile Include="src\asn1\smime\SMIMECapability.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilityVector.cs" /> + <Compile Include="src\asn1\smime\SMIMEEncryptionKeyPreferenceAttribute.cs" /> + <Compile Include="src\asn1\teletrust\TeleTrusTNamedCurves.cs" /> + <Compile Include="src\asn1\teletrust\TeleTrusTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\tsp\Accuracy.cs" /> + <Compile Include="src\asn1\tsp\MessageImprint.cs" /> + <Compile Include="src\asn1\tsp\TSTInfo.cs" /> + <Compile Include="src\asn1\tsp\TimeStampReq.cs" /> + <Compile Include="src\asn1\tsp\TimeStampResp.cs" /> + <Compile Include="src\asn1\util\Asn1Dump.cs" /> + <Compile Include="src\asn1\util\Dump.cs" /> + <Compile Include="src\asn1\util\FilterStream.cs" /> + <Compile Include="src\asn1\x500\DirectoryString.cs" /> + <Compile Include="src\asn1\x509\AccessDescription.cs" /> + <Compile Include="src\asn1\x509\AlgorithmIdentifier.cs" /> + <Compile Include="src\asn1\x509\AttCertIssuer.cs" /> + <Compile Include="src\asn1\x509\AttCertValidityPeriod.cs" /> + <Compile Include="src\asn1\x509\Attribute.cs" /> + <Compile Include="src\asn1\x509\AttributeCertificate.cs" /> + <Compile Include="src\asn1\x509\AttributeCertificateInfo.cs" /> + <Compile Include="src\asn1\x509\AttributeTable.cs" /> + <Compile Include="src\asn1\x509\AuthorityInformationAccess.cs" /> + <Compile Include="src\asn1\x509\AuthorityKeyIdentifier.cs" /> + <Compile Include="src\asn1\x509\BasicConstraints.cs" /> + <Compile Include="src\asn1\x509\CRLDistPoint.cs" /> + <Compile Include="src\asn1\x509\CRLNumber.cs" /> + <Compile Include="src\asn1\x509\CRLReason.cs" /> + <Compile Include="src\asn1\x509\CertPolicyId.cs" /> + <Compile Include="src\asn1\x509\CertificateList.cs" /> + <Compile Include="src\asn1\x509\CertificatePair.cs" /> + <Compile Include="src\asn1\x509\CertificatePolicies.cs" /> + <Compile Include="src\asn1\x509\DSAParameter.cs" /> + <Compile Include="src\asn1\x509\DigestInfo.cs" /> + <Compile Include="src\asn1\x509\DisplayText.cs" /> + <Compile Include="src\asn1\x509\DistributionPoint.cs" /> + <Compile Include="src\asn1\x509\DistributionPointName.cs" /> + <Compile Include="src\asn1\x509\ExtendedKeyUsage.cs" /> + <Compile Include="src\asn1\x509\GeneralName.cs" /> + <Compile Include="src\asn1\x509\GeneralNames.cs" /> + <Compile Include="src\asn1\x509\GeneralSubtree.cs" /> + <Compile Include="src\asn1\x509\Holder.cs" /> + <Compile Include="src\asn1\x509\IetfAttrSyntax.cs" /> + <Compile Include="src\asn1\x509\IssuerSerial.cs" /> + <Compile Include="src\asn1\x509\IssuingDistributionPoint.cs" /> + <Compile Include="src\asn1\x509\KeyPurposeId.cs" /> + <Compile Include="src\asn1\x509\KeyUsage.cs" /> + <Compile Include="src\asn1\x509\NameConstraints.cs" /> + <Compile Include="src\asn1\x509\NoticeReference.cs" /> + <Compile Include="src\asn1\x509\ObjectDigestInfo.cs" /> + <Compile Include="src\asn1\x509\PolicyInformation.cs" /> + <Compile Include="src\asn1\x509\PolicyMappings.cs" /> + <Compile Include="src\asn1\x509\PolicyQualifierId.cs" /> + <Compile Include="src\asn1\x509\PolicyQualifierInfo.cs" /> + <Compile Include="src\asn1\x509\PrivateKeyUsagePeriod.cs" /> + <Compile Include="src\asn1\x509\RSAPublicKeyStructure.cs" /> + <Compile Include="src\asn1\x509\ReasonFlags.cs" /> + <Compile Include="src\asn1\x509\RoleSyntax.cs" /> + <Compile Include="src\asn1\x509\SubjectDirectoryAttributes.cs" /> + <Compile Include="src\asn1\x509\SubjectKeyIdentifier.cs" /> + <Compile Include="src\asn1\x509\SubjectPublicKeyInfo.cs" /> + <Compile Include="src\asn1\x509\TBSCertList.cs" /> + <Compile Include="src\asn1\x509\TBSCertificateStructure.cs" /> + <Compile Include="src\asn1\x509\Target.cs" /> + <Compile Include="src\asn1\x509\TargetInformation.cs" /> + <Compile Include="src\asn1\x509\Targets.cs" /> + <Compile Include="src\asn1\x509\Time.cs" /> + <Compile Include="src\asn1\x509\UserNotice.cs" /> + <Compile Include="src\asn1\x509\V1TBSCertificateGenerator.cs" /> + <Compile Include="src\asn1\x509\V2AttributeCertificateInfoGenerator.cs" /> + <Compile Include="src\asn1\x509\V2Form.cs" /> + <Compile Include="src\asn1\x509\V2TBSCertListGenerator.cs" /> + <Compile Include="src\asn1\x509\V3TBSCertificateGenerator.cs" /> + <Compile Include="src\asn1\x509\X509Attributes.cs" /> + <Compile Include="src\asn1\x509\X509CertificateStructure.cs" /> + <Compile Include="src\asn1\x509\X509DefaultEntryConverter.cs" /> + <Compile Include="src\asn1\x509\X509Extension.cs" /> + <Compile Include="src\asn1\x509\X509Extensions.cs" /> + <Compile Include="src\asn1\x509\X509ExtensionsGenerator.cs" /> + <Compile Include="src\asn1\x509\X509Name.cs" /> + <Compile Include="src\asn1\x509\X509NameEntryConverter.cs" /> + <Compile Include="src\asn1\x509\X509NameTokenizer.cs" /> + <Compile Include="src\asn1\x509\X509ObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\BiometricData.cs" /> + <Compile Include="src\asn1\x509\qualified\ETSIQCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\Iso4217CurrencyCode.cs" /> + <Compile Include="src\asn1\x509\qualified\MonetaryValue.cs" /> + <Compile Include="src\asn1\x509\qualified\QCStatement.cs" /> + <Compile Include="src\asn1\x509\qualified\RFC3739QCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\SemanticsInformation.cs" /> + <Compile Include="src\asn1\x509\qualified\TypeOfBiometricData.cs" /> + <Compile Include="src\asn1\x509\sigi\NameOrPseudonym.cs" /> + <Compile Include="src\asn1\x509\sigi\PersonalData.cs" /> + <Compile Include="src\asn1\x509\sigi\SigIObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x9\DHDomainParameters.cs" /> + <Compile Include="src\asn1\x9\DHPublicKey.cs" /> + <Compile Include="src\asn1\x9\DHValidationParms.cs" /> + <Compile Include="src\asn1\x9\ECNamedCurveTable.cs" /> + <Compile Include="src\asn1\x9\KeySpecificInfo.cs" /> + <Compile Include="src\asn1\x9\OtherInfo.cs" /> + <Compile Include="src\asn1\x9\X962NamedCurves.cs" /> + <Compile Include="src\asn1\x9\X962Parameters.cs" /> + <Compile Include="src\asn1\x9\X9Curve.cs" /> + <Compile Include="src\asn1\x9\X9ECParameters.cs" /> + <Compile Include="src\asn1\x9\X9ECParametersHolder.cs" /> + <Compile Include="src\asn1\x9\X9ECPoint.cs" /> + <Compile Include="src\asn1\x9\X9FieldElement.cs" /> + <Compile Include="src\asn1\x9\X9FieldID.cs" /> + <Compile Include="src\asn1\x9\X9IntegerConverter.cs" /> + <Compile Include="src\asn1\x9\X9ObjectIdentifiers.cs" /> + <Compile Include="src\bcpg\ArmoredInputStream.cs" /> + <Compile Include="src\bcpg\ArmoredOutputStream.cs" /> + <Compile Include="src\bcpg\BcpgInputStream.cs" /> + <Compile Include="src\bcpg\BcpgObject.cs" /> + <Compile Include="src\bcpg\BcpgOutputStream.cs" /> + <Compile Include="src\bcpg\CompressedDataPacket.cs" /> + <Compile Include="src\bcpg\CompressionAlgorithmTags.cs" /> + <Compile Include="src\bcpg\ContainedPacket.cs" /> + <Compile Include="src\bcpg\Crc24.cs" /> + <Compile Include="src\bcpg\DsaPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\DsaSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\ECDHPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECDsaPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECSecretBCPGKey.cs" /> + <Compile Include="src\bcpg\ElGamalPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\ElGamalSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\ExperimentalPacket.cs" /> + <Compile Include="src\bcpg\HashAlgorithmTags.cs" /> + <Compile Include="src\bcpg\IBcpgKey.cs" /> + <Compile Include="src\bcpg\InputStreamPacket.cs" /> + <Compile Include="src\bcpg\LiteralDataPacket.cs" /> + <Compile Include="src\bcpg\MPInteger.cs" /> + <Compile Include="src\bcpg\MarkerPacket.cs" /> + <Compile Include="src\bcpg\ModDetectionCodePacket.cs" /> + <Compile Include="src\bcpg\OnePassSignaturePacket.cs" /> + <Compile Include="src\bcpg\OutputStreamPacket.cs" /> + <Compile Include="src\bcpg\Packet.cs" /> + <Compile Include="src\bcpg\PacketTags.cs" /> + <Compile Include="src\bcpg\PublicKeyAlgorithmTags.cs" /> + <Compile Include="src\bcpg\PublicKeyEncSessionPacket.cs" /> + <Compile Include="src\bcpg\PublicKeyPacket.cs" /> + <Compile Include="src\bcpg\PublicSubkeyPacket.cs" /> + <Compile Include="src\bcpg\RsaPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\RsaSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\S2k.cs" /> + <Compile Include="src\bcpg\SecretKeyPacket.cs" /> + <Compile Include="src\bcpg\SecretSubkeyPacket.cs" /> + <Compile Include="src\bcpg\SignaturePacket.cs" /> + <Compile Include="src\bcpg\SignatureSubpacket.cs" /> + <Compile Include="src\bcpg\SignatureSubpacketTags.cs" /> + <Compile Include="src\bcpg\SignatureSubpacketsReader.cs" /> + <Compile Include="src\bcpg\SymmetricEncDataPacket.cs" /> + <Compile Include="src\bcpg\SymmetricEncIntegrityPacket.cs" /> + <Compile Include="src\bcpg\SymmetricKeyAlgorithmTags.cs" /> + <Compile Include="src\bcpg\SymmetricKeyEncSessionPacket.cs" /> + <Compile Include="src\bcpg\TrustPacket.cs" /> + <Compile Include="src\bcpg\UserAttributePacket.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacket.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacketTags.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacketsReader.cs" /> + <Compile Include="src\bcpg\UserIdPacket.cs" /> + <Compile Include="src\bcpg\attr\ImageAttrib.cs" /> + <Compile Include="src\bcpg\sig\EmbeddedSignature.cs" /> + <Compile Include="src\bcpg\sig\Exportable.cs" /> + <Compile Include="src\bcpg\sig\Features.cs" /> + <Compile Include="src\bcpg\sig\IssuerKeyId.cs" /> + <Compile Include="src\bcpg\sig\KeyExpirationTime.cs" /> + <Compile Include="src\bcpg\sig\KeyFlags.cs" /> + <Compile Include="src\bcpg\sig\NotationData.cs" /> + <Compile Include="src\bcpg\sig\PreferredAlgorithms.cs" /> + <Compile Include="src\bcpg\sig\PrimaryUserId.cs" /> + <Compile Include="src\bcpg\sig\Revocable.cs" /> + <Compile Include="src\bcpg\sig\RevocationKey.cs" /> + <Compile Include="src\bcpg\sig\RevocationKeyTags.cs" /> + <Compile Include="src\bcpg\sig\RevocationReason.cs" /> + <Compile Include="src\bcpg\sig\RevocationReasonTags.cs" /> + <Compile Include="src\bcpg\sig\SignatureCreationTime.cs" /> + <Compile Include="src\bcpg\sig\SignatureExpirationTime.cs" /> + <Compile Include="src\bcpg\sig\SignerUserId.cs" /> + <Compile Include="src\bcpg\sig\TrustSignature.cs" /> + <Compile Include="src\cms\BaseDigestCalculator.cs" /> + <Compile Include="src\cms\CMSAttributeTableGenerationException.cs" /> + <Compile Include="src\cms\CMSAttributeTableGenerator.cs" /> + <Compile Include="src\cms\CMSAuthEnvelopedData.cs" /> + <Compile Include="src\cms\CMSAuthEnvelopedGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedData.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataParser.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedGenerator.cs" /> + <Compile Include="src\cms\CMSCompressedData.cs" /> + <Compile Include="src\cms\CMSCompressedDataGenerator.cs" /> + <Compile Include="src\cms\CMSCompressedDataParser.cs" /> + <Compile Include="src\cms\CMSCompressedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSContentInfoParser.cs" /> + <Compile Include="src\cms\CMSEnvelopedData.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataParser.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedHelper.cs" /> + <Compile Include="src\cms\CMSException.cs" /> + <Compile Include="src\cms\CMSPBEKey.cs" /> + <Compile Include="src\cms\CMSProcessable.cs" /> + <Compile Include="src\cms\CMSProcessableByteArray.cs" /> + <Compile Include="src\cms\CMSProcessableFile.cs" /> + <Compile Include="src\cms\CMSProcessableInputStream.cs" /> + <Compile Include="src\cms\CMSReadable.cs" /> + <Compile Include="src\cms\CMSSecureReadable.cs" /> + <Compile Include="src\cms\CMSSignedData.cs" /> + <Compile Include="src\cms\CMSSignedDataGenerator.cs" /> + <Compile Include="src\cms\CMSSignedDataParser.cs" /> + <Compile Include="src\cms\CMSSignedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSSignedGenerator.cs" /> + <Compile Include="src\cms\CMSSignedHelper.cs" /> + <Compile Include="src\cms\CMSStreamException.cs" /> + <Compile Include="src\cms\CMSTypedStream.cs" /> + <Compile Include="src\cms\CMSUtils.cs" /> + <Compile Include="src\cms\CounterSignatureDigestCalculator.cs" /> + <Compile Include="src\cms\DefaultAuthenticatedAttributeTableGenerator.cs" /> + <Compile Include="src\cms\DefaultSignedAttributeTableGenerator.cs" /> + <Compile Include="src\cms\DigOutputStream.cs" /> + <Compile Include="src\cms\IDigestCalculator.cs" /> + <Compile Include="src\cms\KEKRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KEKRecipientInformation.cs" /> + <Compile Include="src\cms\KeyAgreeRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KeyAgreeRecipientInformation.cs" /> + <Compile Include="src\cms\KeyTransRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KeyTransRecipientInformation.cs" /> + <Compile Include="src\cms\MacOutputStream.cs" /> + <Compile Include="src\cms\OriginatorId.cs" /> + <Compile Include="src\cms\OriginatorInfoGenerator.cs" /> + <Compile Include="src\cms\OriginatorInformation.cs" /> + <Compile Include="src\cms\PKCS5Scheme2PBEKey.cs" /> + <Compile Include="src\cms\PKCS5Scheme2UTF8PBEKey.cs" /> + <Compile Include="src\cms\PasswordRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\PasswordRecipientInformation.cs" /> + <Compile Include="src\cms\RecipientId.cs" /> + <Compile Include="src\cms\RecipientInfoGenerator.cs" /> + <Compile Include="src\cms\RecipientInformation.cs" /> + <Compile Include="src\cms\RecipientInformationStore.cs" /> + <Compile Include="src\cms\SigOutputStream.cs" /> + <Compile Include="src\cms\SignerId.cs" /> + <Compile Include="src\cms\SignerInfoGenerator.cs" /> + <Compile Include="src\cms\SignerInformation.cs" /> + <Compile Include="src\cms\SignerInformationStore.cs" /> + <Compile Include="src\cms\SimpleAttributeTableGenerator.cs" /> + <Compile Include="src\crypto\AsymmetricCipherKeyPair.cs" /> + <Compile Include="src\crypto\AsymmetricKeyParameter.cs" /> + <Compile Include="src\crypto\BufferedAeadBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedAsymmetricBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedCipherBase.cs" /> + <Compile Include="src\crypto\BufferedIesCipher.cs" /> + <Compile Include="src\crypto\BufferedStreamCipher.cs" /> + <Compile Include="src\crypto\Check.cs" /> + <Compile Include="src\crypto\CipherKeyGenerator.cs" /> + <Compile Include="src\crypto\CryptoException.cs" /> + <Compile Include="src\crypto\DataLengthException.cs" /> + <Compile Include="src\crypto\digests\NonMemoableDigest.cs" /> + <Compile Include="src\crypto\engines\SerpentEngineBase.cs" /> + <Compile Include="src\crypto\engines\TnepresEngine.cs" /> + <Compile Include="src\crypto\IAsymmetricBlockCipher.cs" /> + <Compile Include="src\crypto\IAsymmetricCipherKeyPairGenerator.cs" /> + <Compile Include="src\crypto\IBasicAgreement.cs" /> + <Compile Include="src\crypto\IBlockCipher.cs" /> + <Compile Include="src\crypto\IBlockResult.cs" /> + <Compile Include="src\crypto\IBufferedCipher.cs" /> + <Compile Include="src\crypto\ICipherParameters.cs" /> + <Compile Include="src\crypto\IDSA.cs" /> + <Compile Include="src\crypto\IDerivationFunction.cs" /> + <Compile Include="src\crypto\IDerivationParameters.cs" /> + <Compile Include="src\crypto\IDigest.cs" /> + <Compile Include="src\crypto\IEntropySource.cs" /> + <Compile Include="src\crypto\IEntropySourceProvider.cs" /> + <Compile Include="src\crypto\IMac.cs" /> + <Compile Include="src\crypto\ISignatureFactory.cs" /> + <Compile Include="src\crypto\IStreamCalculator.cs" /> + <Compile Include="src\crypto\ISigner.cs" /> + <Compile Include="src\crypto\ISignerWithRecovery.cs" /> + <Compile Include="src\crypto\IStreamCipher.cs" /> + <Compile Include="src\crypto\IVerifier.cs" /> + <Compile Include="src\crypto\IVerifierFactory.cs" /> + <Compile Include="src\crypto\IVerifierFactoryProvider.cs" /> + <Compile Include="src\crypto\IWrapper.cs" /> + <Compile Include="src\crypto\IXof.cs" /> + <Compile Include="src\crypto\InvalidCipherTextException.cs" /> + <Compile Include="src\crypto\KeyGenerationParameters.cs" /> + <Compile Include="src\crypto\MaxBytesExceededException.cs" /> + <Compile Include="src\crypto\OutputLengthException.cs" /> + <Compile Include="src\crypto\PbeParametersGenerator.cs" /> + <Compile Include="src\crypto\prng\BasicEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\CryptoApiEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\drbg\CtrSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\DrbgUtilities.cs" /> + <Compile Include="src\crypto\prng\drbg\HashSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\HMacSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\ISP80090Drbg.cs" /> + <Compile Include="src\crypto\prng\EntropyUtilities.cs" /> + <Compile Include="src\crypto\prng\IDrbgProvider.cs" /> + <Compile Include="src\crypto\prng\SP800SecureRandom.cs" /> + <Compile Include="src\crypto\prng\SP800SecureRandomBuilder.cs" /> + <Compile Include="src\crypto\prng\X931Rng.cs" /> + <Compile Include="src\crypto\prng\X931SecureRandom.cs" /> + <Compile Include="src\crypto\prng\X931SecureRandomBuilder.cs" /> + <Compile Include="src\crypto\StreamBlockCipher.cs" /> + <Compile Include="src\crypto\agreement\DHAgreement.cs" /> + <Compile Include="src\crypto\agreement\DHBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\DHStandardGroups.cs" /> + <Compile Include="src\crypto\agreement\ECDHBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECDHCBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECDHWithKdfBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECMqvBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECMqvWithKdfBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeParticipant.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakePrimeOrderGroup.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakePrimeOrderGroups.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound1Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound2Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound3Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeUtilities.cs" /> + <Compile Include="src\crypto\agreement\kdf\DHKdfParameters.cs" /> + <Compile Include="src\crypto\agreement\kdf\DHKekGenerator.cs" /> + <Compile Include="src\crypto\agreement\kdf\ECDHKekGenerator.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Client.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Server.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6StandardGroups.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Utilities.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" /> + <Compile Include="src\crypto\digests\GOST3411Digest.cs" /> + <Compile Include="src\crypto\digests\GeneralDigest.cs" /> + <Compile Include="src\crypto\digests\KeccakDigest.cs" /> + <Compile Include="src\crypto\digests\LongDigest.cs" /> + <Compile Include="src\crypto\digests\MD2Digest.cs" /> + <Compile Include="src\crypto\digests\MD4Digest.cs" /> + <Compile Include="src\crypto\digests\MD5Digest.cs" /> + <Compile Include="src\crypto\digests\NullDigest.cs" /> + <Compile Include="src\crypto\digests\RipeMD128Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD160Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD256Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD320Digest.cs" /> + <Compile Include="src\crypto\digests\SHA3Digest.cs" /> + <Compile Include="src\crypto\digests\SM3Digest.cs" /> + <Compile Include="src\crypto\digests\Sha1Digest.cs" /> + <Compile Include="src\crypto\digests\Sha224Digest.cs" /> + <Compile Include="src\crypto\digests\Sha256Digest.cs" /> + <Compile Include="src\crypto\digests\Sha384Digest.cs" /> + <Compile Include="src\crypto\digests\Sha512Digest.cs" /> + <Compile Include="src\crypto\digests\Sha512tDigest.cs" /> + <Compile Include="src\crypto\digests\ShakeDigest.cs" /> + <Compile Include="src\crypto\digests\ShortenedDigest.cs" /> + <Compile Include="src\crypto\digests\SkeinDigest.cs" /> + <Compile Include="src\crypto\digests\SkeinEngine.cs" /> + <Compile Include="src\crypto\digests\TigerDigest.cs" /> + <Compile Include="src\crypto\digests\WhirlpoolDigest.cs" /> + <Compile Include="src\crypto\ec\CustomNamedCurves.cs" /> + <Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" /> + <Compile Include="src\crypto\encodings\OaepEncoding.cs" /> + <Compile Include="src\crypto\encodings\Pkcs1Encoding.cs" /> + <Compile Include="src\crypto\engines\AesEngine.cs" /> + <Compile Include="src\crypto\engines\AesFastEngine.cs" /> + <Compile Include="src\crypto\engines\AesLightEngine.cs" /> + <Compile Include="src\crypto\engines\AesWrapEngine.cs" /> + <Compile Include="src\crypto\engines\BlowfishEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaLightEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaWrapEngine.cs" /> + <Compile Include="src\crypto\engines\Cast5Engine.cs" /> + <Compile Include="src\crypto\engines\Cast6Engine.cs" /> + <Compile Include="src\crypto\engines\ChaChaEngine.cs" /> + <Compile Include="src\crypto\engines\DesEdeEngine.cs" /> + <Compile Include="src\crypto\engines\DesEdeWrapEngine.cs" /> + <Compile Include="src\crypto\engines\DesEngine.cs" /> + <Compile Include="src\crypto\engines\ElGamalEngine.cs" /> + <Compile Include="src\crypto\engines\GOST28147Engine.cs" /> + <Compile Include="src\crypto\engines\HC128Engine.cs" /> + <Compile Include="src\crypto\engines\HC256Engine.cs" /> + <Compile Include="src\crypto\engines\ISAACEngine.cs" /> + <Compile Include="src\crypto\engines\IdeaEngine.cs" /> + <Compile Include="src\crypto\engines\IesEngine.cs" /> + <Compile Include="src\crypto\engines\NaccacheSternEngine.cs" /> + <Compile Include="src\crypto\engines\NoekeonEngine.cs" /> + <Compile Include="src\crypto\engines\NullEngine.cs" /> + <Compile Include="src\crypto\engines\RC2Engine.cs" /> + <Compile Include="src\crypto\engines\RC2WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RC4Engine.cs" /> + <Compile Include="src\crypto\engines\RC532Engine.cs" /> + <Compile Include="src\crypto\engines\RC564Engine.cs" /> + <Compile Include="src\crypto\engines\RC6Engine.cs" /> + <Compile Include="src\crypto\engines\RFC3211WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RFC3394WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RSABlindedEngine.cs" /> + <Compile Include="src\crypto\engines\RSABlindingEngine.cs" /> + <Compile Include="src\crypto\engines\RSACoreEngine.cs" /> + <Compile Include="src\crypto\engines\RijndaelEngine.cs" /> + <Compile Include="src\crypto\engines\RsaEngine.cs" /> + <Compile Include="src\crypto\engines\SEEDEngine.cs" /> + <Compile Include="src\crypto\engines\SEEDWrapEngine.cs" /> + <Compile Include="src\crypto\engines\Salsa20Engine.cs" /> + <Compile Include="src\crypto\engines\SerpentEngine.cs" /> + <Compile Include="src\crypto\engines\SkipjackEngine.cs" /> + <Compile Include="src\crypto\engines\TEAEngine.cs" /> + <Compile Include="src\crypto\engines\ThreefishEngine.cs" /> + <Compile Include="src\crypto\engines\TwofishEngine.cs" /> + <Compile Include="src\crypto\engines\VMPCEngine.cs" /> + <Compile Include="src\crypto\engines\VMPCKSA3Engine.cs" /> + <Compile Include="src\crypto\engines\XSalsa20Engine.cs" /> + <Compile Include="src\crypto\engines\XTEAEngine.cs" /> + <Compile Include="src\crypto\generators\BaseKdfBytesGenerator.cs" /> + <Compile Include="src\crypto\generators\DHBasicKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DHKeyGeneratorHelper.cs" /> + <Compile Include="src\crypto\generators\DHKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DHParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\DHParametersHelper.cs" /> + <Compile Include="src\crypto\generators\DesEdeKeyGenerator.cs" /> + <Compile Include="src\crypto\generators\DesKeyGenerator.cs" /> + <Compile Include="src\crypto\generators\DsaKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DsaParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\ECKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\ElGamalKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\ElGamalParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\GOST3410KeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\GOST3410ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Kdf1BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\Kdf2BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\Mgf1BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\NaccacheSternKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\OpenSSLPBEParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs12ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs5S1ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs5S2ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Poly1305KeyGenerator.cs" /> + <Compile Include="src\crypto\generators\RSABlindingFactorGenerator.cs" /> + <Compile Include="src\crypto\generators\RsaKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\SCrypt.cs" /> + <Compile Include="src\crypto\io\CipherStream.cs" /> + <Compile Include="src\crypto\io\DigestStream.cs" /> + <Compile Include="src\crypto\io\MacStream.cs" /> + <Compile Include="src\crypto\io\SignerStream.cs" /> + <Compile Include="src\crypto\macs\CMac.cs" /> + <Compile Include="src\crypto\macs\CbcBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\CfbBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\GMac.cs" /> + <Compile Include="src\crypto\macs\GOST28147Mac.cs" /> + <Compile Include="src\crypto\macs\HMac.cs" /> + <Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" /> + <Compile Include="src\crypto\macs\Poly1305.cs" /> + <Compile Include="src\crypto\macs\SipHash.cs" /> + <Compile Include="src\crypto\macs\SkeinMac.cs" /> + <Compile Include="src\crypto\macs\VMPCMac.cs" /> + <Compile Include="src\crypto\modes\CbcBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CcmBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CtsBlockCipher.cs" /> + <Compile Include="src\crypto\modes\EAXBlockCipher.cs" /> + <Compile Include="src\crypto\modes\GCMBlockCipher.cs" /> + <Compile Include="src\crypto\modes\GOFBBlockCipher.cs" /> + <Compile Include="src\crypto\modes\IAeadBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OCBBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OpenPgpCfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\SicBlockCipher.cs" /> + <Compile Include="src\crypto\modes\gcm\BasicGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\BasicGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\GcmUtilities.cs" /> + <Compile Include="src\crypto\modes\gcm\IGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\IGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables1kGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" /> + <Compile Include="src\crypto\operators\Asn1Signature.cs" /> + <Compile Include="src\crypto\paddings\BlockCipherPadding.cs" /> + <Compile Include="src\crypto\paddings\ISO10126d2Padding.cs" /> + <Compile Include="src\crypto\paddings\ISO7816d4Padding.cs" /> + <Compile Include="src\crypto\paddings\PaddedBufferedBlockCipher.cs" /> + <Compile Include="src\crypto\paddings\Pkcs7Padding.cs" /> + <Compile Include="src\crypto\paddings\TbcPadding.cs" /> + <Compile Include="src\crypto\paddings\X923Padding.cs" /> + <Compile Include="src\crypto\paddings\ZeroBytePadding.cs" /> + <Compile Include="src\crypto\parameters\AEADParameters.cs" /> + <Compile Include="src\crypto\parameters\CcmParameters.cs" /> + <Compile Include="src\crypto\parameters\DHKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DHKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHParameters.cs" /> + <Compile Include="src\crypto\parameters\DHPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\DSAParameterGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DesEdeParameters.cs" /> + <Compile Include="src\crypto\parameters\DesParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\ECDomainParameters.cs" /> + <Compile Include="src\crypto\parameters\ECKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\ECKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ECPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ECPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410KeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410KeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410Parameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410PrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410PublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410ValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\ISO18033KDFParameters.cs" /> + <Compile Include="src\crypto\parameters\IesParameters.cs" /> + <Compile Include="src\crypto\parameters\IesWithCipherParameters.cs" /> + <Compile Include="src\crypto\parameters\KdfParameters.cs" /> + <Compile Include="src\crypto\parameters\KeyParameter.cs" /> + <Compile Include="src\crypto\parameters\MgfParameters.cs" /> + <Compile Include="src\crypto\parameters\MqvPrivateParameters.cs" /> + <Compile Include="src\crypto\parameters\MqvPublicParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithIV.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithRandom.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithSBox.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithSalt.cs" /> + <Compile Include="src\crypto\parameters\RC2Parameters.cs" /> + <Compile Include="src\crypto\parameters\RC5Parameters.cs" /> + <Compile Include="src\crypto\parameters\RSABlindingParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaPrivateCrtKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\SkeinParameters.cs" /> + <Compile Include="src\crypto\parameters\Srp6GroupParameters.cs" /> + <Compile Include="src\crypto\parameters\TweakableBlockCipherParameters.cs" /> + <Compile Include="src\crypto\prng\CryptoApiRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\DigestRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\IRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\ReversedWindowGenerator.cs" /> + <Compile Include="src\crypto\prng\ThreadedSeedGenerator.cs" /> + <Compile Include="src\crypto\prng\VMPCRandomGenerator.cs" /> + <Compile Include="src\crypto\signers\DsaDigestSigner.cs" /> + <Compile Include="src\crypto\signers\DsaSigner.cs" /> + <Compile Include="src\crypto\signers\ECDsaSigner.cs" /> + <Compile Include="src\crypto\signers\ECGOST3410Signer.cs" /> + <Compile Include="src\crypto\signers\ECNRSigner.cs" /> + <Compile Include="src\crypto\signers\GOST3410DigestSigner.cs" /> + <Compile Include="src\crypto\signers\GOST3410Signer.cs" /> + <Compile Include="src\crypto\signers\GenericSigner.cs" /> + <Compile Include="src\crypto\signers\HMacDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\IDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\Iso9796d2PssSigner.cs" /> + <Compile Include="src\crypto\signers\Iso9796d2Signer.cs" /> + <Compile Include="src\crypto\signers\IsoTrailers.cs" /> + <Compile Include="src\crypto\signers\PssSigner.cs" /> + <Compile Include="src\crypto\signers\RandomDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\RsaDigestSigner.cs" /> + <Compile Include="src\crypto\signers\X931Signer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsClient.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsContext.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsKeyExchange.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsPeer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsServer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsSigner.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\AlertDescription.cs" /> + <Compile Include="src\crypto\tls\AlertLevel.cs" /> + <Compile Include="src\crypto\tls\BasicTlsPskIdentity.cs" /> + <Compile Include="src\crypto\tls\BulkCipherAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ByteQueue.cs" /> + <Compile Include="src\crypto\tls\ByteQueueStream.cs" /> + <Compile Include="src\crypto\tls\CertChainType.cs" /> + <Compile Include="src\crypto\tls\Certificate.cs" /> + <Compile Include="src\crypto\tls\CertificateRequest.cs" /> + <Compile Include="src\crypto\tls\CertificateStatus.cs" /> + <Compile Include="src\crypto\tls\CertificateStatusRequest.cs" /> + <Compile Include="src\crypto\tls\CertificateStatusType.cs" /> + <Compile Include="src\crypto\tls\CertificateUrl.cs" /> + <Compile Include="src\crypto\tls\Chacha20Poly1305.cs" /> + <Compile Include="src\crypto\tls\ChangeCipherSpec.cs" /> + <Compile Include="src\crypto\tls\CipherSuite.cs" /> + <Compile Include="src\crypto\tls\CipherType.cs" /> + <Compile Include="src\crypto\tls\ClientAuthenticationType.cs" /> + <Compile Include="src\crypto\tls\ClientCertificateType.cs" /> + <Compile Include="src\crypto\tls\CombinedHash.cs" /> + <Compile Include="src\crypto\tls\CompressionMethod.cs" /> + <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> + <Compile Include="src\crypto\tls\ContentType.cs" /> + <Compile Include="src\crypto\tls\DatagramTransport.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsServer.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsSrpGroupVerifier.cs" /> + <Compile Include="src\crypto\tls\DeferredHash.cs" /> + <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> + <Compile Include="src\crypto\tls\DigitallySigned.cs" /> + <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> + <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> + <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> + <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> + <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> + <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> + <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsTransport.cs" /> + <Compile Include="src\crypto\tls\ECBasisType.cs" /> + <Compile Include="src\crypto\tls\ECCurveType.cs" /> + <Compile Include="src\crypto\tls\ECPointFormat.cs" /> + <Compile Include="src\crypto\tls\EncryptionAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ExporterLabel.cs" /> + <Compile Include="src\crypto\tls\ExtensionType.cs" /> + <Compile Include="src\crypto\tls\FiniteFieldDheGroup.cs" /> + <Compile Include="src\crypto\tls\HandshakeType.cs" /> + <Compile Include="src\crypto\tls\HashAlgorithm.cs" /> + <Compile Include="src\crypto\tls\HeartbeatExtension.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMessage.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMessageType.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMode.cs" /> + <Compile Include="src\crypto\tls\KeyExchangeAlgorithm.cs" /> + <Compile Include="src\crypto\tls\MacAlgorithm.cs" /> + <Compile Include="src\crypto\tls\MaxFragmentLength.cs" /> + <Compile Include="src\crypto\tls\NameType.cs" /> + <Compile Include="src\crypto\tls\NamedCurve.cs" /> + <Compile Include="src\crypto\tls\NewSessionTicket.cs" /> + <Compile Include="src\crypto\tls\OcspStatusRequest.cs" /> + <Compile Include="src\crypto\tls\PrfAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ProtocolVersion.cs" /> + <Compile Include="src\crypto\tls\PskTlsClient.cs" /> + <Compile Include="src\crypto\tls\PskTlsServer.cs" /> + <Compile Include="src\crypto\tls\RecordStream.cs" /> + <Compile Include="src\crypto\tls\SecurityParameters.cs" /> + <Compile Include="src\crypto\tls\ServerDHParams.cs" /> + <Compile Include="src\crypto\tls\ServerName.cs" /> + <Compile Include="src\crypto\tls\ServerNameList.cs" /> + <Compile Include="src\crypto\tls\ServerOnlyTlsAuthentication.cs" /> + <Compile Include="src\crypto\tls\ServerSrpParams.cs" /> + <Compile Include="src\crypto\tls\SessionParameters.cs" /> + <Compile Include="src\crypto\tls\SignatureAlgorithm.cs" /> + <Compile Include="src\crypto\tls\SignatureAndHashAlgorithm.cs" /> + <Compile Include="src\crypto\tls\SignerInputBuffer.cs" /> + <Compile Include="src\crypto\tls\SimulatedTlsSrpIdentityManager.cs" /> + <Compile Include="src\crypto\tls\SrpTlsClient.cs" /> + <Compile Include="src\crypto\tls\SrpTlsServer.cs" /> + <Compile Include="src\crypto\tls\SrtpProtectionProfile.cs" /> + <Compile Include="src\crypto\tls\Ssl3Mac.cs" /> + <Compile Include="src\crypto\tls\SupplementalDataEntry.cs" /> + <Compile Include="src\crypto\tls\SupplementalDataType.cs" /> + <Compile Include="src\crypto\tls\TlsAeadCipher.cs" /> + <Compile Include="src\crypto\tls\TlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsAuthentication.cs" /> + <Compile Include="src\crypto\tls\TlsBlockCipher.cs" /> + <Compile Include="src\crypto\tls\TlsCipher.cs" /> + <Compile Include="src\crypto\tls\TlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\TlsClient.cs" /> + <Compile Include="src\crypto\tls\TlsClientContext.cs" /> + <Compile Include="src\crypto\tls\TlsClientContextImpl.cs" /> + <Compile Include="src\crypto\tls\TlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsCompression.cs" /> + <Compile Include="src\crypto\tls\TlsContext.cs" /> + <Compile Include="src\crypto\tls\TlsCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsDHKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsDHUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsDeflateCompression.cs" /> + <Compile Include="src\crypto\tls\TlsDheKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsDsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsDssSigner.cs" /> + <Compile Include="src\crypto\tls\TlsECDHKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsECDheKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsECDsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsEccUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsExtensionsUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsFatalAlert.cs" /> + <Compile Include="src\crypto\tls\TlsHandshakeHash.cs" /> + <Compile Include="src\crypto\tls\TlsKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsMac.cs" /> + <Compile Include="src\crypto\tls\TlsNullCipher.cs" /> + <Compile Include="src\crypto\tls\TlsNullCompression.cs" /> + <Compile Include="src\crypto\tls\TlsPeer.cs" /> + <Compile Include="src\crypto\tls\TlsProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsProtocolHandler.cs" /> + <Compile Include="src\crypto\tls\TlsPskIdentity.cs" /> + <Compile Include="src\crypto\tls\TlsPskIdentityManager.cs" /> + <Compile Include="src\crypto\tls\TlsPskKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsRsaKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsRsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsRsaUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsServer.cs" /> + <Compile Include="src\crypto\tls\TlsServerContext.cs" /> + <Compile Include="src\crypto\tls\TlsServerContextImpl.cs" /> + <Compile Include="src\crypto\tls\TlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsSession.cs" /> + <Compile Include="src\crypto\tls\TlsSessionImpl.cs" /> + <Compile Include="src\crypto\tls\TlsSigner.cs" /> + <Compile Include="src\crypto\tls\TlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsSrpGroupVerifier.cs" /> + <Compile Include="src\crypto\tls\TlsSrpIdentityManager.cs" /> + <Compile Include="src\crypto\tls\TlsSrpKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsSrpLoginParameters.cs" /> + <Compile Include="src\crypto\tls\TlsSrpUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsSrtpUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsStream.cs" /> + <Compile Include="src\crypto\tls\TlsStreamCipher.cs" /> + <Compile Include="src\crypto\tls\TlsUtilities.cs" /> + <Compile Include="src\crypto\tls\UrlAndHash.cs" /> + <Compile Include="src\crypto\tls\UseSrtpData.cs" /> + <Compile Include="src\crypto\tls\UserMappingType.cs" /> + <Compile Include="src\crypto\util\Pack.cs" /> + <Compile Include="src\math\BigInteger.cs" /> + <Compile Include="src\math\Primes.cs" /> + <Compile Include="src\math\ec\ECAlgorithms.cs" /> + <Compile Include="src\math\ec\ECCurve.cs" /> + <Compile Include="src\math\ec\ECFieldElement.cs" /> + <Compile Include="src\math\ec\ECPoint.cs" /> + <Compile Include="src\math\ec\ECPointMap.cs" /> + <Compile Include="src\math\ec\LongArray.cs" /> + <Compile Include="src\math\ec\ScaleXPointMap.cs" /> + <Compile Include="src\math\ec\ScaleYPointMap.cs" /> + <Compile Include="src\math\ec\abc\SimpleBigDecimal.cs" /> + <Compile Include="src\math\ec\abc\Tnaf.cs" /> + <Compile Include="src\math\ec\abc\ZTauElement.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519Field.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519FieldElement.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571R1Point.cs" /> + <Compile Include="src\math\ec\endo\ECEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvTypeBEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvTypeBParameters.cs" /> + <Compile Include="src\math\ec\multiplier\AbstractECMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\DoubleAddMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\ECMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointCombMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointUtilities.cs" /> + <Compile Include="src\math\ec\multiplier\GlvMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\MixedNafR2LMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\MontgomeryLadderMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\NafL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\NafR2LMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\PreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\ReferenceMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WNafL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WNafPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\WNafUtilities.cs" /> + <Compile Include="src\math\ec\multiplier\WTauNafMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WTauNafPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\ZSignedDigitL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\ZSignedDigitR2LMultiplier.cs" /> + <Compile Include="src\math\field\FiniteFields.cs" /> + <Compile Include="src\math\field\GF2Polynomial.cs" /> + <Compile Include="src\math\field\GenericPolynomialExtensionField.cs" /> + <Compile Include="src\math\field\IExtensionField.cs" /> + <Compile Include="src\math\field\IFiniteField.cs" /> + <Compile Include="src\math\field\IPolynomial.cs" /> + <Compile Include="src\math\field\IPolynomialExtensionField.cs" /> + <Compile Include="src\math\field\PrimeField.cs" /> + <Compile Include="src\math\raw\Interleave.cs" /> + <Compile Include="src\math\raw\Mod.cs" /> + <Compile Include="src\math\raw\Nat.cs" /> + <Compile Include="src\math\raw\Nat128.cs" /> + <Compile Include="src\math\raw\Nat160.cs" /> + <Compile Include="src\math\raw\Nat192.cs" /> + <Compile Include="src\math\raw\Nat224.cs" /> + <Compile Include="src\math\raw\Nat256.cs" /> + <Compile Include="src\math\raw\Nat320.cs" /> + <Compile Include="src\math\raw\Nat384.cs" /> + <Compile Include="src\math\raw\Nat448.cs" /> + <Compile Include="src\math\raw\Nat512.cs" /> + <Compile Include="src\math\raw\Nat576.cs" /> + <Compile Include="src\ocsp\BasicOCSPResp.cs" /> + <Compile Include="src\ocsp\BasicOCSPRespGenerator.cs" /> + <Compile Include="src\ocsp\CertificateID.cs" /> + <Compile Include="src\ocsp\CertificateStatus.cs" /> + <Compile Include="src\ocsp\OCSPException.cs" /> + <Compile Include="src\ocsp\OCSPReq.cs" /> + <Compile Include="src\ocsp\OCSPReqGenerator.cs" /> + <Compile Include="src\ocsp\OCSPResp.cs" /> + <Compile Include="src\ocsp\OCSPRespGenerator.cs" /> + <Compile Include="src\ocsp\OCSPRespStatus.cs" /> + <Compile Include="src\ocsp\OCSPUtil.cs" /> + <Compile Include="src\ocsp\Req.cs" /> + <Compile Include="src\ocsp\RespData.cs" /> + <Compile Include="src\ocsp\RespID.cs" /> + <Compile Include="src\ocsp\RevokedStatus.cs" /> + <Compile Include="src\ocsp\SingleResp.cs" /> + <Compile Include="src\ocsp\UnknownStatus.cs" /> + <Compile Include="src\openpgp\IStreamGenerator.cs" /> + <Compile Include="src\openpgp\PGPKeyRing.cs" /> + <Compile Include="src\openpgp\PGPObject.cs" /> + <Compile Include="src\openpgp\PGPUserAttributeSubpacketVectorGenerator.cs" /> + <Compile Include="src\openpgp\PgpCompressedData.cs" /> + <Compile Include="src\openpgp\PgpCompressedDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpDataValidationException.cs" /> + <Compile Include="src\openpgp\PgpEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpEncryptedDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpEncryptedDataList.cs" /> + <Compile Include="src\openpgp\PgpException.cs" /> + <Compile Include="src\openpgp\PgpExperimental.cs" /> + <Compile Include="src\openpgp\PgpKeyFlags.cs" /> + <Compile Include="src\openpgp\PgpKeyPair.cs" /> + <Compile Include="src\openpgp\PgpKeyRingGenerator.cs" /> + <Compile Include="src\openpgp\PgpKeyValidationException.cs" /> + <Compile Include="src\openpgp\PgpLiteralData.cs" /> + <Compile Include="src\openpgp\PgpLiteralDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpMarker.cs" /> + <Compile Include="src\openpgp\PgpObjectFactory.cs" /> + <Compile Include="src\openpgp\PgpOnePassSignature.cs" /> + <Compile Include="src\openpgp\PgpOnePassSignatureList.cs" /> + <Compile Include="src\openpgp\PgpPad.cs" /> + <Compile Include="src\openpgp\PgpPbeEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpPrivateKey.cs" /> + <Compile Include="src\openpgp\PgpPublicKey.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyRing.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyRingBundle.cs" /> + <Compile Include="src\openpgp\PgpSecretKey.cs" /> + <Compile Include="src\openpgp\PgpSecretKeyRing.cs" /> + <Compile Include="src\openpgp\PgpSecretKeyRingBundle.cs" /> + <Compile Include="src\openpgp\PgpSignature.cs" /> + <Compile Include="src\openpgp\PgpSignatureGenerator.cs" /> + <Compile Include="src\openpgp\PgpSignatureList.cs" /> + <Compile Include="src\openpgp\PgpSignatureSubpacketGenerator.cs" /> + <Compile Include="src\openpgp\PgpSignatureSubpacketVector.cs" /> + <Compile Include="src\openpgp\PgpUserAttributeSubpacketVector.cs" /> + <Compile Include="src\openpgp\PgpUtilities.cs" /> + <Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" /> + <Compile Include="src\openpgp\Rfc6637Utilities.cs" /> + <Compile Include="src\openpgp\SXprUtilities.cs" /> + <Compile Include="src\openpgp\WrappedGeneratorStream.cs" /> + <Compile Include="src\openssl\EncryptionException.cs" /> + <Compile Include="src\openssl\IPasswordFinder.cs" /> + <Compile Include="src\openssl\MiscPemGenerator.cs" /> + <Compile Include="src\openssl\PEMException.cs" /> + <Compile Include="src\openssl\PEMReader.cs" /> + <Compile Include="src\openssl\PEMUtilities.cs" /> + <Compile Include="src\openssl\PEMWriter.cs" /> + <Compile Include="src\openssl\PasswordException.cs" /> + <Compile Include="src\openssl\Pkcs8Generator.cs" /> + <Compile Include="src\pkcs\AsymmetricKeyEntry.cs" /> + <Compile Include="src\pkcs\EncryptedPrivateKeyInfoFactory.cs" /> + <Compile Include="src\pkcs\PKCS12StoreBuilder.cs" /> + <Compile Include="src\pkcs\Pkcs10CertificationRequest.cs" /> + <Compile Include="src\pkcs\Pkcs10CertificationRequestDelaySigned.cs" /> + <Compile Include="src\pkcs\Pkcs12Entry.cs" /> + <Compile Include="src\pkcs\Pkcs12Store.cs" /> + <Compile Include="src\pkcs\Pkcs12Utilities.cs" /> + <Compile Include="src\pkcs\PrivateKeyInfoFactory.cs" /> + <Compile Include="src\pkcs\X509CertificateEntry.cs" /> + <Compile Include="src\pkix\CertStatus.cs" /> + <Compile Include="src\pkix\PkixAttrCertChecker.cs" /> + <Compile Include="src\pkix\PkixAttrCertPathBuilder.cs" /> + <Compile Include="src\pkix\PkixAttrCertPathValidator.cs" /> + <Compile Include="src\pkix\PkixBuilderParameters.cs" /> + <Compile Include="src\pkix\PkixCertPath.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilder.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilderException.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilderResult.cs" /> + <Compile Include="src\pkix\PkixCertPathChecker.cs" /> + <Compile Include="src\pkix\PkixCertPathValidator.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorException.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorResult.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorUtilities.cs" /> + <Compile Include="src\pkix\PkixCrlUtilities.cs" /> + <Compile Include="src\pkix\PkixNameConstraintValidator.cs" /> + <Compile Include="src\pkix\PkixNameConstraintValidatorException.cs" /> + <Compile Include="src\pkix\PkixParameters.cs" /> + <Compile Include="src\pkix\PkixPolicyNode.cs" /> + <Compile Include="src\pkix\ReasonsMask.cs" /> + <Compile Include="src\pkix\Rfc3280CertPathUtilities.cs" /> + <Compile Include="src\pkix\Rfc3281CertPathUtilities.cs" /> + <Compile Include="src\pkix\TrustAnchor.cs" /> + <Compile Include="src\security\AgreementUtilities.cs" /> + <Compile Include="src\security\CipherUtilities.cs" /> + <Compile Include="src\security\DigestUtilities.cs" /> + <Compile Include="src\security\DotNetUtilities.cs" /> + <Compile Include="src\security\GeneralSecurityException.cs" /> + <Compile Include="src\security\GeneratorUtilities.cs" /> + <Compile Include="src\security\InvalidKeyException.cs" /> + <Compile Include="src\security\InvalidParameterException.cs" /> + <Compile Include="src\security\KeyException.cs" /> + <Compile Include="src\security\MacUtilities.cs" /> + <Compile Include="src\security\NoSuchAlgorithmException.cs" /> + <Compile Include="src\security\ParameterUtilities.cs" /> + <Compile Include="src\security\PbeUtilities.cs" /> + <Compile Include="src\security\PrivateKeyFactory.cs" /> + <Compile Include="src\security\PublicKeyFactory.cs" /> + <Compile Include="src\security\SecureRandom.cs" /> + <Compile Include="src\security\SecurityUtilityException.cs" /> + <Compile Include="src\security\SignatureException.cs" /> + <Compile Include="src\security\SignerUtilities.cs" /> + <Compile Include="src\security\WrapperUtilities.cs" /> + <Compile Include="src\security\cert\CertificateEncodingException.cs" /> + <Compile Include="src\security\cert\CertificateException.cs" /> + <Compile Include="src\security\cert\CertificateExpiredException.cs" /> + <Compile Include="src\security\cert\CertificateNotYetValidException.cs" /> + <Compile Include="src\security\cert\CertificateParsingException.cs" /> + <Compile Include="src\security\cert\CrlException.cs" /> + <Compile Include="src\tsp\GenTimeAccuracy.cs" /> + <Compile Include="src\tsp\TSPAlgorithms.cs" /> + <Compile Include="src\tsp\TSPException.cs" /> + <Compile Include="src\tsp\TSPUtil.cs" /> + <Compile Include="src\tsp\TSPValidationException.cs" /> + <Compile Include="src\tsp\TimeStampRequest.cs" /> + <Compile Include="src\tsp\TimeStampRequestGenerator.cs" /> + <Compile Include="src\tsp\TimeStampResponse.cs" /> + <Compile Include="src\tsp\TimeStampResponseGenerator.cs" /> + <Compile Include="src\tsp\TimeStampToken.cs" /> + <Compile Include="src\tsp\TimeStampTokenGenerator.cs" /> + <Compile Include="src\tsp\TimeStampTokenInfo.cs" /> + <Compile Include="src\util\Arrays.cs" /> + <Compile Include="src\util\BigIntegers.cs" /> + <Compile Include="src\util\Enums.cs" /> + <Compile Include="src\util\IMemoable.cs" /> + <Compile Include="src\util\Integers.cs" /> + <Compile Include="src\util\MemoableResetException.cs" /> + <Compile Include="src\util\Platform.cs" /> + <Compile Include="src\util\Strings.cs" /> + <Compile Include="src\util\Times.cs" /> + <Compile Include="src\util\collections\CollectionUtilities.cs" /> + <Compile Include="src\util\collections\EmptyEnumerable.cs" /> + <Compile Include="src\util\collections\EnumerableProxy.cs" /> + <Compile Include="src\util\collections\HashSet.cs" /> + <Compile Include="src\util\collections\ISet.cs" /> + <Compile Include="src\util\collections\LinkedDictionary.cs" /> + <Compile Include="src\util\collections\UnmodifiableDictionary.cs" /> + <Compile Include="src\util\collections\UnmodifiableDictionaryProxy.cs" /> + <Compile Include="src\util\collections\UnmodifiableList.cs" /> + <Compile Include="src\util\collections\UnmodifiableListProxy.cs" /> + <Compile Include="src\util\collections\UnmodifiableSet.cs" /> + <Compile Include="src\util\collections\UnmodifiableSetProxy.cs" /> + <Compile Include="src\util\date\DateTimeObject.cs" /> + <Compile Include="src\util\date\DateTimeUtilities.cs" /> + <Compile Include="src\util\encoders\Base64.cs" /> + <Compile Include="src\util\encoders\Base64Encoder.cs" /> + <Compile Include="src\util\encoders\BufferedDecoder.cs" /> + <Compile Include="src\util\encoders\BufferedEncoder.cs" /> + <Compile Include="src\util\encoders\Hex.cs" /> + <Compile Include="src\util\encoders\HexEncoder.cs" /> + <Compile Include="src\util\encoders\HexTranslator.cs" /> + <Compile Include="src\util\encoders\IEncoder.cs" /> + <Compile Include="src\util\encoders\Translator.cs" /> + <Compile Include="src\util\encoders\UrlBase64.cs" /> + <Compile Include="src\util\encoders\UrlBase64Encoder.cs" /> + <Compile Include="src\util\io\BaseInputStream.cs" /> + <Compile Include="src\util\io\BaseOutputStream.cs" /> + <Compile Include="src\util\io\FilterStream.cs" /> + <Compile Include="src\util\io\NullOutputStream.cs" /> + <Compile Include="src\util\io\PushbackStream.cs" /> + <Compile Include="src\util\io\StreamOverflowException.cs" /> + <Compile Include="src\util\io\Streams.cs" /> + <Compile Include="src\util\io\TeeInputStream.cs" /> + <Compile Include="src\util\io\TeeOutputStream.cs" /> + <Compile Include="src\util\io\pem\PemGenerationException.cs" /> + <Compile Include="src\util\io\pem\PemHeader.cs" /> + <Compile Include="src\util\io\pem\PemObject.cs" /> + <Compile Include="src\util\io\pem\PemObjectGenerator.cs" /> + <Compile Include="src\util\io\pem\PemObjectParser.cs" /> + <Compile Include="src\util\io\pem\PemReader.cs" /> + <Compile Include="src\util\io\pem\PemWriter.cs" /> + <Compile Include="src\util\net\IPAddress.cs" /> + <Compile Include="src\util\zlib\Adler32.cs" /> + <Compile Include="src\util\zlib\Deflate.cs" /> + <Compile Include="src\util\zlib\InfBlocks.cs" /> + <Compile Include="src\util\zlib\InfCodes.cs" /> + <Compile Include="src\util\zlib\InfTree.cs" /> + <Compile Include="src\util\zlib\Inflate.cs" /> + <Compile Include="src\util\zlib\JZlib.cs" /> + <Compile Include="src\util\zlib\StaticTree.cs" /> + <Compile Include="src\util\zlib\Tree.cs" /> + <Compile Include="src\util\zlib\ZDeflaterOutputStream.cs" /> + <Compile Include="src\util\zlib\ZInflaterInputStream.cs" /> + <Compile Include="src\util\zlib\ZInputStream.cs" /> + <Compile Include="src\util\zlib\ZOutputStream.cs" /> + <Compile Include="src\util\zlib\ZStream.cs" /> + <Compile Include="src\x509\AttributeCertificateHolder.cs" /> + <Compile Include="src\x509\AttributeCertificateIssuer.cs" /> + <Compile Include="src\x509\IX509AttributeCertificate.cs" /> + <Compile Include="src\x509\IX509Extension.cs" /> + <Compile Include="src\x509\PEMParser.cs" /> + <Compile Include="src\x509\PrincipalUtil.cs" /> + <Compile Include="src\x509\SubjectPublicKeyInfoFactory.cs" /> + <Compile Include="src\x509\X509AttrCertParser.cs" /> + <Compile Include="src\x509\X509Attribute.cs" /> + <Compile Include="src\x509\X509CertPairParser.cs" /> + <Compile Include="src\x509\X509Certificate.cs" /> + <Compile Include="src\x509\X509CertificatePair.cs" /> + <Compile Include="src\x509\X509CertificateParser.cs" /> + <Compile Include="src\x509\X509Crl.cs" /> + <Compile Include="src\x509\X509CrlEntry.cs" /> + <Compile Include="src\x509\X509CrlParser.cs" /> + <Compile Include="src\x509\X509ExtensionBase.cs" /> + <Compile Include="src\x509\X509KeyUsage.cs" /> + <Compile Include="src\x509\X509SignatureUtil.cs" /> + <Compile Include="src\x509\X509Utilities.cs" /> + <Compile Include="src\x509\X509V1CertificateGenerator.cs" /> + <Compile Include="src\x509\X509V2AttributeCertificate.cs" /> + <Compile Include="src\x509\X509V2AttributeCertificateGenerator.cs" /> + <Compile Include="src\x509\X509V2CRLGenerator.cs" /> + <Compile Include="src\x509\X509V3CertificateGenerator.cs" /> + <Compile Include="src\x509\extension\AuthorityKeyIdentifierStructure.cs" /> + <Compile Include="src\x509\extension\SubjectKeyIdentifierStructure.cs" /> + <Compile Include="src\x509\extension\X509ExtensionUtil.cs" /> + <Compile Include="src\x509\store\IX509Selector.cs" /> + <Compile Include="src\x509\store\IX509Store.cs" /> + <Compile Include="src\x509\store\IX509StoreParameters.cs" /> + <Compile Include="src\x509\store\NoSuchStoreException.cs" /> + <Compile Include="src\x509\store\X509AttrCertStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CertPairStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CertStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CollectionStore.cs" /> + <Compile Include="src\x509\store\X509CollectionStoreParameters.cs" /> + <Compile Include="src\x509\store\X509CrlStoreSelector.cs" /> + <Compile Include="src\x509\store\X509StoreException.cs" /> + <Compile Include="src\x509\store\X509StoreFactory.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="Contributors.html" /> + <None Include="License.html" /> + <None Include="Readme.html" /> + <None Include="checklist.txt" /> + </ItemGroup> + <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" /> +</Project> \ No newline at end of file diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj new file mode 100644 index 000000000..b3aefa8e9 --- /dev/null +++ b/crypto/BouncyCastle.csproj @@ -0,0 +1,1503 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.30703</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{4C235092-820C-4DEB-9074-D356FB797D8B}</ProjectGuid> + <OutputType>Library</OutputType> + <RootNamespace>Org.BouncyCastle</RootNamespace> + <AssemblyName>BouncyCastle</AssemblyName> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\lib\net20</OutputPath> + <IntermediateOutputPath>obj\Debug\lib\net20</IntermediateOutputPath> + <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <Optimize>true</Optimize> + <OutputPath>bin\Release\lib\net20</OutputPath> + <IntermediateOutputPath>obj\Release\lib\net20</IntermediateOutputPath> + <DefineConstants>TRACE;INCLUDE_IDEA;</DefineConstants> + <DocumentationFile>doc\BouncyCastle.xml</DocumentationFile> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup> + <SignAssembly>true</SignAssembly> + </PropertyGroup> + <PropertyGroup> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="bzip2\src\BZip2Constants.cs" /> + <Compile Include="bzip2\src\CBZip2InputStream.cs" /> + <Compile Include="bzip2\src\CBZip2OutputStream.cs" /> + <Compile Include="bzip2\src\CRC.cs" /> + <Compile Include="src\asn1\BERBitString.cs" /> + <Compile Include="src\AssemblyInfo.cs" /> + <Compile Include="src\asn1\ASN1Generator.cs" /> + <Compile Include="src\asn1\ASN1OctetStringParser.cs" /> + <Compile Include="src\asn1\ASN1SequenceParser.cs" /> + <Compile Include="src\asn1\ASN1SetParser.cs" /> + <Compile Include="src\asn1\ASN1StreamParser.cs" /> + <Compile Include="src\asn1\ASN1TaggedObjectParser.cs" /> + <Compile Include="src\asn1\Asn1Encodable.cs" /> + <Compile Include="src\asn1\Asn1EncodableVector.cs" /> + <Compile Include="src\asn1\Asn1Exception.cs" /> + <Compile Include="src\asn1\Asn1InputStream.cs" /> + <Compile Include="src\asn1\Asn1Null.cs" /> + <Compile Include="src\asn1\Asn1Object.cs" /> + <Compile Include="src\asn1\Asn1OctetString.cs" /> + <Compile Include="src\asn1\Asn1OutputStream.cs" /> + <Compile Include="src\asn1\Asn1ParsingException.cs" /> + <Compile Include="src\asn1\Asn1Sequence.cs" /> + <Compile Include="src\asn1\Asn1Set.cs" /> + <Compile Include="src\asn1\Asn1TaggedObject.cs" /> + <Compile Include="src\asn1\Asn1Tags.cs" /> + <Compile Include="src\asn1\BERGenerator.cs" /> + <Compile Include="src\asn1\BEROctetStringGenerator.cs" /> + <Compile Include="src\asn1\BEROctetStringParser.cs" /> + <Compile Include="src\asn1\BERSequenceGenerator.cs" /> + <Compile Include="src\asn1\BERSequenceParser.cs" /> + <Compile Include="src\asn1\BERSetGenerator.cs" /> + <Compile Include="src\asn1\BERSetParser.cs" /> + <Compile Include="src\asn1\BERTaggedObjectParser.cs" /> + <Compile Include="src\asn1\BerApplicationSpecific.cs" /> + <Compile Include="src\asn1\BerApplicationSpecificParser.cs" /> + <Compile Include="src\asn1\BerNull.cs" /> + <Compile Include="src\asn1\BerOctetString.cs" /> + <Compile Include="src\asn1\BerOutputStream.cs" /> + <Compile Include="src\asn1\BerSequence.cs" /> + <Compile Include="src\asn1\BerSet.cs" /> + <Compile Include="src\asn1\BerTaggedObject.cs" /> + <Compile Include="src\asn1\ConstructedOctetStream.cs" /> + <Compile Include="src\asn1\DERExternal.cs" /> + <Compile Include="src\asn1\DERExternalParser.cs" /> + <Compile Include="src\asn1\DERGenerator.cs" /> + <Compile Include="src\asn1\DEROctetStringParser.cs" /> + <Compile Include="src\asn1\DERSequenceGenerator.cs" /> + <Compile Include="src\asn1\DERSequenceParser.cs" /> + <Compile Include="src\asn1\DERSetGenerator.cs" /> + <Compile Include="src\asn1\DERSetParser.cs" /> + <Compile Include="src\asn1\DefiniteLengthInputStream.cs" /> + <Compile Include="src\asn1\DerApplicationSpecific.cs" /> + <Compile Include="src\asn1\DerBMPString.cs" /> + <Compile Include="src\asn1\DerBitString.cs" /> + <Compile Include="src\asn1\DerBoolean.cs" /> + <Compile Include="src\asn1\DerEnumerated.cs" /> + <Compile Include="src\asn1\DerGeneralString.cs" /> + <Compile Include="src\asn1\DerGeneralizedTime.cs" /> + <Compile Include="src\asn1\DerIA5String.cs" /> + <Compile Include="src\asn1\DerInteger.cs" /> + <Compile Include="src\asn1\DerNull.cs" /> + <Compile Include="src\asn1\DerNumericString.cs" /> + <Compile Include="src\asn1\DerObjectIdentifier.cs" /> + <Compile Include="src\asn1\DerOctetString.cs" /> + <Compile Include="src\asn1\DerOutputStream.cs" /> + <Compile Include="src\asn1\DerPrintableString.cs" /> + <Compile Include="src\asn1\DerSequence.cs" /> + <Compile Include="src\asn1\DerSet.cs" /> + <Compile Include="src\asn1\DerStringBase.cs" /> + <Compile Include="src\asn1\DerT61String.cs" /> + <Compile Include="src\asn1\DerTaggedObject.cs" /> + <Compile Include="src\asn1\DerUTCTime.cs" /> + <Compile Include="src\asn1\DerUTF8String.cs" /> + <Compile Include="src\asn1\DerUniversalString.cs" /> + <Compile Include="src\asn1\DerVisibleString.cs" /> + <Compile Include="src\asn1\IAsn1ApplicationSpecificParser.cs" /> + <Compile Include="src\asn1\IAsn1Choice.cs" /> + <Compile Include="src\asn1\IAsn1Convertible.cs" /> + <Compile Include="src\asn1\IAsn1String.cs" /> + <Compile Include="src\asn1\IndefiniteLengthInputStream.cs" /> + <Compile Include="src\asn1\LazyASN1InputStream.cs" /> + <Compile Include="src\asn1\LazyDERSequence.cs" /> + <Compile Include="src\asn1\LazyDERSet.cs" /> + <Compile Include="src\asn1\LimitedInputStream.cs" /> + <Compile Include="src\asn1\OidTokenizer.cs" /> + <Compile Include="src\asn1\anssi\ANSSINamedCurves.cs" /> + <Compile Include="src\asn1\anssi\ANSSIObjectIdentifiers.cs" /> + <Compile Include="src\asn1\bc\BCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cmp\CAKeyUpdAnnContent.cs" /> + <Compile Include="src\asn1\cmp\CertConfirmContent.cs" /> + <Compile Include="src\asn1\cmp\CertOrEncCert.cs" /> + <Compile Include="src\asn1\cmp\CertRepMessage.cs" /> + <Compile Include="src\asn1\cmp\CertResponse.cs" /> + <Compile Include="src\asn1\cmp\CertStatus.cs" /> + <Compile Include="src\asn1\cmp\CertifiedKeyPair.cs" /> + <Compile Include="src\asn1\cmp\Challenge.cs" /> + <Compile Include="src\asn1\cmp\CmpCertificate.cs" /> + <Compile Include="src\asn1\cmp\CmpObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cmp\CrlAnnContent.cs" /> + <Compile Include="src\asn1\cmp\ErrorMsgContent.cs" /> + <Compile Include="src\asn1\cmp\GenMsgContent.cs" /> + <Compile Include="src\asn1\cmp\GenRepContent.cs" /> + <Compile Include="src\asn1\cmp\InfoTypeAndValue.cs" /> + <Compile Include="src\asn1\cmp\KeyRecRepContent.cs" /> + <Compile Include="src\asn1\cmp\OobCertHash.cs" /> + <Compile Include="src\asn1\cmp\PKIBody.cs" /> + <Compile Include="src\asn1\cmp\PKIConfirmContent.cs" /> + <Compile Include="src\asn1\cmp\PKIFailureInfo.cs" /> + <Compile Include="src\asn1\cmp\PKIFreeText.cs" /> + <Compile Include="src\asn1\cmp\PKIHeader.cs" /> + <Compile Include="src\asn1\cmp\PKIHeaderBuilder.cs" /> + <Compile Include="src\asn1\cmp\PKIMessage.cs" /> + <Compile Include="src\asn1\cmp\PKIMessages.cs" /> + <Compile Include="src\asn1\cmp\PKIStatus.cs" /> + <Compile Include="src\asn1\cmp\PKIStatusInfo.cs" /> + <Compile Include="src\asn1\cmp\PbmParameter.cs" /> + <Compile Include="src\asn1\cmp\PollRepContent.cs" /> + <Compile Include="src\asn1\cmp\PollReqContent.cs" /> + <Compile Include="src\asn1\cmp\PopoDecKeyChallContent.cs" /> + <Compile Include="src\asn1\cmp\PopoDecKeyRespContent.cs" /> + <Compile Include="src\asn1\cmp\ProtectedPart.cs" /> + <Compile Include="src\asn1\cmp\RevAnnContent.cs" /> + <Compile Include="src\asn1\cmp\RevDetails.cs" /> + <Compile Include="src\asn1\cmp\RevRepContent.cs" /> + <Compile Include="src\asn1\cmp\RevRepContentBuilder.cs" /> + <Compile Include="src\asn1\cmp\RevReqContent.cs" /> + <Compile Include="src\asn1\cms\Attribute.cs" /> + <Compile Include="src\asn1\cms\AttributeTable.cs" /> + <Compile Include="src\asn1\cms\Attributes.cs" /> + <Compile Include="src\asn1\cms\AuthEnvelopedData.cs" /> + <Compile Include="src\asn1\cms\AuthEnvelopedDataParser.cs" /> + <Compile Include="src\asn1\cms\AuthenticatedData.cs" /> + <Compile Include="src\asn1\cms\AuthenticatedDataParser.cs" /> + <Compile Include="src\asn1\cms\CMSAttributes.cs" /> + <Compile Include="src\asn1\cms\CMSObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cms\CompressedData.cs" /> + <Compile Include="src\asn1\cms\CompressedDataParser.cs" /> + <Compile Include="src\asn1\cms\ContentInfo.cs" /> + <Compile Include="src\asn1\cms\ContentInfoParser.cs" /> + <Compile Include="src\asn1\cms\EncryptedContentInfo.cs" /> + <Compile Include="src\asn1\cms\EncryptedContentInfoParser.cs" /> + <Compile Include="src\asn1\cms\EncryptedData.cs" /> + <Compile Include="src\asn1\cms\EnvelopedData.cs" /> + <Compile Include="src\asn1\cms\EnvelopedDataParser.cs" /> + <Compile Include="src\asn1\cms\Evidence.cs" /> + <Compile Include="src\asn1\cms\IssuerAndSerialNumber.cs" /> + <Compile Include="src\asn1\cms\KEKIdentifier.cs" /> + <Compile Include="src\asn1\cms\KEKRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\KeyAgreeRecipientIdentifier.cs" /> + <Compile Include="src\asn1\cms\KeyAgreeRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\KeyTransRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\MetaData.cs" /> + <Compile Include="src\asn1\cms\OriginatorIdentifierOrKey.cs" /> + <Compile Include="src\asn1\cms\OriginatorInfo.cs" /> + <Compile Include="src\asn1\cms\OriginatorPublicKey.cs" /> + <Compile Include="src\asn1\cms\OtherKeyAttribute.cs" /> + <Compile Include="src\asn1\cms\OtherRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\OtherRevocationInfoFormat.cs" /> + <Compile Include="src\asn1\cms\PasswordRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\RecipientEncryptedKey.cs" /> + <Compile Include="src\asn1\cms\RecipientIdentifier.cs" /> + <Compile Include="src\asn1\cms\RecipientInfo.cs" /> + <Compile Include="src\asn1\cms\RecipientKeyIdentifier.cs" /> + <Compile Include="src\asn1\cms\SCVPReqRes.cs" /> + <Compile Include="src\asn1\cms\SignedData.cs" /> + <Compile Include="src\asn1\cms\SignedDataParser.cs" /> + <Compile Include="src\asn1\cms\SignerIdentifier.cs" /> + <Compile Include="src\asn1\cms\SignerInfo.cs" /> + <Compile Include="src\asn1\cms\Time.cs" /> + <Compile Include="src\asn1\cms\TimeStampAndCRL.cs" /> + <Compile Include="src\asn1\cms\TimeStampTokenEvidence.cs" /> + <Compile Include="src\asn1\cms\TimeStampedData.cs" /> + <Compile Include="src\asn1\cms\TimeStampedDataParser.cs" /> + <Compile Include="src\asn1\cms\ecc\MQVuserKeyingMaterial.cs" /> + <Compile Include="src\asn1\crmf\AttributeTypeAndValue.cs" /> + <Compile Include="src\asn1\crmf\CertId.cs" /> + <Compile Include="src\asn1\crmf\CertReqMessages.cs" /> + <Compile Include="src\asn1\crmf\CertReqMsg.cs" /> + <Compile Include="src\asn1\crmf\CertRequest.cs" /> + <Compile Include="src\asn1\crmf\CertTemplate.cs" /> + <Compile Include="src\asn1\crmf\CertTemplateBuilder.cs" /> + <Compile Include="src\asn1\crmf\Controls.cs" /> + <Compile Include="src\asn1\crmf\CrmfObjectIdentifiers.cs" /> + <Compile Include="src\asn1\crmf\EncKeyWithID.cs" /> + <Compile Include="src\asn1\crmf\EncryptedKey.cs" /> + <Compile Include="src\asn1\crmf\EncryptedValue.cs" /> + <Compile Include="src\asn1\crmf\OptionalValidity.cs" /> + <Compile Include="src\asn1\crmf\PKIArchiveOptions.cs" /> + <Compile Include="src\asn1\crmf\PKIPublicationInfo.cs" /> + <Compile Include="src\asn1\crmf\PKMacValue.cs" /> + <Compile Include="src\asn1\crmf\PopoPrivKey.cs" /> + <Compile Include="src\asn1\crmf\PopoSigningKey.cs" /> + <Compile Include="src\asn1\crmf\PopoSigningKeyInput.cs" /> + <Compile Include="src\asn1\crmf\ProofOfPossession.cs" /> + <Compile Include="src\asn1\crmf\SinglePubInfo.cs" /> + <Compile Include="src\asn1\crmf\SubsequentMessage.cs" /> + <Compile Include="src\asn1\cryptopro\CryptoProObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cryptopro\ECGOST3410NamedCurves.cs" /> + <Compile Include="src\asn1\cryptopro\ECGOST3410ParamSetParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST28147Parameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410NamedParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410ParamSetParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410PublicKeyAlgParameters.cs" /> + <Compile Include="src\asn1\eac\EACObjectIdentifiers.cs" /> + <Compile Include="src\asn1\esf\CertificateValues.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeIdentifier.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeIndication.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeQualifier.cs" /> + <Compile Include="src\asn1\esf\CompleteCertificateRefs.cs" /> + <Compile Include="src\asn1\esf\CompleteRevocationRefs.cs" /> + <Compile Include="src\asn1\esf\CrlIdentifier.cs" /> + <Compile Include="src\asn1\esf\CrlListID.cs" /> + <Compile Include="src\asn1\esf\CrlOcspRef.cs" /> + <Compile Include="src\asn1\esf\CrlValidatedID.cs" /> + <Compile Include="src\asn1\esf\ESFAttributes.cs" /> + <Compile Include="src\asn1\esf\OcspIdentifier.cs" /> + <Compile Include="src\asn1\esf\OcspListID.cs" /> + <Compile Include="src\asn1\esf\OcspResponsesID.cs" /> + <Compile Include="src\asn1\esf\OtherCertID.cs" /> + <Compile Include="src\asn1\esf\OtherHash.cs" /> + <Compile Include="src\asn1\esf\OtherHashAlgAndValue.cs" /> + <Compile Include="src\asn1\esf\OtherRevRefs.cs" /> + <Compile Include="src\asn1\esf\OtherRevVals.cs" /> + <Compile Include="src\asn1\esf\OtherSigningCertificate.cs" /> + <Compile Include="src\asn1\esf\RevocationValues.cs" /> + <Compile Include="src\asn1\esf\SigPolicyQualifierInfo.cs" /> + <Compile Include="src\asn1\esf\SignaturePolicyId.cs" /> + <Compile Include="src\asn1\esf\SignaturePolicyIdentifier.cs" /> + <Compile Include="src\asn1\esf\SignerAttribute.cs" /> + <Compile Include="src\asn1\esf\SignerLocation.cs" /> + <Compile Include="src\asn1\ess\ContentHints.cs" /> + <Compile Include="src\asn1\ess\ContentIdentifier.cs" /> + <Compile Include="src\asn1\ess\ESSCertID.cs" /> + <Compile Include="src\asn1\ess\ESSCertIDv2.cs" /> + <Compile Include="src\asn1\ess\OtherCertID.cs" /> + <Compile Include="src\asn1\ess\OtherSigningCertificate.cs" /> + <Compile Include="src\asn1\ess\SigningCertificate.cs" /> + <Compile Include="src\asn1\ess\SigningCertificateV2.cs" /> + <Compile Include="src\asn1\gnu\GNUObjectIdentifiers.cs" /> + <Compile Include="src\asn1\iana\IANAObjectIdentifiers.cs" /> + <Compile Include="src\asn1\icao\CscaMasterList.cs" /> + <Compile Include="src\asn1\icao\DataGroupHash.cs" /> + <Compile Include="src\asn1\icao\ICAOObjectIdentifiers.cs" /> + <Compile Include="src\asn1\icao\LDSSecurityObject.cs" /> + <Compile Include="src\asn1\icao\LDSVersionInfo.cs" /> + <Compile Include="src\asn1\isismtt\ISISMTTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\isismtt\ocsp\CertHash.cs" /> + <Compile Include="src\asn1\isismtt\ocsp\RequestedCertificate.cs" /> + <Compile Include="src\asn1\isismtt\x509\AdditionalInformationSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\AdmissionSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\Admissions.cs" /> + <Compile Include="src\asn1\isismtt\x509\DeclarationOfMajority.cs" /> + <Compile Include="src\asn1\isismtt\x509\MonetaryLimit.cs" /> + <Compile Include="src\asn1\isismtt\x509\NamingAuthority.cs" /> + <Compile Include="src\asn1\isismtt\x509\ProcurationSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\ProfessionInfo.cs" /> + <Compile Include="src\asn1\isismtt\x509\Restriction.cs" /> + <Compile Include="src\asn1\kisa\KISAObjectIdentifiers.cs" /> + <Compile Include="src\asn1\microsoft\MicrosoftObjectIdentifiers.cs" /> + <Compile Include="src\asn1\misc\CAST5CBCParameters.cs" /> + <Compile Include="src\asn1\misc\IDEACBCPar.cs" /> + <Compile Include="src\asn1\misc\MiscObjectIdentifiers.cs" /> + <Compile Include="src\asn1\misc\NetscapeCertType.cs" /> + <Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" /> + <Compile Include="src\asn1\misc\VerisignCzagExtension.cs" /> + <Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" /> + <Compile Include="src\asn1\nist\NISTNamedCurves.cs" /> + <Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ocsp\BasicOCSPResponse.cs" /> + <Compile Include="src\asn1\ocsp\CertID.cs" /> + <Compile Include="src\asn1\ocsp\CertStatus.cs" /> + <Compile Include="src\asn1\ocsp\CrlID.cs" /> + <Compile Include="src\asn1\ocsp\OCSPObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ocsp\OCSPRequest.cs" /> + <Compile Include="src\asn1\ocsp\OCSPResponse.cs" /> + <Compile Include="src\asn1\ocsp\OCSPResponseStatus.cs" /> + <Compile Include="src\asn1\ocsp\Request.cs" /> + <Compile Include="src\asn1\ocsp\ResponderID.cs" /> + <Compile Include="src\asn1\ocsp\ResponseBytes.cs" /> + <Compile Include="src\asn1\ocsp\ResponseData.cs" /> + <Compile Include="src\asn1\ocsp\RevokedInfo.cs" /> + <Compile Include="src\asn1\ocsp\ServiceLocator.cs" /> + <Compile Include="src\asn1\ocsp\Signature.cs" /> + <Compile Include="src\asn1\ocsp\SingleResponse.cs" /> + <Compile Include="src\asn1\ocsp\TBSRequest.cs" /> + <Compile Include="src\asn1\oiw\ElGamalParameter.cs" /> + <Compile Include="src\asn1\oiw\OIWObjectIdentifiers.cs" /> + <Compile Include="src\asn1\pkcs\Attribute.cs" /> + <Compile Include="src\asn1\pkcs\AuthenticatedSafe.cs" /> + <Compile Include="src\asn1\pkcs\CertBag.cs" /> + <Compile Include="src\asn1\pkcs\CertificationRequest.cs" /> + <Compile Include="src\asn1\pkcs\CertificationRequestInfo.cs" /> + <Compile Include="src\asn1\pkcs\ContentInfo.cs" /> + <Compile Include="src\asn1\pkcs\DHParameter.cs" /> + <Compile Include="src\asn1\pkcs\EncryptedData.cs" /> + <Compile Include="src\asn1\pkcs\EncryptedPrivateKeyInfo.cs" /> + <Compile Include="src\asn1\pkcs\EncryptionScheme.cs" /> + <Compile Include="src\asn1\pkcs\IssuerAndSerialNumber.cs" /> + <Compile Include="src\asn1\pkcs\KeyDerivationFunc.cs" /> + <Compile Include="src\asn1\pkcs\MacData.cs" /> + <Compile Include="src\asn1\pkcs\PBEParameter.cs" /> + <Compile Include="src\asn1\pkcs\PBES2Parameters.cs" /> + <Compile Include="src\asn1\pkcs\PBKDF2Params.cs" /> + <Compile Include="src\asn1\pkcs\PKCS12PBEParams.cs" /> + <Compile Include="src\asn1\pkcs\PKCSObjectIdentifiers.cs" /> + <Compile Include="src\asn1\pkcs\Pfx.cs" /> + <Compile Include="src\asn1\pkcs\PrivateKeyInfo.cs" /> + <Compile Include="src\asn1\pkcs\RC2CBCParameter.cs" /> + <Compile Include="src\asn1\pkcs\RSAESOAEPparams.cs" /> + <Compile Include="src\asn1\pkcs\RSAPrivateKeyStructure.cs" /> + <Compile Include="src\asn1\pkcs\RSASSAPSSparams.cs" /> + <Compile Include="src\asn1\pkcs\SafeBag.cs" /> + <Compile Include="src\asn1\pkcs\SignedData.cs" /> + <Compile Include="src\asn1\pkcs\SignerInfo.cs" /> + <Compile Include="src\asn1\sec\ECPrivateKeyStructure.cs" /> + <Compile Include="src\asn1\sec\SECNamedCurves.cs" /> + <Compile Include="src\asn1\sec\SECObjectIdentifiers.cs" /> + <Compile Include="src\asn1\smime\SMIMEAttributes.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilities.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilitiesAttribute.cs" /> + <Compile Include="src\asn1\smime\SMIMECapability.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilityVector.cs" /> + <Compile Include="src\asn1\smime\SMIMEEncryptionKeyPreferenceAttribute.cs" /> + <Compile Include="src\asn1\teletrust\TeleTrusTNamedCurves.cs" /> + <Compile Include="src\asn1\teletrust\TeleTrusTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\tsp\Accuracy.cs" /> + <Compile Include="src\asn1\tsp\MessageImprint.cs" /> + <Compile Include="src\asn1\tsp\TSTInfo.cs" /> + <Compile Include="src\asn1\tsp\TimeStampReq.cs" /> + <Compile Include="src\asn1\tsp\TimeStampResp.cs" /> + <Compile Include="src\asn1\util\Asn1Dump.cs" /> + <Compile Include="src\asn1\util\Dump.cs" /> + <Compile Include="src\asn1\util\FilterStream.cs" /> + <Compile Include="src\asn1\x500\DirectoryString.cs" /> + <Compile Include="src\asn1\x509\AccessDescription.cs" /> + <Compile Include="src\asn1\x509\AlgorithmIdentifier.cs" /> + <Compile Include="src\asn1\x509\AttCertIssuer.cs" /> + <Compile Include="src\asn1\x509\AttCertValidityPeriod.cs" /> + <Compile Include="src\asn1\x509\Attribute.cs" /> + <Compile Include="src\asn1\x509\AttributeCertificate.cs" /> + <Compile Include="src\asn1\x509\AttributeCertificateInfo.cs" /> + <Compile Include="src\asn1\x509\AttributeTable.cs" /> + <Compile Include="src\asn1\x509\AuthorityInformationAccess.cs" /> + <Compile Include="src\asn1\x509\AuthorityKeyIdentifier.cs" /> + <Compile Include="src\asn1\x509\BasicConstraints.cs" /> + <Compile Include="src\asn1\x509\CRLDistPoint.cs" /> + <Compile Include="src\asn1\x509\CRLNumber.cs" /> + <Compile Include="src\asn1\x509\CRLReason.cs" /> + <Compile Include="src\asn1\x509\CertPolicyId.cs" /> + <Compile Include="src\asn1\x509\CertificateList.cs" /> + <Compile Include="src\asn1\x509\CertificatePair.cs" /> + <Compile Include="src\asn1\x509\CertificatePolicies.cs" /> + <Compile Include="src\asn1\x509\DSAParameter.cs" /> + <Compile Include="src\asn1\x509\DigestInfo.cs" /> + <Compile Include="src\asn1\x509\DisplayText.cs" /> + <Compile Include="src\asn1\x509\DistributionPoint.cs" /> + <Compile Include="src\asn1\x509\DistributionPointName.cs" /> + <Compile Include="src\asn1\x509\ExtendedKeyUsage.cs" /> + <Compile Include="src\asn1\x509\GeneralName.cs" /> + <Compile Include="src\asn1\x509\GeneralNames.cs" /> + <Compile Include="src\asn1\x509\GeneralSubtree.cs" /> + <Compile Include="src\asn1\x509\Holder.cs" /> + <Compile Include="src\asn1\x509\IetfAttrSyntax.cs" /> + <Compile Include="src\asn1\x509\IssuerSerial.cs" /> + <Compile Include="src\asn1\x509\IssuingDistributionPoint.cs" /> + <Compile Include="src\asn1\x509\KeyPurposeId.cs" /> + <Compile Include="src\asn1\x509\KeyUsage.cs" /> + <Compile Include="src\asn1\x509\NameConstraints.cs" /> + <Compile Include="src\asn1\x509\NoticeReference.cs" /> + <Compile Include="src\asn1\x509\ObjectDigestInfo.cs" /> + <Compile Include="src\asn1\x509\PolicyInformation.cs" /> + <Compile Include="src\asn1\x509\PolicyMappings.cs" /> + <Compile Include="src\asn1\x509\PolicyQualifierId.cs" /> + <Compile Include="src\asn1\x509\PolicyQualifierInfo.cs" /> + <Compile Include="src\asn1\x509\PrivateKeyUsagePeriod.cs" /> + <Compile Include="src\asn1\x509\RSAPublicKeyStructure.cs" /> + <Compile Include="src\asn1\x509\ReasonFlags.cs" /> + <Compile Include="src\asn1\x509\RoleSyntax.cs" /> + <Compile Include="src\asn1\x509\SubjectDirectoryAttributes.cs" /> + <Compile Include="src\asn1\x509\SubjectKeyIdentifier.cs" /> + <Compile Include="src\asn1\x509\SubjectPublicKeyInfo.cs" /> + <Compile Include="src\asn1\x509\TBSCertList.cs" /> + <Compile Include="src\asn1\x509\TBSCertificateStructure.cs" /> + <Compile Include="src\asn1\x509\Target.cs" /> + <Compile Include="src\asn1\x509\TargetInformation.cs" /> + <Compile Include="src\asn1\x509\Targets.cs" /> + <Compile Include="src\asn1\x509\Time.cs" /> + <Compile Include="src\asn1\x509\UserNotice.cs" /> + <Compile Include="src\asn1\x509\V1TBSCertificateGenerator.cs" /> + <Compile Include="src\asn1\x509\V2AttributeCertificateInfoGenerator.cs" /> + <Compile Include="src\asn1\x509\V2Form.cs" /> + <Compile Include="src\asn1\x509\V2TBSCertListGenerator.cs" /> + <Compile Include="src\asn1\x509\V3TBSCertificateGenerator.cs" /> + <Compile Include="src\asn1\x509\X509Attributes.cs" /> + <Compile Include="src\asn1\x509\X509CertificateStructure.cs" /> + <Compile Include="src\asn1\x509\X509DefaultEntryConverter.cs" /> + <Compile Include="src\asn1\x509\X509Extension.cs" /> + <Compile Include="src\asn1\x509\X509Extensions.cs" /> + <Compile Include="src\asn1\x509\X509ExtensionsGenerator.cs" /> + <Compile Include="src\asn1\x509\X509Name.cs" /> + <Compile Include="src\asn1\x509\X509NameEntryConverter.cs" /> + <Compile Include="src\asn1\x509\X509NameTokenizer.cs" /> + <Compile Include="src\asn1\x509\X509ObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\BiometricData.cs" /> + <Compile Include="src\asn1\x509\qualified\ETSIQCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\Iso4217CurrencyCode.cs" /> + <Compile Include="src\asn1\x509\qualified\MonetaryValue.cs" /> + <Compile Include="src\asn1\x509\qualified\QCStatement.cs" /> + <Compile Include="src\asn1\x509\qualified\RFC3739QCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\SemanticsInformation.cs" /> + <Compile Include="src\asn1\x509\qualified\TypeOfBiometricData.cs" /> + <Compile Include="src\asn1\x509\sigi\NameOrPseudonym.cs" /> + <Compile Include="src\asn1\x509\sigi\PersonalData.cs" /> + <Compile Include="src\asn1\x509\sigi\SigIObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x9\DHDomainParameters.cs" /> + <Compile Include="src\asn1\x9\DHPublicKey.cs" /> + <Compile Include="src\asn1\x9\DHValidationParms.cs" /> + <Compile Include="src\asn1\x9\ECNamedCurveTable.cs" /> + <Compile Include="src\asn1\x9\KeySpecificInfo.cs" /> + <Compile Include="src\asn1\x9\OtherInfo.cs" /> + <Compile Include="src\asn1\x9\X962NamedCurves.cs" /> + <Compile Include="src\asn1\x9\X962Parameters.cs" /> + <Compile Include="src\asn1\x9\X9Curve.cs" /> + <Compile Include="src\asn1\x9\X9ECParameters.cs" /> + <Compile Include="src\asn1\x9\X9ECParametersHolder.cs" /> + <Compile Include="src\asn1\x9\X9ECPoint.cs" /> + <Compile Include="src\asn1\x9\X9FieldElement.cs" /> + <Compile Include="src\asn1\x9\X9FieldID.cs" /> + <Compile Include="src\asn1\x9\X9IntegerConverter.cs" /> + <Compile Include="src\asn1\x9\X9ObjectIdentifiers.cs" /> + <Compile Include="src\bcpg\ArmoredInputStream.cs" /> + <Compile Include="src\bcpg\ArmoredOutputStream.cs" /> + <Compile Include="src\bcpg\BcpgInputStream.cs" /> + <Compile Include="src\bcpg\BcpgObject.cs" /> + <Compile Include="src\bcpg\BcpgOutputStream.cs" /> + <Compile Include="src\bcpg\CompressedDataPacket.cs" /> + <Compile Include="src\bcpg\CompressionAlgorithmTags.cs" /> + <Compile Include="src\bcpg\ContainedPacket.cs" /> + <Compile Include="src\bcpg\Crc24.cs" /> + <Compile Include="src\bcpg\DsaPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\DsaSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\ECDHPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECDsaPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECSecretBCPGKey.cs" /> + <Compile Include="src\bcpg\ElGamalPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\ElGamalSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\ExperimentalPacket.cs" /> + <Compile Include="src\bcpg\HashAlgorithmTags.cs" /> + <Compile Include="src\bcpg\IBcpgKey.cs" /> + <Compile Include="src\bcpg\InputStreamPacket.cs" /> + <Compile Include="src\bcpg\LiteralDataPacket.cs" /> + <Compile Include="src\bcpg\MPInteger.cs" /> + <Compile Include="src\bcpg\MarkerPacket.cs" /> + <Compile Include="src\bcpg\ModDetectionCodePacket.cs" /> + <Compile Include="src\bcpg\OnePassSignaturePacket.cs" /> + <Compile Include="src\bcpg\OutputStreamPacket.cs" /> + <Compile Include="src\bcpg\Packet.cs" /> + <Compile Include="src\bcpg\PacketTags.cs" /> + <Compile Include="src\bcpg\PublicKeyAlgorithmTags.cs" /> + <Compile Include="src\bcpg\PublicKeyEncSessionPacket.cs" /> + <Compile Include="src\bcpg\PublicKeyPacket.cs" /> + <Compile Include="src\bcpg\PublicSubkeyPacket.cs" /> + <Compile Include="src\bcpg\RsaPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\RsaSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\S2k.cs" /> + <Compile Include="src\bcpg\SecretKeyPacket.cs" /> + <Compile Include="src\bcpg\SecretSubkeyPacket.cs" /> + <Compile Include="src\bcpg\SignaturePacket.cs" /> + <Compile Include="src\bcpg\SignatureSubpacket.cs" /> + <Compile Include="src\bcpg\SignatureSubpacketTags.cs" /> + <Compile Include="src\bcpg\SignatureSubpacketsReader.cs" /> + <Compile Include="src\bcpg\SymmetricEncDataPacket.cs" /> + <Compile Include="src\bcpg\SymmetricEncIntegrityPacket.cs" /> + <Compile Include="src\bcpg\SymmetricKeyAlgorithmTags.cs" /> + <Compile Include="src\bcpg\SymmetricKeyEncSessionPacket.cs" /> + <Compile Include="src\bcpg\TrustPacket.cs" /> + <Compile Include="src\bcpg\UserAttributePacket.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacket.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacketTags.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacketsReader.cs" /> + <Compile Include="src\bcpg\UserIdPacket.cs" /> + <Compile Include="src\bcpg\attr\ImageAttrib.cs" /> + <Compile Include="src\bcpg\sig\EmbeddedSignature.cs" /> + <Compile Include="src\bcpg\sig\Exportable.cs" /> + <Compile Include="src\bcpg\sig\Features.cs" /> + <Compile Include="src\bcpg\sig\IssuerKeyId.cs" /> + <Compile Include="src\bcpg\sig\KeyExpirationTime.cs" /> + <Compile Include="src\bcpg\sig\KeyFlags.cs" /> + <Compile Include="src\bcpg\sig\NotationData.cs" /> + <Compile Include="src\bcpg\sig\PreferredAlgorithms.cs" /> + <Compile Include="src\bcpg\sig\PrimaryUserId.cs" /> + <Compile Include="src\bcpg\sig\Revocable.cs" /> + <Compile Include="src\bcpg\sig\RevocationKey.cs" /> + <Compile Include="src\bcpg\sig\RevocationKeyTags.cs" /> + <Compile Include="src\bcpg\sig\RevocationReason.cs" /> + <Compile Include="src\bcpg\sig\RevocationReasonTags.cs" /> + <Compile Include="src\bcpg\sig\SignatureCreationTime.cs" /> + <Compile Include="src\bcpg\sig\SignatureExpirationTime.cs" /> + <Compile Include="src\bcpg\sig\SignerUserId.cs" /> + <Compile Include="src\bcpg\sig\TrustSignature.cs" /> + <Compile Include="src\cms\BaseDigestCalculator.cs" /> + <Compile Include="src\cms\CMSAttributeTableGenerationException.cs" /> + <Compile Include="src\cms\CMSAttributeTableGenerator.cs" /> + <Compile Include="src\cms\CMSAuthEnvelopedData.cs" /> + <Compile Include="src\cms\CMSAuthEnvelopedGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedData.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataParser.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedGenerator.cs" /> + <Compile Include="src\cms\CMSCompressedData.cs" /> + <Compile Include="src\cms\CMSCompressedDataGenerator.cs" /> + <Compile Include="src\cms\CMSCompressedDataParser.cs" /> + <Compile Include="src\cms\CMSCompressedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSContentInfoParser.cs" /> + <Compile Include="src\cms\CMSEnvelopedData.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataParser.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedHelper.cs" /> + <Compile Include="src\cms\CMSException.cs" /> + <Compile Include="src\cms\CMSPBEKey.cs" /> + <Compile Include="src\cms\CMSProcessable.cs" /> + <Compile Include="src\cms\CMSProcessableByteArray.cs" /> + <Compile Include="src\cms\CMSProcessableFile.cs" /> + <Compile Include="src\cms\CMSProcessableInputStream.cs" /> + <Compile Include="src\cms\CMSReadable.cs" /> + <Compile Include="src\cms\CMSSecureReadable.cs" /> + <Compile Include="src\cms\CMSSignedData.cs" /> + <Compile Include="src\cms\CMSSignedDataGenerator.cs" /> + <Compile Include="src\cms\CMSSignedDataParser.cs" /> + <Compile Include="src\cms\CMSSignedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSSignedGenerator.cs" /> + <Compile Include="src\cms\CMSSignedHelper.cs" /> + <Compile Include="src\cms\CMSStreamException.cs" /> + <Compile Include="src\cms\CMSTypedStream.cs" /> + <Compile Include="src\cms\CMSUtils.cs" /> + <Compile Include="src\cms\CounterSignatureDigestCalculator.cs" /> + <Compile Include="src\cms\DefaultAuthenticatedAttributeTableGenerator.cs" /> + <Compile Include="src\cms\DefaultSignedAttributeTableGenerator.cs" /> + <Compile Include="src\cms\DigOutputStream.cs" /> + <Compile Include="src\cms\IDigestCalculator.cs" /> + <Compile Include="src\cms\KEKRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KEKRecipientInformation.cs" /> + <Compile Include="src\cms\KeyAgreeRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KeyAgreeRecipientInformation.cs" /> + <Compile Include="src\cms\KeyTransRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KeyTransRecipientInformation.cs" /> + <Compile Include="src\cms\MacOutputStream.cs" /> + <Compile Include="src\cms\OriginatorId.cs" /> + <Compile Include="src\cms\OriginatorInfoGenerator.cs" /> + <Compile Include="src\cms\OriginatorInformation.cs" /> + <Compile Include="src\cms\PKCS5Scheme2PBEKey.cs" /> + <Compile Include="src\cms\PKCS5Scheme2UTF8PBEKey.cs" /> + <Compile Include="src\cms\PasswordRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\PasswordRecipientInformation.cs" /> + <Compile Include="src\cms\RecipientId.cs" /> + <Compile Include="src\cms\RecipientInfoGenerator.cs" /> + <Compile Include="src\cms\RecipientInformation.cs" /> + <Compile Include="src\cms\RecipientInformationStore.cs" /> + <Compile Include="src\cms\SigOutputStream.cs" /> + <Compile Include="src\cms\SignerId.cs" /> + <Compile Include="src\cms\SignerInfoGenerator.cs" /> + <Compile Include="src\cms\SignerInformation.cs" /> + <Compile Include="src\cms\SignerInformationStore.cs" /> + <Compile Include="src\cms\SimpleAttributeTableGenerator.cs" /> + <Compile Include="src\crypto\AsymmetricCipherKeyPair.cs" /> + <Compile Include="src\crypto\AsymmetricKeyParameter.cs" /> + <Compile Include="src\crypto\BufferedAeadBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedAsymmetricBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedCipherBase.cs" /> + <Compile Include="src\crypto\BufferedIesCipher.cs" /> + <Compile Include="src\crypto\BufferedStreamCipher.cs" /> + <Compile Include="src\crypto\Check.cs" /> + <Compile Include="src\crypto\CipherKeyGenerator.cs" /> + <Compile Include="src\crypto\CryptoException.cs" /> + <Compile Include="src\crypto\DataLengthException.cs" /> + <Compile Include="src\crypto\digests\NonMemoableDigest.cs" /> + <Compile Include="src\crypto\engines\SerpentEngineBase.cs" /> + <Compile Include="src\crypto\engines\TnepresEngine.cs" /> + <Compile Include="src\crypto\IAsymmetricBlockCipher.cs" /> + <Compile Include="src\crypto\IAsymmetricCipherKeyPairGenerator.cs" /> + <Compile Include="src\crypto\IBasicAgreement.cs" /> + <Compile Include="src\crypto\IBlockCipher.cs" /> + <Compile Include="src\crypto\IBlockResult.cs" /> + <Compile Include="src\crypto\IBufferedCipher.cs" /> + <Compile Include="src\crypto\ICipherParameters.cs" /> + <Compile Include="src\crypto\IDSA.cs" /> + <Compile Include="src\crypto\IDerivationFunction.cs" /> + <Compile Include="src\crypto\IDerivationParameters.cs" /> + <Compile Include="src\crypto\IDigest.cs" /> + <Compile Include="src\crypto\IEntropySource.cs" /> + <Compile Include="src\crypto\IEntropySourceProvider.cs" /> + <Compile Include="src\crypto\IMac.cs" /> + <Compile Include="src\crypto\ISignatureFactory.cs" /> + <Compile Include="src\crypto\IStreamCalculator.cs" /> + <Compile Include="src\crypto\ISigner.cs" /> + <Compile Include="src\crypto\ISignerWithRecovery.cs" /> + <Compile Include="src\crypto\IStreamCipher.cs" /> + <Compile Include="src\crypto\IVerifier.cs" /> + <Compile Include="src\crypto\IVerifierFactory.cs" /> + <Compile Include="src\crypto\IVerifierFactoryProvider.cs" /> + <Compile Include="src\crypto\IWrapper.cs" /> + <Compile Include="src\crypto\IXof.cs" /> + <Compile Include="src\crypto\InvalidCipherTextException.cs" /> + <Compile Include="src\crypto\KeyGenerationParameters.cs" /> + <Compile Include="src\crypto\MaxBytesExceededException.cs" /> + <Compile Include="src\crypto\OutputLengthException.cs" /> + <Compile Include="src\crypto\PbeParametersGenerator.cs" /> + <Compile Include="src\crypto\prng\BasicEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\CryptoApiEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\drbg\CtrSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\DrbgUtilities.cs" /> + <Compile Include="src\crypto\prng\drbg\HashSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\HMacSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\ISP80090Drbg.cs" /> + <Compile Include="src\crypto\prng\EntropyUtilities.cs" /> + <Compile Include="src\crypto\prng\IDrbgProvider.cs" /> + <Compile Include="src\crypto\prng\SP800SecureRandom.cs" /> + <Compile Include="src\crypto\prng\SP800SecureRandomBuilder.cs" /> + <Compile Include="src\crypto\prng\X931Rng.cs" /> + <Compile Include="src\crypto\prng\X931SecureRandom.cs" /> + <Compile Include="src\crypto\prng\X931SecureRandomBuilder.cs" /> + <Compile Include="src\crypto\StreamBlockCipher.cs" /> + <Compile Include="src\crypto\agreement\DHAgreement.cs" /> + <Compile Include="src\crypto\agreement\DHBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\DHStandardGroups.cs" /> + <Compile Include="src\crypto\agreement\ECDHBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECDHCBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECDHWithKdfBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECMqvBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECMqvWithKdfBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeParticipant.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakePrimeOrderGroup.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakePrimeOrderGroups.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound1Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound2Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound3Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeUtilities.cs" /> + <Compile Include="src\crypto\agreement\kdf\DHKdfParameters.cs" /> + <Compile Include="src\crypto\agreement\kdf\DHKekGenerator.cs" /> + <Compile Include="src\crypto\agreement\kdf\ECDHKekGenerator.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Client.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Server.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6StandardGroups.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Utilities.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" /> + <Compile Include="src\crypto\digests\GOST3411Digest.cs" /> + <Compile Include="src\crypto\digests\GeneralDigest.cs" /> + <Compile Include="src\crypto\digests\KeccakDigest.cs" /> + <Compile Include="src\crypto\digests\LongDigest.cs" /> + <Compile Include="src\crypto\digests\MD2Digest.cs" /> + <Compile Include="src\crypto\digests\MD4Digest.cs" /> + <Compile Include="src\crypto\digests\MD5Digest.cs" /> + <Compile Include="src\crypto\digests\NullDigest.cs" /> + <Compile Include="src\crypto\digests\RipeMD128Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD160Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD256Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD320Digest.cs" /> + <Compile Include="src\crypto\digests\SHA3Digest.cs" /> + <Compile Include="src\crypto\digests\SM3Digest.cs" /> + <Compile Include="src\crypto\digests\Sha1Digest.cs" /> + <Compile Include="src\crypto\digests\Sha224Digest.cs" /> + <Compile Include="src\crypto\digests\Sha256Digest.cs" /> + <Compile Include="src\crypto\digests\Sha384Digest.cs" /> + <Compile Include="src\crypto\digests\Sha512Digest.cs" /> + <Compile Include="src\crypto\digests\Sha512tDigest.cs" /> + <Compile Include="src\crypto\digests\ShakeDigest.cs" /> + <Compile Include="src\crypto\digests\ShortenedDigest.cs" /> + <Compile Include="src\crypto\digests\SkeinDigest.cs" /> + <Compile Include="src\crypto\digests\SkeinEngine.cs" /> + <Compile Include="src\crypto\digests\TigerDigest.cs" /> + <Compile Include="src\crypto\digests\WhirlpoolDigest.cs" /> + <Compile Include="src\crypto\ec\CustomNamedCurves.cs" /> + <Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" /> + <Compile Include="src\crypto\encodings\OaepEncoding.cs" /> + <Compile Include="src\crypto\encodings\Pkcs1Encoding.cs" /> + <Compile Include="src\crypto\engines\AesEngine.cs" /> + <Compile Include="src\crypto\engines\AesFastEngine.cs" /> + <Compile Include="src\crypto\engines\AesLightEngine.cs" /> + <Compile Include="src\crypto\engines\AesWrapEngine.cs" /> + <Compile Include="src\crypto\engines\BlowfishEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaLightEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaWrapEngine.cs" /> + <Compile Include="src\crypto\engines\Cast5Engine.cs" /> + <Compile Include="src\crypto\engines\Cast6Engine.cs" /> + <Compile Include="src\crypto\engines\ChaChaEngine.cs" /> + <Compile Include="src\crypto\engines\DesEdeEngine.cs" /> + <Compile Include="src\crypto\engines\DesEdeWrapEngine.cs" /> + <Compile Include="src\crypto\engines\DesEngine.cs" /> + <Compile Include="src\crypto\engines\ElGamalEngine.cs" /> + <Compile Include="src\crypto\engines\GOST28147Engine.cs" /> + <Compile Include="src\crypto\engines\HC128Engine.cs" /> + <Compile Include="src\crypto\engines\HC256Engine.cs" /> + <Compile Include="src\crypto\engines\ISAACEngine.cs" /> + <Compile Include="src\crypto\engines\IdeaEngine.cs" /> + <Compile Include="src\crypto\engines\IesEngine.cs" /> + <Compile Include="src\crypto\engines\NaccacheSternEngine.cs" /> + <Compile Include="src\crypto\engines\NoekeonEngine.cs" /> + <Compile Include="src\crypto\engines\NullEngine.cs" /> + <Compile Include="src\crypto\engines\RC2Engine.cs" /> + <Compile Include="src\crypto\engines\RC2WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RC4Engine.cs" /> + <Compile Include="src\crypto\engines\RC532Engine.cs" /> + <Compile Include="src\crypto\engines\RC564Engine.cs" /> + <Compile Include="src\crypto\engines\RC6Engine.cs" /> + <Compile Include="src\crypto\engines\RFC3211WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RFC3394WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RSABlindedEngine.cs" /> + <Compile Include="src\crypto\engines\RSABlindingEngine.cs" /> + <Compile Include="src\crypto\engines\RSACoreEngine.cs" /> + <Compile Include="src\crypto\engines\RijndaelEngine.cs" /> + <Compile Include="src\crypto\engines\RsaEngine.cs" /> + <Compile Include="src\crypto\engines\SEEDEngine.cs" /> + <Compile Include="src\crypto\engines\SEEDWrapEngine.cs" /> + <Compile Include="src\crypto\engines\Salsa20Engine.cs" /> + <Compile Include="src\crypto\engines\SerpentEngine.cs" /> + <Compile Include="src\crypto\engines\SkipjackEngine.cs" /> + <Compile Include="src\crypto\engines\TEAEngine.cs" /> + <Compile Include="src\crypto\engines\ThreefishEngine.cs" /> + <Compile Include="src\crypto\engines\TwofishEngine.cs" /> + <Compile Include="src\crypto\engines\VMPCEngine.cs" /> + <Compile Include="src\crypto\engines\VMPCKSA3Engine.cs" /> + <Compile Include="src\crypto\engines\XSalsa20Engine.cs" /> + <Compile Include="src\crypto\engines\XTEAEngine.cs" /> + <Compile Include="src\crypto\generators\BaseKdfBytesGenerator.cs" /> + <Compile Include="src\crypto\generators\DHBasicKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DHKeyGeneratorHelper.cs" /> + <Compile Include="src\crypto\generators\DHKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DHParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\DHParametersHelper.cs" /> + <Compile Include="src\crypto\generators\DesEdeKeyGenerator.cs" /> + <Compile Include="src\crypto\generators\DesKeyGenerator.cs" /> + <Compile Include="src\crypto\generators\DsaKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DsaParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\ECKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\ElGamalKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\ElGamalParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\GOST3410KeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\GOST3410ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Kdf1BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\Kdf2BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\Mgf1BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\NaccacheSternKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\OpenSSLPBEParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs12ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs5S1ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs5S2ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Poly1305KeyGenerator.cs" /> + <Compile Include="src\crypto\generators\RSABlindingFactorGenerator.cs" /> + <Compile Include="src\crypto\generators\RsaKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\SCrypt.cs" /> + <Compile Include="src\crypto\io\CipherStream.cs" /> + <Compile Include="src\crypto\io\DigestStream.cs" /> + <Compile Include="src\crypto\io\MacStream.cs" /> + <Compile Include="src\crypto\io\SignerStream.cs" /> + <Compile Include="src\crypto\macs\CMac.cs" /> + <Compile Include="src\crypto\macs\CbcBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\CfbBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\GMac.cs" /> + <Compile Include="src\crypto\macs\GOST28147Mac.cs" /> + <Compile Include="src\crypto\macs\HMac.cs" /> + <Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" /> + <Compile Include="src\crypto\macs\Poly1305.cs" /> + <Compile Include="src\crypto\macs\SipHash.cs" /> + <Compile Include="src\crypto\macs\SkeinMac.cs" /> + <Compile Include="src\crypto\macs\VMPCMac.cs" /> + <Compile Include="src\crypto\modes\CbcBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CcmBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CtsBlockCipher.cs" /> + <Compile Include="src\crypto\modes\EAXBlockCipher.cs" /> + <Compile Include="src\crypto\modes\GCMBlockCipher.cs" /> + <Compile Include="src\crypto\modes\GOFBBlockCipher.cs" /> + <Compile Include="src\crypto\modes\IAeadBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OCBBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OpenPgpCfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\SicBlockCipher.cs" /> + <Compile Include="src\crypto\modes\gcm\BasicGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\BasicGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\GcmUtilities.cs" /> + <Compile Include="src\crypto\modes\gcm\IGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\IGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables1kGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" /> + <Compile Include="src\crypto\operators\Asn1Signature.cs" /> + <Compile Include="src\crypto\paddings\BlockCipherPadding.cs" /> + <Compile Include="src\crypto\paddings\ISO10126d2Padding.cs" /> + <Compile Include="src\crypto\paddings\ISO7816d4Padding.cs" /> + <Compile Include="src\crypto\paddings\PaddedBufferedBlockCipher.cs" /> + <Compile Include="src\crypto\paddings\Pkcs7Padding.cs" /> + <Compile Include="src\crypto\paddings\TbcPadding.cs" /> + <Compile Include="src\crypto\paddings\X923Padding.cs" /> + <Compile Include="src\crypto\paddings\ZeroBytePadding.cs" /> + <Compile Include="src\crypto\parameters\AEADParameters.cs" /> + <Compile Include="src\crypto\parameters\CcmParameters.cs" /> + <Compile Include="src\crypto\parameters\DHKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DHKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHParameters.cs" /> + <Compile Include="src\crypto\parameters\DHPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\DSAParameterGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DesEdeParameters.cs" /> + <Compile Include="src\crypto\parameters\DesParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\ECDomainParameters.cs" /> + <Compile Include="src\crypto\parameters\ECKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\ECKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ECPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ECPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410KeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410KeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410Parameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410PrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410PublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410ValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\ISO18033KDFParameters.cs" /> + <Compile Include="src\crypto\parameters\IesParameters.cs" /> + <Compile Include="src\crypto\parameters\IesWithCipherParameters.cs" /> + <Compile Include="src\crypto\parameters\KdfParameters.cs" /> + <Compile Include="src\crypto\parameters\KeyParameter.cs" /> + <Compile Include="src\crypto\parameters\MgfParameters.cs" /> + <Compile Include="src\crypto\parameters\MqvPrivateParameters.cs" /> + <Compile Include="src\crypto\parameters\MqvPublicParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithIV.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithRandom.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithSBox.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithSalt.cs" /> + <Compile Include="src\crypto\parameters\RC2Parameters.cs" /> + <Compile Include="src\crypto\parameters\RC5Parameters.cs" /> + <Compile Include="src\crypto\parameters\RSABlindingParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaPrivateCrtKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\SkeinParameters.cs" /> + <Compile Include="src\crypto\parameters\Srp6GroupParameters.cs" /> + <Compile Include="src\crypto\parameters\TweakableBlockCipherParameters.cs" /> + <Compile Include="src\crypto\prng\CryptoApiRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\DigestRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\IRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\ReversedWindowGenerator.cs" /> + <Compile Include="src\crypto\prng\ThreadedSeedGenerator.cs" /> + <Compile Include="src\crypto\prng\VMPCRandomGenerator.cs" /> + <Compile Include="src\crypto\signers\DsaDigestSigner.cs" /> + <Compile Include="src\crypto\signers\DsaSigner.cs" /> + <Compile Include="src\crypto\signers\ECDsaSigner.cs" /> + <Compile Include="src\crypto\signers\ECGOST3410Signer.cs" /> + <Compile Include="src\crypto\signers\ECNRSigner.cs" /> + <Compile Include="src\crypto\signers\GOST3410DigestSigner.cs" /> + <Compile Include="src\crypto\signers\GOST3410Signer.cs" /> + <Compile Include="src\crypto\signers\GenericSigner.cs" /> + <Compile Include="src\crypto\signers\HMacDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\IDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\Iso9796d2PssSigner.cs" /> + <Compile Include="src\crypto\signers\Iso9796d2Signer.cs" /> + <Compile Include="src\crypto\signers\IsoTrailers.cs" /> + <Compile Include="src\crypto\signers\PssSigner.cs" /> + <Compile Include="src\crypto\signers\RandomDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\RsaDigestSigner.cs" /> + <Compile Include="src\crypto\signers\X931Signer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsClient.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsContext.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsKeyExchange.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsPeer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsServer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsSigner.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\AlertDescription.cs" /> + <Compile Include="src\crypto\tls\AlertLevel.cs" /> + <Compile Include="src\crypto\tls\BasicTlsPskIdentity.cs" /> + <Compile Include="src\crypto\tls\BulkCipherAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ByteQueue.cs" /> + <Compile Include="src\crypto\tls\ByteQueueStream.cs" /> + <Compile Include="src\crypto\tls\CertChainType.cs" /> + <Compile Include="src\crypto\tls\Certificate.cs" /> + <Compile Include="src\crypto\tls\CertificateRequest.cs" /> + <Compile Include="src\crypto\tls\CertificateStatus.cs" /> + <Compile Include="src\crypto\tls\CertificateStatusRequest.cs" /> + <Compile Include="src\crypto\tls\CertificateStatusType.cs" /> + <Compile Include="src\crypto\tls\CertificateUrl.cs" /> + <Compile Include="src\crypto\tls\Chacha20Poly1305.cs" /> + <Compile Include="src\crypto\tls\ChangeCipherSpec.cs" /> + <Compile Include="src\crypto\tls\CipherSuite.cs" /> + <Compile Include="src\crypto\tls\CipherType.cs" /> + <Compile Include="src\crypto\tls\ClientAuthenticationType.cs" /> + <Compile Include="src\crypto\tls\ClientCertificateType.cs" /> + <Compile Include="src\crypto\tls\CombinedHash.cs" /> + <Compile Include="src\crypto\tls\CompressionMethod.cs" /> + <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> + <Compile Include="src\crypto\tls\ContentType.cs" /> + <Compile Include="src\crypto\tls\DatagramTransport.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsServer.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsSrpGroupVerifier.cs" /> + <Compile Include="src\crypto\tls\DeferredHash.cs" /> + <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> + <Compile Include="src\crypto\tls\DigitallySigned.cs" /> + <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> + <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> + <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> + <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> + <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> + <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> + <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsTransport.cs" /> + <Compile Include="src\crypto\tls\ECBasisType.cs" /> + <Compile Include="src\crypto\tls\ECCurveType.cs" /> + <Compile Include="src\crypto\tls\ECPointFormat.cs" /> + <Compile Include="src\crypto\tls\EncryptionAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ExporterLabel.cs" /> + <Compile Include="src\crypto\tls\ExtensionType.cs" /> + <Compile Include="src\crypto\tls\FiniteFieldDheGroup.cs" /> + <Compile Include="src\crypto\tls\HandshakeType.cs" /> + <Compile Include="src\crypto\tls\HashAlgorithm.cs" /> + <Compile Include="src\crypto\tls\HeartbeatExtension.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMessage.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMessageType.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMode.cs" /> + <Compile Include="src\crypto\tls\KeyExchangeAlgorithm.cs" /> + <Compile Include="src\crypto\tls\MacAlgorithm.cs" /> + <Compile Include="src\crypto\tls\MaxFragmentLength.cs" /> + <Compile Include="src\crypto\tls\NameType.cs" /> + <Compile Include="src\crypto\tls\NamedCurve.cs" /> + <Compile Include="src\crypto\tls\NewSessionTicket.cs" /> + <Compile Include="src\crypto\tls\OcspStatusRequest.cs" /> + <Compile Include="src\crypto\tls\PrfAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ProtocolVersion.cs" /> + <Compile Include="src\crypto\tls\PskTlsClient.cs" /> + <Compile Include="src\crypto\tls\PskTlsServer.cs" /> + <Compile Include="src\crypto\tls\RecordStream.cs" /> + <Compile Include="src\crypto\tls\SecurityParameters.cs" /> + <Compile Include="src\crypto\tls\ServerDHParams.cs" /> + <Compile Include="src\crypto\tls\ServerName.cs" /> + <Compile Include="src\crypto\tls\ServerNameList.cs" /> + <Compile Include="src\crypto\tls\ServerOnlyTlsAuthentication.cs" /> + <Compile Include="src\crypto\tls\ServerSrpParams.cs" /> + <Compile Include="src\crypto\tls\SessionParameters.cs" /> + <Compile Include="src\crypto\tls\SignatureAlgorithm.cs" /> + <Compile Include="src\crypto\tls\SignatureAndHashAlgorithm.cs" /> + <Compile Include="src\crypto\tls\SignerInputBuffer.cs" /> + <Compile Include="src\crypto\tls\SimulatedTlsSrpIdentityManager.cs" /> + <Compile Include="src\crypto\tls\SrpTlsClient.cs" /> + <Compile Include="src\crypto\tls\SrpTlsServer.cs" /> + <Compile Include="src\crypto\tls\SrtpProtectionProfile.cs" /> + <Compile Include="src\crypto\tls\Ssl3Mac.cs" /> + <Compile Include="src\crypto\tls\SupplementalDataEntry.cs" /> + <Compile Include="src\crypto\tls\SupplementalDataType.cs" /> + <Compile Include="src\crypto\tls\TlsAeadCipher.cs" /> + <Compile Include="src\crypto\tls\TlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsAuthentication.cs" /> + <Compile Include="src\crypto\tls\TlsBlockCipher.cs" /> + <Compile Include="src\crypto\tls\TlsCipher.cs" /> + <Compile Include="src\crypto\tls\TlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\TlsClient.cs" /> + <Compile Include="src\crypto\tls\TlsClientContext.cs" /> + <Compile Include="src\crypto\tls\TlsClientContextImpl.cs" /> + <Compile Include="src\crypto\tls\TlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsCompression.cs" /> + <Compile Include="src\crypto\tls\TlsContext.cs" /> + <Compile Include="src\crypto\tls\TlsCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsDHKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsDHUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsDeflateCompression.cs" /> + <Compile Include="src\crypto\tls\TlsDheKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsDsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsDssSigner.cs" /> + <Compile Include="src\crypto\tls\TlsECDHKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsECDheKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsECDsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsEccUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsExtensionsUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsFatalAlert.cs" /> + <Compile Include="src\crypto\tls\TlsHandshakeHash.cs" /> + <Compile Include="src\crypto\tls\TlsKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsMac.cs" /> + <Compile Include="src\crypto\tls\TlsNullCipher.cs" /> + <Compile Include="src\crypto\tls\TlsNullCompression.cs" /> + <Compile Include="src\crypto\tls\TlsPeer.cs" /> + <Compile Include="src\crypto\tls\TlsProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsProtocolHandler.cs" /> + <Compile Include="src\crypto\tls\TlsPskIdentity.cs" /> + <Compile Include="src\crypto\tls\TlsPskIdentityManager.cs" /> + <Compile Include="src\crypto\tls\TlsPskKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsRsaKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsRsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsRsaUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsServer.cs" /> + <Compile Include="src\crypto\tls\TlsServerContext.cs" /> + <Compile Include="src\crypto\tls\TlsServerContextImpl.cs" /> + <Compile Include="src\crypto\tls\TlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsSession.cs" /> + <Compile Include="src\crypto\tls\TlsSessionImpl.cs" /> + <Compile Include="src\crypto\tls\TlsSigner.cs" /> + <Compile Include="src\crypto\tls\TlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsSrpGroupVerifier.cs" /> + <Compile Include="src\crypto\tls\TlsSrpIdentityManager.cs" /> + <Compile Include="src\crypto\tls\TlsSrpKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsSrpLoginParameters.cs" /> + <Compile Include="src\crypto\tls\TlsSrpUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsSrtpUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsStream.cs" /> + <Compile Include="src\crypto\tls\TlsStreamCipher.cs" /> + <Compile Include="src\crypto\tls\TlsUtilities.cs" /> + <Compile Include="src\crypto\tls\UrlAndHash.cs" /> + <Compile Include="src\crypto\tls\UseSrtpData.cs" /> + <Compile Include="src\crypto\tls\UserMappingType.cs" /> + <Compile Include="src\crypto\util\Pack.cs" /> + <Compile Include="src\math\BigInteger.cs" /> + <Compile Include="src\math\Primes.cs" /> + <Compile Include="src\math\ec\ECAlgorithms.cs" /> + <Compile Include="src\math\ec\ECCurve.cs" /> + <Compile Include="src\math\ec\ECFieldElement.cs" /> + <Compile Include="src\math\ec\ECPoint.cs" /> + <Compile Include="src\math\ec\ECPointMap.cs" /> + <Compile Include="src\math\ec\LongArray.cs" /> + <Compile Include="src\math\ec\ScaleXPointMap.cs" /> + <Compile Include="src\math\ec\ScaleYPointMap.cs" /> + <Compile Include="src\math\ec\abc\SimpleBigDecimal.cs" /> + <Compile Include="src\math\ec\abc\Tnaf.cs" /> + <Compile Include="src\math\ec\abc\ZTauElement.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519Field.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519FieldElement.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571R1Point.cs" /> + <Compile Include="src\math\ec\endo\ECEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvTypeBEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvTypeBParameters.cs" /> + <Compile Include="src\math\ec\multiplier\AbstractECMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\DoubleAddMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\ECMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointCombMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointUtilities.cs" /> + <Compile Include="src\math\ec\multiplier\GlvMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\MixedNafR2LMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\MontgomeryLadderMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\NafL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\NafR2LMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\PreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\ReferenceMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WNafL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WNafPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\WNafUtilities.cs" /> + <Compile Include="src\math\ec\multiplier\WTauNafMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WTauNafPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\ZSignedDigitL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\ZSignedDigitR2LMultiplier.cs" /> + <Compile Include="src\math\field\FiniteFields.cs" /> + <Compile Include="src\math\field\GF2Polynomial.cs" /> + <Compile Include="src\math\field\GenericPolynomialExtensionField.cs" /> + <Compile Include="src\math\field\IExtensionField.cs" /> + <Compile Include="src\math\field\IFiniteField.cs" /> + <Compile Include="src\math\field\IPolynomial.cs" /> + <Compile Include="src\math\field\IPolynomialExtensionField.cs" /> + <Compile Include="src\math\field\PrimeField.cs" /> + <Compile Include="src\math\raw\Interleave.cs" /> + <Compile Include="src\math\raw\Mod.cs" /> + <Compile Include="src\math\raw\Nat.cs" /> + <Compile Include="src\math\raw\Nat128.cs" /> + <Compile Include="src\math\raw\Nat160.cs" /> + <Compile Include="src\math\raw\Nat192.cs" /> + <Compile Include="src\math\raw\Nat224.cs" /> + <Compile Include="src\math\raw\Nat256.cs" /> + <Compile Include="src\math\raw\Nat320.cs" /> + <Compile Include="src\math\raw\Nat384.cs" /> + <Compile Include="src\math\raw\Nat448.cs" /> + <Compile Include="src\math\raw\Nat512.cs" /> + <Compile Include="src\math\raw\Nat576.cs" /> + <Compile Include="src\ocsp\BasicOCSPResp.cs" /> + <Compile Include="src\ocsp\BasicOCSPRespGenerator.cs" /> + <Compile Include="src\ocsp\CertificateID.cs" /> + <Compile Include="src\ocsp\CertificateStatus.cs" /> + <Compile Include="src\ocsp\OCSPException.cs" /> + <Compile Include="src\ocsp\OCSPReq.cs" /> + <Compile Include="src\ocsp\OCSPReqGenerator.cs" /> + <Compile Include="src\ocsp\OCSPResp.cs" /> + <Compile Include="src\ocsp\OCSPRespGenerator.cs" /> + <Compile Include="src\ocsp\OCSPRespStatus.cs" /> + <Compile Include="src\ocsp\OCSPUtil.cs" /> + <Compile Include="src\ocsp\Req.cs" /> + <Compile Include="src\ocsp\RespData.cs" /> + <Compile Include="src\ocsp\RespID.cs" /> + <Compile Include="src\ocsp\RevokedStatus.cs" /> + <Compile Include="src\ocsp\SingleResp.cs" /> + <Compile Include="src\ocsp\UnknownStatus.cs" /> + <Compile Include="src\openpgp\IStreamGenerator.cs" /> + <Compile Include="src\openpgp\PGPKeyRing.cs" /> + <Compile Include="src\openpgp\PGPObject.cs" /> + <Compile Include="src\openpgp\PGPUserAttributeSubpacketVectorGenerator.cs" /> + <Compile Include="src\openpgp\PgpCompressedData.cs" /> + <Compile Include="src\openpgp\PgpCompressedDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpDataValidationException.cs" /> + <Compile Include="src\openpgp\PgpEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpEncryptedDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpEncryptedDataList.cs" /> + <Compile Include="src\openpgp\PgpException.cs" /> + <Compile Include="src\openpgp\PgpExperimental.cs" /> + <Compile Include="src\openpgp\PgpKeyFlags.cs" /> + <Compile Include="src\openpgp\PgpKeyPair.cs" /> + <Compile Include="src\openpgp\PgpKeyRingGenerator.cs" /> + <Compile Include="src\openpgp\PgpKeyValidationException.cs" /> + <Compile Include="src\openpgp\PgpLiteralData.cs" /> + <Compile Include="src\openpgp\PgpLiteralDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpMarker.cs" /> + <Compile Include="src\openpgp\PgpObjectFactory.cs" /> + <Compile Include="src\openpgp\PgpOnePassSignature.cs" /> + <Compile Include="src\openpgp\PgpOnePassSignatureList.cs" /> + <Compile Include="src\openpgp\PgpPad.cs" /> + <Compile Include="src\openpgp\PgpPbeEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpPrivateKey.cs" /> + <Compile Include="src\openpgp\PgpPublicKey.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyRing.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyRingBundle.cs" /> + <Compile Include="src\openpgp\PgpSecretKey.cs" /> + <Compile Include="src\openpgp\PgpSecretKeyRing.cs" /> + <Compile Include="src\openpgp\PgpSecretKeyRingBundle.cs" /> + <Compile Include="src\openpgp\PgpSignature.cs" /> + <Compile Include="src\openpgp\PgpSignatureGenerator.cs" /> + <Compile Include="src\openpgp\PgpSignatureList.cs" /> + <Compile Include="src\openpgp\PgpSignatureSubpacketGenerator.cs" /> + <Compile Include="src\openpgp\PgpSignatureSubpacketVector.cs" /> + <Compile Include="src\openpgp\PgpUserAttributeSubpacketVector.cs" /> + <Compile Include="src\openpgp\PgpUtilities.cs" /> + <Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" /> + <Compile Include="src\openpgp\Rfc6637Utilities.cs" /> + <Compile Include="src\openpgp\SXprUtilities.cs" /> + <Compile Include="src\openpgp\WrappedGeneratorStream.cs" /> + <Compile Include="src\openssl\EncryptionException.cs" /> + <Compile Include="src\openssl\IPasswordFinder.cs" /> + <Compile Include="src\openssl\MiscPemGenerator.cs" /> + <Compile Include="src\openssl\PEMException.cs" /> + <Compile Include="src\openssl\PEMReader.cs" /> + <Compile Include="src\openssl\PEMUtilities.cs" /> + <Compile Include="src\openssl\PEMWriter.cs" /> + <Compile Include="src\openssl\PasswordException.cs" /> + <Compile Include="src\openssl\Pkcs8Generator.cs" /> + <Compile Include="src\pkcs\AsymmetricKeyEntry.cs" /> + <Compile Include="src\pkcs\EncryptedPrivateKeyInfoFactory.cs" /> + <Compile Include="src\pkcs\PKCS12StoreBuilder.cs" /> + <Compile Include="src\pkcs\Pkcs10CertificationRequest.cs" /> + <Compile Include="src\pkcs\Pkcs10CertificationRequestDelaySigned.cs" /> + <Compile Include="src\pkcs\Pkcs12Entry.cs" /> + <Compile Include="src\pkcs\Pkcs12Store.cs" /> + <Compile Include="src\pkcs\Pkcs12Utilities.cs" /> + <Compile Include="src\pkcs\PrivateKeyInfoFactory.cs" /> + <Compile Include="src\pkcs\X509CertificateEntry.cs" /> + <Compile Include="src\pkix\CertStatus.cs" /> + <Compile Include="src\pkix\PkixAttrCertChecker.cs" /> + <Compile Include="src\pkix\PkixAttrCertPathBuilder.cs" /> + <Compile Include="src\pkix\PkixAttrCertPathValidator.cs" /> + <Compile Include="src\pkix\PkixBuilderParameters.cs" /> + <Compile Include="src\pkix\PkixCertPath.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilder.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilderException.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilderResult.cs" /> + <Compile Include="src\pkix\PkixCertPathChecker.cs" /> + <Compile Include="src\pkix\PkixCertPathValidator.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorException.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorResult.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorUtilities.cs" /> + <Compile Include="src\pkix\PkixCrlUtilities.cs" /> + <Compile Include="src\pkix\PkixNameConstraintValidator.cs" /> + <Compile Include="src\pkix\PkixNameConstraintValidatorException.cs" /> + <Compile Include="src\pkix\PkixParameters.cs" /> + <Compile Include="src\pkix\PkixPolicyNode.cs" /> + <Compile Include="src\pkix\ReasonsMask.cs" /> + <Compile Include="src\pkix\Rfc3280CertPathUtilities.cs" /> + <Compile Include="src\pkix\Rfc3281CertPathUtilities.cs" /> + <Compile Include="src\pkix\TrustAnchor.cs" /> + <Compile Include="src\security\AgreementUtilities.cs" /> + <Compile Include="src\security\CipherUtilities.cs" /> + <Compile Include="src\security\DigestUtilities.cs" /> + <Compile Include="src\security\DotNetUtilities.cs" /> + <Compile Include="src\security\GeneralSecurityException.cs" /> + <Compile Include="src\security\GeneratorUtilities.cs" /> + <Compile Include="src\security\InvalidKeyException.cs" /> + <Compile Include="src\security\InvalidParameterException.cs" /> + <Compile Include="src\security\KeyException.cs" /> + <Compile Include="src\security\MacUtilities.cs" /> + <Compile Include="src\security\NoSuchAlgorithmException.cs" /> + <Compile Include="src\security\ParameterUtilities.cs" /> + <Compile Include="src\security\PbeUtilities.cs" /> + <Compile Include="src\security\PrivateKeyFactory.cs" /> + <Compile Include="src\security\PublicKeyFactory.cs" /> + <Compile Include="src\security\SecureRandom.cs" /> + <Compile Include="src\security\SecurityUtilityException.cs" /> + <Compile Include="src\security\SignatureException.cs" /> + <Compile Include="src\security\SignerUtilities.cs" /> + <Compile Include="src\security\WrapperUtilities.cs" /> + <Compile Include="src\security\cert\CertificateEncodingException.cs" /> + <Compile Include="src\security\cert\CertificateException.cs" /> + <Compile Include="src\security\cert\CertificateExpiredException.cs" /> + <Compile Include="src\security\cert\CertificateNotYetValidException.cs" /> + <Compile Include="src\security\cert\CertificateParsingException.cs" /> + <Compile Include="src\security\cert\CrlException.cs" /> + <Compile Include="src\tsp\GenTimeAccuracy.cs" /> + <Compile Include="src\tsp\TSPAlgorithms.cs" /> + <Compile Include="src\tsp\TSPException.cs" /> + <Compile Include="src\tsp\TSPUtil.cs" /> + <Compile Include="src\tsp\TSPValidationException.cs" /> + <Compile Include="src\tsp\TimeStampRequest.cs" /> + <Compile Include="src\tsp\TimeStampRequestGenerator.cs" /> + <Compile Include="src\tsp\TimeStampResponse.cs" /> + <Compile Include="src\tsp\TimeStampResponseGenerator.cs" /> + <Compile Include="src\tsp\TimeStampToken.cs" /> + <Compile Include="src\tsp\TimeStampTokenGenerator.cs" /> + <Compile Include="src\tsp\TimeStampTokenInfo.cs" /> + <Compile Include="src\util\Arrays.cs" /> + <Compile Include="src\util\BigIntegers.cs" /> + <Compile Include="src\util\Enums.cs" /> + <Compile Include="src\util\IMemoable.cs" /> + <Compile Include="src\util\Integers.cs" /> + <Compile Include="src\util\MemoableResetException.cs" /> + <Compile Include="src\util\Platform.cs" /> + <Compile Include="src\util\Strings.cs" /> + <Compile Include="src\util\Times.cs" /> + <Compile Include="src\util\collections\CollectionUtilities.cs" /> + <Compile Include="src\util\collections\EmptyEnumerable.cs" /> + <Compile Include="src\util\collections\EnumerableProxy.cs" /> + <Compile Include="src\util\collections\HashSet.cs" /> + <Compile Include="src\util\collections\ISet.cs" /> + <Compile Include="src\util\collections\LinkedDictionary.cs" /> + <Compile Include="src\util\collections\UnmodifiableDictionary.cs" /> + <Compile Include="src\util\collections\UnmodifiableDictionaryProxy.cs" /> + <Compile Include="src\util\collections\UnmodifiableList.cs" /> + <Compile Include="src\util\collections\UnmodifiableListProxy.cs" /> + <Compile Include="src\util\collections\UnmodifiableSet.cs" /> + <Compile Include="src\util\collections\UnmodifiableSetProxy.cs" /> + <Compile Include="src\util\date\DateTimeObject.cs" /> + <Compile Include="src\util\date\DateTimeUtilities.cs" /> + <Compile Include="src\util\encoders\Base64.cs" /> + <Compile Include="src\util\encoders\Base64Encoder.cs" /> + <Compile Include="src\util\encoders\BufferedDecoder.cs" /> + <Compile Include="src\util\encoders\BufferedEncoder.cs" /> + <Compile Include="src\util\encoders\Hex.cs" /> + <Compile Include="src\util\encoders\HexEncoder.cs" /> + <Compile Include="src\util\encoders\HexTranslator.cs" /> + <Compile Include="src\util\encoders\IEncoder.cs" /> + <Compile Include="src\util\encoders\Translator.cs" /> + <Compile Include="src\util\encoders\UrlBase64.cs" /> + <Compile Include="src\util\encoders\UrlBase64Encoder.cs" /> + <Compile Include="src\util\io\BaseInputStream.cs" /> + <Compile Include="src\util\io\BaseOutputStream.cs" /> + <Compile Include="src\util\io\FilterStream.cs" /> + <Compile Include="src\util\io\NullOutputStream.cs" /> + <Compile Include="src\util\io\PushbackStream.cs" /> + <Compile Include="src\util\io\StreamOverflowException.cs" /> + <Compile Include="src\util\io\Streams.cs" /> + <Compile Include="src\util\io\TeeInputStream.cs" /> + <Compile Include="src\util\io\TeeOutputStream.cs" /> + <Compile Include="src\util\io\pem\PemGenerationException.cs" /> + <Compile Include="src\util\io\pem\PemHeader.cs" /> + <Compile Include="src\util\io\pem\PemObject.cs" /> + <Compile Include="src\util\io\pem\PemObjectGenerator.cs" /> + <Compile Include="src\util\io\pem\PemObjectParser.cs" /> + <Compile Include="src\util\io\pem\PemReader.cs" /> + <Compile Include="src\util\io\pem\PemWriter.cs" /> + <Compile Include="src\util\net\IPAddress.cs" /> + <Compile Include="src\util\TypeExtensions.cs" /> + <Compile Include="src\util\zlib\Adler32.cs" /> + <Compile Include="src\util\zlib\Deflate.cs" /> + <Compile Include="src\util\zlib\InfBlocks.cs" /> + <Compile Include="src\util\zlib\InfCodes.cs" /> + <Compile Include="src\util\zlib\InfTree.cs" /> + <Compile Include="src\util\zlib\Inflate.cs" /> + <Compile Include="src\util\zlib\JZlib.cs" /> + <Compile Include="src\util\zlib\StaticTree.cs" /> + <Compile Include="src\util\zlib\Tree.cs" /> + <Compile Include="src\util\zlib\ZDeflaterOutputStream.cs" /> + <Compile Include="src\util\zlib\ZInflaterInputStream.cs" /> + <Compile Include="src\util\zlib\ZInputStream.cs" /> + <Compile Include="src\util\zlib\ZOutputStream.cs" /> + <Compile Include="src\util\zlib\ZStream.cs" /> + <Compile Include="src\x509\AttributeCertificateHolder.cs" /> + <Compile Include="src\x509\AttributeCertificateIssuer.cs" /> + <Compile Include="src\x509\IX509AttributeCertificate.cs" /> + <Compile Include="src\x509\IX509Extension.cs" /> + <Compile Include="src\x509\PEMParser.cs" /> + <Compile Include="src\x509\PrincipalUtil.cs" /> + <Compile Include="src\x509\SubjectPublicKeyInfoFactory.cs" /> + <Compile Include="src\x509\X509AttrCertParser.cs" /> + <Compile Include="src\x509\X509Attribute.cs" /> + <Compile Include="src\x509\X509CertPairParser.cs" /> + <Compile Include="src\x509\X509Certificate.cs" /> + <Compile Include="src\x509\X509CertificatePair.cs" /> + <Compile Include="src\x509\X509CertificateParser.cs" /> + <Compile Include="src\x509\X509Crl.cs" /> + <Compile Include="src\x509\X509CrlEntry.cs" /> + <Compile Include="src\x509\X509CrlParser.cs" /> + <Compile Include="src\x509\X509ExtensionBase.cs" /> + <Compile Include="src\x509\X509KeyUsage.cs" /> + <Compile Include="src\x509\X509SignatureUtil.cs" /> + <Compile Include="src\x509\X509Utilities.cs" /> + <Compile Include="src\x509\X509V1CertificateGenerator.cs" /> + <Compile Include="src\x509\X509V2AttributeCertificate.cs" /> + <Compile Include="src\x509\X509V2AttributeCertificateGenerator.cs" /> + <Compile Include="src\x509\X509V2CRLGenerator.cs" /> + <Compile Include="src\x509\X509V3CertificateGenerator.cs" /> + <Compile Include="src\x509\extension\AuthorityKeyIdentifierStructure.cs" /> + <Compile Include="src\x509\extension\SubjectKeyIdentifierStructure.cs" /> + <Compile Include="src\x509\extension\X509ExtensionUtil.cs" /> + <Compile Include="src\x509\store\IX509Selector.cs" /> + <Compile Include="src\x509\store\IX509Store.cs" /> + <Compile Include="src\x509\store\IX509StoreParameters.cs" /> + <Compile Include="src\x509\store\NoSuchStoreException.cs" /> + <Compile Include="src\x509\store\X509AttrCertStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CertPairStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CertStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CollectionStore.cs" /> + <Compile Include="src\x509\store\X509CollectionStoreParameters.cs" /> + <Compile Include="src\x509\store\X509CrlStoreSelector.cs" /> + <Compile Include="src\x509\store\X509StoreException.cs" /> + <Compile Include="src\x509\store\X509StoreFactory.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="Contributors.html" /> + <None Include="License.html" /> + <None Include="Readme.html" /> + <None Include="checklist.txt" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> +</Project> \ No newline at end of file diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj new file mode 100644 index 000000000..f5bef5bb4 --- /dev/null +++ b/crypto/BouncyCastle.iOS.csproj @@ -0,0 +1,1503 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.30703</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{0249241C-205E-4AC0-828B-90F822359B9E}</ProjectGuid> + <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <OutputType>Library</OutputType> + <RootNamespace>Org.BouncyCastle</RootNamespace> + <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> + <AssemblyName>BouncyCastle</AssemblyName> + <TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\lib\Xamarin.iOS</OutputPath> + <IntermediateOutputPath>obj\Debug\lib\Xamarin.iOS</IntermediateOutputPath> + <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;__MOBILE__;__IOS__;</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <Optimize>true</Optimize> + <OutputPath>bin\Release\lib\Xamarin.iOS</OutputPath> + <IntermediateOutputPath>obj\Release\lib\Xamarin.iOS</IntermediateOutputPath> + <DefineConstants>TRACE;INCLUDE_IDEA;__MOBILE__;__IOS__;</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + </PropertyGroup> + <PropertyGroup> + <SignAssembly>true</SignAssembly> + </PropertyGroup> + <PropertyGroup> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Core" /> + <Reference Include="Xamarin.iOS" /> + </ItemGroup> + <ItemGroup> + <Compile Include="bzip2\src\BZip2Constants.cs" /> + <Compile Include="bzip2\src\CBZip2InputStream.cs" /> + <Compile Include="bzip2\src\CBZip2OutputStream.cs" /> + <Compile Include="bzip2\src\CRC.cs" /> + <Compile Include="src\asn1\BERBitString.cs" /> + <Compile Include="src\AssemblyInfo.cs" /> + <Compile Include="src\asn1\ASN1Generator.cs" /> + <Compile Include="src\asn1\ASN1OctetStringParser.cs" /> + <Compile Include="src\asn1\ASN1SequenceParser.cs" /> + <Compile Include="src\asn1\ASN1SetParser.cs" /> + <Compile Include="src\asn1\ASN1StreamParser.cs" /> + <Compile Include="src\asn1\ASN1TaggedObjectParser.cs" /> + <Compile Include="src\asn1\Asn1Encodable.cs" /> + <Compile Include="src\asn1\Asn1EncodableVector.cs" /> + <Compile Include="src\asn1\Asn1Exception.cs" /> + <Compile Include="src\asn1\Asn1InputStream.cs" /> + <Compile Include="src\asn1\Asn1Null.cs" /> + <Compile Include="src\asn1\Asn1Object.cs" /> + <Compile Include="src\asn1\Asn1OctetString.cs" /> + <Compile Include="src\asn1\Asn1OutputStream.cs" /> + <Compile Include="src\asn1\Asn1ParsingException.cs" /> + <Compile Include="src\asn1\Asn1Sequence.cs" /> + <Compile Include="src\asn1\Asn1Set.cs" /> + <Compile Include="src\asn1\Asn1TaggedObject.cs" /> + <Compile Include="src\asn1\Asn1Tags.cs" /> + <Compile Include="src\asn1\BERGenerator.cs" /> + <Compile Include="src\asn1\BEROctetStringGenerator.cs" /> + <Compile Include="src\asn1\BEROctetStringParser.cs" /> + <Compile Include="src\asn1\BERSequenceGenerator.cs" /> + <Compile Include="src\asn1\BERSequenceParser.cs" /> + <Compile Include="src\asn1\BERSetGenerator.cs" /> + <Compile Include="src\asn1\BERSetParser.cs" /> + <Compile Include="src\asn1\BERTaggedObjectParser.cs" /> + <Compile Include="src\asn1\BerApplicationSpecific.cs" /> + <Compile Include="src\asn1\BerApplicationSpecificParser.cs" /> + <Compile Include="src\asn1\BerNull.cs" /> + <Compile Include="src\asn1\BerOctetString.cs" /> + <Compile Include="src\asn1\BerOutputStream.cs" /> + <Compile Include="src\asn1\BerSequence.cs" /> + <Compile Include="src\asn1\BerSet.cs" /> + <Compile Include="src\asn1\BerTaggedObject.cs" /> + <Compile Include="src\asn1\ConstructedOctetStream.cs" /> + <Compile Include="src\asn1\DERExternal.cs" /> + <Compile Include="src\asn1\DERExternalParser.cs" /> + <Compile Include="src\asn1\DERGenerator.cs" /> + <Compile Include="src\asn1\DEROctetStringParser.cs" /> + <Compile Include="src\asn1\DERSequenceGenerator.cs" /> + <Compile Include="src\asn1\DERSequenceParser.cs" /> + <Compile Include="src\asn1\DERSetGenerator.cs" /> + <Compile Include="src\asn1\DERSetParser.cs" /> + <Compile Include="src\asn1\DefiniteLengthInputStream.cs" /> + <Compile Include="src\asn1\DerApplicationSpecific.cs" /> + <Compile Include="src\asn1\DerBMPString.cs" /> + <Compile Include="src\asn1\DerBitString.cs" /> + <Compile Include="src\asn1\DerBoolean.cs" /> + <Compile Include="src\asn1\DerEnumerated.cs" /> + <Compile Include="src\asn1\DerGeneralString.cs" /> + <Compile Include="src\asn1\DerGeneralizedTime.cs" /> + <Compile Include="src\asn1\DerIA5String.cs" /> + <Compile Include="src\asn1\DerInteger.cs" /> + <Compile Include="src\asn1\DerNull.cs" /> + <Compile Include="src\asn1\DerNumericString.cs" /> + <Compile Include="src\asn1\DerObjectIdentifier.cs" /> + <Compile Include="src\asn1\DerOctetString.cs" /> + <Compile Include="src\asn1\DerOutputStream.cs" /> + <Compile Include="src\asn1\DerPrintableString.cs" /> + <Compile Include="src\asn1\DerSequence.cs" /> + <Compile Include="src\asn1\DerSet.cs" /> + <Compile Include="src\asn1\DerStringBase.cs" /> + <Compile Include="src\asn1\DerT61String.cs" /> + <Compile Include="src\asn1\DerTaggedObject.cs" /> + <Compile Include="src\asn1\DerUTCTime.cs" /> + <Compile Include="src\asn1\DerUTF8String.cs" /> + <Compile Include="src\asn1\DerUniversalString.cs" /> + <Compile Include="src\asn1\DerVisibleString.cs" /> + <Compile Include="src\asn1\IAsn1ApplicationSpecificParser.cs" /> + <Compile Include="src\asn1\IAsn1Choice.cs" /> + <Compile Include="src\asn1\IAsn1Convertible.cs" /> + <Compile Include="src\asn1\IAsn1String.cs" /> + <Compile Include="src\asn1\IndefiniteLengthInputStream.cs" /> + <Compile Include="src\asn1\LazyASN1InputStream.cs" /> + <Compile Include="src\asn1\LazyDERSequence.cs" /> + <Compile Include="src\asn1\LazyDERSet.cs" /> + <Compile Include="src\asn1\LimitedInputStream.cs" /> + <Compile Include="src\asn1\OidTokenizer.cs" /> + <Compile Include="src\asn1\anssi\ANSSINamedCurves.cs" /> + <Compile Include="src\asn1\anssi\ANSSIObjectIdentifiers.cs" /> + <Compile Include="src\asn1\bc\BCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cmp\CAKeyUpdAnnContent.cs" /> + <Compile Include="src\asn1\cmp\CertConfirmContent.cs" /> + <Compile Include="src\asn1\cmp\CertOrEncCert.cs" /> + <Compile Include="src\asn1\cmp\CertRepMessage.cs" /> + <Compile Include="src\asn1\cmp\CertResponse.cs" /> + <Compile Include="src\asn1\cmp\CertStatus.cs" /> + <Compile Include="src\asn1\cmp\CertifiedKeyPair.cs" /> + <Compile Include="src\asn1\cmp\Challenge.cs" /> + <Compile Include="src\asn1\cmp\CmpCertificate.cs" /> + <Compile Include="src\asn1\cmp\CmpObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cmp\CrlAnnContent.cs" /> + <Compile Include="src\asn1\cmp\ErrorMsgContent.cs" /> + <Compile Include="src\asn1\cmp\GenMsgContent.cs" /> + <Compile Include="src\asn1\cmp\GenRepContent.cs" /> + <Compile Include="src\asn1\cmp\InfoTypeAndValue.cs" /> + <Compile Include="src\asn1\cmp\KeyRecRepContent.cs" /> + <Compile Include="src\asn1\cmp\OobCertHash.cs" /> + <Compile Include="src\asn1\cmp\PKIBody.cs" /> + <Compile Include="src\asn1\cmp\PKIConfirmContent.cs" /> + <Compile Include="src\asn1\cmp\PKIFailureInfo.cs" /> + <Compile Include="src\asn1\cmp\PKIFreeText.cs" /> + <Compile Include="src\asn1\cmp\PKIHeader.cs" /> + <Compile Include="src\asn1\cmp\PKIHeaderBuilder.cs" /> + <Compile Include="src\asn1\cmp\PKIMessage.cs" /> + <Compile Include="src\asn1\cmp\PKIMessages.cs" /> + <Compile Include="src\asn1\cmp\PKIStatus.cs" /> + <Compile Include="src\asn1\cmp\PKIStatusInfo.cs" /> + <Compile Include="src\asn1\cmp\PbmParameter.cs" /> + <Compile Include="src\asn1\cmp\PollRepContent.cs" /> + <Compile Include="src\asn1\cmp\PollReqContent.cs" /> + <Compile Include="src\asn1\cmp\PopoDecKeyChallContent.cs" /> + <Compile Include="src\asn1\cmp\PopoDecKeyRespContent.cs" /> + <Compile Include="src\asn1\cmp\ProtectedPart.cs" /> + <Compile Include="src\asn1\cmp\RevAnnContent.cs" /> + <Compile Include="src\asn1\cmp\RevDetails.cs" /> + <Compile Include="src\asn1\cmp\RevRepContent.cs" /> + <Compile Include="src\asn1\cmp\RevRepContentBuilder.cs" /> + <Compile Include="src\asn1\cmp\RevReqContent.cs" /> + <Compile Include="src\asn1\cms\Attribute.cs" /> + <Compile Include="src\asn1\cms\AttributeTable.cs" /> + <Compile Include="src\asn1\cms\Attributes.cs" /> + <Compile Include="src\asn1\cms\AuthEnvelopedData.cs" /> + <Compile Include="src\asn1\cms\AuthEnvelopedDataParser.cs" /> + <Compile Include="src\asn1\cms\AuthenticatedData.cs" /> + <Compile Include="src\asn1\cms\AuthenticatedDataParser.cs" /> + <Compile Include="src\asn1\cms\CMSAttributes.cs" /> + <Compile Include="src\asn1\cms\CMSObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cms\CompressedData.cs" /> + <Compile Include="src\asn1\cms\CompressedDataParser.cs" /> + <Compile Include="src\asn1\cms\ContentInfo.cs" /> + <Compile Include="src\asn1\cms\ContentInfoParser.cs" /> + <Compile Include="src\asn1\cms\EncryptedContentInfo.cs" /> + <Compile Include="src\asn1\cms\EncryptedContentInfoParser.cs" /> + <Compile Include="src\asn1\cms\EncryptedData.cs" /> + <Compile Include="src\asn1\cms\EnvelopedData.cs" /> + <Compile Include="src\asn1\cms\EnvelopedDataParser.cs" /> + <Compile Include="src\asn1\cms\Evidence.cs" /> + <Compile Include="src\asn1\cms\IssuerAndSerialNumber.cs" /> + <Compile Include="src\asn1\cms\KEKIdentifier.cs" /> + <Compile Include="src\asn1\cms\KEKRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\KeyAgreeRecipientIdentifier.cs" /> + <Compile Include="src\asn1\cms\KeyAgreeRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\KeyTransRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\MetaData.cs" /> + <Compile Include="src\asn1\cms\OriginatorIdentifierOrKey.cs" /> + <Compile Include="src\asn1\cms\OriginatorInfo.cs" /> + <Compile Include="src\asn1\cms\OriginatorPublicKey.cs" /> + <Compile Include="src\asn1\cms\OtherKeyAttribute.cs" /> + <Compile Include="src\asn1\cms\OtherRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\OtherRevocationInfoFormat.cs" /> + <Compile Include="src\asn1\cms\PasswordRecipientInfo.cs" /> + <Compile Include="src\asn1\cms\RecipientEncryptedKey.cs" /> + <Compile Include="src\asn1\cms\RecipientIdentifier.cs" /> + <Compile Include="src\asn1\cms\RecipientInfo.cs" /> + <Compile Include="src\asn1\cms\RecipientKeyIdentifier.cs" /> + <Compile Include="src\asn1\cms\SCVPReqRes.cs" /> + <Compile Include="src\asn1\cms\SignedData.cs" /> + <Compile Include="src\asn1\cms\SignedDataParser.cs" /> + <Compile Include="src\asn1\cms\SignerIdentifier.cs" /> + <Compile Include="src\asn1\cms\SignerInfo.cs" /> + <Compile Include="src\asn1\cms\Time.cs" /> + <Compile Include="src\asn1\cms\TimeStampAndCRL.cs" /> + <Compile Include="src\asn1\cms\TimeStampTokenEvidence.cs" /> + <Compile Include="src\asn1\cms\TimeStampedData.cs" /> + <Compile Include="src\asn1\cms\TimeStampedDataParser.cs" /> + <Compile Include="src\asn1\cms\ecc\MQVuserKeyingMaterial.cs" /> + <Compile Include="src\asn1\crmf\AttributeTypeAndValue.cs" /> + <Compile Include="src\asn1\crmf\CertId.cs" /> + <Compile Include="src\asn1\crmf\CertReqMessages.cs" /> + <Compile Include="src\asn1\crmf\CertReqMsg.cs" /> + <Compile Include="src\asn1\crmf\CertRequest.cs" /> + <Compile Include="src\asn1\crmf\CertTemplate.cs" /> + <Compile Include="src\asn1\crmf\CertTemplateBuilder.cs" /> + <Compile Include="src\asn1\crmf\Controls.cs" /> + <Compile Include="src\asn1\crmf\CrmfObjectIdentifiers.cs" /> + <Compile Include="src\asn1\crmf\EncKeyWithID.cs" /> + <Compile Include="src\asn1\crmf\EncryptedKey.cs" /> + <Compile Include="src\asn1\crmf\EncryptedValue.cs" /> + <Compile Include="src\asn1\crmf\OptionalValidity.cs" /> + <Compile Include="src\asn1\crmf\PKIArchiveOptions.cs" /> + <Compile Include="src\asn1\crmf\PKIPublicationInfo.cs" /> + <Compile Include="src\asn1\crmf\PKMacValue.cs" /> + <Compile Include="src\asn1\crmf\PopoPrivKey.cs" /> + <Compile Include="src\asn1\crmf\PopoSigningKey.cs" /> + <Compile Include="src\asn1\crmf\PopoSigningKeyInput.cs" /> + <Compile Include="src\asn1\crmf\ProofOfPossession.cs" /> + <Compile Include="src\asn1\crmf\SinglePubInfo.cs" /> + <Compile Include="src\asn1\crmf\SubsequentMessage.cs" /> + <Compile Include="src\asn1\cryptopro\CryptoProObjectIdentifiers.cs" /> + <Compile Include="src\asn1\cryptopro\ECGOST3410NamedCurves.cs" /> + <Compile Include="src\asn1\cryptopro\ECGOST3410ParamSetParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST28147Parameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410NamedParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410ParamSetParameters.cs" /> + <Compile Include="src\asn1\cryptopro\GOST3410PublicKeyAlgParameters.cs" /> + <Compile Include="src\asn1\eac\EACObjectIdentifiers.cs" /> + <Compile Include="src\asn1\esf\CertificateValues.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeIdentifier.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeIndication.cs" /> + <Compile Include="src\asn1\esf\CommitmentTypeQualifier.cs" /> + <Compile Include="src\asn1\esf\CompleteCertificateRefs.cs" /> + <Compile Include="src\asn1\esf\CompleteRevocationRefs.cs" /> + <Compile Include="src\asn1\esf\CrlIdentifier.cs" /> + <Compile Include="src\asn1\esf\CrlListID.cs" /> + <Compile Include="src\asn1\esf\CrlOcspRef.cs" /> + <Compile Include="src\asn1\esf\CrlValidatedID.cs" /> + <Compile Include="src\asn1\esf\ESFAttributes.cs" /> + <Compile Include="src\asn1\esf\OcspIdentifier.cs" /> + <Compile Include="src\asn1\esf\OcspListID.cs" /> + <Compile Include="src\asn1\esf\OcspResponsesID.cs" /> + <Compile Include="src\asn1\esf\OtherCertID.cs" /> + <Compile Include="src\asn1\esf\OtherHash.cs" /> + <Compile Include="src\asn1\esf\OtherHashAlgAndValue.cs" /> + <Compile Include="src\asn1\esf\OtherRevRefs.cs" /> + <Compile Include="src\asn1\esf\OtherRevVals.cs" /> + <Compile Include="src\asn1\esf\OtherSigningCertificate.cs" /> + <Compile Include="src\asn1\esf\RevocationValues.cs" /> + <Compile Include="src\asn1\esf\SigPolicyQualifierInfo.cs" /> + <Compile Include="src\asn1\esf\SignaturePolicyId.cs" /> + <Compile Include="src\asn1\esf\SignaturePolicyIdentifier.cs" /> + <Compile Include="src\asn1\esf\SignerAttribute.cs" /> + <Compile Include="src\asn1\esf\SignerLocation.cs" /> + <Compile Include="src\asn1\ess\ContentHints.cs" /> + <Compile Include="src\asn1\ess\ContentIdentifier.cs" /> + <Compile Include="src\asn1\ess\ESSCertID.cs" /> + <Compile Include="src\asn1\ess\ESSCertIDv2.cs" /> + <Compile Include="src\asn1\ess\OtherCertID.cs" /> + <Compile Include="src\asn1\ess\OtherSigningCertificate.cs" /> + <Compile Include="src\asn1\ess\SigningCertificate.cs" /> + <Compile Include="src\asn1\ess\SigningCertificateV2.cs" /> + <Compile Include="src\asn1\gnu\GNUObjectIdentifiers.cs" /> + <Compile Include="src\asn1\iana\IANAObjectIdentifiers.cs" /> + <Compile Include="src\asn1\icao\CscaMasterList.cs" /> + <Compile Include="src\asn1\icao\DataGroupHash.cs" /> + <Compile Include="src\asn1\icao\ICAOObjectIdentifiers.cs" /> + <Compile Include="src\asn1\icao\LDSSecurityObject.cs" /> + <Compile Include="src\asn1\icao\LDSVersionInfo.cs" /> + <Compile Include="src\asn1\isismtt\ISISMTTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\isismtt\ocsp\CertHash.cs" /> + <Compile Include="src\asn1\isismtt\ocsp\RequestedCertificate.cs" /> + <Compile Include="src\asn1\isismtt\x509\AdditionalInformationSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\AdmissionSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\Admissions.cs" /> + <Compile Include="src\asn1\isismtt\x509\DeclarationOfMajority.cs" /> + <Compile Include="src\asn1\isismtt\x509\MonetaryLimit.cs" /> + <Compile Include="src\asn1\isismtt\x509\NamingAuthority.cs" /> + <Compile Include="src\asn1\isismtt\x509\ProcurationSyntax.cs" /> + <Compile Include="src\asn1\isismtt\x509\ProfessionInfo.cs" /> + <Compile Include="src\asn1\isismtt\x509\Restriction.cs" /> + <Compile Include="src\asn1\kisa\KISAObjectIdentifiers.cs" /> + <Compile Include="src\asn1\microsoft\MicrosoftObjectIdentifiers.cs" /> + <Compile Include="src\asn1\misc\CAST5CBCParameters.cs" /> + <Compile Include="src\asn1\misc\IDEACBCPar.cs" /> + <Compile Include="src\asn1\misc\MiscObjectIdentifiers.cs" /> + <Compile Include="src\asn1\misc\NetscapeCertType.cs" /> + <Compile Include="src\asn1\misc\NetscapeRevocationURL.cs" /> + <Compile Include="src\asn1\misc\VerisignCzagExtension.cs" /> + <Compile Include="src\asn1\mozilla\PublicKeyAndChallenge.cs" /> + <Compile Include="src\asn1\nist\NISTNamedCurves.cs" /> + <Compile Include="src\asn1\nist\NISTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ntt\NTTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ocsp\BasicOCSPResponse.cs" /> + <Compile Include="src\asn1\ocsp\CertID.cs" /> + <Compile Include="src\asn1\ocsp\CertStatus.cs" /> + <Compile Include="src\asn1\ocsp\CrlID.cs" /> + <Compile Include="src\asn1\ocsp\OCSPObjectIdentifiers.cs" /> + <Compile Include="src\asn1\ocsp\OCSPRequest.cs" /> + <Compile Include="src\asn1\ocsp\OCSPResponse.cs" /> + <Compile Include="src\asn1\ocsp\OCSPResponseStatus.cs" /> + <Compile Include="src\asn1\ocsp\Request.cs" /> + <Compile Include="src\asn1\ocsp\ResponderID.cs" /> + <Compile Include="src\asn1\ocsp\ResponseBytes.cs" /> + <Compile Include="src\asn1\ocsp\ResponseData.cs" /> + <Compile Include="src\asn1\ocsp\RevokedInfo.cs" /> + <Compile Include="src\asn1\ocsp\ServiceLocator.cs" /> + <Compile Include="src\asn1\ocsp\Signature.cs" /> + <Compile Include="src\asn1\ocsp\SingleResponse.cs" /> + <Compile Include="src\asn1\ocsp\TBSRequest.cs" /> + <Compile Include="src\asn1\oiw\ElGamalParameter.cs" /> + <Compile Include="src\asn1\oiw\OIWObjectIdentifiers.cs" /> + <Compile Include="src\asn1\pkcs\Attribute.cs" /> + <Compile Include="src\asn1\pkcs\AuthenticatedSafe.cs" /> + <Compile Include="src\asn1\pkcs\CertBag.cs" /> + <Compile Include="src\asn1\pkcs\CertificationRequest.cs" /> + <Compile Include="src\asn1\pkcs\CertificationRequestInfo.cs" /> + <Compile Include="src\asn1\pkcs\ContentInfo.cs" /> + <Compile Include="src\asn1\pkcs\DHParameter.cs" /> + <Compile Include="src\asn1\pkcs\EncryptedData.cs" /> + <Compile Include="src\asn1\pkcs\EncryptedPrivateKeyInfo.cs" /> + <Compile Include="src\asn1\pkcs\EncryptionScheme.cs" /> + <Compile Include="src\asn1\pkcs\IssuerAndSerialNumber.cs" /> + <Compile Include="src\asn1\pkcs\KeyDerivationFunc.cs" /> + <Compile Include="src\asn1\pkcs\MacData.cs" /> + <Compile Include="src\asn1\pkcs\PBEParameter.cs" /> + <Compile Include="src\asn1\pkcs\PBES2Parameters.cs" /> + <Compile Include="src\asn1\pkcs\PBKDF2Params.cs" /> + <Compile Include="src\asn1\pkcs\PKCS12PBEParams.cs" /> + <Compile Include="src\asn1\pkcs\PKCSObjectIdentifiers.cs" /> + <Compile Include="src\asn1\pkcs\Pfx.cs" /> + <Compile Include="src\asn1\pkcs\PrivateKeyInfo.cs" /> + <Compile Include="src\asn1\pkcs\RC2CBCParameter.cs" /> + <Compile Include="src\asn1\pkcs\RSAESOAEPparams.cs" /> + <Compile Include="src\asn1\pkcs\RSAPrivateKeyStructure.cs" /> + <Compile Include="src\asn1\pkcs\RSASSAPSSparams.cs" /> + <Compile Include="src\asn1\pkcs\SafeBag.cs" /> + <Compile Include="src\asn1\pkcs\SignedData.cs" /> + <Compile Include="src\asn1\pkcs\SignerInfo.cs" /> + <Compile Include="src\asn1\sec\ECPrivateKeyStructure.cs" /> + <Compile Include="src\asn1\sec\SECNamedCurves.cs" /> + <Compile Include="src\asn1\sec\SECObjectIdentifiers.cs" /> + <Compile Include="src\asn1\smime\SMIMEAttributes.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilities.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilitiesAttribute.cs" /> + <Compile Include="src\asn1\smime\SMIMECapability.cs" /> + <Compile Include="src\asn1\smime\SMIMECapabilityVector.cs" /> + <Compile Include="src\asn1\smime\SMIMEEncryptionKeyPreferenceAttribute.cs" /> + <Compile Include="src\asn1\teletrust\TeleTrusTNamedCurves.cs" /> + <Compile Include="src\asn1\teletrust\TeleTrusTObjectIdentifiers.cs" /> + <Compile Include="src\asn1\tsp\Accuracy.cs" /> + <Compile Include="src\asn1\tsp\MessageImprint.cs" /> + <Compile Include="src\asn1\tsp\TSTInfo.cs" /> + <Compile Include="src\asn1\tsp\TimeStampReq.cs" /> + <Compile Include="src\asn1\tsp\TimeStampResp.cs" /> + <Compile Include="src\asn1\util\Asn1Dump.cs" /> + <Compile Include="src\asn1\util\Dump.cs" /> + <Compile Include="src\asn1\util\FilterStream.cs" /> + <Compile Include="src\asn1\x500\DirectoryString.cs" /> + <Compile Include="src\asn1\x509\AccessDescription.cs" /> + <Compile Include="src\asn1\x509\AlgorithmIdentifier.cs" /> + <Compile Include="src\asn1\x509\AttCertIssuer.cs" /> + <Compile Include="src\asn1\x509\AttCertValidityPeriod.cs" /> + <Compile Include="src\asn1\x509\Attribute.cs" /> + <Compile Include="src\asn1\x509\AttributeCertificate.cs" /> + <Compile Include="src\asn1\x509\AttributeCertificateInfo.cs" /> + <Compile Include="src\asn1\x509\AttributeTable.cs" /> + <Compile Include="src\asn1\x509\AuthorityInformationAccess.cs" /> + <Compile Include="src\asn1\x509\AuthorityKeyIdentifier.cs" /> + <Compile Include="src\asn1\x509\BasicConstraints.cs" /> + <Compile Include="src\asn1\x509\CRLDistPoint.cs" /> + <Compile Include="src\asn1\x509\CRLNumber.cs" /> + <Compile Include="src\asn1\x509\CRLReason.cs" /> + <Compile Include="src\asn1\x509\CertPolicyId.cs" /> + <Compile Include="src\asn1\x509\CertificateList.cs" /> + <Compile Include="src\asn1\x509\CertificatePair.cs" /> + <Compile Include="src\asn1\x509\CertificatePolicies.cs" /> + <Compile Include="src\asn1\x509\DSAParameter.cs" /> + <Compile Include="src\asn1\x509\DigestInfo.cs" /> + <Compile Include="src\asn1\x509\DisplayText.cs" /> + <Compile Include="src\asn1\x509\DistributionPoint.cs" /> + <Compile Include="src\asn1\x509\DistributionPointName.cs" /> + <Compile Include="src\asn1\x509\ExtendedKeyUsage.cs" /> + <Compile Include="src\asn1\x509\GeneralName.cs" /> + <Compile Include="src\asn1\x509\GeneralNames.cs" /> + <Compile Include="src\asn1\x509\GeneralSubtree.cs" /> + <Compile Include="src\asn1\x509\Holder.cs" /> + <Compile Include="src\asn1\x509\IetfAttrSyntax.cs" /> + <Compile Include="src\asn1\x509\IssuerSerial.cs" /> + <Compile Include="src\asn1\x509\IssuingDistributionPoint.cs" /> + <Compile Include="src\asn1\x509\KeyPurposeId.cs" /> + <Compile Include="src\asn1\x509\KeyUsage.cs" /> + <Compile Include="src\asn1\x509\NameConstraints.cs" /> + <Compile Include="src\asn1\x509\NoticeReference.cs" /> + <Compile Include="src\asn1\x509\ObjectDigestInfo.cs" /> + <Compile Include="src\asn1\x509\PolicyInformation.cs" /> + <Compile Include="src\asn1\x509\PolicyMappings.cs" /> + <Compile Include="src\asn1\x509\PolicyQualifierId.cs" /> + <Compile Include="src\asn1\x509\PolicyQualifierInfo.cs" /> + <Compile Include="src\asn1\x509\PrivateKeyUsagePeriod.cs" /> + <Compile Include="src\asn1\x509\RSAPublicKeyStructure.cs" /> + <Compile Include="src\asn1\x509\ReasonFlags.cs" /> + <Compile Include="src\asn1\x509\RoleSyntax.cs" /> + <Compile Include="src\asn1\x509\SubjectDirectoryAttributes.cs" /> + <Compile Include="src\asn1\x509\SubjectKeyIdentifier.cs" /> + <Compile Include="src\asn1\x509\SubjectPublicKeyInfo.cs" /> + <Compile Include="src\asn1\x509\TBSCertList.cs" /> + <Compile Include="src\asn1\x509\TBSCertificateStructure.cs" /> + <Compile Include="src\asn1\x509\Target.cs" /> + <Compile Include="src\asn1\x509\TargetInformation.cs" /> + <Compile Include="src\asn1\x509\Targets.cs" /> + <Compile Include="src\asn1\x509\Time.cs" /> + <Compile Include="src\asn1\x509\UserNotice.cs" /> + <Compile Include="src\asn1\x509\V1TBSCertificateGenerator.cs" /> + <Compile Include="src\asn1\x509\V2AttributeCertificateInfoGenerator.cs" /> + <Compile Include="src\asn1\x509\V2Form.cs" /> + <Compile Include="src\asn1\x509\V2TBSCertListGenerator.cs" /> + <Compile Include="src\asn1\x509\V3TBSCertificateGenerator.cs" /> + <Compile Include="src\asn1\x509\X509Attributes.cs" /> + <Compile Include="src\asn1\x509\X509CertificateStructure.cs" /> + <Compile Include="src\asn1\x509\X509DefaultEntryConverter.cs" /> + <Compile Include="src\asn1\x509\X509Extension.cs" /> + <Compile Include="src\asn1\x509\X509Extensions.cs" /> + <Compile Include="src\asn1\x509\X509ExtensionsGenerator.cs" /> + <Compile Include="src\asn1\x509\X509Name.cs" /> + <Compile Include="src\asn1\x509\X509NameEntryConverter.cs" /> + <Compile Include="src\asn1\x509\X509NameTokenizer.cs" /> + <Compile Include="src\asn1\x509\X509ObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\BiometricData.cs" /> + <Compile Include="src\asn1\x509\qualified\ETSIQCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\Iso4217CurrencyCode.cs" /> + <Compile Include="src\asn1\x509\qualified\MonetaryValue.cs" /> + <Compile Include="src\asn1\x509\qualified\QCStatement.cs" /> + <Compile Include="src\asn1\x509\qualified\RFC3739QCObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x509\qualified\SemanticsInformation.cs" /> + <Compile Include="src\asn1\x509\qualified\TypeOfBiometricData.cs" /> + <Compile Include="src\asn1\x509\sigi\NameOrPseudonym.cs" /> + <Compile Include="src\asn1\x509\sigi\PersonalData.cs" /> + <Compile Include="src\asn1\x509\sigi\SigIObjectIdentifiers.cs" /> + <Compile Include="src\asn1\x9\DHDomainParameters.cs" /> + <Compile Include="src\asn1\x9\DHPublicKey.cs" /> + <Compile Include="src\asn1\x9\DHValidationParms.cs" /> + <Compile Include="src\asn1\x9\ECNamedCurveTable.cs" /> + <Compile Include="src\asn1\x9\KeySpecificInfo.cs" /> + <Compile Include="src\asn1\x9\OtherInfo.cs" /> + <Compile Include="src\asn1\x9\X962NamedCurves.cs" /> + <Compile Include="src\asn1\x9\X962Parameters.cs" /> + <Compile Include="src\asn1\x9\X9Curve.cs" /> + <Compile Include="src\asn1\x9\X9ECParameters.cs" /> + <Compile Include="src\asn1\x9\X9ECParametersHolder.cs" /> + <Compile Include="src\asn1\x9\X9ECPoint.cs" /> + <Compile Include="src\asn1\x9\X9FieldElement.cs" /> + <Compile Include="src\asn1\x9\X9FieldID.cs" /> + <Compile Include="src\asn1\x9\X9IntegerConverter.cs" /> + <Compile Include="src\asn1\x9\X9ObjectIdentifiers.cs" /> + <Compile Include="src\bcpg\ArmoredInputStream.cs" /> + <Compile Include="src\bcpg\ArmoredOutputStream.cs" /> + <Compile Include="src\bcpg\BcpgInputStream.cs" /> + <Compile Include="src\bcpg\BcpgObject.cs" /> + <Compile Include="src\bcpg\BcpgOutputStream.cs" /> + <Compile Include="src\bcpg\CompressedDataPacket.cs" /> + <Compile Include="src\bcpg\CompressionAlgorithmTags.cs" /> + <Compile Include="src\bcpg\ContainedPacket.cs" /> + <Compile Include="src\bcpg\Crc24.cs" /> + <Compile Include="src\bcpg\DsaPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\DsaSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\ECDHPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECDsaPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECPublicBCPGKey.cs" /> + <Compile Include="src\bcpg\ECSecretBCPGKey.cs" /> + <Compile Include="src\bcpg\ElGamalPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\ElGamalSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\ExperimentalPacket.cs" /> + <Compile Include="src\bcpg\HashAlgorithmTags.cs" /> + <Compile Include="src\bcpg\IBcpgKey.cs" /> + <Compile Include="src\bcpg\InputStreamPacket.cs" /> + <Compile Include="src\bcpg\LiteralDataPacket.cs" /> + <Compile Include="src\bcpg\MPInteger.cs" /> + <Compile Include="src\bcpg\MarkerPacket.cs" /> + <Compile Include="src\bcpg\ModDetectionCodePacket.cs" /> + <Compile Include="src\bcpg\OnePassSignaturePacket.cs" /> + <Compile Include="src\bcpg\OutputStreamPacket.cs" /> + <Compile Include="src\bcpg\Packet.cs" /> + <Compile Include="src\bcpg\PacketTags.cs" /> + <Compile Include="src\bcpg\PublicKeyAlgorithmTags.cs" /> + <Compile Include="src\bcpg\PublicKeyEncSessionPacket.cs" /> + <Compile Include="src\bcpg\PublicKeyPacket.cs" /> + <Compile Include="src\bcpg\PublicSubkeyPacket.cs" /> + <Compile Include="src\bcpg\RsaPublicBcpgKey.cs" /> + <Compile Include="src\bcpg\RsaSecretBcpgKey.cs" /> + <Compile Include="src\bcpg\S2k.cs" /> + <Compile Include="src\bcpg\SecretKeyPacket.cs" /> + <Compile Include="src\bcpg\SecretSubkeyPacket.cs" /> + <Compile Include="src\bcpg\SignaturePacket.cs" /> + <Compile Include="src\bcpg\SignatureSubpacket.cs" /> + <Compile Include="src\bcpg\SignatureSubpacketTags.cs" /> + <Compile Include="src\bcpg\SignatureSubpacketsReader.cs" /> + <Compile Include="src\bcpg\SymmetricEncDataPacket.cs" /> + <Compile Include="src\bcpg\SymmetricEncIntegrityPacket.cs" /> + <Compile Include="src\bcpg\SymmetricKeyAlgorithmTags.cs" /> + <Compile Include="src\bcpg\SymmetricKeyEncSessionPacket.cs" /> + <Compile Include="src\bcpg\TrustPacket.cs" /> + <Compile Include="src\bcpg\UserAttributePacket.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacket.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacketTags.cs" /> + <Compile Include="src\bcpg\UserAttributeSubpacketsReader.cs" /> + <Compile Include="src\bcpg\UserIdPacket.cs" /> + <Compile Include="src\bcpg\attr\ImageAttrib.cs" /> + <Compile Include="src\bcpg\sig\EmbeddedSignature.cs" /> + <Compile Include="src\bcpg\sig\Exportable.cs" /> + <Compile Include="src\bcpg\sig\Features.cs" /> + <Compile Include="src\bcpg\sig\IssuerKeyId.cs" /> + <Compile Include="src\bcpg\sig\KeyExpirationTime.cs" /> + <Compile Include="src\bcpg\sig\KeyFlags.cs" /> + <Compile Include="src\bcpg\sig\NotationData.cs" /> + <Compile Include="src\bcpg\sig\PreferredAlgorithms.cs" /> + <Compile Include="src\bcpg\sig\PrimaryUserId.cs" /> + <Compile Include="src\bcpg\sig\Revocable.cs" /> + <Compile Include="src\bcpg\sig\RevocationKey.cs" /> + <Compile Include="src\bcpg\sig\RevocationKeyTags.cs" /> + <Compile Include="src\bcpg\sig\RevocationReason.cs" /> + <Compile Include="src\bcpg\sig\RevocationReasonTags.cs" /> + <Compile Include="src\bcpg\sig\SignatureCreationTime.cs" /> + <Compile Include="src\bcpg\sig\SignatureExpirationTime.cs" /> + <Compile Include="src\bcpg\sig\SignerUserId.cs" /> + <Compile Include="src\bcpg\sig\TrustSignature.cs" /> + <Compile Include="src\cms\BaseDigestCalculator.cs" /> + <Compile Include="src\cms\CMSAttributeTableGenerationException.cs" /> + <Compile Include="src\cms\CMSAttributeTableGenerator.cs" /> + <Compile Include="src\cms\CMSAuthEnvelopedData.cs" /> + <Compile Include="src\cms\CMSAuthEnvelopedGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedData.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataParser.cs" /> + <Compile Include="src\cms\CMSAuthenticatedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSAuthenticatedGenerator.cs" /> + <Compile Include="src\cms\CMSCompressedData.cs" /> + <Compile Include="src\cms\CMSCompressedDataGenerator.cs" /> + <Compile Include="src\cms\CMSCompressedDataParser.cs" /> + <Compile Include="src\cms\CMSCompressedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSContentInfoParser.cs" /> + <Compile Include="src\cms\CMSEnvelopedData.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataParser.cs" /> + <Compile Include="src\cms\CMSEnvelopedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedGenerator.cs" /> + <Compile Include="src\cms\CMSEnvelopedHelper.cs" /> + <Compile Include="src\cms\CMSException.cs" /> + <Compile Include="src\cms\CMSPBEKey.cs" /> + <Compile Include="src\cms\CMSProcessable.cs" /> + <Compile Include="src\cms\CMSProcessableByteArray.cs" /> + <Compile Include="src\cms\CMSProcessableFile.cs" /> + <Compile Include="src\cms\CMSProcessableInputStream.cs" /> + <Compile Include="src\cms\CMSReadable.cs" /> + <Compile Include="src\cms\CMSSecureReadable.cs" /> + <Compile Include="src\cms\CMSSignedData.cs" /> + <Compile Include="src\cms\CMSSignedDataGenerator.cs" /> + <Compile Include="src\cms\CMSSignedDataParser.cs" /> + <Compile Include="src\cms\CMSSignedDataStreamGenerator.cs" /> + <Compile Include="src\cms\CMSSignedGenerator.cs" /> + <Compile Include="src\cms\CMSSignedHelper.cs" /> + <Compile Include="src\cms\CMSStreamException.cs" /> + <Compile Include="src\cms\CMSTypedStream.cs" /> + <Compile Include="src\cms\CMSUtils.cs" /> + <Compile Include="src\cms\CounterSignatureDigestCalculator.cs" /> + <Compile Include="src\cms\DefaultAuthenticatedAttributeTableGenerator.cs" /> + <Compile Include="src\cms\DefaultSignedAttributeTableGenerator.cs" /> + <Compile Include="src\cms\DigOutputStream.cs" /> + <Compile Include="src\cms\IDigestCalculator.cs" /> + <Compile Include="src\cms\KEKRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KEKRecipientInformation.cs" /> + <Compile Include="src\cms\KeyAgreeRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KeyAgreeRecipientInformation.cs" /> + <Compile Include="src\cms\KeyTransRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\KeyTransRecipientInformation.cs" /> + <Compile Include="src\cms\MacOutputStream.cs" /> + <Compile Include="src\cms\OriginatorId.cs" /> + <Compile Include="src\cms\OriginatorInfoGenerator.cs" /> + <Compile Include="src\cms\OriginatorInformation.cs" /> + <Compile Include="src\cms\PKCS5Scheme2PBEKey.cs" /> + <Compile Include="src\cms\PKCS5Scheme2UTF8PBEKey.cs" /> + <Compile Include="src\cms\PasswordRecipientInfoGenerator.cs" /> + <Compile Include="src\cms\PasswordRecipientInformation.cs" /> + <Compile Include="src\cms\RecipientId.cs" /> + <Compile Include="src\cms\RecipientInfoGenerator.cs" /> + <Compile Include="src\cms\RecipientInformation.cs" /> + <Compile Include="src\cms\RecipientInformationStore.cs" /> + <Compile Include="src\cms\SigOutputStream.cs" /> + <Compile Include="src\cms\SignerId.cs" /> + <Compile Include="src\cms\SignerInfoGenerator.cs" /> + <Compile Include="src\cms\SignerInformation.cs" /> + <Compile Include="src\cms\SignerInformationStore.cs" /> + <Compile Include="src\cms\SimpleAttributeTableGenerator.cs" /> + <Compile Include="src\crypto\AsymmetricCipherKeyPair.cs" /> + <Compile Include="src\crypto\AsymmetricKeyParameter.cs" /> + <Compile Include="src\crypto\BufferedAeadBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedAsymmetricBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedBlockCipher.cs" /> + <Compile Include="src\crypto\BufferedCipherBase.cs" /> + <Compile Include="src\crypto\BufferedIesCipher.cs" /> + <Compile Include="src\crypto\BufferedStreamCipher.cs" /> + <Compile Include="src\crypto\Check.cs" /> + <Compile Include="src\crypto\CipherKeyGenerator.cs" /> + <Compile Include="src\crypto\CryptoException.cs" /> + <Compile Include="src\crypto\DataLengthException.cs" /> + <Compile Include="src\crypto\digests\NonMemoableDigest.cs" /> + <Compile Include="src\crypto\engines\SerpentEngineBase.cs" /> + <Compile Include="src\crypto\engines\TnepresEngine.cs" /> + <Compile Include="src\crypto\IAsymmetricBlockCipher.cs" /> + <Compile Include="src\crypto\IAsymmetricCipherKeyPairGenerator.cs" /> + <Compile Include="src\crypto\IBasicAgreement.cs" /> + <Compile Include="src\crypto\IBlockCipher.cs" /> + <Compile Include="src\crypto\IBlockResult.cs" /> + <Compile Include="src\crypto\IBufferedCipher.cs" /> + <Compile Include="src\crypto\ICipherParameters.cs" /> + <Compile Include="src\crypto\IDSA.cs" /> + <Compile Include="src\crypto\IDerivationFunction.cs" /> + <Compile Include="src\crypto\IDerivationParameters.cs" /> + <Compile Include="src\crypto\IDigest.cs" /> + <Compile Include="src\crypto\IEntropySource.cs" /> + <Compile Include="src\crypto\IEntropySourceProvider.cs" /> + <Compile Include="src\crypto\IMac.cs" /> + <Compile Include="src\crypto\ISignatureFactory.cs" /> + <Compile Include="src\crypto\IStreamCalculator.cs" /> + <Compile Include="src\crypto\ISigner.cs" /> + <Compile Include="src\crypto\ISignerWithRecovery.cs" /> + <Compile Include="src\crypto\IStreamCipher.cs" /> + <Compile Include="src\crypto\IVerifier.cs" /> + <Compile Include="src\crypto\IVerifierFactory.cs" /> + <Compile Include="src\crypto\IVerifierFactoryProvider.cs" /> + <Compile Include="src\crypto\IWrapper.cs" /> + <Compile Include="src\crypto\IXof.cs" /> + <Compile Include="src\crypto\InvalidCipherTextException.cs" /> + <Compile Include="src\crypto\KeyGenerationParameters.cs" /> + <Compile Include="src\crypto\MaxBytesExceededException.cs" /> + <Compile Include="src\crypto\OutputLengthException.cs" /> + <Compile Include="src\crypto\PbeParametersGenerator.cs" /> + <Compile Include="src\crypto\prng\BasicEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\CryptoApiEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\drbg\CtrSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\DrbgUtilities.cs" /> + <Compile Include="src\crypto\prng\drbg\HashSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\HMacSP800Drbg.cs" /> + <Compile Include="src\crypto\prng\drbg\ISP80090Drbg.cs" /> + <Compile Include="src\crypto\prng\EntropyUtilities.cs" /> + <Compile Include="src\crypto\prng\IDrbgProvider.cs" /> + <Compile Include="src\crypto\prng\SP800SecureRandom.cs" /> + <Compile Include="src\crypto\prng\SP800SecureRandomBuilder.cs" /> + <Compile Include="src\crypto\prng\X931Rng.cs" /> + <Compile Include="src\crypto\prng\X931SecureRandom.cs" /> + <Compile Include="src\crypto\prng\X931SecureRandomBuilder.cs" /> + <Compile Include="src\crypto\StreamBlockCipher.cs" /> + <Compile Include="src\crypto\agreement\DHAgreement.cs" /> + <Compile Include="src\crypto\agreement\DHBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\DHStandardGroups.cs" /> + <Compile Include="src\crypto\agreement\ECDHBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECDHCBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECDHWithKdfBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECMqvBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\ECMqvWithKdfBasicAgreement.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeParticipant.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakePrimeOrderGroup.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakePrimeOrderGroups.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound1Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound2Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeRound3Payload.cs" /> + <Compile Include="src\crypto\agreement\jpake\JPakeUtilities.cs" /> + <Compile Include="src\crypto\agreement\kdf\DHKdfParameters.cs" /> + <Compile Include="src\crypto\agreement\kdf\DHKekGenerator.cs" /> + <Compile Include="src\crypto\agreement\kdf\ECDHKekGenerator.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Client.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Server.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6StandardGroups.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6Utilities.cs" /> + <Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" /> + <Compile Include="src\crypto\digests\GOST3411Digest.cs" /> + <Compile Include="src\crypto\digests\GeneralDigest.cs" /> + <Compile Include="src\crypto\digests\KeccakDigest.cs" /> + <Compile Include="src\crypto\digests\LongDigest.cs" /> + <Compile Include="src\crypto\digests\MD2Digest.cs" /> + <Compile Include="src\crypto\digests\MD4Digest.cs" /> + <Compile Include="src\crypto\digests\MD5Digest.cs" /> + <Compile Include="src\crypto\digests\NullDigest.cs" /> + <Compile Include="src\crypto\digests\RipeMD128Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD160Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD256Digest.cs" /> + <Compile Include="src\crypto\digests\RipeMD320Digest.cs" /> + <Compile Include="src\crypto\digests\SHA3Digest.cs" /> + <Compile Include="src\crypto\digests\SM3Digest.cs" /> + <Compile Include="src\crypto\digests\Sha1Digest.cs" /> + <Compile Include="src\crypto\digests\Sha224Digest.cs" /> + <Compile Include="src\crypto\digests\Sha256Digest.cs" /> + <Compile Include="src\crypto\digests\Sha384Digest.cs" /> + <Compile Include="src\crypto\digests\Sha512Digest.cs" /> + <Compile Include="src\crypto\digests\Sha512tDigest.cs" /> + <Compile Include="src\crypto\digests\ShakeDigest.cs" /> + <Compile Include="src\crypto\digests\ShortenedDigest.cs" /> + <Compile Include="src\crypto\digests\SkeinDigest.cs" /> + <Compile Include="src\crypto\digests\SkeinEngine.cs" /> + <Compile Include="src\crypto\digests\TigerDigest.cs" /> + <Compile Include="src\crypto\digests\WhirlpoolDigest.cs" /> + <Compile Include="src\crypto\ec\CustomNamedCurves.cs" /> + <Compile Include="src\crypto\encodings\ISO9796d1Encoding.cs" /> + <Compile Include="src\crypto\encodings\OaepEncoding.cs" /> + <Compile Include="src\crypto\encodings\Pkcs1Encoding.cs" /> + <Compile Include="src\crypto\engines\AesEngine.cs" /> + <Compile Include="src\crypto\engines\AesFastEngine.cs" /> + <Compile Include="src\crypto\engines\AesLightEngine.cs" /> + <Compile Include="src\crypto\engines\AesWrapEngine.cs" /> + <Compile Include="src\crypto\engines\BlowfishEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaLightEngine.cs" /> + <Compile Include="src\crypto\engines\CamelliaWrapEngine.cs" /> + <Compile Include="src\crypto\engines\Cast5Engine.cs" /> + <Compile Include="src\crypto\engines\Cast6Engine.cs" /> + <Compile Include="src\crypto\engines\ChaChaEngine.cs" /> + <Compile Include="src\crypto\engines\DesEdeEngine.cs" /> + <Compile Include="src\crypto\engines\DesEdeWrapEngine.cs" /> + <Compile Include="src\crypto\engines\DesEngine.cs" /> + <Compile Include="src\crypto\engines\ElGamalEngine.cs" /> + <Compile Include="src\crypto\engines\GOST28147Engine.cs" /> + <Compile Include="src\crypto\engines\HC128Engine.cs" /> + <Compile Include="src\crypto\engines\HC256Engine.cs" /> + <Compile Include="src\crypto\engines\ISAACEngine.cs" /> + <Compile Include="src\crypto\engines\IdeaEngine.cs" /> + <Compile Include="src\crypto\engines\IesEngine.cs" /> + <Compile Include="src\crypto\engines\NaccacheSternEngine.cs" /> + <Compile Include="src\crypto\engines\NoekeonEngine.cs" /> + <Compile Include="src\crypto\engines\NullEngine.cs" /> + <Compile Include="src\crypto\engines\RC2Engine.cs" /> + <Compile Include="src\crypto\engines\RC2WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RC4Engine.cs" /> + <Compile Include="src\crypto\engines\RC532Engine.cs" /> + <Compile Include="src\crypto\engines\RC564Engine.cs" /> + <Compile Include="src\crypto\engines\RC6Engine.cs" /> + <Compile Include="src\crypto\engines\RFC3211WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RFC3394WrapEngine.cs" /> + <Compile Include="src\crypto\engines\RSABlindedEngine.cs" /> + <Compile Include="src\crypto\engines\RSABlindingEngine.cs" /> + <Compile Include="src\crypto\engines\RSACoreEngine.cs" /> + <Compile Include="src\crypto\engines\RijndaelEngine.cs" /> + <Compile Include="src\crypto\engines\RsaEngine.cs" /> + <Compile Include="src\crypto\engines\SEEDEngine.cs" /> + <Compile Include="src\crypto\engines\SEEDWrapEngine.cs" /> + <Compile Include="src\crypto\engines\Salsa20Engine.cs" /> + <Compile Include="src\crypto\engines\SerpentEngine.cs" /> + <Compile Include="src\crypto\engines\SkipjackEngine.cs" /> + <Compile Include="src\crypto\engines\TEAEngine.cs" /> + <Compile Include="src\crypto\engines\ThreefishEngine.cs" /> + <Compile Include="src\crypto\engines\TwofishEngine.cs" /> + <Compile Include="src\crypto\engines\VMPCEngine.cs" /> + <Compile Include="src\crypto\engines\VMPCKSA3Engine.cs" /> + <Compile Include="src\crypto\engines\XSalsa20Engine.cs" /> + <Compile Include="src\crypto\engines\XTEAEngine.cs" /> + <Compile Include="src\crypto\generators\BaseKdfBytesGenerator.cs" /> + <Compile Include="src\crypto\generators\DHBasicKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DHKeyGeneratorHelper.cs" /> + <Compile Include="src\crypto\generators\DHKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DHParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\DHParametersHelper.cs" /> + <Compile Include="src\crypto\generators\DesEdeKeyGenerator.cs" /> + <Compile Include="src\crypto\generators\DesKeyGenerator.cs" /> + <Compile Include="src\crypto\generators\DsaKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\DsaParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\ECKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\ElGamalKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\ElGamalParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\GOST3410KeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\GOST3410ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Kdf1BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\Kdf2BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\Mgf1BytesGenerator.cs" /> + <Compile Include="src\crypto\generators\NaccacheSternKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\OpenSSLPBEParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs12ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs5S1ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Pkcs5S2ParametersGenerator.cs" /> + <Compile Include="src\crypto\generators\Poly1305KeyGenerator.cs" /> + <Compile Include="src\crypto\generators\RSABlindingFactorGenerator.cs" /> + <Compile Include="src\crypto\generators\RsaKeyPairGenerator.cs" /> + <Compile Include="src\crypto\generators\SCrypt.cs" /> + <Compile Include="src\crypto\io\CipherStream.cs" /> + <Compile Include="src\crypto\io\DigestStream.cs" /> + <Compile Include="src\crypto\io\MacStream.cs" /> + <Compile Include="src\crypto\io\SignerStream.cs" /> + <Compile Include="src\crypto\macs\CMac.cs" /> + <Compile Include="src\crypto\macs\CbcBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\CfbBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\GMac.cs" /> + <Compile Include="src\crypto\macs\GOST28147Mac.cs" /> + <Compile Include="src\crypto\macs\HMac.cs" /> + <Compile Include="src\crypto\macs\ISO9797Alg3Mac.cs" /> + <Compile Include="src\crypto\macs\Poly1305.cs" /> + <Compile Include="src\crypto\macs\SipHash.cs" /> + <Compile Include="src\crypto\macs\SkeinMac.cs" /> + <Compile Include="src\crypto\macs\VMPCMac.cs" /> + <Compile Include="src\crypto\modes\CbcBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CcmBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\CtsBlockCipher.cs" /> + <Compile Include="src\crypto\modes\EAXBlockCipher.cs" /> + <Compile Include="src\crypto\modes\GCMBlockCipher.cs" /> + <Compile Include="src\crypto\modes\GOFBBlockCipher.cs" /> + <Compile Include="src\crypto\modes\IAeadBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OCBBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\OpenPgpCfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\SicBlockCipher.cs" /> + <Compile Include="src\crypto\modes\gcm\BasicGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\BasicGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\GcmUtilities.cs" /> + <Compile Include="src\crypto\modes\gcm\IGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\IGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables1kGcmExponentiator.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" /> + <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" /> + <Compile Include="src\crypto\operators\Asn1Signature.cs" /> + <Compile Include="src\crypto\paddings\BlockCipherPadding.cs" /> + <Compile Include="src\crypto\paddings\ISO10126d2Padding.cs" /> + <Compile Include="src\crypto\paddings\ISO7816d4Padding.cs" /> + <Compile Include="src\crypto\paddings\PaddedBufferedBlockCipher.cs" /> + <Compile Include="src\crypto\paddings\Pkcs7Padding.cs" /> + <Compile Include="src\crypto\paddings\TbcPadding.cs" /> + <Compile Include="src\crypto\paddings\X923Padding.cs" /> + <Compile Include="src\crypto\paddings\ZeroBytePadding.cs" /> + <Compile Include="src\crypto\parameters\AEADParameters.cs" /> + <Compile Include="src\crypto\parameters\CcmParameters.cs" /> + <Compile Include="src\crypto\parameters\DHKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DHKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHParameters.cs" /> + <Compile Include="src\crypto\parameters\DHPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DHValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\DSAParameterGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DesEdeParameters.cs" /> + <Compile Include="src\crypto\parameters\DesParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\DsaValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\ECDomainParameters.cs" /> + <Compile Include="src\crypto\parameters\ECKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\ECKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ECPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ECPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ElGamalPublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410KeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410KeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410Parameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410PrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410PublicKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\GOST3410ValidationParameters.cs" /> + <Compile Include="src\crypto\parameters\ISO18033KDFParameters.cs" /> + <Compile Include="src\crypto\parameters\IesParameters.cs" /> + <Compile Include="src\crypto\parameters\IesWithCipherParameters.cs" /> + <Compile Include="src\crypto\parameters\KdfParameters.cs" /> + <Compile Include="src\crypto\parameters\KeyParameter.cs" /> + <Compile Include="src\crypto\parameters\MgfParameters.cs" /> + <Compile Include="src\crypto\parameters\MqvPrivateParameters.cs" /> + <Compile Include="src\crypto\parameters\MqvPublicParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\NaccacheSternPrivateKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithIV.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithRandom.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithSBox.cs" /> + <Compile Include="src\crypto\parameters\ParametersWithSalt.cs" /> + <Compile Include="src\crypto\parameters\RC2Parameters.cs" /> + <Compile Include="src\crypto\parameters\RC5Parameters.cs" /> + <Compile Include="src\crypto\parameters\RSABlindingParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaKeyGenerationParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\RsaPrivateCrtKeyParameters.cs" /> + <Compile Include="src\crypto\parameters\SkeinParameters.cs" /> + <Compile Include="src\crypto\parameters\Srp6GroupParameters.cs" /> + <Compile Include="src\crypto\parameters\TweakableBlockCipherParameters.cs" /> + <Compile Include="src\crypto\prng\CryptoApiRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\DigestRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\IRandomGenerator.cs" /> + <Compile Include="src\crypto\prng\ReversedWindowGenerator.cs" /> + <Compile Include="src\crypto\prng\ThreadedSeedGenerator.cs" /> + <Compile Include="src\crypto\prng\VMPCRandomGenerator.cs" /> + <Compile Include="src\crypto\signers\DsaDigestSigner.cs" /> + <Compile Include="src\crypto\signers\DsaSigner.cs" /> + <Compile Include="src\crypto\signers\ECDsaSigner.cs" /> + <Compile Include="src\crypto\signers\ECGOST3410Signer.cs" /> + <Compile Include="src\crypto\signers\ECNRSigner.cs" /> + <Compile Include="src\crypto\signers\GOST3410DigestSigner.cs" /> + <Compile Include="src\crypto\signers\GOST3410Signer.cs" /> + <Compile Include="src\crypto\signers\GenericSigner.cs" /> + <Compile Include="src\crypto\signers\HMacDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\IDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\Iso9796d2PssSigner.cs" /> + <Compile Include="src\crypto\signers\Iso9796d2Signer.cs" /> + <Compile Include="src\crypto\signers\IsoTrailers.cs" /> + <Compile Include="src\crypto\signers\PssSigner.cs" /> + <Compile Include="src\crypto\signers\RandomDsaKCalculator.cs" /> + <Compile Include="src\crypto\signers\RsaDigestSigner.cs" /> + <Compile Include="src\crypto\signers\X931Signer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsClient.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsContext.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsKeyExchange.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsPeer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsServer.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsSigner.cs" /> + <Compile Include="src\crypto\tls\AbstractTlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\AlertDescription.cs" /> + <Compile Include="src\crypto\tls\AlertLevel.cs" /> + <Compile Include="src\crypto\tls\BasicTlsPskIdentity.cs" /> + <Compile Include="src\crypto\tls\BulkCipherAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ByteQueue.cs" /> + <Compile Include="src\crypto\tls\ByteQueueStream.cs" /> + <Compile Include="src\crypto\tls\CertChainType.cs" /> + <Compile Include="src\crypto\tls\Certificate.cs" /> + <Compile Include="src\crypto\tls\CertificateRequest.cs" /> + <Compile Include="src\crypto\tls\CertificateStatus.cs" /> + <Compile Include="src\crypto\tls\CertificateStatusRequest.cs" /> + <Compile Include="src\crypto\tls\CertificateStatusType.cs" /> + <Compile Include="src\crypto\tls\CertificateUrl.cs" /> + <Compile Include="src\crypto\tls\Chacha20Poly1305.cs" /> + <Compile Include="src\crypto\tls\ChangeCipherSpec.cs" /> + <Compile Include="src\crypto\tls\CipherSuite.cs" /> + <Compile Include="src\crypto\tls\CipherType.cs" /> + <Compile Include="src\crypto\tls\ClientAuthenticationType.cs" /> + <Compile Include="src\crypto\tls\ClientCertificateType.cs" /> + <Compile Include="src\crypto\tls\CombinedHash.cs" /> + <Compile Include="src\crypto\tls\CompressionMethod.cs" /> + <Compile Include="src\crypto\tls\ConnectionEnd.cs" /> + <Compile Include="src\crypto\tls\ContentType.cs" /> + <Compile Include="src\crypto\tls\DatagramTransport.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsClient.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsServer.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\DefaultTlsSrpGroupVerifier.cs" /> + <Compile Include="src\crypto\tls\DeferredHash.cs" /> + <Compile Include="src\crypto\tls\DigestInputBuffer.cs" /> + <Compile Include="src\crypto\tls\DigitallySigned.cs" /> + <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsEpoch.cs" /> + <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" /> + <Compile Include="src\crypto\tls\DtlsProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsReassembler.cs" /> + <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" /> + <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" /> + <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" /> + <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\DtlsTransport.cs" /> + <Compile Include="src\crypto\tls\ECBasisType.cs" /> + <Compile Include="src\crypto\tls\ECCurveType.cs" /> + <Compile Include="src\crypto\tls\ECPointFormat.cs" /> + <Compile Include="src\crypto\tls\EncryptionAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ExporterLabel.cs" /> + <Compile Include="src\crypto\tls\ExtensionType.cs" /> + <Compile Include="src\crypto\tls\FiniteFieldDheGroup.cs" /> + <Compile Include="src\crypto\tls\HandshakeType.cs" /> + <Compile Include="src\crypto\tls\HashAlgorithm.cs" /> + <Compile Include="src\crypto\tls\HeartbeatExtension.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMessage.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMessageType.cs" /> + <Compile Include="src\crypto\tls\HeartbeatMode.cs" /> + <Compile Include="src\crypto\tls\KeyExchangeAlgorithm.cs" /> + <Compile Include="src\crypto\tls\MacAlgorithm.cs" /> + <Compile Include="src\crypto\tls\MaxFragmentLength.cs" /> + <Compile Include="src\crypto\tls\NameType.cs" /> + <Compile Include="src\crypto\tls\NamedCurve.cs" /> + <Compile Include="src\crypto\tls\NewSessionTicket.cs" /> + <Compile Include="src\crypto\tls\OcspStatusRequest.cs" /> + <Compile Include="src\crypto\tls\PrfAlgorithm.cs" /> + <Compile Include="src\crypto\tls\ProtocolVersion.cs" /> + <Compile Include="src\crypto\tls\PskTlsClient.cs" /> + <Compile Include="src\crypto\tls\PskTlsServer.cs" /> + <Compile Include="src\crypto\tls\RecordStream.cs" /> + <Compile Include="src\crypto\tls\SecurityParameters.cs" /> + <Compile Include="src\crypto\tls\ServerDHParams.cs" /> + <Compile Include="src\crypto\tls\ServerName.cs" /> + <Compile Include="src\crypto\tls\ServerNameList.cs" /> + <Compile Include="src\crypto\tls\ServerOnlyTlsAuthentication.cs" /> + <Compile Include="src\crypto\tls\ServerSrpParams.cs" /> + <Compile Include="src\crypto\tls\SessionParameters.cs" /> + <Compile Include="src\crypto\tls\SignatureAlgorithm.cs" /> + <Compile Include="src\crypto\tls\SignatureAndHashAlgorithm.cs" /> + <Compile Include="src\crypto\tls\SignerInputBuffer.cs" /> + <Compile Include="src\crypto\tls\SimulatedTlsSrpIdentityManager.cs" /> + <Compile Include="src\crypto\tls\SrpTlsClient.cs" /> + <Compile Include="src\crypto\tls\SrpTlsServer.cs" /> + <Compile Include="src\crypto\tls\SrtpProtectionProfile.cs" /> + <Compile Include="src\crypto\tls\Ssl3Mac.cs" /> + <Compile Include="src\crypto\tls\SupplementalDataEntry.cs" /> + <Compile Include="src\crypto\tls\SupplementalDataType.cs" /> + <Compile Include="src\crypto\tls\TlsAeadCipher.cs" /> + <Compile Include="src\crypto\tls\TlsAgreementCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsAuthentication.cs" /> + <Compile Include="src\crypto\tls\TlsBlockCipher.cs" /> + <Compile Include="src\crypto\tls\TlsCipher.cs" /> + <Compile Include="src\crypto\tls\TlsCipherFactory.cs" /> + <Compile Include="src\crypto\tls\TlsClient.cs" /> + <Compile Include="src\crypto\tls\TlsClientContext.cs" /> + <Compile Include="src\crypto\tls\TlsClientContextImpl.cs" /> + <Compile Include="src\crypto\tls\TlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsCompression.cs" /> + <Compile Include="src\crypto\tls\TlsContext.cs" /> + <Compile Include="src\crypto\tls\TlsCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsDHKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsDHUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsDeflateCompression.cs" /> + <Compile Include="src\crypto\tls\TlsDheKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsDsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsDssSigner.cs" /> + <Compile Include="src\crypto\tls\TlsECDHKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsECDheKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsECDsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsEccUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsEncryptionCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsExtensionsUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsFatalAlert.cs" /> + <Compile Include="src\crypto\tls\TlsHandshakeHash.cs" /> + <Compile Include="src\crypto\tls\TlsKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsMac.cs" /> + <Compile Include="src\crypto\tls\TlsNullCipher.cs" /> + <Compile Include="src\crypto\tls\TlsNullCompression.cs" /> + <Compile Include="src\crypto\tls\TlsPeer.cs" /> + <Compile Include="src\crypto\tls\TlsProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsProtocolHandler.cs" /> + <Compile Include="src\crypto\tls\TlsPskIdentity.cs" /> + <Compile Include="src\crypto\tls\TlsPskIdentityManager.cs" /> + <Compile Include="src\crypto\tls\TlsPskKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsRsaKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsRsaSigner.cs" /> + <Compile Include="src\crypto\tls\TlsRsaUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsServer.cs" /> + <Compile Include="src\crypto\tls\TlsServerContext.cs" /> + <Compile Include="src\crypto\tls\TlsServerContextImpl.cs" /> + <Compile Include="src\crypto\tls\TlsServerProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsSession.cs" /> + <Compile Include="src\crypto\tls\TlsSessionImpl.cs" /> + <Compile Include="src\crypto\tls\TlsSigner.cs" /> + <Compile Include="src\crypto\tls\TlsSignerCredentials.cs" /> + <Compile Include="src\crypto\tls\TlsSrpGroupVerifier.cs" /> + <Compile Include="src\crypto\tls\TlsSrpIdentityManager.cs" /> + <Compile Include="src\crypto\tls\TlsSrpKeyExchange.cs" /> + <Compile Include="src\crypto\tls\TlsSrpLoginParameters.cs" /> + <Compile Include="src\crypto\tls\TlsSrpUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsSrtpUtilities.cs" /> + <Compile Include="src\crypto\tls\TlsStream.cs" /> + <Compile Include="src\crypto\tls\TlsStreamCipher.cs" /> + <Compile Include="src\crypto\tls\TlsUtilities.cs" /> + <Compile Include="src\crypto\tls\UrlAndHash.cs" /> + <Compile Include="src\crypto\tls\UseSrtpData.cs" /> + <Compile Include="src\crypto\tls\UserMappingType.cs" /> + <Compile Include="src\crypto\util\Pack.cs" /> + <Compile Include="src\math\BigInteger.cs" /> + <Compile Include="src\math\Primes.cs" /> + <Compile Include="src\math\ec\ECAlgorithms.cs" /> + <Compile Include="src\math\ec\ECCurve.cs" /> + <Compile Include="src\math\ec\ECFieldElement.cs" /> + <Compile Include="src\math\ec\ECPoint.cs" /> + <Compile Include="src\math\ec\ECPointMap.cs" /> + <Compile Include="src\math\ec\LongArray.cs" /> + <Compile Include="src\math\ec\ScaleXPointMap.cs" /> + <Compile Include="src\math\ec\ScaleYPointMap.cs" /> + <Compile Include="src\math\ec\abc\SimpleBigDecimal.cs" /> + <Compile Include="src\math\ec\abc\Tnaf.cs" /> + <Compile Include="src\math\ec\abc\ZTauElement.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519Field.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519FieldElement.cs" /> + <Compile Include="src\math\ec\custom\djb\Curve25519Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP128R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP160R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP192R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP224R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP256R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP384R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecP521R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT113R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT131R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT163R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R2Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT193R2Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT233R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT239K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT283R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT409R1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571Field.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571FieldElement.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571K1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571K1Point.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571R1Curve.cs" /> + <Compile Include="src\math\ec\custom\sec\SecT571R1Point.cs" /> + <Compile Include="src\math\ec\endo\ECEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvTypeBEndomorphism.cs" /> + <Compile Include="src\math\ec\endo\GlvTypeBParameters.cs" /> + <Compile Include="src\math\ec\multiplier\AbstractECMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\DoubleAddMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\ECMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointCombMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\FixedPointUtilities.cs" /> + <Compile Include="src\math\ec\multiplier\GlvMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\MixedNafR2LMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\MontgomeryLadderMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\NafL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\NafR2LMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\PreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\ReferenceMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WNafL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WNafPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\WNafUtilities.cs" /> + <Compile Include="src\math\ec\multiplier\WTauNafMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\WTauNafPreCompInfo.cs" /> + <Compile Include="src\math\ec\multiplier\ZSignedDigitL2RMultiplier.cs" /> + <Compile Include="src\math\ec\multiplier\ZSignedDigitR2LMultiplier.cs" /> + <Compile Include="src\math\field\FiniteFields.cs" /> + <Compile Include="src\math\field\GF2Polynomial.cs" /> + <Compile Include="src\math\field\GenericPolynomialExtensionField.cs" /> + <Compile Include="src\math\field\IExtensionField.cs" /> + <Compile Include="src\math\field\IFiniteField.cs" /> + <Compile Include="src\math\field\IPolynomial.cs" /> + <Compile Include="src\math\field\IPolynomialExtensionField.cs" /> + <Compile Include="src\math\field\PrimeField.cs" /> + <Compile Include="src\math\raw\Interleave.cs" /> + <Compile Include="src\math\raw\Mod.cs" /> + <Compile Include="src\math\raw\Nat.cs" /> + <Compile Include="src\math\raw\Nat128.cs" /> + <Compile Include="src\math\raw\Nat160.cs" /> + <Compile Include="src\math\raw\Nat192.cs" /> + <Compile Include="src\math\raw\Nat224.cs" /> + <Compile Include="src\math\raw\Nat256.cs" /> + <Compile Include="src\math\raw\Nat320.cs" /> + <Compile Include="src\math\raw\Nat384.cs" /> + <Compile Include="src\math\raw\Nat448.cs" /> + <Compile Include="src\math\raw\Nat512.cs" /> + <Compile Include="src\math\raw\Nat576.cs" /> + <Compile Include="src\ocsp\BasicOCSPResp.cs" /> + <Compile Include="src\ocsp\BasicOCSPRespGenerator.cs" /> + <Compile Include="src\ocsp\CertificateID.cs" /> + <Compile Include="src\ocsp\CertificateStatus.cs" /> + <Compile Include="src\ocsp\OCSPException.cs" /> + <Compile Include="src\ocsp\OCSPReq.cs" /> + <Compile Include="src\ocsp\OCSPReqGenerator.cs" /> + <Compile Include="src\ocsp\OCSPResp.cs" /> + <Compile Include="src\ocsp\OCSPRespGenerator.cs" /> + <Compile Include="src\ocsp\OCSPRespStatus.cs" /> + <Compile Include="src\ocsp\OCSPUtil.cs" /> + <Compile Include="src\ocsp\Req.cs" /> + <Compile Include="src\ocsp\RespData.cs" /> + <Compile Include="src\ocsp\RespID.cs" /> + <Compile Include="src\ocsp\RevokedStatus.cs" /> + <Compile Include="src\ocsp\SingleResp.cs" /> + <Compile Include="src\ocsp\UnknownStatus.cs" /> + <Compile Include="src\openpgp\IStreamGenerator.cs" /> + <Compile Include="src\openpgp\PGPKeyRing.cs" /> + <Compile Include="src\openpgp\PGPObject.cs" /> + <Compile Include="src\openpgp\PGPUserAttributeSubpacketVectorGenerator.cs" /> + <Compile Include="src\openpgp\PgpCompressedData.cs" /> + <Compile Include="src\openpgp\PgpCompressedDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpDataValidationException.cs" /> + <Compile Include="src\openpgp\PgpEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpEncryptedDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpEncryptedDataList.cs" /> + <Compile Include="src\openpgp\PgpException.cs" /> + <Compile Include="src\openpgp\PgpExperimental.cs" /> + <Compile Include="src\openpgp\PgpKeyFlags.cs" /> + <Compile Include="src\openpgp\PgpKeyPair.cs" /> + <Compile Include="src\openpgp\PgpKeyRingGenerator.cs" /> + <Compile Include="src\openpgp\PgpKeyValidationException.cs" /> + <Compile Include="src\openpgp\PgpLiteralData.cs" /> + <Compile Include="src\openpgp\PgpLiteralDataGenerator.cs" /> + <Compile Include="src\openpgp\PgpMarker.cs" /> + <Compile Include="src\openpgp\PgpObjectFactory.cs" /> + <Compile Include="src\openpgp\PgpOnePassSignature.cs" /> + <Compile Include="src\openpgp\PgpOnePassSignatureList.cs" /> + <Compile Include="src\openpgp\PgpPad.cs" /> + <Compile Include="src\openpgp\PgpPbeEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpPrivateKey.cs" /> + <Compile Include="src\openpgp\PgpPublicKey.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyEncryptedData.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyRing.cs" /> + <Compile Include="src\openpgp\PgpPublicKeyRingBundle.cs" /> + <Compile Include="src\openpgp\PgpSecretKey.cs" /> + <Compile Include="src\openpgp\PgpSecretKeyRing.cs" /> + <Compile Include="src\openpgp\PgpSecretKeyRingBundle.cs" /> + <Compile Include="src\openpgp\PgpSignature.cs" /> + <Compile Include="src\openpgp\PgpSignatureGenerator.cs" /> + <Compile Include="src\openpgp\PgpSignatureList.cs" /> + <Compile Include="src\openpgp\PgpSignatureSubpacketGenerator.cs" /> + <Compile Include="src\openpgp\PgpSignatureSubpacketVector.cs" /> + <Compile Include="src\openpgp\PgpUserAttributeSubpacketVector.cs" /> + <Compile Include="src\openpgp\PgpUtilities.cs" /> + <Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" /> + <Compile Include="src\openpgp\Rfc6637Utilities.cs" /> + <Compile Include="src\openpgp\SXprUtilities.cs" /> + <Compile Include="src\openpgp\WrappedGeneratorStream.cs" /> + <Compile Include="src\openssl\EncryptionException.cs" /> + <Compile Include="src\openssl\IPasswordFinder.cs" /> + <Compile Include="src\openssl\MiscPemGenerator.cs" /> + <Compile Include="src\openssl\PEMException.cs" /> + <Compile Include="src\openssl\PEMReader.cs" /> + <Compile Include="src\openssl\PEMUtilities.cs" /> + <Compile Include="src\openssl\PEMWriter.cs" /> + <Compile Include="src\openssl\PasswordException.cs" /> + <Compile Include="src\openssl\Pkcs8Generator.cs" /> + <Compile Include="src\pkcs\AsymmetricKeyEntry.cs" /> + <Compile Include="src\pkcs\EncryptedPrivateKeyInfoFactory.cs" /> + <Compile Include="src\pkcs\PKCS12StoreBuilder.cs" /> + <Compile Include="src\pkcs\Pkcs10CertificationRequest.cs" /> + <Compile Include="src\pkcs\Pkcs10CertificationRequestDelaySigned.cs" /> + <Compile Include="src\pkcs\Pkcs12Entry.cs" /> + <Compile Include="src\pkcs\Pkcs12Store.cs" /> + <Compile Include="src\pkcs\Pkcs12Utilities.cs" /> + <Compile Include="src\pkcs\PrivateKeyInfoFactory.cs" /> + <Compile Include="src\pkcs\X509CertificateEntry.cs" /> + <Compile Include="src\pkix\CertStatus.cs" /> + <Compile Include="src\pkix\PkixAttrCertChecker.cs" /> + <Compile Include="src\pkix\PkixAttrCertPathBuilder.cs" /> + <Compile Include="src\pkix\PkixAttrCertPathValidator.cs" /> + <Compile Include="src\pkix\PkixBuilderParameters.cs" /> + <Compile Include="src\pkix\PkixCertPath.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilder.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilderException.cs" /> + <Compile Include="src\pkix\PkixCertPathBuilderResult.cs" /> + <Compile Include="src\pkix\PkixCertPathChecker.cs" /> + <Compile Include="src\pkix\PkixCertPathValidator.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorException.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorResult.cs" /> + <Compile Include="src\pkix\PkixCertPathValidatorUtilities.cs" /> + <Compile Include="src\pkix\PkixCrlUtilities.cs" /> + <Compile Include="src\pkix\PkixNameConstraintValidator.cs" /> + <Compile Include="src\pkix\PkixNameConstraintValidatorException.cs" /> + <Compile Include="src\pkix\PkixParameters.cs" /> + <Compile Include="src\pkix\PkixPolicyNode.cs" /> + <Compile Include="src\pkix\ReasonsMask.cs" /> + <Compile Include="src\pkix\Rfc3280CertPathUtilities.cs" /> + <Compile Include="src\pkix\Rfc3281CertPathUtilities.cs" /> + <Compile Include="src\pkix\TrustAnchor.cs" /> + <Compile Include="src\security\AgreementUtilities.cs" /> + <Compile Include="src\security\CipherUtilities.cs" /> + <Compile Include="src\security\DigestUtilities.cs" /> + <Compile Include="src\security\DotNetUtilities.cs" /> + <Compile Include="src\security\GeneralSecurityException.cs" /> + <Compile Include="src\security\GeneratorUtilities.cs" /> + <Compile Include="src\security\InvalidKeyException.cs" /> + <Compile Include="src\security\InvalidParameterException.cs" /> + <Compile Include="src\security\KeyException.cs" /> + <Compile Include="src\security\MacUtilities.cs" /> + <Compile Include="src\security\NoSuchAlgorithmException.cs" /> + <Compile Include="src\security\ParameterUtilities.cs" /> + <Compile Include="src\security\PbeUtilities.cs" /> + <Compile Include="src\security\PrivateKeyFactory.cs" /> + <Compile Include="src\security\PublicKeyFactory.cs" /> + <Compile Include="src\security\SecureRandom.cs" /> + <Compile Include="src\security\SecurityUtilityException.cs" /> + <Compile Include="src\security\SignatureException.cs" /> + <Compile Include="src\security\SignerUtilities.cs" /> + <Compile Include="src\security\WrapperUtilities.cs" /> + <Compile Include="src\security\cert\CertificateEncodingException.cs" /> + <Compile Include="src\security\cert\CertificateException.cs" /> + <Compile Include="src\security\cert\CertificateExpiredException.cs" /> + <Compile Include="src\security\cert\CertificateNotYetValidException.cs" /> + <Compile Include="src\security\cert\CertificateParsingException.cs" /> + <Compile Include="src\security\cert\CrlException.cs" /> + <Compile Include="src\tsp\GenTimeAccuracy.cs" /> + <Compile Include="src\tsp\TSPAlgorithms.cs" /> + <Compile Include="src\tsp\TSPException.cs" /> + <Compile Include="src\tsp\TSPUtil.cs" /> + <Compile Include="src\tsp\TSPValidationException.cs" /> + <Compile Include="src\tsp\TimeStampRequest.cs" /> + <Compile Include="src\tsp\TimeStampRequestGenerator.cs" /> + <Compile Include="src\tsp\TimeStampResponse.cs" /> + <Compile Include="src\tsp\TimeStampResponseGenerator.cs" /> + <Compile Include="src\tsp\TimeStampToken.cs" /> + <Compile Include="src\tsp\TimeStampTokenGenerator.cs" /> + <Compile Include="src\tsp\TimeStampTokenInfo.cs" /> + <Compile Include="src\util\Arrays.cs" /> + <Compile Include="src\util\BigIntegers.cs" /> + <Compile Include="src\util\Enums.cs" /> + <Compile Include="src\util\IMemoable.cs" /> + <Compile Include="src\util\Integers.cs" /> + <Compile Include="src\util\MemoableResetException.cs" /> + <Compile Include="src\util\Platform.cs" /> + <Compile Include="src\util\Strings.cs" /> + <Compile Include="src\util\Times.cs" /> + <Compile Include="src\util\collections\CollectionUtilities.cs" /> + <Compile Include="src\util\collections\EmptyEnumerable.cs" /> + <Compile Include="src\util\collections\EnumerableProxy.cs" /> + <Compile Include="src\util\collections\HashSet.cs" /> + <Compile Include="src\util\collections\ISet.cs" /> + <Compile Include="src\util\collections\LinkedDictionary.cs" /> + <Compile Include="src\util\collections\UnmodifiableDictionary.cs" /> + <Compile Include="src\util\collections\UnmodifiableDictionaryProxy.cs" /> + <Compile Include="src\util\collections\UnmodifiableList.cs" /> + <Compile Include="src\util\collections\UnmodifiableListProxy.cs" /> + <Compile Include="src\util\collections\UnmodifiableSet.cs" /> + <Compile Include="src\util\collections\UnmodifiableSetProxy.cs" /> + <Compile Include="src\util\date\DateTimeObject.cs" /> + <Compile Include="src\util\date\DateTimeUtilities.cs" /> + <Compile Include="src\util\encoders\Base64.cs" /> + <Compile Include="src\util\encoders\Base64Encoder.cs" /> + <Compile Include="src\util\encoders\BufferedDecoder.cs" /> + <Compile Include="src\util\encoders\BufferedEncoder.cs" /> + <Compile Include="src\util\encoders\Hex.cs" /> + <Compile Include="src\util\encoders\HexEncoder.cs" /> + <Compile Include="src\util\encoders\HexTranslator.cs" /> + <Compile Include="src\util\encoders\IEncoder.cs" /> + <Compile Include="src\util\encoders\Translator.cs" /> + <Compile Include="src\util\encoders\UrlBase64.cs" /> + <Compile Include="src\util\encoders\UrlBase64Encoder.cs" /> + <Compile Include="src\util\io\BaseInputStream.cs" /> + <Compile Include="src\util\io\BaseOutputStream.cs" /> + <Compile Include="src\util\io\FilterStream.cs" /> + <Compile Include="src\util\io\NullOutputStream.cs" /> + <Compile Include="src\util\io\PushbackStream.cs" /> + <Compile Include="src\util\io\StreamOverflowException.cs" /> + <Compile Include="src\util\io\Streams.cs" /> + <Compile Include="src\util\io\TeeInputStream.cs" /> + <Compile Include="src\util\io\TeeOutputStream.cs" /> + <Compile Include="src\util\io\pem\PemGenerationException.cs" /> + <Compile Include="src\util\io\pem\PemHeader.cs" /> + <Compile Include="src\util\io\pem\PemObject.cs" /> + <Compile Include="src\util\io\pem\PemObjectGenerator.cs" /> + <Compile Include="src\util\io\pem\PemObjectParser.cs" /> + <Compile Include="src\util\io\pem\PemReader.cs" /> + <Compile Include="src\util\io\pem\PemWriter.cs" /> + <Compile Include="src\util\net\IPAddress.cs" /> + <Compile Include="src\util\zlib\Adler32.cs" /> + <Compile Include="src\util\zlib\Deflate.cs" /> + <Compile Include="src\util\zlib\InfBlocks.cs" /> + <Compile Include="src\util\zlib\InfCodes.cs" /> + <Compile Include="src\util\zlib\InfTree.cs" /> + <Compile Include="src\util\zlib\Inflate.cs" /> + <Compile Include="src\util\zlib\JZlib.cs" /> + <Compile Include="src\util\zlib\StaticTree.cs" /> + <Compile Include="src\util\zlib\Tree.cs" /> + <Compile Include="src\util\zlib\ZDeflaterOutputStream.cs" /> + <Compile Include="src\util\zlib\ZInflaterInputStream.cs" /> + <Compile Include="src\util\zlib\ZInputStream.cs" /> + <Compile Include="src\util\zlib\ZOutputStream.cs" /> + <Compile Include="src\util\zlib\ZStream.cs" /> + <Compile Include="src\x509\AttributeCertificateHolder.cs" /> + <Compile Include="src\x509\AttributeCertificateIssuer.cs" /> + <Compile Include="src\x509\IX509AttributeCertificate.cs" /> + <Compile Include="src\x509\IX509Extension.cs" /> + <Compile Include="src\x509\PEMParser.cs" /> + <Compile Include="src\x509\PrincipalUtil.cs" /> + <Compile Include="src\x509\SubjectPublicKeyInfoFactory.cs" /> + <Compile Include="src\x509\X509AttrCertParser.cs" /> + <Compile Include="src\x509\X509Attribute.cs" /> + <Compile Include="src\x509\X509CertPairParser.cs" /> + <Compile Include="src\x509\X509Certificate.cs" /> + <Compile Include="src\x509\X509CertificatePair.cs" /> + <Compile Include="src\x509\X509CertificateParser.cs" /> + <Compile Include="src\x509\X509Crl.cs" /> + <Compile Include="src\x509\X509CrlEntry.cs" /> + <Compile Include="src\x509\X509CrlParser.cs" /> + <Compile Include="src\x509\X509ExtensionBase.cs" /> + <Compile Include="src\x509\X509KeyUsage.cs" /> + <Compile Include="src\x509\X509SignatureUtil.cs" /> + <Compile Include="src\x509\X509Utilities.cs" /> + <Compile Include="src\x509\X509V1CertificateGenerator.cs" /> + <Compile Include="src\x509\X509V2AttributeCertificate.cs" /> + <Compile Include="src\x509\X509V2AttributeCertificateGenerator.cs" /> + <Compile Include="src\x509\X509V2CRLGenerator.cs" /> + <Compile Include="src\x509\X509V3CertificateGenerator.cs" /> + <Compile Include="src\x509\extension\AuthorityKeyIdentifierStructure.cs" /> + <Compile Include="src\x509\extension\SubjectKeyIdentifierStructure.cs" /> + <Compile Include="src\x509\extension\X509ExtensionUtil.cs" /> + <Compile Include="src\x509\store\IX509Selector.cs" /> + <Compile Include="src\x509\store\IX509Store.cs" /> + <Compile Include="src\x509\store\IX509StoreParameters.cs" /> + <Compile Include="src\x509\store\NoSuchStoreException.cs" /> + <Compile Include="src\x509\store\X509AttrCertStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CertPairStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CertStoreSelector.cs" /> + <Compile Include="src\x509\store\X509CollectionStore.cs" /> + <Compile Include="src\x509\store\X509CollectionStoreParameters.cs" /> + <Compile Include="src\x509\store\X509CrlStoreSelector.cs" /> + <Compile Include="src\x509\store\X509StoreException.cs" /> + <Compile Include="src\x509\store\X509StoreFactory.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="Contributors.html" /> + <None Include="License.html" /> + <None Include="Readme.html" /> + <None Include="checklist.txt" /> + </ItemGroup> + <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> +</Project> \ No newline at end of file diff --git a/crypto/BouncyCastle.snk b/crypto/BouncyCastle.snk deleted file mode 100644 index b04ca9aae..000000000 --- a/crypto/BouncyCastle.snk +++ /dev/null Binary files differdiff --git a/crypto/Contributors.html b/crypto/Contributors.html index 3d0992f68..5211b193f 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -105,7 +105,8 @@ <p>Kalev Lember <kalev@smartlink.ee> - patch to fix compilation problem under Mono 2.8+.</p> </li> <li> - <p>Kyle Hamilton <kyanha.bouncycastle@kyanha.net> - identified problem with BigInteger.Multiply, patch for MiscPemGenerator infinite recursion.</p> + <p>Kyle Hamilton <kyanha.bouncycastle@kyanha.net> - identified problem with BigInteger.Multiply, patch for MiscPemGenerator infinite recursion, + proposed improvements in use of random numbers.</p> </li> <li> <p>Atanas Krachev <akrachev@gmail.com> - added support for revocation signatures in OpenPGP.</p> @@ -128,6 +129,18 @@ <li> <p>Michael Krueger <michael.krueger@secardeo.com> - patch to fix Asn1.Cmp.RevDetails constructor.</p> </li> + <li> + <p>Daniel Nauck <daniel.nauck@gmail.com> - patch for Portable Class Library support.</p> + </li> + <li> + <p>John Allberg <john@ayoy.se> - improvements to Portable Class Library patch.</p> + </li> + <li> + <p>Oren Novotny (https://github.com/onovotny) - developed and maintained a fork supporting Portable Class Library, worked closely with us to integrate the changes back into the main project.</p> + </li> + <li> + <p>Nicolas Dorier (https://github.com/NicolasDorier) - patch to fix culture-dependent lookups in MacUtilities. + </li> </ul> </body> </html> diff --git a/crypto/NBuild.build b/crypto/NBuild.build index 84fc5d68b..984fd6758 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -16,7 +16,7 @@ <property name="dist-path" value="./dist"/> <!-- Version --> - <property name="version" value="1.8.0-RC.3"/> + <property name="version" value="1.8.0"/> <property name="name" value="BouncyCastle.Crypto"/> <property name="OPTIONAL_STRONG_NAME" value="" /> diff --git a/crypto/Readme.html b/crypto/Readme.html index 22a74800a..67116c815 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -5,13 +5,11 @@ <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> </head> <body> - <h2><a class="mozTocH2" name="mozTocId533031"></a>The Bouncy Castle Cryptographic - C#® API</h2> - <h3><a class="mozTocH3" name="mozTocId685176"></a>Contents:<br> - </h3> + <h2><a class="mozTocH2" name="mozTocId533031"></a>The Bouncy Castle C# Cryptographic API</h2> + <h3><a class="mozTocH3" name="mozTocId685176"></a>Contents:<br/></h3> <ol id="mozToc"> - <!--mozToc h1 1 h2 2 h3 3 h4 4 h5 5 h6 6--><li><a href="#mozTocId533031">The Bouncy - Castle Cryptographic C#® API</a> + <!--mozToc h1 1 h2 2 h3 3 h4 4 h5 5 h6 6--> + <li><a href="#mozTocId533031">The Bouncy Castle Cryptographic C#® API</a> <ol> <li> <ol> @@ -32,7 +30,9 @@ <li> <a href="#mozTocId3413">Notes:</a> <ol> - <li> + <li> + <a href="#mozTocId85314">Release 1.8.0</a> + <li> <a href="#mozTocId85313">Release 1.7</a> <li> <a href="#mozTocId85312">Release 1.6.1</a> @@ -59,17 +59,20 @@ <a href="#mozTocId948186">Trademarks. </a> </li> </ol> </li> </ol> </li> </ol> - <br> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId66345"></a>License & Contributors:</h3> See <a href="License.html">License</a> & <a href="Contributors.html">Contributors</a> - files.<br> - <br> + files.<br/> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId66345"></a>Patents:</h3> -<p> - Some of the algorithms in the Bouncy Castle APIs are patented in some places. It is upon the user of the library to be aware of what the legal situation is in their own situation, however we have been asked to specifically mention the patents below, in the following terms, at the request of the patent holder. -</p><p> + <p> + Some of the algorithms in the Bouncy Castle APIs are patented in some places. It is up to the user of the library to be aware + of their own legal situation, however we have been asked to specifically mention the patents below, in the following terms, + at the request of the patent holder. + </p> + <p> The BC distribution contains implementations of EC MQV as described in RFC 5753, "Use of ECC Algorithms in CMS". In line with the conditions in: </p><p> <a href="http://www.ietf.org/ietf-ftp/IPR/certicom-ipr-rfc-5753.pdf">http://www.ietf.org/ietf-ftp/IPR/certicom-ipr-rfc-5753.pdf</a> @@ -77,99 +80,137 @@ The BC distribution contains implementations of EC MQV as described in RFC 5753, We state, where EC MQV has not otherwise been disabled or removed: "The use of this product or service is subject to the reasonable, non-discriminatory terms in the Intellectual Property Rights (IPR) Disclosures of Certicom Corp. at the IETF for Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax (CMS) implemented in the product or service." </p> - <br> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> - <br> + <br/> <h3><a class="mozTocH3" name="mozTocId575388"></a>Features:</h3> <ul> - <li> - Generation and parsing of PKCS-12 files. - <li> - X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute - certificates. - <li> - PBE algorithms supported by PbeUtilities: PBEwithMD2andDES-CBC, - PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, - PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, - PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, - PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, - PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, - PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and - PBEwithHmacRIPEMD256. - <li> - Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, - MD5withRSA, RIPEMD128withRSA, RIPEMD160withECDSA, RIPEMD160withRSA, - RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, - SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. - <li> - Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, DESede, DES, - GOST28147, HC-128, HC-256, IDEA, ISAAC, NaccacheStern, Noekeon, RC2, RC4, - RC5-32, RC5-64, RC6, Rijndael, Salsa20, SEED, Serpent, Skipjack, TEA/XTEA, - Twofish and VMPC. - <li> - Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). - <li> - Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS-5/7, TBC, X.923, and Zero - Byte. - <li> - Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, and ECDSA. - <li> - Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS-1. - <li> - AEAD block cipher modes: CCM, EAX, and GCM. - <li> - Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, - SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool. - <li> - Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA. - <li> - Key Agreement: Diffie-Hellman, EC-DH, SRP-6a. - <li> - Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, ISO9797 Alg. 3, SipHash, VMPCMAC. - <li> - PBE generators: PKCS-12, and PKCS-5 - schemes 1 and 2. - <li> - OpenPGP (RFC 2440) - <li> - Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. - <li> - Online Certificate Status Protocol (OCSP, RFC 2560). - <li> - Time Stamp Protocol (TSP, RFC 3161). - <li> - Elliptic Curve Cryptography (support for F2m and Fp curves). + <li> + Generation and parsing of PKCS-12 files. + </li> + <li> + X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute + certificates. + </li> + <li> + PBE algorithms supported by PbeUtilities: PBEwithMD2andDES-CBC, + PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, + PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, + PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, + PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, + PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, + PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and + PBEwithHmacRIPEMD256. + </li> + <li> + Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, + MD5withRSA, RIPEMD128withRSA, RIPEMD160withECDSA, RIPEMD160withRSA, + RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, + SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. + </li> + <li> + Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, ChaCha, DES, DESede, + GOST28147, HC-128, HC-256, IDEA, ISAAC, Noekeon, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, + Salsa20, SEED, Serpent, Skipjack, TEA/XTEA, Threefish, Tnepres, Twofish, VMPC and XSalsa20. + </li> + <li> + Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). + </li> + <li> + Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS-5/7, TBC, X.923, and Zero + Byte. + </li> + <li> + Asymmetric key algorithms: ElGamal, DSA, ECDSA, NaccacheStern and RSA (with blinding). + </li> + <li> + Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS-1. + </li> + <li> + AEAD block cipher modes: CCM, EAX, GCM and OCB. + </li> + <li> + Digests: GOST3411, Keccak, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, + SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3, Tiger, and Whirlpool. + </li> + <li> + XOFs: SHAKE. + </li> + <li> + Signer mechanisms: DSA, ECDSA, ECGOST3410, ECNR, GOST3410, ISO9796d2, PSS, RSA, X9.31-1998. + </li> + <li> + Key Agreement: Diffie-Hellman, EC-DH, EC-MQV, J-PAKE, SRP-6a. + </li> + <li> + Macs: CBCBlockCipher, CFBBlockCipher, CMAC, GMAC, GOST28147, HMac, ISO9797 Alg. 3, Poly1305, SipHash, SkeinMac, VMPCMAC. + </li> + <li> + PBE generators: PKCS-12, and PKCS-5 - schemes 1 and 2. + </li> + <li> + OpenPGP (RFC 4880) + </li> + <li> + Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. + </li> + <li> + Online Certificate Status Protocol (OCSP, RFC 2560). + </li> + <li> + Time Stamp Protocol (TSP, RFC 3161). + </li> + <li> + TLS/DTLS client/server up to version 1.2, with support for the most common ciphersuites and extensions, + and many less common ones. Non-blocking API available. + </li> + <li> + Elliptic Curve Cryptography: support for generic F2m and Fp curves, high-performance custom implementations + for many standardized curves. + </li> <li> Reading/writing of PEM files, including RSA and DSA keys, with a variety of encryptions. </li> <li>PKIX certificate path validation</li> </ul> - <br> + <br/> <p><b>Porting notes from the old ASN.1 library</b> For the most part code using the old subset of ASN.1 classes should be easy to transfer, providing the following changes are made: </p> <ul> <li> - DERObject becomes Asn1Object - <li> - DEREncodable becomes Asn1Encodable - <li> - GetDERObject() becomes ToAsn1Object() - <li> - BERConstructedOctetString becomes BerOctetString - <li> - If you were using the older mutable DERConstructedSequence/Set and - BERConstructedSequence, use an Asn1EncodableVector in conjunction with - DerSequence/Set and BerSequence - <li> - BERInputStream and DERInputStream are replaced with Asn1InputStream - <li> - AsymmetricKeyParameter is now in the Org.Bouncycastle.Crypto namespace</li> + DERObject becomes Asn1Object + </li> + <li> + DEREncodable becomes Asn1Encodable + </li> + <li> + GetDERObject() becomes ToAsn1Object() + </li> + <li> + BERConstructedOctetString becomes BerOctetString + </li> + <li> + If you were using the older mutable DERConstructedSequence/Set and + BERConstructedSequence, use an Asn1EncodableVector in conjunction with + DerSequence/Set and BerSequence + </li> + <li> + BERInputStream and DERInputStream are replaced with Asn1InputStream + </li> + <li> + AsymmetricKeyParameter is now in the Org.Bouncycastle.Crypto namespace + </li> </ul> - <br> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId211208"></a>How To Build.</h3> + <p> + (NOTE: This build system is essentially obsolete and will be withdrawn after the 1.8 series. We have + introduced MSBuild project files which will probably be a preferred option if you want to build yourself.) + </p> <p> The BC C# API uses NAnt (<a href="http://nant.sourceforge.net/">http://nant.sourceforge.net</a>) to provide a platform independent build environment (suggested version NAnt 0.90). @@ -180,69 +221,145 @@ We state, where EC MQV has not otherwise been disabled or removed: or Silverlight 2 by setting SILVERLIGHT. </p> Using a command prompt (DOS window), cd into the 'crypto' folder of this - distribution.<br> - <br> - <span style="FONT-WEIGHT: bold">Use,</span><br> + distribution.<br/> + <br/> + <span style="FONT-WEIGHT: bold">Use,</span><br/> <ul> <li> '<span style="FONT-WEIGHT: bold">nant</span>' without arguments to compile - debug code, the tests and run the tests. - <li> - '<span style="FONT-WEIGHT: bold">nant compile-release</span>' to compile - release code. + debug code, the tests and run the tests. + </li> + <li> + '<span style="FONT-WEIGHT: bold">nant compile-release</span>' to compile + release code. + </li> + <li> + '<span style="FONT-WEIGHT: bold">nant compile-debug</span>' to compile + debug code. + </li> <li> - '<span style="FONT-WEIGHT: bold">nant compile-debug</span>' to compile - debug code. - <LI> '<SPAN style="FONT-WEIGHT: bold">nant test</SPAN>' to run the included unit tests (using NUnit; you may need to edit the build file to set the location - where NUnit is installed).</LI> + where NUnit is installed). + </li> </ul> <P> - <span style="FONT-WEIGHT: bold">Output:</span><br> - <br> + <span style="FONT-WEIGHT: bold">Output:</span><br/> + <br/> The compiled API can be found in the 'api/bin/release' & - 'api/bin/debug' directories.<br> + 'api/bin/debug' directories.<br/> The compiled tests can be found in the 'test/bin' directory - (by default a debug build is used for testing).<br> + (by default a debug build is used for testing).<br/> <P> <hr style="WIDTH: 100%; HEIGHT: 2px"> <P></P> <h3><a class="mozTocH3" name="mozTocId245743"></a><span style="FONT-WEIGHT: bold">The Source:</span></h3> - Source code can be found in the 'src'directory.<br> - <br> + The main source code can be found in the 'src' directory. There is additional source code in 'bzip2/src'.<br/> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId326820"></a><span style="FONT-WEIGHT: bold"></span>Documentation:</h3> - <P>There is limited documentation available at the moment. Some of the source - contains XML comments, but this is a work in progress. We will be working to - improve this now that 1.0 is out the door.</P> + <p> + There is limited documentation available at the moment. Some of the source contains XML comments, + but this is a work in progress. We welcome contributions of documentation, which often requires only + formatting changes from the corresponding javadoc in the Java API. + </p> <P> <hr style="WIDTH: 100%; HEIGHT: 2px"> <P></P> <h3><a class="mozTocH3" name="mozTocId358608"></a>For first time users.</h3> - <span style="FONT-WEIGHT: bold">Java® heritage,</span><br> - <br> + <span style="FONT-WEIGHT: bold">Java® heritage,</span><br/> + <br/> The Bouncy Castle C# API is a port of the Bouncy Castle Java APIs. Approximately %80 of the functionality in the Java build has now been ported. For the most part, the naming conventions of the .NET platform have been adopted. The C# API is constantly kept uptodate with bug fixes and new test cases from the Java build (and vice versa sometimes), thus benefitting from the - large user base and real-world use the Java version has seen.<br> - <br> - <span style="FONT-WEIGHT: bold">Please consider.</span><br> - <br> - The Bouncy Castle C# API is a library of transformations that when combined - properly will enable developers to create standard conforming cryptographic - systems. In order to use this API you must have some knowledge of how to build - cryptographic systems, namely what transformations to use and the when, where - and why of their use.<br> - Developing good cryptographic systems takes practice and understanding.<br> - <br> - There are many resources available online and in book shops; please use those - to your advantage.<br> - <br> + large user base and real-world use the Java version has seen.<br/> + <br/> + <span style="FONT-WEIGHT: bold">Please consider.</span><br/> + <br/> + The Bouncy Castle C# API is a library of transformations that when combined properly will enable + developers to create standard conforming cryptographic systems. In order to use this API you must have + some knowledge of how to build cryptographic systems, namely what transformations to use and the when, + where and why of their use. Developing good cryptographic systems takes practice and understanding.<br/> + <br/> + There are many resources available online and in book shops; please use those to your advantage.<br/> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> + + <h4><a class="mozTocH4" name="mozTocId85314"></a>Release 1.8.0, Sunday November 22, 2015</h4> + + <h5>IMPORTANT</h5> + <ul> + <li>The Serpent cipher as of 1.8.0 is incompatible with the behaviour of Serpent in earlier releases; it has been + modified to conform to the standard byte-order interpretation for blocks (and keys). The previous behaviour is + available from 1.8.0 as the "Tnepres" cipher. See <a href="http://www.bouncycastle.org/jira/browse/BMA-52">BMA-52</a> + for more information if this may affect you.</li> + </ul> + + <h5>Additional Features and Functionality</h5> + <ul> + <li>IV only re-initialisation is supported by using null as the key parameter when creating a ParametersWithIV object.</li> + <li>CMS Enveloped and AuthenticatedData now support OriginatorInfo.</li> + <li>Support for ECDSA_fixed_ECDH authentication has been added to the TLS client.</li> + <li>Support for the Features signature sub-packet has been added to the PGP API.</li> + <li>Classes involved in CRL manipulation have been rewritten to reduce memory requirements for handling and parsing extremely large CRLs.</li> + <li>An implementation of Password Authenticated Key Exchange by Juggling (J-PAKE) has been added.</li> + <li>Support has been added for SHA-512/224, SHA-512/256, as well as a general SHA-512/t in the lightweight API.</li> + <li>The TSP API now supports generation of certIDs based on digests other than SHA-1.</li> + <li>OCSP responses can now be included in CMS SignedData objects.</li> + <li>The SipHash MAC algorithm has been added.</li> + <li>DRBGs from NIST SP 800-90A (DualEC excluded) have been added to the Crypto.Prng namespace together with SecureRandom builders.</li> + <li>Support has been added for OCB mode.</li> + <li>DSA version 2 parameter and key generation is now supported.</li> + <li>A new interface IMemoable has been added for objects that can copy in and out their state. The digest classes now support this. + A special class NonMemoableDigest has been added which hides the IMemoable interface where it should not be available.</li> + <li>TDEA is now recognised as an alias for DESede.</li> + <li>Support has been added for NIST SP 800-38D - GMAC to AES and other 128 bit block size algorithms.</li> + <li>The TLS API now supports TLS/DTLS 1.2 for both client and server</li> + <li>Full support is now provided for client-side auth in the D/TLS server code.</li> + <li>TLS: server-side support for DHE key exchange.</li> + <li>TLS: server-side support for PSK and SRP ciphersuites.</li> + <li>TLS: (EC)DSA now supports signatures with non-SHA1 digests.</li> + <li>TLS: support for ECDHE_ECDSA/AES/CCM ciphersuites from RFC 7251.</li> + <li>The TLS/DTLS code now includes a non-blocking API.</li> + <li>RFC 6637 ECDSA and ECDH support has been added to the OpenPGP API.</li> + <li>Implementations of Threefish and Skein have been added.</li> + <li>Implementation of the SM3 digest has been added.</li> + <li>Implementations of XSalsa20 and ChaCha have been added. Support for reduced round Salas20 has been added.</li> + <li>Support has been added for RFC 6979 Deterministic DSA/ECDSA.</li> + <li>Support for the Poly1305 MAC has been added.</li> + <li>GCM and GMAC now support tag lengths down to 32 bits.</li> + <li>Custom implementations for many of the NIST and SEC elliptic curves have been added, resulting in drastically improved performance. They + can be accessed via the Crypto.EC.CustomNamedCurves class and are generally selected by other internal APIs in place of the generic implementations.</li> + <li>Automatic EC point validation added, both for decoded inputs and multiplier outputs.</li> + <li>Support has been added for X9.31-1998 DRBG.</li> + <li>Support has been added for the SHA3 family of digests, including SHAKE128 and SHAKE256. + An implementation of the draft standard has been added as 'Keccak'.</li> + <li>The ASN.1 parser for ECGOST private keys will now parse keys encoded with a private value represented as an ASN.1 INTEGER.</li> + <li>SubjectPublicKeyInfoFactory now supports DSA parameters.</li> + <li>Improved performance of BigInteger.ModPow and random prime generation.</li> + <li>SecureRandom instances now seeded by RNGCryptoServiceProvider (where available).</li> + <li>An initial port of the Java "operators" mechanism has been introduced to support overriding of cryptographic primitives + in high-level APIs e.g. for signing using an external provider.</li> + </ul> + <h5>Additional Notes</h5> + <ul> + <li> + See list of resolved issues at + <a href="http://www.bouncycastle.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+BMA+AND+fixVersion+%3D+1.8.0"> + Bouncy Castle JIRA C# 1.8.0 + </a> + </li> + <li> + See the (cumulative) list of GitHub pull requests that we have accepted at + <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed"> + bcgit/bc-csharp + </a> + </li> + </ul> + <H4><A class="mozTocH4" name="mozTocId85313"></A>Release 1.7, Thursday April 7, 2011</H4> <h5>Additional Features and Functionality</h5> <ul> @@ -374,95 +491,95 @@ Bouncy Castle JIRA C# 1.4</a></li> </ul> <H4><A class="mozTocH4" name="mozTocId85308"></A>Release 1.3, Saturday December 8, 2007</H4> <P> - ASN.1 stream parsing now handles definite length encodings efficiently.<br> - Buffering in the streaming CMS has been reworked. Throughput is now usually higher and the behaviour is more predictable.<br> - BcpgInputStream now handles data blocks in the 2**31->2**32-1 range.<br> - Some confusion over the parameters J and L in connection with Diffie-Hellman has been resolved.<br> - Added CryptoApiRandomGenerator, a wrapper for RNGCryptoServiceProvider.<br> - Added VMPC stream cipher, VMPCMAC and a VMPC-based implementation of IRandomGenerator.<br> - Added support in OpenPGP for fetching keyrings by case-insensitive user ID [#BMA-8].<br> - Fixed a vulnerability of CMS signatures that do not use signed attributes (Bleichenbacher RSA forgery).<br> - Fixed a bug causing second and later encrypted objects to be ignored in KeyBasedFileProcessor example.<br> - Fixed case-sensitivity issue with deletion from a PKCS#12 file.<br> - Fixed problem overwriting entities in a PKCS#12 file.<br> - Fixed PgpUtilities.MakeKeyFromPassPhrase for 8-bit characters [#BMA-13].<br> - Fixed duplicate certificate problem in Pkcs12Store.Save [#BMA-12].<br> - Fixed NAnt build under Mono [#BMA-10].<br> - Fixed BigInteger.ModPow for negative exponents [#BMA-7].<br> + ASN.1 stream parsing now handles definite length encodings efficiently.<br/> + Buffering in the streaming CMS has been reworked. Throughput is now usually higher and the behaviour is more predictable.<br/> + BcpgInputStream now handles data blocks in the 2**31->2**32-1 range.<br/> + Some confusion over the parameters J and L in connection with Diffie-Hellman has been resolved.<br/> + Added CryptoApiRandomGenerator, a wrapper for RNGCryptoServiceProvider.<br/> + Added VMPC stream cipher, VMPCMAC and a VMPC-based implementation of IRandomGenerator.<br/> + Added support in OpenPGP for fetching keyrings by case-insensitive user ID [#BMA-8].<br/> + Fixed a vulnerability of CMS signatures that do not use signed attributes (Bleichenbacher RSA forgery).<br/> + Fixed a bug causing second and later encrypted objects to be ignored in KeyBasedFileProcessor example.<br/> + Fixed case-sensitivity issue with deletion from a PKCS#12 file.<br/> + Fixed problem overwriting entities in a PKCS#12 file.<br/> + Fixed PgpUtilities.MakeKeyFromPassPhrase for 8-bit characters [#BMA-13].<br/> + Fixed duplicate certificate problem in Pkcs12Store.Save [#BMA-12].<br/> + Fixed NAnt build under Mono [#BMA-10].<br/> + Fixed BigInteger.ModPow for negative exponents [#BMA-7].<br/> </P> <H4><A class="mozTocH4" name="mozTocId85307"></A>Release 1.2, Thursday July 5, 2007</H4> <P> - Source now builds on .NET Compact Framework 1.0 (compilation flag NETCF_1_0).<br> - Release assembly now signed with a strong name.<br> - Added CCM and EAX block cipher modes.<br> - Added Noekeon block cipher.<br> - Added HC-128, HC-256, and ISAAC stream ciphers.<br> - Added RIPEMD160withECDSA signature algorithm.<br> - Added support for notation data signature subpackets to OpenPGP.<br> - Added support for parsing of experimental signatures to OpenPGP.<br> - Added the complete set of SEC-2 EC curves.<br> - Added support for implicit tagging to DerApplicationSpecific.<br> - Added remaining ASN.1 structures from RFC 3126 to Asn1.Esf namespace.<br> - Performance of ECDSA improved.<br> - Performance of ASN.1 stream parsing improved.<br> - Fixed default private key length for Diffie-Hellman parameters.<br> - Fixed DerT61String to correctly support 8-bit characters.<br> - Fixed duplicate attribute problem in Pkcs12Store.Save.<br> - Fixed a problem writing public keys in OpenPGP [#BMA-5].<br> + Source now builds on .NET Compact Framework 1.0 (compilation flag NETCF_1_0).<br/> + Release assembly now signed with a strong name.<br/> + Added CCM and EAX block cipher modes.<br/> + Added Noekeon block cipher.<br/> + Added HC-128, HC-256, and ISAAC stream ciphers.<br/> + Added RIPEMD160withECDSA signature algorithm.<br/> + Added support for notation data signature subpackets to OpenPGP.<br/> + Added support for parsing of experimental signatures to OpenPGP.<br/> + Added the complete set of SEC-2 EC curves.<br/> + Added support for implicit tagging to DerApplicationSpecific.<br/> + Added remaining ASN.1 structures from RFC 3126 to Asn1.Esf namespace.<br/> + Performance of ECDSA improved.<br/> + Performance of ASN.1 stream parsing improved.<br/> + Fixed default private key length for Diffie-Hellman parameters.<br/> + Fixed DerT61String to correctly support 8-bit characters.<br/> + Fixed duplicate attribute problem in Pkcs12Store.Save.<br/> + Fixed a problem writing public keys in OpenPGP [#BMA-5].<br/> </P> <H4><A class="mozTocH4" name="mozTocId85306"></A>Release 1.1, Friday May 4, 2007</H4> <P> Added support for writing DSA private keys, and more encodings, in OpenSsl - (PemReader/PemWriter).<br> - Removed SharpZipLib dependency.<br> - Added RSA blinded signature classes.<br> - Added Asn1.IsisMtt namespace (ISIS-MTT ASN.1 classes).<br> - Added SEED block cipher engine.<br> - Added Salsa20 stream cipher engine.<br> - Performance optimisations for F2m elliptic curves.<br> + (PemReader/PemWriter).<br/> + Removed SharpZipLib dependency.<br/> + Added RSA blinded signature classes.<br/> + Added Asn1.IsisMtt namespace (ISIS-MTT ASN.1 classes).<br/> + Added SEED block cipher engine.<br/> + Added Salsa20 stream cipher engine.<br/> + Performance optimisations for F2m elliptic curves.<br/> Fixed OpenPGP bug decrypting files with multiple types of encryption on the - session key.<br> + session key.<br/> </P> <H4><A class="mozTocH4" name="mozTocId85305"></A>Release 1.0, Thursday January 18, 2007</H4> <P> - Implementations of CMS, OCSP, OpenPGP, and TSP.<br> - Elliptic Curves (F2m and Fp).<br> - A basic TLS client.<br> - PEM file reading and writing.<br> - Symmetric key algorithms: Camellia, GOST28147, NaccacheStern, and TEA/XTEA.<br> - Symmetric key modes: GOFB and OpenPGPCFB.<br> - Symmetric key paddings: ISO7816d4.<br> - Asymmetric key algorithms: RSA blinding.<br> - Digests: GOST3411 and Whirlpool.<br> - Macs: GOST28147 and ISO9797 Alg 3.<br> - Signer mechanisms: ECDSA, ECGOST3410, and GOST3410.<br> - ...and many more features, bug fixes, and performance improvements.<br> + Implementations of CMS, OCSP, OpenPGP, and TSP.<br/> + Elliptic Curves (F2m and Fp).<br/> + A basic TLS client.<br/> + PEM file reading and writing.<br/> + Symmetric key algorithms: Camellia, GOST28147, NaccacheStern, and TEA/XTEA.<br/> + Symmetric key modes: GOFB and OpenPGPCFB.<br/> + Symmetric key paddings: ISO7816d4.<br/> + Asymmetric key algorithms: RSA blinding.<br/> + Digests: GOST3411 and Whirlpool.<br/> + Macs: GOST28147 and ISO9797 Alg 3.<br/> + Signer mechanisms: ECDSA, ECGOST3410, and GOST3410.<br/> + ...and many more features, bug fixes, and performance improvements.<br/> </P> <H4><A class="mozTocH4" name="mozTocId85304"></A>Tuesday Febuary 1, 2005</H4> - <P>This is the second beta release of the Bouncy Castle API C# implementation.<BR> - Reliability improvement to ASN1InputStream.<BR> - The OID entries in SignerUtilities for RSA signature algorithms for SHA-256,<BR> + <P>This is the second beta release of the Bouncy Castle API C# implementation.<br/> + Reliability improvement to ASN1InputStream.<br/> + The OID entries in SignerUtilities for RSA signature algorithms for SHA-256,<br/> SHA-384, and SHA-512 were pointing creating the wrong signature objects.</P> <h4><a class="mozTocH4" name="mozTocId498363"></a>Sunday December 12, 2004</h4> This is the first beta release of the Bouncy Castle Cryptographic API C# - implementation.<br> + implementation.<br/> The Legion of the Bouncy Castle would like to extend their thanks to all those - who contributed to this API during the alpha stages of its development.<br> - Keep up the good work folks.<br> + who contributed to this API during the alpha stages of its development.<br/> + Keep up the good work folks.<br/> Please send any questions or bug reports to <a href="mailto:%5Cdev-crypto-csharp@bouncycastle.org"> - dev-crypto-csharp@bouncycastle.org</a><br> - <br> + dev-crypto-csharp@bouncycastle.org</a><br/> + <br/> <hr style="WIDTH: 100%; HEIGHT: 2px"> - <h3><a class="mozTocH3" name="mozTocId948186"></a>Trademarks.<br> + <h3><a class="mozTocH3" name="mozTocId948186"></a>Trademarks.<br/> </h3> C#, .NET, and MSDN are Registered Trademarks of Microsoft. <a href="http://www.microsoft.com"> - Microsoft.com</a><br> + Microsoft.com</a><br/> Java is a Registered Trademark of Sun Microsystems. <a href="http://www.sun.com">Sun - Microsystems</a><br> - <br> - <br> - <div style="TEXT-ALIGN: center">© 2007 Legion of the Bouncy Castle<br> + Microsystems</a><br/> + <br/> + <br/> + <div style="TEXT-ALIGN: center">© 2007 Legion of the Bouncy Castle<br/> </div> </body> </html> diff --git a/crypto/checklist.txt b/crypto/checklist.txt index 0057b6e50..d81cf5ffb 100644 --- a/crypto/checklist.txt +++ b/crypto/checklist.txt @@ -4,7 +4,6 @@ Release Checklist - Update to latest from git - Run 'nant -t:net-1.1 clean test' -- Run 'nant -t:netcf-1.0 clean compile-release' - Edit AssemblyInfo.cs: Change version and check copyright - Edit NBuild.build: Change version - Edit License.html: Check copyright @@ -12,5 +11,4 @@ Release Checklist - Commit changes to git - Tag git repository with "release-${version}" - Push changes/tag to git -- Place BouncyCastle.snk in parent directory - Run 'nant -t:net-1.1 clean dist' diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index a1e217aca..e6ab94ee2 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -249,6 +249,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\BERBitString.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\BERGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -3074,6 +3079,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IEntropySource.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\IEntropySourceProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IMac.cs" SubType = "Code" BuildAction = "Compile" @@ -3309,6 +3324,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\digests\NonMemoableDigest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\digests\NullDigest.cs" SubType = "Code" BuildAction = "Compile" @@ -3629,6 +3649,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\SerpentEngineBase.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\SkipjackEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -3644,6 +3669,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\TnepresEngine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\TwofishEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -4309,6 +4339,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\prng\BasicEntropySourceProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\CryptoApiEntropySourceProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\prng\CryptoApiRandomGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -4319,6 +4359,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\prng\EntropyUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\IDrbgProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\prng\IRandomGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -4329,6 +4379,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\prng\SP800SecureRandom.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\SP800SecureRandomBuilder.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\prng\ThreadedSeedGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -4339,6 +4399,46 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\prng\X931Rng.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\X931SecureRandom.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\X931SecureRandomBuilder.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\drbg\CtrSP800Drbg.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\drbg\DrbgUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\drbg\HashSP800Drbg.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\drbg\HMacSP800Drbg.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\prng\drbg\ISP80090Drbg.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\signers\DSADigestSigner.cs" SubType = "Code" BuildAction = "Compile" @@ -11065,6 +11165,41 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\prng\test\CtrDrbgTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\prng\test\DrbgTestVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\prng\test\HashDrbgTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\prng\test\HMacDrbgTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\prng\test\TestEntropySourceProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\prng\test\X931Test.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\prng\test\X931TestVector.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\AeadTestUtilities.cs" SubType = "Code" BuildAction = "Compile" @@ -11360,6 +11495,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\NonMemoableDigestTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\NoekeonTest.cs" SubType = "Code" BuildAction = "Compile" @@ -11640,6 +11780,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\TnepresTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\TwofishTest.cs" SubType = "Code" BuildAction = "Compile" @@ -12110,6 +12255,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\security\test\TestMacUtil.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\security\test\TestSignerUtil.cs" SubType = "Code" BuildAction = "Compile" diff --git a/crypto/crypto.dotnet.csproj b/crypto/crypto.dotnet.csproj index dfb1d16cb..d9ae0db87 100644 --- a/crypto/crypto.dotnet.csproj +++ b/crypto/crypto.dotnet.csproj @@ -10,7 +10,7 @@ <ApplicationIcon /> <AssemblyKeyContainerName /> <AssemblyName>crypto</AssemblyName> - <AssemblyOriginatorKeyFile>BouncyCastle.snk</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> @@ -81,7 +81,9 @@ <NuSpecTfm>dotnet;uap10.0;net46</NuSpecTfm> </PropertyGroup> <ItemGroup> - <None Include="BouncyCastle.snk" /> + <None Include="..\BouncyCastle.snk"> + <Link>BouncyCastle.snk</Link> + </None> <None Include="crypto.dotnet.project.json" /> </ItemGroup> <ItemGroup> diff --git a/crypto/crypto.pcl.csproj b/crypto/crypto.pcl.csproj index 30413b51e..1c3735177 100644 --- a/crypto/crypto.pcl.csproj +++ b/crypto/crypto.pcl.csproj @@ -10,7 +10,7 @@ <ApplicationIcon /> <AssemblyKeyContainerName /> <AssemblyName>crypto</AssemblyName> - <AssemblyOriginatorKeyFile>BouncyCastle.snk</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> @@ -94,7 +94,9 @@ <Compile Include="bzip2\**\*.cs" /> </ItemGroup> <ItemGroup> - <None Include="BouncyCastle.snk" /> + <None Include="..\BouncyCastle.snk"> + <Link>BouncyCastle.snk</Link> + </None> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> <PropertyGroup> diff --git a/crypto/crypto.pcl2.csproj b/crypto/crypto.pcl2.csproj index 62e76ee40..4edf1139e 100644 --- a/crypto/crypto.pcl2.csproj +++ b/crypto/crypto.pcl2.csproj @@ -10,7 +10,7 @@ <ApplicationIcon /> <AssemblyKeyContainerName /> <AssemblyName>crypto</AssemblyName> - <AssemblyOriginatorKeyFile>BouncyCastle.snk</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> @@ -76,12 +76,14 @@ <NuSpecFile Include="$(SolutionDir)Portable.BouncyCastle.nuspec" /> </ItemGroup> <ItemGroup> - <None Include="BouncyCastle.snk" /> - </ItemGroup> - <ItemGroup> <Compile Include="src\**\*.cs" /> <Compile Include="bzip2\**\*.cs" /> </ItemGroup> + <ItemGroup> + <None Include="..\BouncyCastle.snk"> + <Link>BouncyCastle.snk</Link> + </None> + </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> <PropertyGroup> <PreBuildEvent /> diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index cd951d282..239347365 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -84,7 +84,8 @@ using System.Runtime.InteropServices; internal class AssemblyInfo { - private static string version; + private static string version = null; + public static string Version { get @@ -93,13 +94,16 @@ internal class AssemblyInfo { #if PORTABLE #if NEW_REFLECTION - var ver = (AssemblyVersionAttribute)typeof(AssemblyInfo).GetTypeInfo().Assembly.GetCustomAttributes(typeof(AssemblyVersionAttribute)).FirstOrDefault(); + var a = typeof(AssemblyInfo).GetTypeInfo().Assembly; + var c = a.GetCustomAttributes(typeof(AssemblyVersionAttribute)); #else - var ver = (AssemblyVersionAttribute)typeof(AssemblyInfo).Assembly.GetCustomAttributes(typeof(AssemblyVersionAttribute), false).FirstOrDefault(); + var a = typeof(AssemblyInfo).Assembly; + var c = a.GetCustomAttributes(typeof(AssemblyVersionAttribute), false); #endif - if (ver != null) + var v = (AssemblyVersionAttribute)c.FirstOrDefault(); + if (v != null) { - version = ver.Version; + version = v.Version; } #else version = Assembly.GetExecutingAssembly().GetName().Version.ToString(); @@ -107,7 +111,9 @@ internal class AssemblyInfo // if we're still here, then don't try again if (version == null) + { version = string.Empty; + } } return version; diff --git a/crypto/src/asn1/Asn1Object.cs b/crypto/src/asn1/Asn1Object.cs index 08bd599c1..a86fdbb4a 100644 --- a/crypto/src/asn1/Asn1Object.cs +++ b/crypto/src/asn1/Asn1Object.cs @@ -13,13 +13,18 @@ namespace Org.BouncyCastle.Asn1 public static Asn1Object FromByteArray( byte[] data) { - try + try { - return new Asn1InputStream(data).ReadObject(); + MemoryStream input = new MemoryStream(data, false); + Asn1InputStream asn1 = new Asn1InputStream(input, data.Length); + Asn1Object result = asn1.ReadObject(); + if (input.Position != input.Length) + throw new IOException("extra data found after object"); + return result; } catch (InvalidCastException) { - throw new IOException("cannot recognise object in stream"); + throw new IOException("cannot recognise object in byte array"); } } @@ -36,7 +41,7 @@ namespace Org.BouncyCastle.Asn1 } catch (InvalidCastException) { - throw new IOException("cannot recognise object in stream"); + throw new IOException("cannot recognise object in stream"); } } diff --git a/crypto/src/asn1/Asn1OctetString.cs b/crypto/src/asn1/Asn1OctetString.cs index 9c738a8f2..73b6e51bf 100644 --- a/crypto/src/asn1/Asn1OctetString.cs +++ b/crypto/src/asn1/Asn1OctetString.cs @@ -52,7 +52,7 @@ namespace Org.BouncyCastle.Asn1 if (obj is Asn1TaggedObject) return GetInstance(((Asn1TaggedObject)obj).GetObject()); - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/Asn1Sequence.cs b/crypto/src/asn1/Asn1Sequence.cs index 5f9ea4460..849f5e308 100644 --- a/crypto/src/asn1/Asn1Sequence.cs +++ b/crypto/src/asn1/Asn1Sequence.cs @@ -50,7 +50,7 @@ namespace Org.BouncyCastle.Asn1 } } - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } /** @@ -103,7 +103,7 @@ namespace Org.BouncyCastle.Asn1 return (Asn1Sequence) inner; } - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } protected internal Asn1Sequence( diff --git a/crypto/src/asn1/Asn1Set.cs b/crypto/src/asn1/Asn1Set.cs index 18f8020f2..bf83dbdc1 100644 --- a/crypto/src/asn1/Asn1Set.cs +++ b/crypto/src/asn1/Asn1Set.cs @@ -55,7 +55,7 @@ namespace Org.BouncyCastle.Asn1 } } - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } /** @@ -121,7 +121,7 @@ namespace Org.BouncyCastle.Asn1 return new DerSet(v, false); } - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } protected internal Asn1Set( diff --git a/crypto/src/asn1/Asn1TaggedObject.cs b/crypto/src/asn1/Asn1TaggedObject.cs index 2e480738a..fdf5b651a 100644 --- a/crypto/src/asn1/Asn1TaggedObject.cs +++ b/crypto/src/asn1/Asn1TaggedObject.cs @@ -37,7 +37,7 @@ namespace Org.BouncyCastle.Asn1 return (Asn1TaggedObject) obj; } - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/BERBitString.cs b/crypto/src/asn1/BERBitString.cs new file mode 100644 index 000000000..d8cd00330 --- /dev/null +++ b/crypto/src/asn1/BERBitString.cs @@ -0,0 +1,43 @@ +using System; + +using Org.BouncyCastle.Utilities; + +namespace Org.BouncyCastle.Asn1 +{ + public class BerBitString + : DerBitString + { + public BerBitString(byte[] data, int padBits) + : base(data, padBits) + { + } + + public BerBitString(byte[] data) + : base(data) + { + } + + public BerBitString(int namedBits) + : base(namedBits) + { + } + + public BerBitString(Asn1Encodable obj) + : base(obj) + { + } + + internal override void Encode( + DerOutputStream derOut) + { + if (derOut is Asn1OutputStream || derOut is BerOutputStream) + { + derOut.WriteEncoded(Asn1Tags.BitString, (byte)mPadBits, mData); + } + else + { + base.Encode(derOut); + } + } + } +} diff --git a/crypto/src/asn1/BerTaggedObject.cs b/crypto/src/asn1/BerTaggedObject.cs index 228b136cb..fd0bdc285 100644 --- a/crypto/src/asn1/BerTaggedObject.cs +++ b/crypto/src/asn1/BerTaggedObject.cs @@ -82,7 +82,7 @@ namespace Org.BouncyCastle.Asn1 } else { - throw Platform.CreateNotImplementedException(obj.GetType().Name); + throw Platform.CreateNotImplementedException(Platform.GetTypeName(obj)); } foreach (Asn1Encodable o in eObj) diff --git a/crypto/src/asn1/DerApplicationSpecific.cs b/crypto/src/asn1/DerApplicationSpecific.cs index 394c7431e..9149930e0 100644 --- a/crypto/src/asn1/DerApplicationSpecific.cs +++ b/crypto/src/asn1/DerApplicationSpecific.cs @@ -160,7 +160,7 @@ namespace Org.BouncyCastle.Asn1 tmp[0] |= Asn1Tags.Constructed; } - return FromByteArray(tmp);; + return FromByteArray(tmp); } internal override void Encode( diff --git a/crypto/src/asn1/DerBMPString.cs b/crypto/src/asn1/DerBMPString.cs index 4f7e0a635..33d950ff8 100644 --- a/crypto/src/asn1/DerBMPString.cs +++ b/crypto/src/asn1/DerBMPString.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1 { /** @@ -24,7 +26,7 @@ namespace Org.BouncyCastle.Asn1 return (DerBmpString)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerBitString.cs b/crypto/src/asn1/DerBitString.cs index d5cb872bc..a3c2cee01 100644 --- a/crypto/src/asn1/DerBitString.cs +++ b/crypto/src/asn1/DerBitString.cs @@ -1,6 +1,8 @@ using System; +using System.Diagnostics; using System.Text; +using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1 @@ -11,83 +13,10 @@ namespace Org.BouncyCastle.Asn1 private static readonly char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; - private readonly byte[] data; - private readonly int padBits; + protected readonly byte[] mData; + protected readonly int mPadBits; - /** - * return the correct number of pad bits for a bit string defined in - * a 32 bit constant - */ - static internal int GetPadBits( - int bitString) - { - int val = 0; - for (int i = 3; i >= 0; i--) - { - // - // this may look a little odd, but if it isn't done like this pre jdk1.2 - // JVM's break! - // - if (i != 0) - { - if ((bitString >> (i * 8)) != 0) - { - val = (bitString >> (i * 8)) & 0xFF; - break; - } - } - else - { - if (bitString != 0) - { - val = bitString & 0xFF; - break; - } - } - } - - if (val == 0) - { - return 7; - } - - int bits = 1; - - while (((val <<= 1) & 0xFF) != 0) - { - bits++; - } - - return 8 - bits; - } - - /** - * return the correct number of bytes for a bit string defined in - * a 32 bit constant - */ - static internal byte[] GetBytes( - int bitString) - { - int bytes = 4; - for (int i = 3; i >= 1; i--) - { - if ((bitString & (0xFF << (i * 8))) != 0) - { - break; - } - bytes--; - } - - byte[] result = new byte[bytes]; - for (int i = 0; i < bytes; i++) - { - result[i] = (byte) ((bitString >> (i * 8)) & 0xFF); - } - - return result; - } - - /** + /** * return a Bit string from the passed in object * * @exception ArgumentException if the object cannot be converted. @@ -100,7 +29,7 @@ namespace Org.BouncyCastle.Asn1 return (DerBitString) obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** @@ -126,15 +55,7 @@ namespace Org.BouncyCastle.Asn1 return FromAsn1Octets(((Asn1OctetString)o).GetOctets()); } - internal DerBitString( - byte data, - int padBits) - { - this.data = new byte[]{ data }; - this.padBits = padBits; - } - - /** + /** * @param data the octets making up the bit string. * @param padBits the number of extra bits at the end of the string. */ @@ -142,67 +63,152 @@ namespace Org.BouncyCastle.Asn1 byte[] data, int padBits) { - // TODO Deep copy? - this.data = data; - this.padBits = padBits; + if (data == null) + throw new ArgumentNullException("data"); + if (padBits < 0 || padBits > 7) + throw new ArgumentException("must be in the range 0 to 7", "padBits"); + if (data.Length == 0 && padBits != 0) + throw new ArgumentException("if 'data' is empty, 'padBits' must be 0"); + + this.mData = Arrays.Clone(data); + this.mPadBits = padBits; } public DerBitString( byte[] data) + : this(data, 0) { - // TODO Deep copy? - this.data = data; } - public DerBitString( + public DerBitString( + int namedBits) + { + if (namedBits == 0) + { + this.mData = new byte[0]; + this.mPadBits = 0; + return; + } + + int bits = BigInteger.BitLen(namedBits); + int bytes = (bits + 7) / 8; + + Debug.Assert(0 < bytes && bytes <= 4); + + byte[] data = new byte[bytes]; + --bytes; + + for (int i = 0; i < bytes; i++) + { + data[i] = (byte)namedBits; + namedBits >>= 8; + } + + Debug.Assert((namedBits & 0xFF) != 0); + + data[bytes] = (byte)namedBits; + + int padBits = 0; + while ((namedBits & (1 << padBits)) == 0) + { + ++padBits; + } + + Debug.Assert(padBits < 8); + + this.mData = data; + this.mPadBits = padBits; + } + + public DerBitString( Asn1Encodable obj) + : this(obj.GetDerEncoded()) { - this.data = obj.GetDerEncoded(); - //this.padBits = 0; } - public byte[] GetBytes() + /** + * Return the octets contained in this BIT STRING, checking that this BIT STRING really + * does represent an octet aligned string. Only use this method when the standard you are + * following dictates that the BIT STRING will be octet aligned. + * + * @return a copy of the octet aligned data. + */ + public virtual byte[] GetOctets() + { + if (mPadBits != 0) + throw new InvalidOperationException("attempt to get non-octet aligned data from BIT STRING"); + + return Arrays.Clone(mData); + } + + public virtual byte[] GetBytes() { - return data; + byte[] data = Arrays.Clone(mData); + + // DER requires pad bits be zero + if (mPadBits > 0) + { + data[data.Length - 1] &= (byte)(0xFF << mPadBits); + } + + return data; } - public int PadBits + public virtual int PadBits { - get { return padBits; } + get { return mPadBits; } } /** * @return the value of the bit string as an int (truncating if necessary) */ - public int IntValue + public virtual int IntValue { get { - int value = 0; - - for (int i = 0; i != data.Length && i != 4; i++) - { - value |= (data[i] & 0xff) << (8 * i); - } - - return value; + int value = 0, length = System.Math.Min(4, mData.Length); + for (int i = 0; i < length; ++i) + { + value |= (int)mData[i] << (8 * i); + } + if (mPadBits > 0 && length == mData.Length) + { + int mask = (1 << mPadBits) - 1; + value &= ~(mask << (8 * (length - 1))); + } + return value; } } - internal override void Encode( + internal override void Encode( DerOutputStream derOut) { - byte[] bytes = new byte[GetBytes().Length + 1]; - - bytes[0] = (byte) PadBits; - Array.Copy(GetBytes(), 0, bytes, 1, bytes.Length - 1); - - derOut.WriteEncoded(Asn1Tags.BitString, bytes); + if (mPadBits > 0) + { + int last = mData[mData.Length - 1]; + int mask = (1 << mPadBits) - 1; + int unusedBits = last & mask; + + if (unusedBits != 0) + { + byte[] contents = Arrays.Prepend(mData, (byte)mPadBits); + + /* + * X.690-0207 11.2.1: Each unused bit in the final octet of the encoding of a bit string value shall be set to zero. + */ + contents[contents.Length - 1] = (byte)(last ^ unusedBits); + + derOut.WriteEncoded(Asn1Tags.BitString, contents); + return; + } + } + + derOut.WriteEncoded(Asn1Tags.BitString, (byte)mPadBits, mData); } - protected override int Asn1GetHashCode() + protected override int Asn1GetHashCode() { - return padBits.GetHashCode() ^ Arrays.GetHashCode(data); + return mPadBits.GetHashCode() ^ Arrays.GetHashCode(mData); } protected override bool Asn1Equals( @@ -213,8 +219,8 @@ namespace Org.BouncyCastle.Asn1 if (other == null) return false; - return this.padBits == other.padBits - && Arrays.AreEqual(this.data, other.data); + return this.mPadBits == other.mPadBits + && Arrays.AreEqual(this.mData, other.mData); } public override string GetString() @@ -236,12 +242,23 @@ namespace Org.BouncyCastle.Asn1 internal static DerBitString FromAsn1Octets(byte[] octets) { if (octets.Length < 1) - throw new ArgumentException("truncated BIT STRING detected"); + throw new ArgumentException("truncated BIT STRING detected", "octets"); + + int padBits = octets[0]; + byte[] data = Arrays.CopyOfRange(octets, 1, octets.Length); + + if (padBits > 0 && padBits < 8 && data.Length > 0) + { + int last = data[data.Length - 1]; + int mask = (1 << padBits) - 1; + + if ((last & mask) != 0) + { + return new BerBitString(data, padBits); + } + } - int padBits = octets[0]; - byte[] data = new byte[octets.Length - 1]; - Array.Copy(octets, 1, data, 0, data.Length); - return new DerBitString(data, padBits); + return new DerBitString(data, padBits); } } } diff --git a/crypto/src/asn1/DerBoolean.cs b/crypto/src/asn1/DerBoolean.cs index 66791d16c..709f4ddce 100644 --- a/crypto/src/asn1/DerBoolean.cs +++ b/crypto/src/asn1/DerBoolean.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1 { public class DerBoolean @@ -23,7 +25,7 @@ namespace Org.BouncyCastle.Asn1 return (DerBoolean) obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerEnumerated.cs b/crypto/src/asn1/DerEnumerated.cs index 2638b0205..476b7fa9a 100644 --- a/crypto/src/asn1/DerEnumerated.cs +++ b/crypto/src/asn1/DerEnumerated.cs @@ -23,7 +23,7 @@ namespace Org.BouncyCastle.Asn1 return (DerEnumerated)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerGeneralString.cs b/crypto/src/asn1/DerGeneralString.cs index 0e20b53bd..553b0e09c 100644 --- a/crypto/src/asn1/DerGeneralString.cs +++ b/crypto/src/asn1/DerGeneralString.cs @@ -19,7 +19,7 @@ namespace Org.BouncyCastle.Asn1 } throw new ArgumentException("illegal object in GetInstance: " - + obj.GetType().Name); + + Platform.GetTypeName(obj)); } public static DerGeneralString GetInstance( diff --git a/crypto/src/asn1/DerGeneralizedTime.cs b/crypto/src/asn1/DerGeneralizedTime.cs index 17c42e7cf..b224ebe42 100644 --- a/crypto/src/asn1/DerGeneralizedTime.cs +++ b/crypto/src/asn1/DerGeneralizedTime.cs @@ -27,7 +27,7 @@ namespace Org.BouncyCastle.Asn1 return (DerGeneralizedTime)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name, "obj"); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } /** @@ -204,7 +204,7 @@ namespace Org.BouncyCastle.Asn1 string d = time; bool makeUniversal = false; - if (d.EndsWith("Z")) + if (Platform.EndsWith(d, "Z")) { if (HasFractionalSeconds) { @@ -223,7 +223,7 @@ namespace Org.BouncyCastle.Asn1 if (HasFractionalSeconds) { - int fCount = d.IndexOf("GMT") - 1 - d.IndexOf('.'); + int fCount = Platform.IndexOf(d, "GMT") - 1 - d.IndexOf('.'); formatStr = @"yyyyMMddHHmmss." + FString(fCount) + @"'GMT'zzz"; } else @@ -267,7 +267,7 @@ namespace Org.BouncyCastle.Asn1 * NOTE: DateTime.Kind and DateTimeStyles.AssumeUniversal not available in .NET 1.1 */ DateTimeStyles style = DateTimeStyles.None; - if (format.EndsWith("Z")) + if (Platform.EndsWith(format, "Z")) { try { diff --git a/crypto/src/asn1/DerIA5String.cs b/crypto/src/asn1/DerIA5String.cs index 9fa2cba3c..63e91582e 100644 --- a/crypto/src/asn1/DerIA5String.cs +++ b/crypto/src/asn1/DerIA5String.cs @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1 return (DerIA5String)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerInteger.cs b/crypto/src/asn1/DerInteger.cs index eb0614515..3610de588 100644 --- a/crypto/src/asn1/DerInteger.cs +++ b/crypto/src/asn1/DerInteger.cs @@ -23,7 +23,7 @@ namespace Org.BouncyCastle.Asn1 return (DerInteger)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerNumericString.cs b/crypto/src/asn1/DerNumericString.cs index 6e2715a4d..a729f9e8e 100644 --- a/crypto/src/asn1/DerNumericString.cs +++ b/crypto/src/asn1/DerNumericString.cs @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1 return (DerNumericString)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerObjectIdentifier.cs b/crypto/src/asn1/DerObjectIdentifier.cs index f9f6a79d6..6ac2b7e9e 100644 --- a/crypto/src/asn1/DerObjectIdentifier.cs +++ b/crypto/src/asn1/DerObjectIdentifier.cs @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1 return (DerObjectIdentifier) obj; if (obj is byte[]) return FromOctetString((byte[])obj); - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name, "obj"); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } /** @@ -83,7 +83,7 @@ namespace Org.BouncyCastle.Asn1 public virtual bool On(DerObjectIdentifier stem) { string id = Id, stemId = stem.Id; - return id.Length > stemId.Length && id[stemId.Length] == '.' && id.StartsWith(stemId); + return id.Length > stemId.Length && id[stemId.Length] == '.' && Platform.StartsWith(id, stemId); } internal DerObjectIdentifier(byte[] bytes) diff --git a/crypto/src/asn1/DerOutputStream.cs b/crypto/src/asn1/DerOutputStream.cs index c03d9dc11..69d5d5f28 100644 --- a/crypto/src/asn1/DerOutputStream.cs +++ b/crypto/src/asn1/DerOutputStream.cs @@ -19,7 +19,7 @@ namespace Org.BouncyCastle.Asn1 if (length > 127) { int size = 1; - uint val = (uint) length; + uint val = (uint)length; while ((val >>= 8) != 0) { @@ -43,18 +43,29 @@ namespace Org.BouncyCastle.Asn1 int tag, byte[] bytes) { - WriteByte((byte) tag); + WriteByte((byte)tag); WriteLength(bytes.Length); Write(bytes, 0, bytes.Length); } - internal void WriteEncoded( + internal void WriteEncoded( + int tag, + byte first, + byte[] bytes) + { + WriteByte((byte)tag); + WriteLength(bytes.Length + 1); + WriteByte(first); + Write(bytes, 0, bytes.Length); + } + + internal void WriteEncoded( int tag, byte[] bytes, int offset, int length) { - WriteByte((byte) tag); + WriteByte((byte)tag); WriteLength(length); Write(bytes, offset, length); } diff --git a/crypto/src/asn1/DerPrintableString.cs b/crypto/src/asn1/DerPrintableString.cs index cd2f46b48..e1797346d 100644 --- a/crypto/src/asn1/DerPrintableString.cs +++ b/crypto/src/asn1/DerPrintableString.cs @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1 return (DerPrintableString)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerT61String.cs b/crypto/src/asn1/DerT61String.cs index 4dee6f30c..746ccfe70 100644 --- a/crypto/src/asn1/DerT61String.cs +++ b/crypto/src/asn1/DerT61String.cs @@ -25,7 +25,7 @@ namespace Org.BouncyCastle.Asn1 return (DerT61String)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerUTCTime.cs b/crypto/src/asn1/DerUTCTime.cs index 4f0792636..5d058619d 100644 --- a/crypto/src/asn1/DerUTCTime.cs +++ b/crypto/src/asn1/DerUTCTime.cs @@ -27,7 +27,7 @@ namespace Org.BouncyCastle.Asn1 return (DerUtcTime)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerUTF8String.cs b/crypto/src/asn1/DerUTF8String.cs index 92a50e824..758a5068d 100644 --- a/crypto/src/asn1/DerUTF8String.cs +++ b/crypto/src/asn1/DerUTF8String.cs @@ -1,6 +1,8 @@ using System; using System.Text; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1 { /** @@ -24,7 +26,7 @@ namespace Org.BouncyCastle.Asn1 return (DerUtf8String)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerUniversalString.cs b/crypto/src/asn1/DerUniversalString.cs index 305102f2f..284d0f8c5 100644 --- a/crypto/src/asn1/DerUniversalString.cs +++ b/crypto/src/asn1/DerUniversalString.cs @@ -28,7 +28,7 @@ namespace Org.BouncyCastle.Asn1 return (DerUniversalString)obj; } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/DerVisibleString.cs b/crypto/src/asn1/DerVisibleString.cs index 84c9caade..e1112201a 100644 --- a/crypto/src/asn1/DerVisibleString.cs +++ b/crypto/src/asn1/DerVisibleString.cs @@ -36,7 +36,7 @@ namespace Org.BouncyCastle.Asn1 return GetInstance(((Asn1TaggedObject)obj).GetObject()); } - throw new ArgumentException("illegal object in GetInstance: " + obj.GetType().Name); + throw new ArgumentException("illegal object in GetInstance: " + Platform.GetTypeName(obj)); } /** diff --git a/crypto/src/asn1/anssi/ANSSINamedCurves.cs b/crypto/src/asn1/anssi/ANSSINamedCurves.cs index c7f9545f2..d0c90ebf1 100644 --- a/crypto/src/asn1/anssi/ANSSINamedCurves.cs +++ b/crypto/src/asn1/anssi/ANSSINamedCurves.cs @@ -60,7 +60,7 @@ namespace Org.BouncyCastle.Asn1.Anssi DerObjectIdentifier oid, X9ECParametersHolder holder) { - objIds.Add(Platform.ToLowerInvariant(name), oid); + objIds.Add(Platform.ToUpperInvariant(name), oid); names.Add(oid, name); curves.Add(oid, holder); } @@ -99,7 +99,7 @@ namespace Org.BouncyCastle.Asn1.Anssi public static DerObjectIdentifier GetOid( string name) { - return (DerObjectIdentifier)objIds[Platform.ToLowerInvariant(name)]; + return (DerObjectIdentifier)objIds[Platform.ToUpperInvariant(name)]; } /** diff --git a/crypto/src/asn1/cmp/CAKeyUpdAnnContent.cs b/crypto/src/asn1/cmp/CAKeyUpdAnnContent.cs index 3cdb128a6..b74bac87a 100644 --- a/crypto/src/asn1/cmp/CAKeyUpdAnnContent.cs +++ b/crypto/src/asn1/cmp/CAKeyUpdAnnContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class CAKeyUpdAnnContent @@ -24,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CAKeyUpdAnnContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual CmpCertificate OldWithNew diff --git a/crypto/src/asn1/cmp/CertConfirmContent.cs b/crypto/src/asn1/cmp/CertConfirmContent.cs index f4016d8d8..370a9e7d6 100644 --- a/crypto/src/asn1/cmp/CertConfirmContent.cs +++ b/crypto/src/asn1/cmp/CertConfirmContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class CertConfirmContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CertConfirmContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual CertStatus[] ToCertStatusArray() diff --git a/crypto/src/asn1/cmp/CertOrEncCert.cs b/crypto/src/asn1/cmp/CertOrEncCert.cs index 4c049c180..eb200e1e8 100644 --- a/crypto/src/asn1/cmp/CertOrEncCert.cs +++ b/crypto/src/asn1/cmp/CertOrEncCert.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -34,7 +35,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1TaggedObject) return new CertOrEncCert((Asn1TaggedObject)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public CertOrEncCert(CmpCertificate certificate) diff --git a/crypto/src/asn1/cmp/CertRepMessage.cs b/crypto/src/asn1/cmp/CertRepMessage.cs index c22b079c8..82869784d 100644 --- a/crypto/src/asn1/cmp/CertRepMessage.cs +++ b/crypto/src/asn1/cmp/CertRepMessage.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class CertRepMessage @@ -28,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CertRepMessage((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public CertRepMessage(CmpCertificate[] caPubs, CertResponse[] response) diff --git a/crypto/src/asn1/cmp/CertResponse.cs b/crypto/src/asn1/cmp/CertResponse.cs index 80813b8b7..843fd9299 100644 --- a/crypto/src/asn1/cmp/CertResponse.cs +++ b/crypto/src/asn1/cmp/CertResponse.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class CertResponse @@ -45,7 +47,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CertResponse((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public CertResponse( diff --git a/crypto/src/asn1/cmp/CertStatus.cs b/crypto/src/asn1/cmp/CertStatus.cs index 52d5ac504..d437b57b2 100644 --- a/crypto/src/asn1/cmp/CertStatus.cs +++ b/crypto/src/asn1/cmp/CertStatus.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -43,7 +44,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CertStatus((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual Asn1OctetString CertHash diff --git a/crypto/src/asn1/cmp/CertifiedKeyPair.cs b/crypto/src/asn1/cmp/CertifiedKeyPair.cs index 655dde0c5..c06f00019 100644 --- a/crypto/src/asn1/cmp/CertifiedKeyPair.cs +++ b/crypto/src/asn1/cmp/CertifiedKeyPair.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -45,7 +46,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CertifiedKeyPair((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public CertifiedKeyPair( diff --git a/crypto/src/asn1/cmp/Challenge.cs b/crypto/src/asn1/cmp/Challenge.cs index bee5f96f5..5c78c2a2b 100644 --- a/crypto/src/asn1/cmp/Challenge.cs +++ b/crypto/src/asn1/cmp/Challenge.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -32,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new Challenge((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual AlgorithmIdentifier Owf diff --git a/crypto/src/asn1/cmp/CmpCertificate.cs b/crypto/src/asn1/cmp/CmpCertificate.cs index 16ee30059..33356b486 100644 --- a/crypto/src/asn1/cmp/CmpCertificate.cs +++ b/crypto/src/asn1/cmp/CmpCertificate.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -37,7 +38,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1TaggedObject) return new CmpCertificate(AttributeCertificate.GetInstance(((Asn1TaggedObject)obj).GetObject())); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual bool IsX509v3PKCert diff --git a/crypto/src/asn1/cmp/CrlAnnContent.cs b/crypto/src/asn1/cmp/CrlAnnContent.cs index 3dc11d32c..db8ecfa40 100644 --- a/crypto/src/asn1/cmp/CrlAnnContent.cs +++ b/crypto/src/asn1/cmp/CrlAnnContent.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -22,7 +23,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new CrlAnnContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual CertificateList[] ToCertificateListArray() diff --git a/crypto/src/asn1/cmp/ErrorMsgContent.cs b/crypto/src/asn1/cmp/ErrorMsgContent.cs index 2d6353b65..5d2132bb8 100644 --- a/crypto/src/asn1/cmp/ErrorMsgContent.cs +++ b/crypto/src/asn1/cmp/ErrorMsgContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class ErrorMsgContent @@ -35,7 +37,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new ErrorMsgContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public ErrorMsgContent(PkiStatusInfo pkiStatusInfo) diff --git a/crypto/src/asn1/cmp/GenMsgContent.cs b/crypto/src/asn1/cmp/GenMsgContent.cs index 9f042491c..f3142b5c6 100644 --- a/crypto/src/asn1/cmp/GenMsgContent.cs +++ b/crypto/src/asn1/cmp/GenMsgContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class GenMsgContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new GenMsgContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public GenMsgContent(params InfoTypeAndValue[] itv) diff --git a/crypto/src/asn1/cmp/GenRepContent.cs b/crypto/src/asn1/cmp/GenRepContent.cs index 5bdc5550a..3c3573e37 100644 --- a/crypto/src/asn1/cmp/GenRepContent.cs +++ b/crypto/src/asn1/cmp/GenRepContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class GenRepContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new GenRepContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public GenRepContent(params InfoTypeAndValue[] itv) diff --git a/crypto/src/asn1/cmp/InfoTypeAndValue.cs b/crypto/src/asn1/cmp/InfoTypeAndValue.cs index 9b51dba02..0ce6f73ba 100644 --- a/crypto/src/asn1/cmp/InfoTypeAndValue.cs +++ b/crypto/src/asn1/cmp/InfoTypeAndValue.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { /** @@ -69,7 +71,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new InfoTypeAndValue((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public InfoTypeAndValue( diff --git a/crypto/src/asn1/cmp/KeyRecRepContent.cs b/crypto/src/asn1/cmp/KeyRecRepContent.cs index b0352f048..00c4612b9 100644 --- a/crypto/src/asn1/cmp/KeyRecRepContent.cs +++ b/crypto/src/asn1/cmp/KeyRecRepContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class KeyRecRepContent @@ -43,7 +45,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new KeyRecRepContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual PkiStatusInfo Status diff --git a/crypto/src/asn1/cmp/OobCertHash.cs b/crypto/src/asn1/cmp/OobCertHash.cs index 63ddff7c4..cd8192b40 100644 --- a/crypto/src/asn1/cmp/OobCertHash.cs +++ b/crypto/src/asn1/cmp/OobCertHash.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -41,7 +42,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new OobCertHash((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual AlgorithmIdentifier HashAlg diff --git a/crypto/src/asn1/cmp/PKIBody.cs b/crypto/src/asn1/cmp/PKIBody.cs index 3205a907e..f17eed64d 100644 --- a/crypto/src/asn1/cmp/PKIBody.cs +++ b/crypto/src/asn1/cmp/PKIBody.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Asn1.Pkcs; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -47,7 +48,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1TaggedObject) return new PkiBody((Asn1TaggedObject)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } private PkiBody(Asn1TaggedObject tagged) diff --git a/crypto/src/asn1/cmp/PKIConfirmContent.cs b/crypto/src/asn1/cmp/PKIConfirmContent.cs index 98645766a..d154427a4 100644 --- a/crypto/src/asn1/cmp/PKIConfirmContent.cs +++ b/crypto/src/asn1/cmp/PKIConfirmContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PkiConfirmContent @@ -13,7 +15,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Null) return new PkiConfirmContent(); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public PkiConfirmContent() diff --git a/crypto/src/asn1/cmp/PKIFailureInfo.cs b/crypto/src/asn1/cmp/PKIFailureInfo.cs index 1df0e0693..75a3ff0d7 100644 --- a/crypto/src/asn1/cmp/PKIFailureInfo.cs +++ b/crypto/src/asn1/cmp/PKIFailureInfo.cs @@ -2,66 +2,89 @@ using System; namespace Org.BouncyCastle.Asn1.Cmp { - /** - * <pre> - * PKIFailureInfo ::= BIT STRING { - * badAlg (0), - * -- unrecognized or unsupported Algorithm Identifier - * badMessageCheck (1), -- integrity check failed (e.g., signature did not verify) - * badRequest (2), - * -- transaction not permitted or supported - * badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy - * badCertId (4), -- no certificate could be found matching the provided criteria - * badDataFormat (5), - * -- the data submitted has the wrong format - * wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token - * incorrectData (7), -- the requester's data is incorrect (for notary services) - * missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy) - * badPOP (9) -- the proof-of-possession failed - * timeNotAvailable (14), - * -- the TSA's time source is not available - * unacceptedPolicy (15), - * -- the requested TSA policy is not supported by the TSA - * unacceptedExtension (16), - * -- the requested extension is not supported by the TSA - * addInfoNotAvailable (17) - * -- the additional information requested could not be understood - * -- or is not available - * systemFailure (25) - * -- the request cannot be handled due to system failure - * </pre> - */ + /** + * <pre> + * PKIFailureInfo ::= BIT STRING { + * badAlg (0), + * -- unrecognized or unsupported Algorithm Identifier + * badMessageCheck (1), -- integrity check failed (e.g., signature did not verify) + * badRequest (2), + * -- transaction not permitted or supported + * badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy + * badCertId (4), -- no certificate could be found matching the provided criteria + * badDataFormat (5), + * -- the data submitted has the wrong format + * wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token + * incorrectData (7), -- the requester's data is incorrect (for notary services) + * missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy) + * badPOP (9) -- the proof-of-possession failed + * certRevoked (10), + * certConfirmed (11), + * wrongIntegrity (12), + * badRecipientNonce (13), + * timeNotAvailable (14), + * -- the TSA's time source is not available + * unacceptedPolicy (15), + * -- the requested TSA policy is not supported by the TSA + * unacceptedExtension (16), + * -- the requested extension is not supported by the TSA + * addInfoNotAvailable (17) + * -- the additional information requested could not be understood + * -- or is not available + * badSenderNonce (18), + * badCertTemplate (19), + * signerNotTrusted (20), + * transactionIdInUse (21), + * unsupportedVersion (22), + * notAuthorized (23), + * systemUnavail (24), + * systemFailure (25), + * -- the request cannot be handled due to system failure + * duplicateCertReq (26) + * </pre> + */ public class PkiFailureInfo : DerBitString { - public const int BadAlg = (1 << 7); // unrecognized or unsupported Algorithm Identifier - public const int BadMessageCheck = (1 << 6); // integrity check failed (e.g., signature did not verify) - public const int BadRequest = (1 << 5); - public const int BadTime = (1 << 4); // -- messageTime was not sufficiently close to the system time, as defined by local policy - public const int BadCertId = (1 << 3); // no certificate could be found matching the provided criteria - public const int BadDataFormat = (1 << 2); - public const int WrongAuthority = (1 << 1); // the authority indicated in the request is different from the one creating the response token - public const int IncorrectData = 1; // the requester's data is incorrect (for notary services) - public const int MissingTimeStamp = (1 << 15); // when the timestamp is missing but should be there (by policy) - public const int BadPop = (1 << 14); // the proof-of-possession failed - public const int TimeNotAvailable = (1 << 9); // the TSA's time source is not available - public const int UnacceptedPolicy = (1 << 8); // the requested TSA policy is not supported by the TSA - public const int UnacceptedExtension = (1 << 23); //the requested extension is not supported by the TSA - public const int AddInfoNotAvailable = (1 << 22); //the additional information requested could not be understood or is not available - public const int SystemFailure = (1 << 30); //the request cannot be handled due to system failure + public const int BadAlg = (1 << 7); // unrecognized or unsupported Algorithm Identifier + public const int BadMessageCheck = (1 << 6); // integrity check failed (e.g., signature did not verify) + public const int BadRequest = (1 << 5); + public const int BadTime = (1 << 4); // -- messageTime was not sufficiently close to the system time, as defined by local policy + public const int BadCertId = (1 << 3); // no certificate could be found matching the provided criteria + public const int BadDataFormat = (1 << 2); + public const int WrongAuthority = (1 << 1); // the authority indicated in the request is different from the one creating the response token + public const int IncorrectData = 1; // the requester's data is incorrect (for notary services) + public const int MissingTimeStamp = (1 << 15); // when the timestamp is missing but should be there (by policy) + public const int BadPop = (1 << 14); // the proof-of-possession failed + public const int CertRevoked = (1 << 13); + public const int CertConfirmed = (1 << 12); + public const int WrongIntegrity = (1 << 11); + public const int BadRecipientNonce = (1 << 10); + public const int TimeNotAvailable = (1 << 9); // the TSA's time source is not available + public const int UnacceptedPolicy = (1 << 8); // the requested TSA policy is not supported by the TSA + public const int UnacceptedExtension = (1 << 23); //the requested extension is not supported by the TSA + public const int AddInfoNotAvailable = (1 << 22); //the additional information requested could not be understood or is not available + public const int BadSenderNonce = (1 << 21); + public const int BadCertTemplate = (1 << 20); + public const int SignerNotTrusted = (1 << 19); + public const int TransactionIdInUse = (1 << 18); + public const int UnsupportedVersion = (1 << 17); + public const int NotAuthorized = (1 << 16); + public const int SystemUnavail = (1 << 31); + public const int SystemFailure = (1 << 30); //the request cannot be handled due to system failure + public const int DuplicateCertReq = (1 << 29); - /** + /** * Basic constructor. */ - public PkiFailureInfo( - int info) - : base(GetBytes(info), GetPadBits(info)) + public PkiFailureInfo(int info) + : base(info) { } public PkiFailureInfo( DerBitString info) - : base(info.GetBytes(), info.PadBits) + : base(info.GetBytes(), info.PadBits) { } diff --git a/crypto/src/asn1/cmp/PKIFreeText.cs b/crypto/src/asn1/cmp/PKIFreeText.cs index 571c8d93a..fef525465 100644 --- a/crypto/src/asn1/cmp/PKIFreeText.cs +++ b/crypto/src/asn1/cmp/PKIFreeText.cs @@ -1,6 +1,8 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PkiFreeText @@ -27,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Cmp return new PkiFreeText((Asn1Sequence)obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public PkiFreeText( diff --git a/crypto/src/asn1/cmp/PKIHeader.cs b/crypto/src/asn1/cmp/PKIHeader.cs index e758e9f16..577cb45df 100644 --- a/crypto/src/asn1/cmp/PKIHeader.cs +++ b/crypto/src/asn1/cmp/PKIHeader.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -81,7 +82,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PkiHeader((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public PkiHeader( diff --git a/crypto/src/asn1/cmp/PKIMessages.cs b/crypto/src/asn1/cmp/PKIMessages.cs index ddabdf4ae..eb01e544a 100644 --- a/crypto/src/asn1/cmp/PKIMessages.cs +++ b/crypto/src/asn1/cmp/PKIMessages.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PkiMessages @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PkiMessages((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public PkiMessages(params PkiMessage[] msgs) diff --git a/crypto/src/asn1/cmp/PKIStatus.cs b/crypto/src/asn1/cmp/PKIStatus.cs index b03dd3d62..ba757dfcf 100644 --- a/crypto/src/asn1/cmp/PKIStatus.cs +++ b/crypto/src/asn1/cmp/PKIStatus.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -46,7 +47,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is DerInteger) return new PkiStatusEncodable((DerInteger)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual BigInteger Value diff --git a/crypto/src/asn1/cmp/PKIStatusInfo.cs b/crypto/src/asn1/cmp/PKIStatusInfo.cs index 2463e0081..b19bf7459 100644 --- a/crypto/src/asn1/cmp/PKIStatusInfo.cs +++ b/crypto/src/asn1/cmp/PKIStatusInfo.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -30,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.Cmp return new PkiStatusInfo((Asn1Sequence)obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public PkiStatusInfo( diff --git a/crypto/src/asn1/cmp/PbmParameter.cs b/crypto/src/asn1/cmp/PbmParameter.cs index 59b1bd7bb..206b89ba1 100644 --- a/crypto/src/asn1/cmp/PbmParameter.cs +++ b/crypto/src/asn1/cmp/PbmParameter.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PbmParameter((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public PbmParameter( diff --git a/crypto/src/asn1/cmp/PollRepContent.cs b/crypto/src/asn1/cmp/PollRepContent.cs index 4045ac7ed..f8bb098a2 100644 --- a/crypto/src/asn1/cmp/PollRepContent.cs +++ b/crypto/src/asn1/cmp/PollRepContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PollRepContent @@ -28,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PollRepContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual DerInteger CertReqID diff --git a/crypto/src/asn1/cmp/PollReqContent.cs b/crypto/src/asn1/cmp/PollReqContent.cs index ca2164151..dd9b0c352 100644 --- a/crypto/src/asn1/cmp/PollReqContent.cs +++ b/crypto/src/asn1/cmp/PollReqContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PollReqContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PollReqContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual DerInteger[][] GetCertReqIDs() diff --git a/crypto/src/asn1/cmp/PopoDecKeyChallContent.cs b/crypto/src/asn1/cmp/PopoDecKeyChallContent.cs index 20b173b85..03a13a5d5 100644 --- a/crypto/src/asn1/cmp/PopoDecKeyChallContent.cs +++ b/crypto/src/asn1/cmp/PopoDecKeyChallContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PopoDecKeyChallContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PopoDecKeyChallContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual Challenge[] ToChallengeArray() diff --git a/crypto/src/asn1/cmp/PopoDecKeyRespContent.cs b/crypto/src/asn1/cmp/PopoDecKeyRespContent.cs index 8c322e4ec..73f59b7c1 100644 --- a/crypto/src/asn1/cmp/PopoDecKeyRespContent.cs +++ b/crypto/src/asn1/cmp/PopoDecKeyRespContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class PopoDecKeyRespContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new PopoDecKeyRespContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual DerInteger[] ToDerIntegerArray() diff --git a/crypto/src/asn1/cmp/ProtectedPart.cs b/crypto/src/asn1/cmp/ProtectedPart.cs index db6798fee..ed90708f9 100644 --- a/crypto/src/asn1/cmp/ProtectedPart.cs +++ b/crypto/src/asn1/cmp/ProtectedPart.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class ProtectedPart @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new ProtectedPart((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public ProtectedPart(PkiHeader header, PkiBody body) diff --git a/crypto/src/asn1/cmp/RevAnnContent.cs b/crypto/src/asn1/cmp/RevAnnContent.cs index 2c3bd5f77..d5d42625c 100644 --- a/crypto/src/asn1/cmp/RevAnnContent.cs +++ b/crypto/src/asn1/cmp/RevAnnContent.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -35,7 +36,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new RevAnnContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual PkiStatusEncodable Status diff --git a/crypto/src/asn1/cmp/RevDetails.cs b/crypto/src/asn1/cmp/RevDetails.cs index 6bdf5b2e9..7d2a65ab9 100644 --- a/crypto/src/asn1/cmp/RevDetails.cs +++ b/crypto/src/asn1/cmp/RevDetails.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -27,7 +28,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new RevDetails((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public RevDetails(CertTemplate certDetails) diff --git a/crypto/src/asn1/cmp/RevRepContent.cs b/crypto/src/asn1/cmp/RevRepContent.cs index 47987265a..8e382a60d 100644 --- a/crypto/src/asn1/cmp/RevRepContent.cs +++ b/crypto/src/asn1/cmp/RevRepContent.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cmp { @@ -39,7 +40,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new RevRepContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual PkiStatusInfo[] GetStatus() diff --git a/crypto/src/asn1/cmp/RevReqContent.cs b/crypto/src/asn1/cmp/RevReqContent.cs index fbf869203..1522d3789 100644 --- a/crypto/src/asn1/cmp/RevReqContent.cs +++ b/crypto/src/asn1/cmp/RevReqContent.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cmp { public class RevReqContent @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Cmp if (obj is Asn1Sequence) return new RevReqContent((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public RevReqContent(params RevDetails[] revDetails) diff --git a/crypto/src/asn1/cms/Attribute.cs b/crypto/src/asn1/cms/Attribute.cs index c4a104a3f..69ac44148 100644 --- a/crypto/src/asn1/cms/Attribute.cs +++ b/crypto/src/asn1/cms/Attribute.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -25,7 +25,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new Attribute((Asn1Sequence) obj); - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public Attribute( diff --git a/crypto/src/asn1/cms/AuthEnvelopedData.cs b/crypto/src/asn1/cms/AuthEnvelopedData.cs index 4260d80f9..c30ec6bbd 100644 --- a/crypto/src/asn1/cms/AuthEnvelopedData.cs +++ b/crypto/src/asn1/cms/AuthEnvelopedData.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { public class AuthEnvelopedData @@ -119,7 +121,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new AuthEnvelopedData((Asn1Sequence)obj); - throw new ArgumentException("Invalid AuthEnvelopedData: " + obj.GetType().Name); + throw new ArgumentException("Invalid AuthEnvelopedData: " + Platform.GetTypeName(obj)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/AuthenticatedData.cs b/crypto/src/asn1/cms/AuthenticatedData.cs index 15286d1aa..6f13a6f30 100644 --- a/crypto/src/asn1/cms/AuthenticatedData.cs +++ b/crypto/src/asn1/cms/AuthenticatedData.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -123,7 +124,7 @@ namespace Org.BouncyCastle.Asn1.Cms return new AuthenticatedData((Asn1Sequence)obj); } - throw new ArgumentException("Invalid AuthenticatedData: " + obj.GetType().Name); + throw new ArgumentException("Invalid AuthenticatedData: " + Platform.GetTypeName(obj)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/CompressedData.cs b/crypto/src/asn1/cms/CompressedData.cs index 5a2869b8c..154ed35c0 100644 --- a/crypto/src/asn1/cms/CompressedData.cs +++ b/crypto/src/asn1/cms/CompressedData.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -70,7 +70,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new CompressedData((Asn1Sequence) obj); - throw new ArgumentException("Invalid CompressedData: " + obj.GetType().Name); + throw new ArgumentException("Invalid CompressedData: " + Platform.GetTypeName(obj)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/ContentInfo.cs b/crypto/src/asn1/cms/ContentInfo.cs index 278ceca46..f130a4bc7 100644 --- a/crypto/src/asn1/cms/ContentInfo.cs +++ b/crypto/src/asn1/cms/ContentInfo.cs @@ -1,7 +1,7 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -20,7 +20,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new ContentInfo((Asn1Sequence) obj); - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj)); } public static ContentInfo GetInstance(Asn1TaggedObject obj, bool isExplicit) diff --git a/crypto/src/asn1/cms/EncryptedContentInfo.cs b/crypto/src/asn1/cms/EncryptedContentInfo.cs index 4fdc47138..999f2a01e 100644 --- a/crypto/src/asn1/cms/EncryptedContentInfo.cs +++ b/crypto/src/asn1/cms/EncryptedContentInfo.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -50,7 +50,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new EncryptedContentInfo((Asn1Sequence)obj); - throw new ArgumentException("Invalid EncryptedContentInfo: " + obj.GetType().Name); + throw new ArgumentException("Invalid EncryptedContentInfo: " + Platform.GetTypeName(obj)); } public DerObjectIdentifier ContentType diff --git a/crypto/src/asn1/cms/EncryptedData.cs b/crypto/src/asn1/cms/EncryptedData.cs index cb109a640..b8492d14b 100644 --- a/crypto/src/asn1/cms/EncryptedData.cs +++ b/crypto/src/asn1/cms/EncryptedData.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { public class EncryptedData @@ -18,7 +20,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new EncryptedData((Asn1Sequence) obj); - throw new ArgumentException("Invalid EncryptedData: " + obj.GetType().Name); + throw new ArgumentException("Invalid EncryptedData: " + Platform.GetTypeName(obj)); } public EncryptedData( diff --git a/crypto/src/asn1/cms/Evidence.cs b/crypto/src/asn1/cms/Evidence.cs index 4745e565b..8374aed55 100644 --- a/crypto/src/asn1/cms/Evidence.cs +++ b/crypto/src/asn1/cms/Evidence.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { public class Evidence @@ -28,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1TaggedObject) return new Evidence(Asn1TaggedObject.GetInstance(obj)); - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } public virtual TimeStampTokenEvidence TstEvidence diff --git a/crypto/src/asn1/cms/KEKIdentifier.cs b/crypto/src/asn1/cms/KEKIdentifier.cs index e5d1d9090..a42217440 100644 --- a/crypto/src/asn1/cms/KEKIdentifier.cs +++ b/crypto/src/asn1/cms/KEKIdentifier.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -80,7 +80,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new KekIdentifier((Asn1Sequence)obj); - throw new ArgumentException("Invalid KekIdentifier: " + obj.GetType().Name); + throw new ArgumentException("Invalid KekIdentifier: " + Platform.GetTypeName(obj)); } public Asn1OctetString KeyIdentifier diff --git a/crypto/src/asn1/cms/KEKRecipientInfo.cs b/crypto/src/asn1/cms/KEKRecipientInfo.cs index d847b50cc..810e7fc97 100644 --- a/crypto/src/asn1/cms/KEKRecipientInfo.cs +++ b/crypto/src/asn1/cms/KEKRecipientInfo.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -64,7 +64,7 @@ namespace Org.BouncyCastle.Asn1.Cms if(obj is Asn1Sequence) return new KekRecipientInfo((Asn1Sequence)obj); - throw new ArgumentException("Invalid KekRecipientInfo: " + obj.GetType().Name); + throw new ArgumentException("Invalid KekRecipientInfo: " + Platform.GetTypeName(obj)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/KeyAgreeRecipientIdentifier.cs b/crypto/src/asn1/cms/KeyAgreeRecipientIdentifier.cs index fa6fdb0f3..0256c2dc2 100644 --- a/crypto/src/asn1/cms/KeyAgreeRecipientIdentifier.cs +++ b/crypto/src/asn1/cms/KeyAgreeRecipientIdentifier.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { public class KeyAgreeRecipientIdentifier @@ -42,7 +44,7 @@ namespace Org.BouncyCastle.Asn1.Cms (Asn1TaggedObject)obj, false)); } - throw new ArgumentException("Invalid KeyAgreeRecipientIdentifier: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Invalid KeyAgreeRecipientIdentifier: " + Platform.GetTypeName(obj), "obj"); } private readonly IssuerAndSerialNumber issuerSerial; diff --git a/crypto/src/asn1/cms/KeyAgreeRecipientInfo.cs b/crypto/src/asn1/cms/KeyAgreeRecipientInfo.cs index aafb008d4..62a38925b 100644 --- a/crypto/src/asn1/cms/KeyAgreeRecipientInfo.cs +++ b/crypto/src/asn1/cms/KeyAgreeRecipientInfo.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -80,7 +80,7 @@ namespace Org.BouncyCastle.Asn1.Cms return new KeyAgreeRecipientInfo((Asn1Sequence)obj); throw new ArgumentException( - "Illegal object in KeyAgreeRecipientInfo: " + obj.GetType().Name); + "Illegal object in KeyAgreeRecipientInfo: " + Platform.GetTypeName(obj)); } diff --git a/crypto/src/asn1/cms/KeyTransRecipientInfo.cs b/crypto/src/asn1/cms/KeyTransRecipientInfo.cs index aae18c59d..5e4fd22b4 100644 --- a/crypto/src/asn1/cms/KeyTransRecipientInfo.cs +++ b/crypto/src/asn1/cms/KeyTransRecipientInfo.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -57,7 +57,7 @@ namespace Org.BouncyCastle.Asn1.Cms return new KeyTransRecipientInfo((Asn1Sequence) obj); throw new ArgumentException( - "Illegal object in KeyTransRecipientInfo: " + obj.GetType().Name); + "Illegal object in KeyTransRecipientInfo: " + Platform.GetTypeName(obj)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/OriginatorIdentifierOrKey.cs b/crypto/src/asn1/cms/OriginatorIdentifierOrKey.cs index d33a11725..f197fe965 100644 --- a/crypto/src/asn1/cms/OriginatorIdentifierOrKey.cs +++ b/crypto/src/asn1/cms/OriginatorIdentifierOrKey.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -95,7 +95,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (o is Asn1TaggedObject) return new OriginatorIdentifierOrKey((Asn1TaggedObject)o); - throw new ArgumentException("Invalid OriginatorIdentifierOrKey: " + o.GetType().Name); + throw new ArgumentException("Invalid OriginatorIdentifierOrKey: " + Platform.GetTypeName(o)); } public Asn1Encodable ID diff --git a/crypto/src/asn1/cms/OriginatorInfo.cs b/crypto/src/asn1/cms/OriginatorInfo.cs index b4549bc36..33b049efa 100644 --- a/crypto/src/asn1/cms/OriginatorInfo.cs +++ b/crypto/src/asn1/cms/OriginatorInfo.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -79,7 +79,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new OriginatorInfo((Asn1Sequence)obj); - throw new ArgumentException("Invalid OriginatorInfo: " + obj.GetType().Name); + throw new ArgumentException("Invalid OriginatorInfo: " + Platform.GetTypeName(obj)); } public Asn1Set Certificates diff --git a/crypto/src/asn1/cms/OriginatorPublicKey.cs b/crypto/src/asn1/cms/OriginatorPublicKey.cs index aabaf4386..9f29c6242 100644 --- a/crypto/src/asn1/cms/OriginatorPublicKey.cs +++ b/crypto/src/asn1/cms/OriginatorPublicKey.cs @@ -1,29 +1,30 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { public class OriginatorPublicKey : Asn1Encodable { - private AlgorithmIdentifier algorithm; - private DerBitString publicKey; + private readonly AlgorithmIdentifier mAlgorithm; + private readonly DerBitString mPublicKey; - public OriginatorPublicKey( + public OriginatorPublicKey( AlgorithmIdentifier algorithm, byte[] publicKey) { - this.algorithm = algorithm; - this.publicKey = new DerBitString(publicKey); + this.mAlgorithm = algorithm; + this.mPublicKey = new DerBitString(publicKey); } + [Obsolete("Use 'GetInstance' instead")] public OriginatorPublicKey( Asn1Sequence seq) { - algorithm = AlgorithmIdentifier.GetInstance(seq[0]); - publicKey = (DerBitString) seq[1]; + this.mAlgorithm = AlgorithmIdentifier.GetInstance(seq[0]); + this.mPublicKey = DerBitString.GetInstance(seq[1]); } /** @@ -55,19 +56,19 @@ namespace Org.BouncyCastle.Asn1.Cms return (OriginatorPublicKey)obj; if (obj is Asn1Sequence) - return new OriginatorPublicKey((Asn1Sequence) obj); + return new OriginatorPublicKey(Asn1Sequence.GetInstance(obj)); - throw new ArgumentException("Invalid OriginatorPublicKey: " + obj.GetType().Name); + throw new ArgumentException("Invalid OriginatorPublicKey: " + Platform.GetTypeName(obj)); } public AlgorithmIdentifier Algorithm { - get { return algorithm; } + get { return mAlgorithm; } } public DerBitString PublicKey { - get { return publicKey; } + get { return mPublicKey; } } /** @@ -81,7 +82,7 @@ namespace Org.BouncyCastle.Asn1.Cms */ public override Asn1Object ToAsn1Object() { - return new DerSequence(algorithm, publicKey); + return new DerSequence(mAlgorithm, mPublicKey); } } } diff --git a/crypto/src/asn1/cms/OtherKeyAttribute.cs b/crypto/src/asn1/cms/OtherKeyAttribute.cs index 271059175..285c88154 100644 --- a/crypto/src/asn1/cms/OtherKeyAttribute.cs +++ b/crypto/src/asn1/cms/OtherKeyAttribute.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -25,7 +25,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new OtherKeyAttribute((Asn1Sequence) obj); - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public OtherKeyAttribute( diff --git a/crypto/src/asn1/cms/PasswordRecipientInfo.cs b/crypto/src/asn1/cms/PasswordRecipientInfo.cs index 800b57951..7f275fde7 100644 --- a/crypto/src/asn1/cms/PasswordRecipientInfo.cs +++ b/crypto/src/asn1/cms/PasswordRecipientInfo.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -82,7 +82,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new PasswordRecipientInfo((Asn1Sequence) obj); - throw new ArgumentException("Invalid PasswordRecipientInfo: " + obj.GetType().Name); + throw new ArgumentException("Invalid PasswordRecipientInfo: " + Platform.GetTypeName(obj)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/RecipientEncryptedKey.cs b/crypto/src/asn1/cms/RecipientEncryptedKey.cs index 5ba25a742..1afba4ab1 100644 --- a/crypto/src/asn1/cms/RecipientEncryptedKey.cs +++ b/crypto/src/asn1/cms/RecipientEncryptedKey.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { public class RecipientEncryptedKey @@ -50,7 +52,7 @@ namespace Org.BouncyCastle.Asn1.Cms return new RecipientEncryptedKey((Asn1Sequence) obj); } - throw new ArgumentException("Invalid RecipientEncryptedKey: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Invalid RecipientEncryptedKey: " + Platform.GetTypeName(obj), "obj"); } public RecipientEncryptedKey( diff --git a/crypto/src/asn1/cms/RecipientIdentifier.cs b/crypto/src/asn1/cms/RecipientIdentifier.cs index 4982bc16a..f29fa8d7c 100644 --- a/crypto/src/asn1/cms/RecipientIdentifier.cs +++ b/crypto/src/asn1/cms/RecipientIdentifier.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -49,7 +49,7 @@ namespace Org.BouncyCastle.Asn1.Cms return new RecipientIdentifier((Asn1Object) o); throw new ArgumentException( - "Illegal object in RecipientIdentifier: " + o.GetType().Name); + "Illegal object in RecipientIdentifier: " + Platform.GetTypeName(o)); } public bool IsTagged diff --git a/crypto/src/asn1/cms/RecipientInfo.cs b/crypto/src/asn1/cms/RecipientInfo.cs index daaf5a5e4..c03ad907f 100644 --- a/crypto/src/asn1/cms/RecipientInfo.cs +++ b/crypto/src/asn1/cms/RecipientInfo.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -57,7 +57,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (o is Asn1TaggedObject) return new RecipientInfo((Asn1TaggedObject) o); - throw new ArgumentException("unknown object in factory: " + o.GetType().Name); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(o)); } public DerInteger Version diff --git a/crypto/src/asn1/cms/RecipientKeyIdentifier.cs b/crypto/src/asn1/cms/RecipientKeyIdentifier.cs index f3e45644b..995ddab51 100644 --- a/crypto/src/asn1/cms/RecipientKeyIdentifier.cs +++ b/crypto/src/asn1/cms/RecipientKeyIdentifier.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -97,7 +97,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new RecipientKeyIdentifier((Asn1Sequence) obj); - throw new ArgumentException("Invalid RecipientKeyIdentifier: " + obj.GetType().Name); + throw new ArgumentException("Invalid RecipientKeyIdentifier: " + Platform.GetTypeName(obj)); } public Asn1OctetString SubjectKeyIdentifier diff --git a/crypto/src/asn1/cms/SignedData.cs b/crypto/src/asn1/cms/SignedData.cs index 6cea79a49..957b81cd8 100644 --- a/crypto/src/asn1/cms/SignedData.cs +++ b/crypto/src/asn1/cms/SignedData.cs @@ -1,7 +1,7 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -34,7 +34,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new SignedData((Asn1Sequence) obj); - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public SignedData( diff --git a/crypto/src/asn1/cms/SignedDataParser.cs b/crypto/src/asn1/cms/SignedDataParser.cs index 341309263..cd07f4057 100644 --- a/crypto/src/asn1/cms/SignedDataParser.cs +++ b/crypto/src/asn1/cms/SignedDataParser.cs @@ -1,6 +1,8 @@ using System; using System.IO; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { /** @@ -32,7 +34,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (o is Asn1SequenceParser) return new SignedDataParser((Asn1SequenceParser)o); - throw new IOException("unknown object encountered: " + o.GetType().Name); + throw new IOException("unknown object encountered: " + Platform.GetTypeName(o)); } public SignedDataParser( diff --git a/crypto/src/asn1/cms/SignerIdentifier.cs b/crypto/src/asn1/cms/SignerIdentifier.cs index 5742cee75..195ab741f 100644 --- a/crypto/src/asn1/cms/SignerIdentifier.cs +++ b/crypto/src/asn1/cms/SignerIdentifier.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -49,7 +49,7 @@ namespace Org.BouncyCastle.Asn1.Cms return new SignerIdentifier((Asn1Object) o); throw new ArgumentException( - "Illegal object in SignerIdentifier: " + o.GetType().Name); + "Illegal object in SignerIdentifier: " + Platform.GetTypeName(o)); } public bool IsTagged diff --git a/crypto/src/asn1/cms/SignerInfo.cs b/crypto/src/asn1/cms/SignerInfo.cs index a4e893d96..b6bd319b0 100644 --- a/crypto/src/asn1/cms/SignerInfo.cs +++ b/crypto/src/asn1/cms/SignerInfo.cs @@ -1,8 +1,8 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Cms { @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is Asn1Sequence) return new SignerInfo((Asn1Sequence) obj); - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public SignerInfo( diff --git a/crypto/src/asn1/cms/Time.cs b/crypto/src/asn1/cms/Time.cs index e5730245e..52fb4f937 100644 --- a/crypto/src/asn1/cms/Time.cs +++ b/crypto/src/asn1/cms/Time.cs @@ -1,6 +1,8 @@ using System; using System.Globalization; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms { public class Time @@ -58,7 +60,7 @@ namespace Org.BouncyCastle.Asn1.Cms if (obj is DerGeneralizedTime) return new Time((DerGeneralizedTime)obj); - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public string TimeString diff --git a/crypto/src/asn1/cms/ecc/MQVuserKeyingMaterial.cs b/crypto/src/asn1/cms/ecc/MQVuserKeyingMaterial.cs index 53c5c706b..dc4ac1a4a 100644 --- a/crypto/src/asn1/cms/ecc/MQVuserKeyingMaterial.cs +++ b/crypto/src/asn1/cms/ecc/MQVuserKeyingMaterial.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Cms.Ecc { public class MQVuserKeyingMaterial @@ -67,7 +69,7 @@ namespace Org.BouncyCastle.Asn1.Cms.Ecc return new MQVuserKeyingMaterial((Asn1Sequence)obj); } - throw new ArgumentException("Invalid MQVuserKeyingMaterial: " + obj.GetType().Name); + throw new ArgumentException("Invalid MQVuserKeyingMaterial: " + Platform.GetTypeName(obj)); } public OriginatorPublicKey EphemeralPublicKey diff --git a/crypto/src/asn1/crmf/AttributeTypeAndValue.cs b/crypto/src/asn1/crmf/AttributeTypeAndValue.cs index 823668992..0a4b5bdbe 100644 --- a/crypto/src/asn1/crmf/AttributeTypeAndValue.cs +++ b/crypto/src/asn1/crmf/AttributeTypeAndValue.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Crmf { public class AttributeTypeAndValue @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new AttributeTypeAndValue((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public AttributeTypeAndValue( diff --git a/crypto/src/asn1/crmf/CertId.cs b/crypto/src/asn1/crmf/CertId.cs index 10c2cc8b4..f0cc94691 100644 --- a/crypto/src/asn1/crmf/CertId.cs +++ b/crypto/src/asn1/crmf/CertId.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Crmf { @@ -24,7 +25,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new CertId((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public static CertId GetInstance(Asn1TaggedObject obj, bool isExplicit) diff --git a/crypto/src/asn1/crmf/CertReqMessages.cs b/crypto/src/asn1/crmf/CertReqMessages.cs index 9247281e8..422950b9e 100644 --- a/crypto/src/asn1/crmf/CertReqMessages.cs +++ b/crypto/src/asn1/crmf/CertReqMessages.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Crmf { public class CertReqMessages @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new CertReqMessages((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public CertReqMessages(params CertReqMsg[] msgs) diff --git a/crypto/src/asn1/crmf/Controls.cs b/crypto/src/asn1/crmf/Controls.cs index cc52ea4bb..e8b9f3db0 100644 --- a/crypto/src/asn1/crmf/Controls.cs +++ b/crypto/src/asn1/crmf/Controls.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Crmf { public class Controls @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new Controls((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public Controls(params AttributeTypeAndValue[] atvs) diff --git a/crypto/src/asn1/crmf/PKIArchiveOptions.cs b/crypto/src/asn1/crmf/PKIArchiveOptions.cs index 910f73b22..1813d87a7 100644 --- a/crypto/src/asn1/crmf/PKIArchiveOptions.cs +++ b/crypto/src/asn1/crmf/PKIArchiveOptions.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Crmf { public class PkiArchiveOptions @@ -19,7 +21,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1TaggedObject) return new PkiArchiveOptions((Asn1TaggedObject)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } private PkiArchiveOptions(Asn1TaggedObject tagged) diff --git a/crypto/src/asn1/crmf/PKIPublicationInfo.cs b/crypto/src/asn1/crmf/PKIPublicationInfo.cs index c8bc1403e..a7d2bc603 100644 --- a/crypto/src/asn1/crmf/PKIPublicationInfo.cs +++ b/crypto/src/asn1/crmf/PKIPublicationInfo.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Crmf { public class PkiPublicationInfo @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new PkiPublicationInfo((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual DerInteger Action diff --git a/crypto/src/asn1/crmf/PKMacValue.cs b/crypto/src/asn1/crmf/PKMacValue.cs index 20a08fd1d..e104c08dd 100644 --- a/crypto/src/asn1/crmf/PKMacValue.cs +++ b/crypto/src/asn1/crmf/PKMacValue.cs @@ -2,6 +2,7 @@ using Org.BouncyCastle.Asn1.Cmp; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Crmf { @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new PKMacValue((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public static PKMacValue GetInstance(Asn1TaggedObject obj, bool isExplicit) diff --git a/crypto/src/asn1/crmf/PopoSigningKey.cs b/crypto/src/asn1/crmf/PopoSigningKey.cs index 614278eda..1c24db8ee 100644 --- a/crypto/src/asn1/crmf/PopoSigningKey.cs +++ b/crypto/src/asn1/crmf/PopoSigningKey.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Crmf { @@ -37,7 +38,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new PopoSigningKey((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public static PopoSigningKey GetInstance(Asn1TaggedObject obj, bool isExplicit) diff --git a/crypto/src/asn1/crmf/PopoSigningKeyInput.cs b/crypto/src/asn1/crmf/PopoSigningKeyInput.cs index 63695262f..e43fa138e 100644 --- a/crypto/src/asn1/crmf/PopoSigningKeyInput.cs +++ b/crypto/src/asn1/crmf/PopoSigningKeyInput.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Crmf { @@ -40,7 +41,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new PopoSigningKeyInput((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } /** Creates a new PopoSigningKeyInput with sender name as authInfo. */ diff --git a/crypto/src/asn1/crmf/ProofOfPossession.cs b/crypto/src/asn1/crmf/ProofOfPossession.cs index fc00edb32..8957169d7 100644 --- a/crypto/src/asn1/crmf/ProofOfPossession.cs +++ b/crypto/src/asn1/crmf/ProofOfPossession.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Crmf { public class ProofOfPossession @@ -41,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1TaggedObject) return new ProofOfPossession((Asn1TaggedObject)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } /** Creates a ProofOfPossession with type raVerified. */ diff --git a/crypto/src/asn1/crmf/SinglePubInfo.cs b/crypto/src/asn1/crmf/SinglePubInfo.cs index eaf8a3efd..5205ce366 100644 --- a/crypto/src/asn1/crmf/SinglePubInfo.cs +++ b/crypto/src/asn1/crmf/SinglePubInfo.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Crmf { @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Crmf if (obj is Asn1Sequence) return new SinglePubInfo((Asn1Sequence)obj); - throw new ArgumentException("Invalid object: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Invalid object: " + Platform.GetTypeName(obj), "obj"); } public virtual GeneralName PubLocation diff --git a/crypto/src/asn1/cryptopro/ECGOST3410ParamSetParameters.cs b/crypto/src/asn1/cryptopro/ECGOST3410ParamSetParameters.cs index 6f4435d7b..8e568a229 100644 --- a/crypto/src/asn1/cryptopro/ECGOST3410ParamSetParameters.cs +++ b/crypto/src/asn1/cryptopro/ECGOST3410ParamSetParameters.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.CryptoPro { @@ -30,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.CryptoPro return new ECGost3410ParamSetParameters((Asn1Sequence) obj); } - throw new ArgumentException("Invalid GOST3410Parameter: " + obj.GetType().Name); + throw new ArgumentException("Invalid GOST3410Parameter: " + Platform.GetTypeName(obj)); } public ECGost3410ParamSetParameters( diff --git a/crypto/src/asn1/cryptopro/GOST28147Parameters.cs b/crypto/src/asn1/cryptopro/GOST28147Parameters.cs index eb7e0e3f6..fc0d792d1 100644 --- a/crypto/src/asn1/cryptopro/GOST28147Parameters.cs +++ b/crypto/src/asn1/cryptopro/GOST28147Parameters.cs @@ -1,7 +1,7 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.CryptoPro { @@ -31,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.CryptoPro return new Gost28147Parameters((Asn1Sequence) obj); } - throw new ArgumentException("Invalid GOST3410Parameter: " + obj.GetType().Name); + throw new ArgumentException("Invalid GOST3410Parameter: " + Platform.GetTypeName(obj)); } private Gost28147Parameters( diff --git a/crypto/src/asn1/cryptopro/GOST3410ParamSetParameters.cs b/crypto/src/asn1/cryptopro/GOST3410ParamSetParameters.cs index f133cdf1b..b347f8dbd 100644 --- a/crypto/src/asn1/cryptopro/GOST3410ParamSetParameters.cs +++ b/crypto/src/asn1/cryptopro/GOST3410ParamSetParameters.cs @@ -1,8 +1,8 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.CryptoPro { @@ -32,7 +32,7 @@ namespace Org.BouncyCastle.Asn1.CryptoPro return new Gost3410ParamSetParameters((Asn1Sequence) obj); } - throw new ArgumentException("Invalid GOST3410Parameter: " + obj.GetType().Name); + throw new ArgumentException("Invalid GOST3410Parameter: " + Platform.GetTypeName(obj)); } public Gost3410ParamSetParameters( diff --git a/crypto/src/asn1/cryptopro/GOST3410PublicKeyAlgParameters.cs b/crypto/src/asn1/cryptopro/GOST3410PublicKeyAlgParameters.cs index 8bc1460af..10c45ba4d 100644 --- a/crypto/src/asn1/cryptopro/GOST3410PublicKeyAlgParameters.cs +++ b/crypto/src/asn1/cryptopro/GOST3410PublicKeyAlgParameters.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.CryptoPro { @@ -31,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.CryptoPro return new Gost3410PublicKeyAlgParameters((Asn1Sequence) obj); } - throw new ArgumentException("Invalid GOST3410Parameter: " + obj.GetType().Name); + throw new ArgumentException("Invalid GOST3410Parameter: " + Platform.GetTypeName(obj)); } public Gost3410PublicKeyAlgParameters( diff --git a/crypto/src/asn1/esf/CertificateValues.cs b/crypto/src/asn1/esf/CertificateValues.cs index e0fb39b83..30a719177 100644 --- a/crypto/src/asn1/esf/CertificateValues.cs +++ b/crypto/src/asn1/esf/CertificateValues.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CertificateValues' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CommitmentTypeIndication.cs b/crypto/src/asn1/esf/CommitmentTypeIndication.cs index 8342cbf8d..196a613a6 100644 --- a/crypto/src/asn1/esf/CommitmentTypeIndication.cs +++ b/crypto/src/asn1/esf/CommitmentTypeIndication.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -21,7 +21,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CommitmentTypeIndication' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CommitmentTypeQualifier.cs b/crypto/src/asn1/esf/CommitmentTypeQualifier.cs index 09ff70714..30bf0edfc 100644 --- a/crypto/src/asn1/esf/CommitmentTypeQualifier.cs +++ b/crypto/src/asn1/esf/CommitmentTypeQualifier.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -84,7 +84,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CommitmentTypeQualifier' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CompleteCertificateRefs.cs b/crypto/src/asn1/esf/CompleteCertificateRefs.cs index 7f1c835c9..af93700be 100644 --- a/crypto/src/asn1/esf/CompleteCertificateRefs.cs +++ b/crypto/src/asn1/esf/CompleteCertificateRefs.cs @@ -1,6 +1,7 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -27,7 +28,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CompleteCertificateRefs' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CompleteRevocationRefs.cs b/crypto/src/asn1/esf/CompleteRevocationRefs.cs index 4e1fb403d..348e63fdb 100644 --- a/crypto/src/asn1/esf/CompleteRevocationRefs.cs +++ b/crypto/src/asn1/esf/CompleteRevocationRefs.cs @@ -1,6 +1,7 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -27,7 +28,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CompleteRevocationRefs' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CrlIdentifier.cs b/crypto/src/asn1/esf/CrlIdentifier.cs index dfff7d838..96b50e211 100644 --- a/crypto/src/asn1/esf/CrlIdentifier.cs +++ b/crypto/src/asn1/esf/CrlIdentifier.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -34,7 +35,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CrlIdentifier' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CrlListID.cs b/crypto/src/asn1/esf/CrlListID.cs index 2aae9b965..fbd4fb27c 100644 --- a/crypto/src/asn1/esf/CrlListID.cs +++ b/crypto/src/asn1/esf/CrlListID.cs @@ -1,6 +1,7 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -30,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CrlListID' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CrlOcspRef.cs b/crypto/src/asn1/esf/CrlOcspRef.cs index c8e10d504..6153e0c53 100644 --- a/crypto/src/asn1/esf/CrlOcspRef.cs +++ b/crypto/src/asn1/esf/CrlOcspRef.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -30,7 +32,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CrlOcspRef' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/CrlValidatedID.cs b/crypto/src/asn1/esf/CrlValidatedID.cs index 165f547a8..e8cd17a19 100644 --- a/crypto/src/asn1/esf/CrlValidatedID.cs +++ b/crypto/src/asn1/esf/CrlValidatedID.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -27,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'CrlValidatedID' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OcspIdentifier.cs b/crypto/src/asn1/esf/OcspIdentifier.cs index 949b68243..e65f1cfe7 100644 --- a/crypto/src/asn1/esf/OcspIdentifier.cs +++ b/crypto/src/asn1/esf/OcspIdentifier.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.Ocsp; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -32,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OcspIdentifier' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OcspListID.cs b/crypto/src/asn1/esf/OcspListID.cs index 1f3f3a337..1c8edb16b 100644 --- a/crypto/src/asn1/esf/OcspListID.cs +++ b/crypto/src/asn1/esf/OcspListID.cs @@ -1,6 +1,7 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -29,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OcspListID' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OcspResponsesID.cs b/crypto/src/asn1/esf/OcspResponsesID.cs index e09508a01..8718188fc 100644 --- a/crypto/src/asn1/esf/OcspResponsesID.cs +++ b/crypto/src/asn1/esf/OcspResponsesID.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -28,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OcspResponsesID' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OtherCertID.cs b/crypto/src/asn1/esf/OtherCertID.cs index 6d1255535..19d173aa2 100644 --- a/crypto/src/asn1/esf/OtherCertID.cs +++ b/crypto/src/asn1/esf/OtherCertID.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -29,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OtherCertID' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OtherHashAlgAndValue.cs b/crypto/src/asn1/esf/OtherHashAlgAndValue.cs index b6bd4f498..00eb24c54 100644 --- a/crypto/src/asn1/esf/OtherHashAlgAndValue.cs +++ b/crypto/src/asn1/esf/OtherHashAlgAndValue.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -34,7 +35,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OtherHashAlgAndValue' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OtherRevRefs.cs b/crypto/src/asn1/esf/OtherRevRefs.cs index 56713e3f2..446031e5a 100644 --- a/crypto/src/asn1/esf/OtherRevRefs.cs +++ b/crypto/src/asn1/esf/OtherRevRefs.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -31,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OtherRevRefs' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OtherRevVals.cs b/crypto/src/asn1/esf/OtherRevVals.cs index b88a1a72a..7b904565a 100644 --- a/crypto/src/asn1/esf/OtherRevVals.cs +++ b/crypto/src/asn1/esf/OtherRevVals.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -31,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OtherRevVals' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/OtherSigningCertificate.cs b/crypto/src/asn1/esf/OtherSigningCertificate.cs index 90e385a33..f7b9f5e66 100644 --- a/crypto/src/asn1/esf/OtherSigningCertificate.cs +++ b/crypto/src/asn1/esf/OtherSigningCertificate.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -31,7 +32,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'OtherSigningCertificate' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/SigPolicyQualifierInfo.cs b/crypto/src/asn1/esf/SigPolicyQualifierInfo.cs index 2d36bc751..470c5c873 100644 --- a/crypto/src/asn1/esf/SigPolicyQualifierInfo.cs +++ b/crypto/src/asn1/esf/SigPolicyQualifierInfo.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -29,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'SigPolicyQualifierInfo' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/SignaturePolicyId.cs b/crypto/src/asn1/esf/SignaturePolicyId.cs index 545be2cf4..7146bb4c1 100644 --- a/crypto/src/asn1/esf/SignaturePolicyId.cs +++ b/crypto/src/asn1/esf/SignaturePolicyId.cs @@ -1,6 +1,7 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.Esf @@ -36,7 +37,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'SignaturePolicyId' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/SignaturePolicyIdentifier.cs b/crypto/src/asn1/esf/SignaturePolicyIdentifier.cs index 3a639f444..12257f2f0 100644 --- a/crypto/src/asn1/esf/SignaturePolicyIdentifier.cs +++ b/crypto/src/asn1/esf/SignaturePolicyIdentifier.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Esf { /// <remarks> @@ -31,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'SignaturePolicyIdentifier' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/esf/SignerAttribute.cs b/crypto/src/asn1/esf/SignerAttribute.cs index ddee53c69..39bd910b2 100644 --- a/crypto/src/asn1/esf/SignerAttribute.cs +++ b/crypto/src/asn1/esf/SignerAttribute.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Esf { @@ -21,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Esf throw new ArgumentException( "Unknown object in 'SignerAttribute' factory: " - + obj.GetType().Name, + + Platform.GetTypeName(obj), "obj"); } diff --git a/crypto/src/asn1/ess/ContentHints.cs b/crypto/src/asn1/ess/ContentHints.cs index a430fea8d..cfd174b3a 100644 --- a/crypto/src/asn1/ess/ContentHints.cs +++ b/crypto/src/asn1/ess/ContentHints.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Ess { public class ContentHints @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Ess } throw new ArgumentException("unknown object in 'ContentHints' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } /** diff --git a/crypto/src/asn1/ess/ContentIdentifier.cs b/crypto/src/asn1/ess/ContentIdentifier.cs index 8058dcc53..430185e11 100644 --- a/crypto/src/asn1/ess/ContentIdentifier.cs +++ b/crypto/src/asn1/ess/ContentIdentifier.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Ess { public class ContentIdentifier @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Ess throw new ArgumentException( "unknown object in 'ContentIdentifier' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } /** diff --git a/crypto/src/asn1/ess/ESSCertID.cs b/crypto/src/asn1/ess/ESSCertID.cs index 4d449a746..b4465ea4f 100644 --- a/crypto/src/asn1/ess/ESSCertID.cs +++ b/crypto/src/asn1/ess/ESSCertID.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ess { @@ -25,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.Ess throw new ArgumentException( "unknown object in 'EssCertID' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } /** diff --git a/crypto/src/asn1/ess/OtherCertID.cs b/crypto/src/asn1/ess/OtherCertID.cs index 972ef8c6b..7794c81fa 100644 --- a/crypto/src/asn1/ess/OtherCertID.cs +++ b/crypto/src/asn1/ess/OtherCertID.cs @@ -1,6 +1,8 @@ using System; +using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ess { @@ -26,7 +28,7 @@ namespace Org.BouncyCastle.Asn1.Ess throw new ArgumentException( "unknown object in 'OtherCertID' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } /** @@ -78,7 +80,7 @@ namespace Org.BouncyCastle.Asn1.Ess if (otherCertHash.ToAsn1Object() is Asn1OctetString) { // SHA-1 - return new AlgorithmIdentifier("1.3.14.3.2.26"); + return new AlgorithmIdentifier(OiwObjectIdentifiers.IdSha1); } return DigestInfo.GetInstance(otherCertHash).AlgorithmID; diff --git a/crypto/src/asn1/ess/OtherSigningCertificate.cs b/crypto/src/asn1/ess/OtherSigningCertificate.cs index c165fecea..6cef92b62 100644 --- a/crypto/src/asn1/ess/OtherSigningCertificate.cs +++ b/crypto/src/asn1/ess/OtherSigningCertificate.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ess { @@ -25,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.Ess throw new ArgumentException( "unknown object in 'OtherSigningCertificate' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } /** diff --git a/crypto/src/asn1/ess/SigningCertificate.cs b/crypto/src/asn1/ess/SigningCertificate.cs index 366749bc3..51f67c1ff 100644 --- a/crypto/src/asn1/ess/SigningCertificate.cs +++ b/crypto/src/asn1/ess/SigningCertificate.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ess { @@ -24,7 +25,7 @@ namespace Org.BouncyCastle.Asn1.Ess throw new ArgumentException( "unknown object in 'SigningCertificate' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } /** diff --git a/crypto/src/asn1/ess/SigningCertificateV2.cs b/crypto/src/asn1/ess/SigningCertificateV2.cs index cabecc1ba..91eda9e33 100644 --- a/crypto/src/asn1/ess/SigningCertificateV2.cs +++ b/crypto/src/asn1/ess/SigningCertificateV2.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ess { @@ -21,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.Ess throw new ArgumentException( "unknown object in 'SigningCertificateV2' factory : " - + o.GetType().Name + "."); + + Platform.GetTypeName(o) + "."); } private SigningCertificateV2( diff --git a/crypto/src/asn1/isismtt/ocsp/CertHash.cs b/crypto/src/asn1/isismtt/ocsp/CertHash.cs index da5b530e4..5773e1c56 100644 --- a/crypto/src/asn1/isismtt/ocsp/CertHash.cs +++ b/crypto/src/asn1/isismtt/ocsp/CertHash.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.Ocsp { @@ -43,7 +44,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.Ocsp return new CertHash((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/isismtt/ocsp/RequestedCertificate.cs b/crypto/src/asn1/isismtt/ocsp/RequestedCertificate.cs index 7724bfed6..413b3bd7f 100644 --- a/crypto/src/asn1/isismtt/ocsp/RequestedCertificate.cs +++ b/crypto/src/asn1/isismtt/ocsp/RequestedCertificate.cs @@ -1,6 +1,8 @@ using System; using System.IO; + using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.Ocsp { @@ -69,7 +71,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.Ocsp return new RequestedCertificate((Asn1TaggedObject) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static RequestedCertificate GetInstance( diff --git a/crypto/src/asn1/isismtt/x509/AdditionalInformationSyntax.cs b/crypto/src/asn1/isismtt/x509/AdditionalInformationSyntax.cs index f81d459c6..53a8e98a7 100644 --- a/crypto/src/asn1/isismtt/x509/AdditionalInformationSyntax.cs +++ b/crypto/src/asn1/isismtt/x509/AdditionalInformationSyntax.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X500; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -26,7 +27,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 if (obj is IAsn1String) return new AdditionalInformationSyntax(DirectoryString.GetInstance(obj)); - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } private AdditionalInformationSyntax( diff --git a/crypto/src/asn1/isismtt/x509/AdmissionSyntax.cs b/crypto/src/asn1/isismtt/x509/AdmissionSyntax.cs index 64b5dbec8..4b6264ae0 100644 --- a/crypto/src/asn1/isismtt/x509/AdmissionSyntax.cs +++ b/crypto/src/asn1/isismtt/x509/AdmissionSyntax.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -130,7 +131,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new AdmissionSyntax((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/isismtt/x509/Admissions.cs b/crypto/src/asn1/isismtt/x509/Admissions.cs index 40290c608..e914db0b5 100644 --- a/crypto/src/asn1/isismtt/x509/Admissions.cs +++ b/crypto/src/asn1/isismtt/x509/Admissions.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -42,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new Admissions((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** @@ -103,7 +104,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 professionInfos = Asn1Sequence.GetInstance(o); if (e.MoveNext()) { - throw new ArgumentException("Bad object encountered: " + e.Current.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(e.Current)); } } diff --git a/crypto/src/asn1/isismtt/x509/DeclarationOfMajority.cs b/crypto/src/asn1/isismtt/x509/DeclarationOfMajority.cs index dfac65040..c4ebb2b72 100644 --- a/crypto/src/asn1/isismtt/x509/DeclarationOfMajority.cs +++ b/crypto/src/asn1/isismtt/x509/DeclarationOfMajority.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { /** @@ -80,7 +82,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new DeclarationOfMajority((Asn1TaggedObject) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private DeclarationOfMajority( diff --git a/crypto/src/asn1/isismtt/x509/MonetaryLimit.cs b/crypto/src/asn1/isismtt/x509/MonetaryLimit.cs index 80b6b684b..b792fffda 100644 --- a/crypto/src/asn1/isismtt/x509/MonetaryLimit.cs +++ b/crypto/src/asn1/isismtt/x509/MonetaryLimit.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -48,7 +49,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new MonetaryLimit(Asn1Sequence.GetInstance(obj)); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private MonetaryLimit( diff --git a/crypto/src/asn1/isismtt/x509/NamingAuthority.cs b/crypto/src/asn1/isismtt/x509/NamingAuthority.cs index 4262fd0f4..35539f488 100644 --- a/crypto/src/asn1/isismtt/x509/NamingAuthority.cs +++ b/crypto/src/asn1/isismtt/x509/NamingAuthority.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X500; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -49,7 +50,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new NamingAuthority((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static NamingAuthority GetInstance( @@ -99,7 +100,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 } else { - throw new ArgumentException("Bad object encountered: " + o.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(o)); } } @@ -116,7 +117,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 } else { - throw new ArgumentException("Bad object encountered: " + o.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(o)); } } @@ -129,7 +130,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 } else { - throw new ArgumentException("Bad object encountered: " + o.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(o)); } } } diff --git a/crypto/src/asn1/isismtt/x509/ProcurationSyntax.cs b/crypto/src/asn1/isismtt/x509/ProcurationSyntax.cs index a25df225e..f42364699 100644 --- a/crypto/src/asn1/isismtt/x509/ProcurationSyntax.cs +++ b/crypto/src/asn1/isismtt/x509/ProcurationSyntax.cs @@ -3,6 +3,7 @@ using System.Collections; using Org.BouncyCastle.Asn1.X500; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -61,7 +62,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new ProcurationSyntax((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/isismtt/x509/ProfessionInfo.cs b/crypto/src/asn1/isismtt/x509/ProfessionInfo.cs index 3bad2cbc4..671a465af 100644 --- a/crypto/src/asn1/isismtt/x509/ProfessionInfo.cs +++ b/crypto/src/asn1/isismtt/x509/ProfessionInfo.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X500; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -157,7 +158,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 return new ProfessionInfo((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** @@ -218,7 +219,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 } else { - throw new ArgumentException("Bad object encountered: " + o.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(o)); } } @@ -235,7 +236,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 } else { - throw new ArgumentException("Bad object encountered: " + o.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(o)); } } @@ -248,7 +249,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 } else { - throw new ArgumentException("Bad object encountered: " + o.GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(o)); } } } diff --git a/crypto/src/asn1/isismtt/x509/Restriction.cs b/crypto/src/asn1/isismtt/x509/Restriction.cs index c97766999..75df25201 100644 --- a/crypto/src/asn1/isismtt/x509/Restriction.cs +++ b/crypto/src/asn1/isismtt/x509/Restriction.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X500; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.IsisMtt.X509 { @@ -25,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.IsisMtt.X509 if (obj is IAsn1String) return new Restriction(DirectoryString.GetInstance(obj)); - throw new ArgumentException("Unknown object in GetInstance: " + obj.GetType().Name, "obj"); + throw new ArgumentException("Unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/misc/NetscapeCertType.cs b/crypto/src/asn1/misc/NetscapeCertType.cs index d5db6523d..d809eae66 100644 --- a/crypto/src/asn1/misc/NetscapeCertType.cs +++ b/crypto/src/asn1/misc/NetscapeCertType.cs @@ -36,7 +36,7 @@ namespace Org.BouncyCastle.Asn1.Misc * e.g. (X509NetscapeCertType.sslCA | X509NetscapeCertType.smimeCA) */ public NetscapeCertType(int usage) - : base(GetBytes(usage), GetPadBits(usage)) + : base(usage) { } diff --git a/crypto/src/asn1/mozilla/PublicKeyAndChallenge.cs b/crypto/src/asn1/mozilla/PublicKeyAndChallenge.cs index 1e08b809d..ff2a1199f 100644 --- a/crypto/src/asn1/mozilla/PublicKeyAndChallenge.cs +++ b/crypto/src/asn1/mozilla/PublicKeyAndChallenge.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Mozilla { @@ -38,7 +39,7 @@ namespace Org.BouncyCastle.Asn1.Mozilla throw new ArgumentException( "unknown object in 'PublicKeyAndChallenge' factory : " - + obj.GetType().Name + "."); + + Platform.GetTypeName(obj) + "."); } public PublicKeyAndChallenge( diff --git a/crypto/src/asn1/ocsp/BasicOCSPResponse.cs b/crypto/src/asn1/ocsp/BasicOCSPResponse.cs index dd666addf..e6aa1f86b 100644 --- a/crypto/src/asn1/ocsp/BasicOCSPResponse.cs +++ b/crypto/src/asn1/ocsp/BasicOCSPResponse.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -33,7 +34,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new BasicOcspResponse((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public BasicOcspResponse( @@ -94,7 +95,12 @@ namespace Org.BouncyCastle.Asn1.Ocsp get { return signature; } } - [Obsolete("Use Certs property instead")] + public byte[] GetSignatureOctets() + { + return signature.GetOctets(); + } + + [Obsolete("Use Certs property instead")] public Asn1Sequence GetCerts() { return certs; diff --git a/crypto/src/asn1/ocsp/CertID.cs b/crypto/src/asn1/ocsp/CertID.cs index 4b251095b..523f6b87c 100644 --- a/crypto/src/asn1/ocsp/CertID.cs +++ b/crypto/src/asn1/ocsp/CertID.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -33,7 +34,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new CertID((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public CertID( diff --git a/crypto/src/asn1/ocsp/CertStatus.cs b/crypto/src/asn1/ocsp/CertStatus.cs index d5b1a94a2..b524364c9 100644 --- a/crypto/src/asn1/ocsp/CertStatus.cs +++ b/crypto/src/asn1/ocsp/CertStatus.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -64,7 +64,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new CertStatus((Asn1TaggedObject)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public int TagNo diff --git a/crypto/src/asn1/ocsp/OCSPRequest.cs b/crypto/src/asn1/ocsp/OCSPRequest.cs index 1e804d78e..2407678b4 100644 --- a/crypto/src/asn1/ocsp/OCSPRequest.cs +++ b/crypto/src/asn1/ocsp/OCSPRequest.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -30,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new OcspRequest((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public OcspRequest( diff --git a/crypto/src/asn1/ocsp/OCSPResponse.cs b/crypto/src/asn1/ocsp/OCSPResponse.cs index e9aad8100..9477b61c0 100644 --- a/crypto/src/asn1/ocsp/OCSPResponse.cs +++ b/crypto/src/asn1/ocsp/OCSPResponse.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -30,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new OcspResponse((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public OcspResponse( diff --git a/crypto/src/asn1/ocsp/Request.cs b/crypto/src/asn1/ocsp/Request.cs index 116c15e73..26e81ba70 100644 --- a/crypto/src/asn1/ocsp/Request.cs +++ b/crypto/src/asn1/ocsp/Request.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -31,7 +32,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new Request((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public Request( diff --git a/crypto/src/asn1/ocsp/ResponseBytes.cs b/crypto/src/asn1/ocsp/ResponseBytes.cs index 2ce59faea..d3ea044bf 100644 --- a/crypto/src/asn1/ocsp/ResponseBytes.cs +++ b/crypto/src/asn1/ocsp/ResponseBytes.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -30,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new ResponseBytes((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public ResponseBytes( diff --git a/crypto/src/asn1/ocsp/ResponseData.cs b/crypto/src/asn1/ocsp/ResponseData.cs index 173829db8..70620cbc3 100644 --- a/crypto/src/asn1/ocsp/ResponseData.cs +++ b/crypto/src/asn1/ocsp/ResponseData.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -37,7 +37,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new ResponseData((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public ResponseData( diff --git a/crypto/src/asn1/ocsp/RevokedInfo.cs b/crypto/src/asn1/ocsp/RevokedInfo.cs index 7d9d590e3..ee9e55429 100644 --- a/crypto/src/asn1/ocsp/RevokedInfo.cs +++ b/crypto/src/asn1/ocsp/RevokedInfo.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -31,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new RevokedInfo((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public RevokedInfo( diff --git a/crypto/src/asn1/ocsp/ServiceLocator.cs b/crypto/src/asn1/ocsp/ServiceLocator.cs index 56bc49ded..4ba252be3 100644 --- a/crypto/src/asn1/ocsp/ServiceLocator.cs +++ b/crypto/src/asn1/ocsp/ServiceLocator.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -31,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new ServiceLocator((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public ServiceLocator( diff --git a/crypto/src/asn1/ocsp/Signature.cs b/crypto/src/asn1/ocsp/Signature.cs index a07e7a709..d6b4ccfbf 100644 --- a/crypto/src/asn1/ocsp/Signature.cs +++ b/crypto/src/asn1/ocsp/Signature.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Ocsp { @@ -32,7 +32,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new Signature((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public Signature( @@ -80,7 +80,12 @@ namespace Org.BouncyCastle.Asn1.Ocsp get { return signatureValue; } } - public Asn1Sequence Certs + public byte[] GetSignatureOctets() + { + return signatureValue.GetOctets(); + } + + public Asn1Sequence Certs { get { return certs; } } diff --git a/crypto/src/asn1/ocsp/SingleResponse.cs b/crypto/src/asn1/ocsp/SingleResponse.cs index 93d4c21d6..544232abe 100644 --- a/crypto/src/asn1/ocsp/SingleResponse.cs +++ b/crypto/src/asn1/ocsp/SingleResponse.cs @@ -1,8 +1,8 @@ -using Org.BouncyCastle.Asn1; -using Org.BouncyCastle.Asn1.X509; - using System; +using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Ocsp { public class SingleResponse @@ -77,7 +77,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new SingleResponse((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public CertID CertId diff --git a/crypto/src/asn1/ocsp/TBSRequest.cs b/crypto/src/asn1/ocsp/TBSRequest.cs index 6bf75eb96..1ad8649f8 100644 --- a/crypto/src/asn1/ocsp/TBSRequest.cs +++ b/crypto/src/asn1/ocsp/TBSRequest.cs @@ -1,8 +1,8 @@ -using Org.BouncyCastle.Asn1; -using Org.BouncyCastle.Asn1.X509; - using System; +using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Ocsp { public class TbsRequest @@ -37,7 +37,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new TbsRequest((Asn1Sequence)obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public TbsRequest( diff --git a/crypto/src/asn1/pkcs/Attribute.cs b/crypto/src/asn1/pkcs/Attribute.cs index ceec115bd..185828596 100644 --- a/crypto/src/asn1/pkcs/Attribute.cs +++ b/crypto/src/asn1/pkcs/Attribute.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -31,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new AttributePkcs(seq); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private AttributePkcs( diff --git a/crypto/src/asn1/pkcs/CertificationRequest.cs b/crypto/src/asn1/pkcs/CertificationRequest.cs index 32b1612d2..35bdd56eb 100644 --- a/crypto/src/asn1/pkcs/CertificationRequest.cs +++ b/crypto/src/asn1/pkcs/CertificationRequest.cs @@ -73,7 +73,12 @@ namespace Org.BouncyCastle.Asn1.Pkcs get { return sigBits; } } - public override Asn1Object ToAsn1Object() + public byte[] GetSignatureOctets() + { + return sigBits.GetOctets(); + } + + public override Asn1Object ToAsn1Object() { return new DerSequence(reqInfo, sigAlgId, sigBits); } diff --git a/crypto/src/asn1/pkcs/CertificationRequestInfo.cs b/crypto/src/asn1/pkcs/CertificationRequestInfo.cs index 690d06878..d57753235 100644 --- a/crypto/src/asn1/pkcs/CertificationRequestInfo.cs +++ b/crypto/src/asn1/pkcs/CertificationRequestInfo.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -43,7 +44,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new CertificationRequestInfo((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public CertificationRequestInfo( diff --git a/crypto/src/asn1/pkcs/EncryptedData.cs b/crypto/src/asn1/pkcs/EncryptedData.cs index 912064ace..7e95eb586 100644 --- a/crypto/src/asn1/pkcs/EncryptedData.cs +++ b/crypto/src/asn1/pkcs/EncryptedData.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -42,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new EncryptedData((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private EncryptedData( diff --git a/crypto/src/asn1/pkcs/EncryptedPrivateKeyInfo.cs b/crypto/src/asn1/pkcs/EncryptedPrivateKeyInfo.cs index b97b8f5ea..987027009 100644 --- a/crypto/src/asn1/pkcs/EncryptedPrivateKeyInfo.cs +++ b/crypto/src/asn1/pkcs/EncryptedPrivateKeyInfo.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -42,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new EncryptedPrivateKeyInfo((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public AlgorithmIdentifier EncryptionAlgorithm diff --git a/crypto/src/asn1/pkcs/EncryptionScheme.cs b/crypto/src/asn1/pkcs/EncryptionScheme.cs index 5b64d6f67..7b90ece53 100644 --- a/crypto/src/asn1/pkcs/EncryptionScheme.cs +++ b/crypto/src/asn1/pkcs/EncryptionScheme.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -33,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new EncryptionScheme((Asn1Sequence)obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public Asn1Object Asn1Object @@ -43,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs public override Asn1Object ToAsn1Object() { - return new DerSequence(ObjectID, Parameters); + return new DerSequence(Algorithm, Parameters); } } } diff --git a/crypto/src/asn1/pkcs/IssuerAndSerialNumber.cs b/crypto/src/asn1/pkcs/IssuerAndSerialNumber.cs index ff608f15b..da863cb62 100644 --- a/crypto/src/asn1/pkcs/IssuerAndSerialNumber.cs +++ b/crypto/src/asn1/pkcs/IssuerAndSerialNumber.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -24,7 +25,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new IssuerAndSerialNumber((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private IssuerAndSerialNumber( diff --git a/crypto/src/asn1/pkcs/MacData.cs b/crypto/src/asn1/pkcs/MacData.cs index 780b24153..c4b7df176 100644 --- a/crypto/src/asn1/pkcs/MacData.cs +++ b/crypto/src/asn1/pkcs/MacData.cs @@ -1,8 +1,8 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new MacData((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private MacData( diff --git a/crypto/src/asn1/pkcs/PBEParameter.cs b/crypto/src/asn1/pkcs/PBEParameter.cs index 80d5ec3e1..56cea5fb7 100644 --- a/crypto/src/asn1/pkcs/PBEParameter.cs +++ b/crypto/src/asn1/pkcs/PBEParameter.cs @@ -1,8 +1,8 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -24,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new PbeParameter((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private PbeParameter(Asn1Sequence seq) diff --git a/crypto/src/asn1/pkcs/PBKDF2Params.cs b/crypto/src/asn1/pkcs/PBKDF2Params.cs index 5d1e9854f..279f30de8 100644 --- a/crypto/src/asn1/pkcs/PBKDF2Params.cs +++ b/crypto/src/asn1/pkcs/PBKDF2Params.cs @@ -1,6 +1,8 @@ using System; + using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs if (obj is Asn1Sequence) return new Pbkdf2Params((Asn1Sequence)obj); - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public Pbkdf2Params( diff --git a/crypto/src/asn1/pkcs/PKCS12PBEParams.cs b/crypto/src/asn1/pkcs/PKCS12PBEParams.cs index 7521f93ea..b41c289d8 100644 --- a/crypto/src/asn1/pkcs/PKCS12PBEParams.cs +++ b/crypto/src/asn1/pkcs/PKCS12PBEParams.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -42,7 +42,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new Pkcs12PbeParams((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public BigInteger Iterations diff --git a/crypto/src/asn1/pkcs/PrivateKeyInfo.cs b/crypto/src/asn1/pkcs/PrivateKeyInfo.cs index 404277ba6..c5be7a315 100644 --- a/crypto/src/asn1/pkcs/PrivateKeyInfo.cs +++ b/crypto/src/asn1/pkcs/PrivateKeyInfo.cs @@ -29,14 +29,14 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new PrivateKeyInfo(Asn1Sequence.GetInstance(obj)); } - public PrivateKeyInfo(AlgorithmIdentifier algID, Asn1Object privateKey) + public PrivateKeyInfo(AlgorithmIdentifier algID, Asn1Encodable privateKey) : this(algID, privateKey, null) { } public PrivateKeyInfo( AlgorithmIdentifier algID, - Asn1Object privateKey, + Asn1Encodable privateKey, Asn1Set attributes) { this.algID = algID; diff --git a/crypto/src/asn1/pkcs/RC2CBCParameter.cs b/crypto/src/asn1/pkcs/RC2CBCParameter.cs index f5355d012..880ca7443 100644 --- a/crypto/src/asn1/pkcs/RC2CBCParameter.cs +++ b/crypto/src/asn1/pkcs/RC2CBCParameter.cs @@ -1,6 +1,5 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities; @@ -20,7 +19,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new RC2CbcParameter((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public RC2CbcParameter( diff --git a/crypto/src/asn1/pkcs/RSAESOAEPparams.cs b/crypto/src/asn1/pkcs/RSAESOAEPparams.cs index 5ecb394fd..0cf22f860 100644 --- a/crypto/src/asn1/pkcs/RSAESOAEPparams.cs +++ b/crypto/src/asn1/pkcs/RSAESOAEPparams.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new RsaesOaepParameters((Asn1Sequence)obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/pkcs/RSASSAPSSparams.cs b/crypto/src/asn1/pkcs/RSASSAPSSparams.cs index 941620761..85849c362 100644 --- a/crypto/src/asn1/pkcs/RSASSAPSSparams.cs +++ b/crypto/src/asn1/pkcs/RSASSAPSSparams.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -31,7 +32,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new RsassaPssParameters((Asn1Sequence)obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/pkcs/SignerInfo.cs b/crypto/src/asn1/pkcs/SignerInfo.cs index 1e4694547..a3dc48b5b 100644 --- a/crypto/src/asn1/pkcs/SignerInfo.cs +++ b/crypto/src/asn1/pkcs/SignerInfo.cs @@ -1,8 +1,8 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Pkcs { @@ -33,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs return new SignerInfo((Asn1Sequence) obj); } - throw new ArgumentException("Unknown object in factory: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public SignerInfo( diff --git a/crypto/src/asn1/sec/ECPrivateKeyStructure.cs b/crypto/src/asn1/sec/ECPrivateKeyStructure.cs index 8d805fa30..32e020c0b 100644 --- a/crypto/src/asn1/sec/ECPrivateKeyStructure.cs +++ b/crypto/src/asn1/sec/ECPrivateKeyStructure.cs @@ -23,6 +23,7 @@ namespace Org.BouncyCastle.Asn1.Sec return new ECPrivateKeyStructure(Asn1Sequence.GetInstance(obj)); } + [Obsolete("Use 'GetInstance' instead")] public ECPrivateKeyStructure( Asn1Sequence seq) { @@ -32,6 +33,7 @@ namespace Org.BouncyCastle.Asn1.Sec this.seq = seq; } + [Obsolete("Use constructor which takes 'orderBitLength' instead, to guarantee correct encoding")] public ECPrivateKeyStructure( BigInteger key) { @@ -44,12 +46,30 @@ namespace Org.BouncyCastle.Asn1.Sec } public ECPrivateKeyStructure( + int orderBitLength, + BigInteger key) + { + if (key == null) + throw new ArgumentNullException("key"); + if (orderBitLength < key.BitLength) + throw new ArgumentException("must be >= key bitlength", "orderBitLength"); + + byte[] bytes = BigIntegers.AsUnsignedByteArray((orderBitLength + 7) / 8, key); + + this.seq = new DerSequence( + new DerInteger(1), + new DerOctetString(bytes)); + } + + [Obsolete("Use constructor which takes 'orderBitLength' instead, to guarantee correct encoding")] + public ECPrivateKeyStructure( BigInteger key, Asn1Encodable parameters) : this(key, null, parameters) { } + [Obsolete("Use constructor which takes 'orderBitLength' instead, to guarantee correct encoding")] public ECPrivateKeyStructure( BigInteger key, DerBitString publicKey, @@ -75,6 +95,44 @@ namespace Org.BouncyCastle.Asn1.Sec this.seq = new DerSequence(v); } + public ECPrivateKeyStructure( + int orderBitLength, + BigInteger key, + Asn1Encodable parameters) + : this(orderBitLength, key, null, parameters) + { + } + + public ECPrivateKeyStructure( + int orderBitLength, + BigInteger key, + DerBitString publicKey, + Asn1Encodable parameters) + { + if (key == null) + throw new ArgumentNullException("key"); + if (orderBitLength < key.BitLength) + throw new ArgumentException("must be >= key bitlength", "orderBitLength"); + + byte[] bytes = BigIntegers.AsUnsignedByteArray((orderBitLength + 7) / 8, key); + + Asn1EncodableVector v = new Asn1EncodableVector( + new DerInteger(1), + new DerOctetString(bytes)); + + if (parameters != null) + { + v.Add(new DerTaggedObject(true, 0, parameters)); + } + + if (publicKey != null) + { + v.Add(new DerTaggedObject(true, 1, publicKey)); + } + + this.seq = new DerSequence(v); + } + public virtual BigInteger GetKey() { Asn1OctetString octs = (Asn1OctetString) seq[1]; diff --git a/crypto/src/asn1/sec/SECNamedCurves.cs b/crypto/src/asn1/sec/SECNamedCurves.cs index ca71a4e66..b753ac5d1 100644 --- a/crypto/src/asn1/sec/SECNamedCurves.cs +++ b/crypto/src/asn1/sec/SECNamedCurves.cs @@ -1088,7 +1088,7 @@ namespace Org.BouncyCastle.Asn1.Sec DerObjectIdentifier oid, X9ECParametersHolder holder) { - objIds.Add(Platform.ToLowerInvariant(name), oid); + objIds.Add(Platform.ToUpperInvariant(name), oid); names.Add(oid, name); curves.Add(oid, holder); } @@ -1160,7 +1160,7 @@ namespace Org.BouncyCastle.Asn1.Sec public static DerObjectIdentifier GetOid( string name) { - return (DerObjectIdentifier)objIds[Platform.ToLowerInvariant(name)]; + return (DerObjectIdentifier)objIds[Platform.ToUpperInvariant(name)]; } /** diff --git a/crypto/src/asn1/smime/SMIMECapabilities.cs b/crypto/src/asn1/smime/SMIMECapabilities.cs index 6435caf68..5bf48f321 100644 --- a/crypto/src/asn1/smime/SMIMECapabilities.cs +++ b/crypto/src/asn1/smime/SMIMECapabilities.cs @@ -62,7 +62,7 @@ namespace Org.BouncyCastle.Asn1.Smime (Asn1Sequence)(((AttributeX509) obj).AttrValues[0])); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public SmimeCapabilities( diff --git a/crypto/src/asn1/teletrust/TeleTrusTNamedCurves.cs b/crypto/src/asn1/teletrust/TeleTrusTNamedCurves.cs index ba3eda620..9a82db319 100644 --- a/crypto/src/asn1/teletrust/TeleTrusTNamedCurves.cs +++ b/crypto/src/asn1/teletrust/TeleTrusTNamedCurves.cs @@ -387,7 +387,7 @@ namespace Org.BouncyCastle.Asn1.TeleTrust DerObjectIdentifier oid, X9ECParametersHolder holder) { - objIds.Add(Platform.ToLowerInvariant(name), oid); + objIds.Add(Platform.ToUpperInvariant(name), oid); names.Add(oid, name); curves.Add(oid, holder); } @@ -439,7 +439,7 @@ namespace Org.BouncyCastle.Asn1.TeleTrust public static DerObjectIdentifier GetOid( string name) { - return (DerObjectIdentifier)objIds[Platform.ToLowerInvariant(name)]; + return (DerObjectIdentifier)objIds[Platform.ToUpperInvariant(name)]; } /** diff --git a/crypto/src/asn1/tsp/Accuracy.cs b/crypto/src/asn1/tsp/Accuracy.cs index a193f52ff..9f2c7e8cc 100644 --- a/crypto/src/asn1/tsp/Accuracy.cs +++ b/crypto/src/asn1/tsp/Accuracy.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.Tsp { public class Accuracy @@ -97,7 +99,7 @@ namespace Org.BouncyCastle.Asn1.Tsp } throw new ArgumentException( - "Unknown object in 'Accuracy' factory: " + o.GetType().FullName); + "Unknown object in 'Accuracy' factory: " + Platform.GetTypeName(o)); } public DerInteger Seconds diff --git a/crypto/src/asn1/tsp/MessageImprint.cs b/crypto/src/asn1/tsp/MessageImprint.cs index 0933bae21..44ef7d177 100644 --- a/crypto/src/asn1/tsp/MessageImprint.cs +++ b/crypto/src/asn1/tsp/MessageImprint.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Tsp { @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Tsp } throw new ArgumentException( - "Unknown object in 'MessageImprint' factory: " + o.GetType().FullName); + "Unknown object in 'MessageImprint' factory: " + Platform.GetTypeName(o)); } private MessageImprint( diff --git a/crypto/src/asn1/tsp/TSTInfo.cs b/crypto/src/asn1/tsp/TSTInfo.cs index 61d5399c7..89f3e8b38 100644 --- a/crypto/src/asn1/tsp/TSTInfo.cs +++ b/crypto/src/asn1/tsp/TSTInfo.cs @@ -3,6 +3,7 @@ using System.Collections; using System.IO; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Tsp { @@ -48,7 +49,7 @@ namespace Org.BouncyCastle.Asn1.Tsp } throw new ArgumentException( - "Unknown object in 'TstInfo' factory: " + o.GetType().FullName); + "Unknown object in 'TstInfo' factory: " + Platform.GetTypeName(o)); } private TstInfo( diff --git a/crypto/src/asn1/tsp/TimeStampReq.cs b/crypto/src/asn1/tsp/TimeStampReq.cs index 55e973e76..5b05f3369 100644 --- a/crypto/src/asn1/tsp/TimeStampReq.cs +++ b/crypto/src/asn1/tsp/TimeStampReq.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Tsp { @@ -28,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.Tsp } throw new ArgumentException( - "Unknown object in 'TimeStampReq' factory: " + o.GetType().FullName); + "Unknown object in 'TimeStampReq' factory: " + Platform.GetTypeName(o)); } private TimeStampReq( diff --git a/crypto/src/asn1/tsp/TimeStampResp.cs b/crypto/src/asn1/tsp/TimeStampResp.cs index f26fb30bd..b91026064 100644 --- a/crypto/src/asn1/tsp/TimeStampResp.cs +++ b/crypto/src/asn1/tsp/TimeStampResp.cs @@ -1,8 +1,8 @@ using System; -using System.Collections; using Org.BouncyCastle.Asn1.Cmp; using Org.BouncyCastle.Asn1.Cms; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.Tsp { @@ -26,7 +26,7 @@ namespace Org.BouncyCastle.Asn1.Tsp } throw new ArgumentException( - "Unknown object in 'TimeStampResp' factory: " + o.GetType().FullName); + "Unknown object in 'TimeStampResp' factory: " + Platform.GetTypeName(o)); } private TimeStampResp( diff --git a/crypto/src/asn1/x500/DirectoryString.cs b/crypto/src/asn1/x500/DirectoryString.cs index 78ecc2663..d907c6456 100644 --- a/crypto/src/asn1/x500/DirectoryString.cs +++ b/crypto/src/asn1/x500/DirectoryString.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X500 { public class DirectoryString @@ -27,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.X500 } } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static DirectoryString GetInstance( diff --git a/crypto/src/asn1/x509/AccessDescription.cs b/crypto/src/asn1/x509/AccessDescription.cs index 09b5b5920..47374be8f 100644 --- a/crypto/src/asn1/x509/AccessDescription.cs +++ b/crypto/src/asn1/x509/AccessDescription.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -28,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.X509 if (obj is Asn1Sequence) return new AccessDescription((Asn1Sequence) obj); - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private AccessDescription( diff --git a/crypto/src/asn1/x509/AttCertIssuer.cs b/crypto/src/asn1/x509/AttCertIssuer.cs index e9314fa92..407c4ae7a 100644 --- a/crypto/src/asn1/x509/AttCertIssuer.cs +++ b/crypto/src/asn1/x509/AttCertIssuer.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -34,7 +34,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new AttCertIssuer(GeneralNames.GetInstance(obj)); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static AttCertIssuer GetInstance( diff --git a/crypto/src/asn1/x509/AttCertValidityPeriod.cs b/crypto/src/asn1/x509/AttCertValidityPeriod.cs index 7f86cd0b8..d31e07402 100644 --- a/crypto/src/asn1/x509/AttCertValidityPeriod.cs +++ b/crypto/src/asn1/x509/AttCertValidityPeriod.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -23,7 +23,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new AttCertValidityPeriod((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static AttCertValidityPeriod GetInstance( diff --git a/crypto/src/asn1/x509/Attribute.cs b/crypto/src/asn1/x509/Attribute.cs index d26db93e9..da59b4285 100644 --- a/crypto/src/asn1/x509/Attribute.cs +++ b/crypto/src/asn1/x509/Attribute.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -29,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new AttributeX509((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private AttributeX509( diff --git a/crypto/src/asn1/x509/AttributeCertificate.cs b/crypto/src/asn1/x509/AttributeCertificate.cs index 5f85910da..41893b6b4 100644 --- a/crypto/src/asn1/x509/AttributeCertificate.cs +++ b/crypto/src/asn1/x509/AttributeCertificate.cs @@ -63,7 +63,12 @@ namespace Org.BouncyCastle.Asn1.X509 get { return signatureValue; } } - /** + public byte[] GetSignatureOctets() + { + return signatureValue.GetOctets(); + } + + /** * Produce an object suitable for an Asn1OutputStream. * <pre> * AttributeCertificate ::= Sequence { diff --git a/crypto/src/asn1/x509/AttributeCertificateInfo.cs b/crypto/src/asn1/x509/AttributeCertificateInfo.cs index dcef3d472..526f8e69b 100644 --- a/crypto/src/asn1/x509/AttributeCertificateInfo.cs +++ b/crypto/src/asn1/x509/AttributeCertificateInfo.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -37,7 +37,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new AttributeCertificateInfo((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private AttributeCertificateInfo( diff --git a/crypto/src/asn1/x509/AuthorityKeyIdentifier.cs b/crypto/src/asn1/x509/AuthorityKeyIdentifier.cs index 12ccacfc7..d5a9048cc 100644 --- a/crypto/src/asn1/x509/AuthorityKeyIdentifier.cs +++ b/crypto/src/asn1/x509/AuthorityKeyIdentifier.cs @@ -1,10 +1,10 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -54,7 +54,7 @@ namespace Org.BouncyCastle.Asn1.X509 return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } protected internal AuthorityKeyIdentifier( diff --git a/crypto/src/asn1/x509/BasicConstraints.cs b/crypto/src/asn1/x509/BasicConstraints.cs index 522cb61cc..098801f22 100644 --- a/crypto/src/asn1/x509/BasicConstraints.cs +++ b/crypto/src/asn1/x509/BasicConstraints.cs @@ -1,7 +1,7 @@ using System; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -36,7 +36,7 @@ namespace Org.BouncyCastle.Asn1.X509 return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private BasicConstraints( diff --git a/crypto/src/asn1/x509/CRLDistPoint.cs b/crypto/src/asn1/x509/CRLDistPoint.cs index 2b5c19798..56ba79ca5 100644 --- a/crypto/src/asn1/x509/CRLDistPoint.cs +++ b/crypto/src/asn1/x509/CRLDistPoint.cs @@ -30,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new CrlDistPoint((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } private CrlDistPoint( diff --git a/crypto/src/asn1/x509/CertificateList.cs b/crypto/src/asn1/x509/CertificateList.cs index 0412e0816..567cf132a 100644 --- a/crypto/src/asn1/x509/CertificateList.cs +++ b/crypto/src/asn1/x509/CertificateList.cs @@ -80,7 +80,12 @@ namespace Org.BouncyCastle.Asn1.X509 get { return sig; } } - public int Version + public byte[] GetSignatureOctets() + { + return sig.GetOctets(); + } + + public int Version { get { return tbsCertList.Version; } } diff --git a/crypto/src/asn1/x509/CertificatePair.cs b/crypto/src/asn1/x509/CertificatePair.cs index 8baa64719..da9236010 100644 --- a/crypto/src/asn1/x509/CertificatePair.cs +++ b/crypto/src/asn1/x509/CertificatePair.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -53,7 +55,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new CertificatePair((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/DSAParameter.cs b/crypto/src/asn1/x509/DSAParameter.cs index b2b325f4d..2eb65024b 100644 --- a/crypto/src/asn1/x509/DSAParameter.cs +++ b/crypto/src/asn1/x509/DSAParameter.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -30,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new DsaParameter((Asn1Sequence) obj); } - throw new ArgumentException("Invalid DsaParameter: " + obj.GetType().Name); + throw new ArgumentException("Invalid DsaParameter: " + Platform.GetTypeName(obj)); } public DsaParameter( diff --git a/crypto/src/asn1/x509/DigestInfo.cs b/crypto/src/asn1/x509/DigestInfo.cs index 1dec227fa..3ac535e2e 100644 --- a/crypto/src/asn1/x509/DigestInfo.cs +++ b/crypto/src/asn1/x509/DigestInfo.cs @@ -1,6 +1,8 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -37,7 +39,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new DigestInfo((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public DigestInfo( diff --git a/crypto/src/asn1/x509/DisplayText.cs b/crypto/src/asn1/x509/DisplayText.cs index 699f39031..39b3c98d7 100644 --- a/crypto/src/asn1/x509/DisplayText.cs +++ b/crypto/src/asn1/x509/DisplayText.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -151,7 +153,7 @@ namespace Org.BouncyCastle.Asn1.X509 return (DisplayText) obj; } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public override Asn1Object ToAsn1Object() diff --git a/crypto/src/asn1/x509/DistributionPoint.cs b/crypto/src/asn1/x509/DistributionPoint.cs index ad1d3989e..40814c7a8 100644 --- a/crypto/src/asn1/x509/DistributionPoint.cs +++ b/crypto/src/asn1/x509/DistributionPoint.cs @@ -42,7 +42,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new DistributionPoint((Asn1Sequence) obj); } - throw new ArgumentException("Invalid DistributionPoint: " + obj.GetType().Name); + throw new ArgumentException("Invalid DistributionPoint: " + Platform.GetTypeName(obj)); } private DistributionPoint( diff --git a/crypto/src/asn1/x509/DistributionPointName.cs b/crypto/src/asn1/x509/DistributionPointName.cs index 1a9d24241..43fdaf533 100644 --- a/crypto/src/asn1/x509/DistributionPointName.cs +++ b/crypto/src/asn1/x509/DistributionPointName.cs @@ -43,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new DistributionPointName((Asn1TaggedObject) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public DistributionPointName( diff --git a/crypto/src/asn1/x509/ExtendedKeyUsage.cs b/crypto/src/asn1/x509/ExtendedKeyUsage.cs index 9b1400db9..8f7e6a353 100644 --- a/crypto/src/asn1/x509/ExtendedKeyUsage.cs +++ b/crypto/src/asn1/x509/ExtendedKeyUsage.cs @@ -42,7 +42,7 @@ namespace Org.BouncyCastle.Asn1.X509 return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); } - throw new ArgumentException("Invalid ExtendedKeyUsage: " + obj.GetType().Name); + throw new ArgumentException("Invalid ExtendedKeyUsage: " + Platform.GetTypeName(obj)); } private ExtendedKeyUsage( diff --git a/crypto/src/asn1/x509/GeneralName.cs b/crypto/src/asn1/x509/GeneralName.cs index 710ddc922..b8794ea8f 100644 --- a/crypto/src/asn1/x509/GeneralName.cs +++ b/crypto/src/asn1/x509/GeneralName.cs @@ -4,6 +4,7 @@ using System.Globalization; using System.IO; using System.Text; +using Org.BouncyCastle.Utilities; using NetUtils = Org.BouncyCastle.Utilities.Net; namespace Org.BouncyCastle.Asn1.X509 @@ -202,7 +203,7 @@ namespace Org.BouncyCastle.Asn1.X509 } } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } public static GeneralName GetInstance( @@ -356,11 +357,11 @@ namespace Org.BouncyCastle.Asn1.X509 private int[] parseIPv6(string ip) { - if (ip.StartsWith("::")) + if (Platform.StartsWith(ip, "::")) { ip = ip.Substring(1); } - else if (ip.EndsWith("::")) + else if (Platform.EndsWith(ip, "::")) { ip = ip.Substring(0, ip.Length - 1); } diff --git a/crypto/src/asn1/x509/GeneralNames.cs b/crypto/src/asn1/x509/GeneralNames.cs index 6c5c8e690..fcd2ecb24 100644 --- a/crypto/src/asn1/x509/GeneralNames.cs +++ b/crypto/src/asn1/x509/GeneralNames.cs @@ -23,7 +23,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new GeneralNames((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static GeneralNames GetInstance( diff --git a/crypto/src/asn1/x509/Holder.cs b/crypto/src/asn1/x509/Holder.cs index d04f1cb60..6e5315b80 100644 --- a/crypto/src/asn1/x509/Holder.cs +++ b/crypto/src/asn1/x509/Holder.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -58,7 +60,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new Holder((Asn1TaggedObject) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/IssuerSerial.cs b/crypto/src/asn1/x509/IssuerSerial.cs index 6a24e7333..1e47e022b 100644 --- a/crypto/src/asn1/x509/IssuerSerial.cs +++ b/crypto/src/asn1/x509/IssuerSerial.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { public class IssuerSerial @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new IssuerSerial((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static IssuerSerial GetInstance( diff --git a/crypto/src/asn1/x509/IssuingDistributionPoint.cs b/crypto/src/asn1/x509/IssuingDistributionPoint.cs index 3af0d565f..8e9362b90 100644 --- a/crypto/src/asn1/x509/IssuingDistributionPoint.cs +++ b/crypto/src/asn1/x509/IssuingDistributionPoint.cs @@ -48,7 +48,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new IssuingDistributionPoint((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/KeyUsage.cs b/crypto/src/asn1/x509/KeyUsage.cs index fef04e8b9..aeaffb708 100644 --- a/crypto/src/asn1/x509/KeyUsage.cs +++ b/crypto/src/asn1/x509/KeyUsage.cs @@ -53,9 +53,8 @@ namespace Org.BouncyCastle.Asn1.X509 * allowed uses for the key. * e.g. (KeyUsage.keyEncipherment | KeyUsage.dataEncipherment) */ - public KeyUsage( - int usage) - : base(GetBytes(usage), GetPadBits(usage)) + public KeyUsage(int usage) + : base(usage) { } diff --git a/crypto/src/asn1/x509/NameConstraints.cs b/crypto/src/asn1/x509/NameConstraints.cs index c178f5b45..0c5fea8b3 100644 --- a/crypto/src/asn1/x509/NameConstraints.cs +++ b/crypto/src/asn1/x509/NameConstraints.cs @@ -1,6 +1,8 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { public class NameConstraints @@ -21,7 +23,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new NameConstraints((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public NameConstraints( diff --git a/crypto/src/asn1/x509/ObjectDigestInfo.cs b/crypto/src/asn1/x509/ObjectDigestInfo.cs index 6d5b9c692..9cd9a5f4c 100644 --- a/crypto/src/asn1/x509/ObjectDigestInfo.cs +++ b/crypto/src/asn1/x509/ObjectDigestInfo.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -58,7 +60,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new ObjectDigestInfo((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public static ObjectDigestInfo GetInstance( diff --git a/crypto/src/asn1/x509/PrivateKeyUsagePeriod.cs b/crypto/src/asn1/x509/PrivateKeyUsagePeriod.cs index ad2961eb0..a3d7a3608 100644 --- a/crypto/src/asn1/x509/PrivateKeyUsagePeriod.cs +++ b/crypto/src/asn1/x509/PrivateKeyUsagePeriod.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /// <remarks> @@ -31,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.X509 return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } private DerGeneralizedTime _notBefore, _notAfter; diff --git a/crypto/src/asn1/x509/RSAPublicKeyStructure.cs b/crypto/src/asn1/x509/RSAPublicKeyStructure.cs index bdcba783e..20fdd96ac 100644 --- a/crypto/src/asn1/x509/RSAPublicKeyStructure.cs +++ b/crypto/src/asn1/x509/RSAPublicKeyStructure.cs @@ -1,9 +1,10 @@ -using Org.BouncyCastle.Asn1; -using Org.BouncyCastle.Math; - using System; using System.Collections; +using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { public class RsaPublicKeyStructure @@ -32,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new RsaPublicKeyStructure((Asn1Sequence) obj); } - throw new ArgumentException("Invalid RsaPublicKeyStructure: " + obj.GetType().Name); + throw new ArgumentException("Invalid RsaPublicKeyStructure: " + Platform.GetTypeName(obj)); } public RsaPublicKeyStructure( diff --git a/crypto/src/asn1/x509/ReasonFlags.cs b/crypto/src/asn1/x509/ReasonFlags.cs index f204c36aa..ad45e84ae 100644 --- a/crypto/src/asn1/x509/ReasonFlags.cs +++ b/crypto/src/asn1/x509/ReasonFlags.cs @@ -31,13 +31,12 @@ namespace Org.BouncyCastle.Asn1.X509 * @param reasons - the bitwise OR of the Key Reason flags giving the * allowed uses for the key. */ - public ReasonFlags( - int reasons) - : base(GetBytes(reasons), GetPadBits(reasons)) + public ReasonFlags(int reasons) + : base(reasons) { } - public ReasonFlags( + public ReasonFlags( DerBitString reasons) : base(reasons.GetBytes(), reasons.PadBits) { diff --git a/crypto/src/asn1/x509/SubjectDirectoryAttributes.cs b/crypto/src/asn1/x509/SubjectDirectoryAttributes.cs index c76d94d78..77923e0d2 100644 --- a/crypto/src/asn1/x509/SubjectDirectoryAttributes.cs +++ b/crypto/src/asn1/x509/SubjectDirectoryAttributes.cs @@ -43,7 +43,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new SubjectDirectoryAttributes((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/SubjectKeyIdentifier.cs b/crypto/src/asn1/x509/SubjectKeyIdentifier.cs index e640760f3..f2e6cc006 100644 --- a/crypto/src/asn1/x509/SubjectKeyIdentifier.cs +++ b/crypto/src/asn1/x509/SubjectKeyIdentifier.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Digests; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509 { @@ -46,7 +47,7 @@ namespace Org.BouncyCastle.Asn1.X509 return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); } - throw new ArgumentException("Invalid SubjectKeyIdentifier: " + obj.GetType().Name); + throw new ArgumentException("Invalid SubjectKeyIdentifier: " + Platform.GetTypeName(obj)); } public SubjectKeyIdentifier( diff --git a/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs b/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs index 8ce4b2762..477329b7e 100644 --- a/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs +++ b/crypto/src/asn1/x509/SubjectPublicKeyInfo.cs @@ -75,7 +75,7 @@ namespace Org.BouncyCastle.Asn1.X509 */ public Asn1Object GetPublicKey() { - return Asn1Object.FromByteArray(keyData.GetBytes()); + return Asn1Object.FromByteArray(keyData.GetOctets()); } /** diff --git a/crypto/src/asn1/x509/TBSCertList.cs b/crypto/src/asn1/x509/TBSCertList.cs index b5934a230..5767a7f21 100644 --- a/crypto/src/asn1/x509/TBSCertList.cs +++ b/crypto/src/asn1/x509/TBSCertList.cs @@ -1,6 +1,7 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.X509 @@ -155,7 +156,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new TbsCertificateList((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } internal TbsCertificateList( diff --git a/crypto/src/asn1/x509/Target.cs b/crypto/src/asn1/x509/Target.cs index 309b28c95..7c4f9db7e 100644 --- a/crypto/src/asn1/x509/Target.cs +++ b/crypto/src/asn1/x509/Target.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -53,7 +55,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new Target((Asn1TaggedObject) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/TargetInformation.cs b/crypto/src/asn1/x509/TargetInformation.cs index 75b18c0c9..2bf218977 100644 --- a/crypto/src/asn1/x509/TargetInformation.cs +++ b/crypto/src/asn1/x509/TargetInformation.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -38,7 +40,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new TargetInformation((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/Targets.cs b/crypto/src/asn1/x509/Targets.cs index 3e436d8d8..0387e1f6b 100644 --- a/crypto/src/asn1/x509/Targets.cs +++ b/crypto/src/asn1/x509/Targets.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { /** @@ -52,7 +54,7 @@ namespace Org.BouncyCastle.Asn1.X509 return new Targets((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/Time.cs b/crypto/src/asn1/x509/Time.cs index ffe293521..fa3936d63 100644 --- a/crypto/src/asn1/x509/Time.cs +++ b/crypto/src/asn1/x509/Time.cs @@ -1,6 +1,8 @@ using System; using System.Globalization; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X509 { public class Time @@ -62,7 +64,7 @@ namespace Org.BouncyCastle.Asn1.X509 if (obj is DerGeneralizedTime) return new Time((DerGeneralizedTime)obj); - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } public string GetTime() diff --git a/crypto/src/asn1/x509/X509CertificateStructure.cs b/crypto/src/asn1/x509/X509CertificateStructure.cs index c8558ae61..6e7c85de6 100644 --- a/crypto/src/asn1/x509/X509CertificateStructure.cs +++ b/crypto/src/asn1/x509/X509CertificateStructure.cs @@ -119,6 +119,11 @@ namespace Org.BouncyCastle.Asn1.X509 get { return sig; } } + public byte[] GetSignatureOctets() + { + return sig.GetOctets(); + } + public override Asn1Object ToAsn1Object() { return new DerSequence(tbsCert, sigAlgID, sig); diff --git a/crypto/src/asn1/x509/X509Extensions.cs b/crypto/src/asn1/x509/X509Extensions.cs index 1896450f5..2ef73f629 100644 --- a/crypto/src/asn1/x509/X509Extensions.cs +++ b/crypto/src/asn1/x509/X509Extensions.cs @@ -192,7 +192,7 @@ namespace Org.BouncyCastle.Asn1.X509 return GetInstance(((Asn1TaggedObject) obj).GetObject()); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x509/X509Name.cs b/crypto/src/asn1/x509/X509Name.cs index fb404a3ec..01a7ec04a 100644 --- a/crypto/src/asn1/x509/X509Name.cs +++ b/crypto/src/asn1/x509/X509Name.cs @@ -399,7 +399,7 @@ namespace Org.BouncyCastle.Asn1.X509 if (derValue is IAsn1String && !(derValue is DerUniversalString)) { string v = ((IAsn1String)derValue).GetString(); - if (v.StartsWith("#")) + if (Platform.StartsWith(v, "#")) { v = "\\" + v; } @@ -499,12 +499,6 @@ namespace Org.BouncyCastle.Asn1.X509 } } -// private static bool IsEncoded( -// string s) -// { -// return s.StartsWith("#"); -// } - /** * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or * some such, converting it into an ordered set of name attributes. @@ -581,7 +575,7 @@ namespace Org.BouncyCastle.Asn1.X509 string name, IDictionary lookUp) { - if (Platform.ToUpperInvariant(name).StartsWith("OID.")) + if (Platform.StartsWith(Platform.ToUpperInvariant(name), "OID.")) { return new DerObjectIdentifier(name.Substring(4)); } @@ -724,7 +718,7 @@ namespace Org.BouncyCastle.Asn1.X509 { string val = (string)values[i]; - if (val.StartsWith("\\#")) + if (Platform.StartsWith(val, "\\#")) { val = val.Substring(1); } @@ -911,7 +905,7 @@ namespace Org.BouncyCastle.Asn1.X509 { string v = Platform.ToLowerInvariant(s).Trim(); - if (v.StartsWith("#")) + if (Platform.StartsWith(v, "#")) { Asn1Object obj = decodeObject(v); @@ -987,7 +981,7 @@ namespace Org.BouncyCastle.Asn1.X509 int end = buf.Length; - if (val.StartsWith("\\#")) + if (Platform.StartsWith(val, "\\#")) { index += 2; } diff --git a/crypto/src/asn1/x509/qualified/BiometricData.cs b/crypto/src/asn1/x509/qualified/BiometricData.cs index 61d7c99cb..bb70c342c 100644 --- a/crypto/src/asn1/x509/qualified/BiometricData.cs +++ b/crypto/src/asn1/x509/qualified/BiometricData.cs @@ -1,8 +1,6 @@ using System; -using System.Collections; -using Org.BouncyCastle.Asn1; -using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { @@ -37,7 +35,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified return new BiometricData(Asn1Sequence.GetInstance(obj)); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } private BiometricData( diff --git a/crypto/src/asn1/x509/qualified/Iso4217CurrencyCode.cs b/crypto/src/asn1/x509/qualified/Iso4217CurrencyCode.cs index 3300562c8..9ec88f5ed 100644 --- a/crypto/src/asn1/x509/qualified/Iso4217CurrencyCode.cs +++ b/crypto/src/asn1/x509/qualified/Iso4217CurrencyCode.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { @@ -45,7 +45,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified return new Iso4217CurrencyCode(alphabetic.GetString()); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } public Iso4217CurrencyCode( @@ -53,7 +53,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified { if (numeric > NumericMaxSize || numeric < NumericMinSize) { - throw new ArgumentException("wrong size in numeric code : not in (" +NumericMinSize +".."+ NumericMaxSize +")"); + throw new ArgumentException("wrong size in numeric code : not in (" + NumericMinSize + ".." + NumericMaxSize + ")"); } obj = new DerInteger(numeric); diff --git a/crypto/src/asn1/x509/qualified/MonetaryValue.cs b/crypto/src/asn1/x509/qualified/MonetaryValue.cs index 45e113671..d703de943 100644 --- a/crypto/src/asn1/x509/qualified/MonetaryValue.cs +++ b/crypto/src/asn1/x509/qualified/MonetaryValue.cs @@ -1,8 +1,8 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { @@ -36,7 +36,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified return new MonetaryValue(Asn1Sequence.GetInstance(obj)); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } private MonetaryValue( diff --git a/crypto/src/asn1/x509/qualified/QCStatement.cs b/crypto/src/asn1/x509/qualified/QCStatement.cs index 317f03447..a8e214cbf 100644 --- a/crypto/src/asn1/x509/qualified/QCStatement.cs +++ b/crypto/src/asn1/x509/qualified/QCStatement.cs @@ -1,7 +1,6 @@ using System; -using System.Collections; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { @@ -32,7 +31,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified return new QCStatement(Asn1Sequence.GetInstance(obj)); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } private QCStatement( diff --git a/crypto/src/asn1/x509/qualified/SemanticsInformation.cs b/crypto/src/asn1/x509/qualified/SemanticsInformation.cs index 72e7cd0e1..5fe5f936c 100644 --- a/crypto/src/asn1/x509/qualified/SemanticsInformation.cs +++ b/crypto/src/asn1/x509/qualified/SemanticsInformation.cs @@ -1,8 +1,8 @@ using System; using System.Collections; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { @@ -39,7 +39,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified return new SemanticsInformation(Asn1Sequence.GetInstance(obj)); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } public SemanticsInformation( diff --git a/crypto/src/asn1/x509/qualified/TypeOfBiometricData.cs b/crypto/src/asn1/x509/qualified/TypeOfBiometricData.cs index a77e54acb..17b7841c3 100644 --- a/crypto/src/asn1/x509/qualified/TypeOfBiometricData.cs +++ b/crypto/src/asn1/x509/qualified/TypeOfBiometricData.cs @@ -1,6 +1,6 @@ using System; -using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.Qualified { @@ -46,7 +46,7 @@ namespace Org.BouncyCastle.Asn1.X509.Qualified return new TypeOfBiometricData(BiometricDataOid); } - throw new ArgumentException("unknown object in GetInstance: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("unknown object in GetInstance: " + Platform.GetTypeName(obj), "obj"); } public TypeOfBiometricData( diff --git a/crypto/src/asn1/x509/sigi/NameOrPseudonym.cs b/crypto/src/asn1/x509/sigi/NameOrPseudonym.cs index 222895cf1..2402e3832 100644 --- a/crypto/src/asn1/x509/sigi/NameOrPseudonym.cs +++ b/crypto/src/asn1/x509/sigi/NameOrPseudonym.cs @@ -2,6 +2,7 @@ using System; using System.Collections; using Org.BouncyCastle.Asn1.X500; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.SigI { @@ -46,7 +47,7 @@ namespace Org.BouncyCastle.Asn1.X509.SigI return new NameOrPseudonym((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** @@ -95,7 +96,7 @@ namespace Org.BouncyCastle.Asn1.X509.SigI throw new ArgumentException("Bad sequence size: " + seq.Count); if (!(seq[0] is IAsn1String)) - throw new ArgumentException("Bad object encountered: " + seq[0].GetType().Name); + throw new ArgumentException("Bad object encountered: " + Platform.GetTypeName(seq[0])); surname = DirectoryString.GetInstance(seq[0]); givenName = Asn1Sequence.GetInstance(seq[1]); diff --git a/crypto/src/asn1/x509/sigi/PersonalData.cs b/crypto/src/asn1/x509/sigi/PersonalData.cs index 6acdc7308..dba345c42 100644 --- a/crypto/src/asn1/x509/sigi/PersonalData.cs +++ b/crypto/src/asn1/x509/sigi/PersonalData.cs @@ -3,6 +3,7 @@ using System.Collections; using Org.BouncyCastle.Asn1.X500; using Org.BouncyCastle.Math; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1.X509.SigI { @@ -47,7 +48,7 @@ namespace Org.BouncyCastle.Asn1.X509.SigI return new PersonalData((Asn1Sequence) obj); } - throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj"); + throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj"); } /** diff --git a/crypto/src/asn1/x9/DHDomainParameters.cs b/crypto/src/asn1/x9/DHDomainParameters.cs index 8de869694..b8c1ac030 100644 --- a/crypto/src/asn1/x9/DHDomainParameters.cs +++ b/crypto/src/asn1/x9/DHDomainParameters.cs @@ -1,6 +1,8 @@ using System; using System.Collections; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X9 { public class DHDomainParameters @@ -22,7 +24,7 @@ namespace Org.BouncyCastle.Asn1.X9 if (obj is Asn1Sequence) return new DHDomainParameters((Asn1Sequence)obj); - throw new ArgumentException("Invalid DHDomainParameters: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Invalid DHDomainParameters: " + Platform.GetTypeName(obj), "obj"); } public DHDomainParameters(DerInteger p, DerInteger g, DerInteger q, DerInteger j, diff --git a/crypto/src/asn1/x9/DHPublicKey.cs b/crypto/src/asn1/x9/DHPublicKey.cs index 1a20a8a16..74a14a2ee 100644 --- a/crypto/src/asn1/x9/DHPublicKey.cs +++ b/crypto/src/asn1/x9/DHPublicKey.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X9 { public class DHPublicKey @@ -20,7 +22,7 @@ namespace Org.BouncyCastle.Asn1.X9 if (obj is DerInteger) return new DHPublicKey((DerInteger)obj); - throw new ArgumentException("Invalid DHPublicKey: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Invalid DHPublicKey: " + Platform.GetTypeName(obj), "obj"); } public DHPublicKey(DerInteger y) diff --git a/crypto/src/asn1/x9/DHValidationParms.cs b/crypto/src/asn1/x9/DHValidationParms.cs index a37964cfb..c63c50205 100644 --- a/crypto/src/asn1/x9/DHValidationParms.cs +++ b/crypto/src/asn1/x9/DHValidationParms.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Utilities; + namespace Org.BouncyCastle.Asn1.X9 { public class DHValidationParms @@ -21,7 +23,7 @@ namespace Org.BouncyCastle.Asn1.X9 if (obj is Asn1Sequence) return new DHValidationParms((Asn1Sequence)obj); - throw new ArgumentException("Invalid DHValidationParms: " + obj.GetType().FullName, "obj"); + throw new ArgumentException("Invalid DHValidationParms: " + Platform.GetTypeName(obj), "obj"); } public DHValidationParms(DerBitString seed, DerInteger pgenCounter) diff --git a/crypto/src/asn1/x9/X962NamedCurves.cs b/crypto/src/asn1/x9/X962NamedCurves.cs index 6fa4e7c4b..14f7f818a 100644 --- a/crypto/src/asn1/x9/X962NamedCurves.cs +++ b/crypto/src/asn1/x9/X962NamedCurves.cs @@ -666,7 +666,7 @@ namespace Org.BouncyCastle.Asn1.X9 DerObjectIdentifier oid, X9ECParametersHolder holder) { - objIds.Add(Platform.ToLowerInvariant(name), oid); + objIds.Add(Platform.ToUpperInvariant(name), oid); names.Add(oid, name); curves.Add(oid, holder); } @@ -727,7 +727,7 @@ namespace Org.BouncyCastle.Asn1.X9 public static DerObjectIdentifier GetOid( string name) { - return (DerObjectIdentifier)objIds[Platform.ToLowerInvariant(name)]; + return (DerObjectIdentifier)objIds[Platform.ToUpperInvariant(name)]; } /** diff --git a/crypto/src/asn1/x9/X962Parameters.cs b/crypto/src/asn1/x9/X962Parameters.cs index 5b7eaa1de..04a5c9cbe 100644 --- a/crypto/src/asn1/x9/X962Parameters.cs +++ b/crypto/src/asn1/x9/X962Parameters.cs @@ -1,3 +1,5 @@ +using System; + using Org.BouncyCastle.Asn1; namespace Org.BouncyCastle.Asn1.X9 @@ -7,6 +9,34 @@ namespace Org.BouncyCastle.Asn1.X9 { private readonly Asn1Object _params; + public static X962Parameters GetInstance( + object obj) + { + if (obj == null || obj is X962Parameters) + { + return (X962Parameters)obj; + } + + if (obj is Asn1Object) + { + return new X962Parameters((Asn1Object)obj); + } + + if (obj is byte[]) + { + try + { + return new X962Parameters(Asn1Object.FromByteArray((byte[])obj)); + } + catch (Exception e) + { + throw new ArgumentException("unable to parse encoded data: " + e.Message, e); + } + } + + throw new ArgumentException("unknown object in getInstance()"); + } + public X962Parameters( X9ECParameters ecParameters) { @@ -30,6 +60,11 @@ namespace Org.BouncyCastle.Asn1.X9 get { return (_params is DerObjectIdentifier); } } + public bool IsImplicitlyCA + { + get { return (_params is Asn1Null); } + } + public Asn1Object Parameters { get { return _params; } diff --git a/crypto/src/asn1/x9/X9ECParameters.cs b/crypto/src/asn1/x9/X9ECParameters.cs index 2b6b14bcb..0fa343768 100644 --- a/crypto/src/asn1/x9/X9ECParameters.cs +++ b/crypto/src/asn1/x9/X9ECParameters.cs @@ -20,6 +20,21 @@ namespace Org.BouncyCastle.Asn1.X9 private BigInteger h; private byte[] seed; + public static X9ECParameters GetInstance(Object obj) + { + if (obj is X9ECParameters) + { + return (X9ECParameters)obj; + } + + if (obj != null) + { + return new X9ECParameters(Asn1Sequence.GetInstance(obj)); + } + + return null; + } + public X9ECParameters( Asn1Sequence seq) { diff --git a/crypto/src/cms/CMSAuthenticatedData.cs b/crypto/src/cms/CMSAuthenticatedData.cs index 5e234da2b..33b4cc22c 100644 --- a/crypto/src/cms/CMSAuthenticatedData.cs +++ b/crypto/src/cms/CMSAuthenticatedData.cs @@ -83,7 +83,7 @@ namespace Org.BouncyCastle.Cms */ public string MacAlgOid { - get { return macAlg.ObjectID.Id; } + get { return macAlg.Algorithm.Id; } } /** diff --git a/crypto/src/cms/CMSAuthenticatedDataParser.cs b/crypto/src/cms/CMSAuthenticatedDataParser.cs index c99aac61c..7defafc07 100644 --- a/crypto/src/cms/CMSAuthenticatedDataParser.cs +++ b/crypto/src/cms/CMSAuthenticatedDataParser.cs @@ -111,7 +111,7 @@ namespace Org.BouncyCastle.Cms */ public string MacAlgOid { - get { return macAlg.ObjectID.Id; } + get { return macAlg.Algorithm.Id; } } diff --git a/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs b/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs index a135cdd11..4d18d10d4 100644 --- a/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs +++ b/crypto/src/cms/CMSAuthenticatedDataStreamGenerator.cs @@ -165,7 +165,7 @@ namespace Org.BouncyCastle.Cms Stream octetOutputStream = CmsUtilities.CreateBerOctetOutputStream( eiGen.GetRawOutputStream(), 0, false, _bufferSize); - IMac mac = MacUtilities.GetMac(macAlgId.ObjectID); + IMac mac = MacUtilities.GetMac(macAlgId.Algorithm); // TODO Confirm no ParametersWithRandom needed mac.Init(cipherParameters); Stream mOut = new TeeOutputStream(octetOutputStream, new MacOutputStream(mac)); diff --git a/crypto/src/cms/CMSEnvelopedData.cs b/crypto/src/cms/CMSEnvelopedData.cs index 0731c307e..223d0ca73 100644 --- a/crypto/src/cms/CMSEnvelopedData.cs +++ b/crypto/src/cms/CMSEnvelopedData.cs @@ -73,7 +73,7 @@ namespace Org.BouncyCastle.Cms */ public string EncryptionAlgOid { - get { return encAlg.ObjectID.Id; } + get { return encAlg.Algorithm.Id; } } /** diff --git a/crypto/src/cms/CMSEnvelopedDataParser.cs b/crypto/src/cms/CMSEnvelopedDataParser.cs index 01a949d47..d5dfaf53d 100644 --- a/crypto/src/cms/CMSEnvelopedDataParser.cs +++ b/crypto/src/cms/CMSEnvelopedDataParser.cs @@ -101,7 +101,7 @@ namespace Org.BouncyCastle.Cms */ public string EncryptionAlgOid { - get { return _encAlg.ObjectID.Id; } + get { return _encAlg.Algorithm.Id; } } /** diff --git a/crypto/src/cms/CMSEnvelopedDataStreamGenerator.cs b/crypto/src/cms/CMSEnvelopedDataStreamGenerator.cs index 0a9e5bece..e0822aa8b 100644 --- a/crypto/src/cms/CMSEnvelopedDataStreamGenerator.cs +++ b/crypto/src/cms/CMSEnvelopedDataStreamGenerator.cs @@ -166,7 +166,7 @@ namespace Org.BouncyCastle.Cms Stream octetOutputStream = CmsUtilities.CreateBerOctetOutputStream( eiGen.GetRawOutputStream(), 0, false, _bufferSize); - IBufferedCipher cipher = CipherUtilities.GetCipher(encAlgID.ObjectID); + IBufferedCipher cipher = CipherUtilities.GetCipher(encAlgID.Algorithm); cipher.Init(true, new ParametersWithRandom(cipherParameters, rand)); CipherStream cOut = new CipherStream(octetOutputStream, null, cipher); diff --git a/crypto/src/cms/CMSEnvelopedHelper.cs b/crypto/src/cms/CMSEnvelopedHelper.cs index fe2b14cd9..77d2da47a 100644 --- a/crypto/src/cms/CMSEnvelopedHelper.cs +++ b/crypto/src/cms/CMSEnvelopedHelper.cs @@ -160,7 +160,7 @@ namespace Org.BouncyCastle.Cms public CmsReadable GetReadable(KeyParameter sKey) { - string macAlg = this.algorithm.ObjectID.Id; + string macAlg = this.algorithm.Algorithm.Id; // Asn1Object sParams = this.algorithm.Parameters.ToAsn1Object(); try @@ -190,11 +190,11 @@ namespace Org.BouncyCastle.Cms // if (asn1Params != null && !(asn1Params is Asn1Null)) // { // cipherParameters = ParameterUtilities.GetCipherParameters( -// macAlg.ObjectID, cipherParameters, asn1Params); +// macAlg.Algorithm, cipherParameters, asn1Params); // } // else // { -// string alg = macAlg.ObjectID.Id; +// string alg = macAlg.Algorithm.Id; // if (alg.Equals(CmsEnvelopedDataGenerator.DesEde3Cbc) // || alg.Equals(CmsEnvelopedDataGenerator.IdeaCbc) // || alg.Equals(CmsEnvelopedDataGenerator.Cast5Cbc)) @@ -258,7 +258,7 @@ namespace Org.BouncyCastle.Cms { try { - this.cipher = CipherUtilities.GetCipher(this.algorithm.ObjectID); + this.cipher = CipherUtilities.GetCipher(this.algorithm.Algorithm); Asn1Encodable asn1Enc = this.algorithm.Parameters; Asn1Object asn1Params = asn1Enc == null ? null : asn1Enc.ToAsn1Object(); @@ -268,11 +268,11 @@ namespace Org.BouncyCastle.Cms if (asn1Params != null && !(asn1Params is Asn1Null)) { cipherParameters = ParameterUtilities.GetCipherParameters( - this.algorithm.ObjectID, cipherParameters, asn1Params); + this.algorithm.Algorithm, cipherParameters, asn1Params); } else { - string alg = this.algorithm.ObjectID.Id; + string alg = this.algorithm.Algorithm.Id; if (alg.Equals(CmsEnvelopedDataGenerator.DesEde3Cbc) || alg.Equals(CmsEnvelopedDataGenerator.IdeaCbc) || alg.Equals(CmsEnvelopedDataGenerator.Cast5Cbc)) diff --git a/crypto/src/cms/CMSPBEKey.cs b/crypto/src/cms/CMSPBEKey.cs index cb1e54c36..e03307e57 100644 --- a/crypto/src/cms/CMSPBEKey.cs +++ b/crypto/src/cms/CMSPBEKey.cs @@ -50,9 +50,9 @@ namespace Org.BouncyCastle.Cms char[] password, AlgorithmIdentifier keyDerivationAlgorithm) { - if (!keyDerivationAlgorithm.ObjectID.Equals(PkcsObjectIdentifiers.IdPbkdf2)) + if (!keyDerivationAlgorithm.Algorithm.Equals(PkcsObjectIdentifiers.IdPbkdf2)) throw new ArgumentException("Unsupported key derivation algorithm: " - + keyDerivationAlgorithm.ObjectID); + + keyDerivationAlgorithm.Algorithm); Pbkdf2Params kdfParams = Pbkdf2Params.GetInstance( keyDerivationAlgorithm.Parameters.ToAsn1Object()); diff --git a/crypto/src/cms/CMSSignedData.cs b/crypto/src/cms/CMSSignedData.cs index 81c87a426..237c1528e 100644 --- a/crypto/src/cms/CMSSignedData.cs +++ b/crypto/src/cms/CMSSignedData.cs @@ -172,7 +172,7 @@ namespace Org.BouncyCastle.Cms } else { - byte[] hash = (byte[]) hashes[info.DigestAlgorithm.ObjectID.Id]; + byte[] hash = (byte[])hashes[info.DigestAlgorithm.Algorithm.Id]; signerInfos.Add(new SignerInformation(info, contentType, null, new BaseDigestCalculator(hash))); } diff --git a/crypto/src/cms/CMSSignedDataParser.cs b/crypto/src/cms/CMSSignedDataParser.cs index e5e6edc58..fb51ab119 100644 --- a/crypto/src/cms/CMSSignedDataParser.cs +++ b/crypto/src/cms/CMSSignedDataParser.cs @@ -122,7 +122,7 @@ namespace Org.BouncyCastle.Cms try { - string digestOid = id.ObjectID.Id; + string digestOid = id.Algorithm.Id; string digestName = Helper.GetDigestAlgName(digestOid); if (!this._digests.Contains(digestName)) @@ -216,7 +216,7 @@ namespace Org.BouncyCastle.Cms { SignerInfo info = SignerInfo.GetInstance(o.ToAsn1Object()); string digestName = Helper.GetDigestAlgName( - info.DigestAlgorithm.ObjectID.Id); + info.DigestAlgorithm.Algorithm.Id); byte[] hash = (byte[]) hashes[digestName]; diff --git a/crypto/src/cms/CMSSignedDataStreamGenerator.cs b/crypto/src/cms/CMSSignedDataStreamGenerator.cs index 59837e397..55fde90df 100644 --- a/crypto/src/cms/CMSSignedDataStreamGenerator.cs +++ b/crypto/src/cms/CMSSignedDataStreamGenerator.cs @@ -459,7 +459,7 @@ namespace Org.BouncyCastle.Cms // NB: Would need to call FixAlgID on the DigestAlgorithmID // For precalculated signers, just need to register the algorithm, not configure a digest - RegisterDigestOid(si.DigestAlgorithmID.ObjectID.Id); + RegisterDigestOid(si.DigestAlgorithmID.Algorithm.Id); } /** diff --git a/crypto/src/cms/CMSSignedHelper.cs b/crypto/src/cms/CMSSignedHelper.cs index 23657ef86..5b6c93b6a 100644 --- a/crypto/src/cms/CMSSignedHelper.cs +++ b/crypto/src/cms/CMSSignedHelper.cs @@ -348,7 +348,7 @@ namespace Org.BouncyCastle.Cms AlgorithmIdentifier algId) { if (algId.Parameters == null) - return new AlgorithmIdentifier(algId.ObjectID, DerNull.Instance); + return new AlgorithmIdentifier(algId.Algorithm, DerNull.Instance); return algId; } diff --git a/crypto/src/cms/KEKRecipientInfoGenerator.cs b/crypto/src/cms/KEKRecipientInfoGenerator.cs index a9bedade6..6f34fec43 100644 --- a/crypto/src/cms/KEKRecipientInfoGenerator.cs +++ b/crypto/src/cms/KEKRecipientInfoGenerator.cs @@ -10,6 +10,7 @@ using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Cms { @@ -52,7 +53,7 @@ namespace Org.BouncyCastle.Cms { byte[] keyBytes = contentEncryptionKey.GetKey(); - IWrapper keyWrapper = Helper.CreateWrapper(keyEncryptionAlgorithm.ObjectID.Id); + IWrapper keyWrapper = Helper.CreateWrapper(keyEncryptionAlgorithm.Algorithm.Id); keyWrapper.Init(true, new ParametersWithRandom(keyEncryptionKey, random)); Asn1OctetString encryptedKey = new DerOctetString( keyWrapper.Wrap(keyBytes, 0, keyBytes.Length)); @@ -63,19 +64,19 @@ namespace Org.BouncyCastle.Cms private static AlgorithmIdentifier DetermineKeyEncAlg( string algorithm, KeyParameter key) { - if (algorithm.StartsWith("DES")) + if (Platform.StartsWith(algorithm, "DES")) { return new AlgorithmIdentifier( PkcsObjectIdentifiers.IdAlgCms3DesWrap, DerNull.Instance); } - else if (algorithm.StartsWith("RC2")) + else if (Platform.StartsWith(algorithm, "RC2")) { return new AlgorithmIdentifier( PkcsObjectIdentifiers.IdAlgCmsRC2Wrap, new DerInteger(58)); } - else if (algorithm.StartsWith("AES")) + else if (Platform.StartsWith(algorithm, "AES")) { int length = key.GetKey().Length * 8; DerObjectIdentifier wrapOid; @@ -99,12 +100,12 @@ namespace Org.BouncyCastle.Cms return new AlgorithmIdentifier(wrapOid); // parameters absent } - else if (algorithm.StartsWith("SEED")) + else if (Platform.StartsWith(algorithm, "SEED")) { // parameters absent return new AlgorithmIdentifier(KisaObjectIdentifiers.IdNpkiAppCmsSeedWrap); } - else if (algorithm.StartsWith("CAMELLIA")) + else if (Platform.StartsWith(algorithm, "CAMELLIA")) { int length = key.GetKey().Length * 8; DerObjectIdentifier wrapOid; diff --git a/crypto/src/cms/KEKRecipientInformation.cs b/crypto/src/cms/KEKRecipientInformation.cs index f960197d6..871dc76d4 100644 --- a/crypto/src/cms/KEKRecipientInformation.cs +++ b/crypto/src/cms/KEKRecipientInformation.cs @@ -40,7 +40,7 @@ namespace Org.BouncyCastle.Cms try { byte[] encryptedKey = info.EncryptedKey.GetOctets(); - IWrapper keyWrapper = WrapperUtilities.GetWrapper(keyEncAlg.ObjectID.Id); + IWrapper keyWrapper = WrapperUtilities.GetWrapper(keyEncAlg.Algorithm.Id); keyWrapper.Init(false, key); diff --git a/crypto/src/cms/KeyAgreeRecipientInfoGenerator.cs b/crypto/src/cms/KeyAgreeRecipientInfoGenerator.cs index 4fafb7c6e..6bd2cea91 100644 --- a/crypto/src/cms/KeyAgreeRecipientInfoGenerator.cs +++ b/crypto/src/cms/KeyAgreeRecipientInfoGenerator.cs @@ -164,7 +164,7 @@ namespace Org.BouncyCastle.Cms { SubjectPublicKeyInfo spki = SubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(publicKey); return new OriginatorPublicKey( - new AlgorithmIdentifier(spki.AlgorithmID.ObjectID, DerNull.Instance), + new AlgorithmIdentifier(spki.AlgorithmID.Algorithm, DerNull.Instance), spki.PublicKeyData.GetBytes()); } } diff --git a/crypto/src/cms/KeyAgreeRecipientInformation.cs b/crypto/src/cms/KeyAgreeRecipientInformation.cs index 8e006e545..73e57a76a 100644 --- a/crypto/src/cms/KeyAgreeRecipientInformation.cs +++ b/crypto/src/cms/KeyAgreeRecipientInformation.cs @@ -130,7 +130,7 @@ namespace Org.BouncyCastle.Cms AsymmetricKeyParameter senderPublicKey, AsymmetricKeyParameter receiverPrivateKey) { - DerObjectIdentifier agreeAlgID = keyEncAlg.ObjectID; + DerObjectIdentifier agreeAlgID = keyEncAlg.Algorithm; ICipherParameters senderPublicParams = senderPublicKey; ICipherParameters receiverPrivateParams = receiverPrivateKey; diff --git a/crypto/src/cms/KeyTransRecipientInfoGenerator.cs b/crypto/src/cms/KeyTransRecipientInfoGenerator.cs index 0992e6da6..a1d8fbfa8 100644 --- a/crypto/src/cms/KeyTransRecipientInfoGenerator.cs +++ b/crypto/src/cms/KeyTransRecipientInfoGenerator.cs @@ -64,7 +64,7 @@ namespace Org.BouncyCastle.Cms byte[] keyBytes = contentEncryptionKey.GetKey(); AlgorithmIdentifier keyEncryptionAlgorithm = info.AlgorithmID; - IWrapper keyWrapper = Helper.CreateWrapper(keyEncryptionAlgorithm.ObjectID.Id); + IWrapper keyWrapper = Helper.CreateWrapper(keyEncryptionAlgorithm.Algorithm.Id); keyWrapper.Init(true, new ParametersWithRandom(recipientPublicKey, random)); byte[] encryptedKeyBytes = keyWrapper.Wrap(keyBytes, 0, keyBytes.Length); diff --git a/crypto/src/cms/KeyTransRecipientInformation.cs b/crypto/src/cms/KeyTransRecipientInformation.cs index 24121cb2c..3b1ea7b5e 100644 --- a/crypto/src/cms/KeyTransRecipientInformation.cs +++ b/crypto/src/cms/KeyTransRecipientInformation.cs @@ -68,7 +68,7 @@ namespace Org.BouncyCastle.Cms internal KeyParameter UnwrapKey(ICipherParameters key) { byte[] encryptedKey = info.EncryptedKey.GetOctets(); - string keyExchangeAlgorithm = GetExchangeEncryptionAlgorithmName(keyEncAlg.ObjectID); + string keyExchangeAlgorithm = GetExchangeEncryptionAlgorithmName(keyEncAlg.Algorithm); try { diff --git a/crypto/src/cms/PasswordRecipientInfoGenerator.cs b/crypto/src/cms/PasswordRecipientInfoGenerator.cs index 0a0b27b53..9916edfc4 100644 --- a/crypto/src/cms/PasswordRecipientInfoGenerator.cs +++ b/crypto/src/cms/PasswordRecipientInfoGenerator.cs @@ -7,6 +7,7 @@ using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Cms { @@ -46,7 +47,7 @@ namespace Org.BouncyCastle.Cms IWrapper keyWrapper = Helper.CreateWrapper(rfc3211WrapperName); // Note: In Java build, the IV is automatically generated in JCE layer - int ivLength = rfc3211WrapperName.StartsWith("DESEDE") ? 8 : 16; + int ivLength = Platform.StartsWith(rfc3211WrapperName, "DESEDE") ? 8 : 16; byte[] iv = new byte[ivLength]; random.NextBytes(iv); diff --git a/crypto/src/cms/RecipientInformation.cs b/crypto/src/cms/RecipientInformation.cs index 8b0316be4..272b841f2 100644 --- a/crypto/src/cms/RecipientInformation.cs +++ b/crypto/src/cms/RecipientInformation.cs @@ -33,8 +33,8 @@ namespace Org.BouncyCastle.Cms internal string GetContentAlgorithmName() { AlgorithmIdentifier algorithm = secureReadable.Algorithm; -// return CmsEnvelopedHelper.Instance.GetSymmetricCipherName(algorithm.ObjectID.Id); - return algorithm.ObjectID.Id; +// return CmsEnvelopedHelper.Instance.GetSymmetricCipherName(algorithm.Algorithm.Id); + return algorithm.Algorithm.Id; } public RecipientID RecipientID @@ -54,7 +54,7 @@ namespace Org.BouncyCastle.Cms */ public string KeyEncryptionAlgOid { - get { return keyEncAlg.ObjectID.Id; } + get { return keyEncAlg.Algorithm.Id; } } /** diff --git a/crypto/src/cms/SignerInformation.cs b/crypto/src/cms/SignerInformation.cs index 581286a3f..dad128263 100644 --- a/crypto/src/cms/SignerInformation.cs +++ b/crypto/src/cms/SignerInformation.cs @@ -117,7 +117,7 @@ namespace Org.BouncyCastle.Cms */ public string DigestAlgOid { - get { return digestAlgorithm.ObjectID.Id; } + get { return digestAlgorithm.Algorithm.Id; } } /** @@ -156,7 +156,7 @@ namespace Org.BouncyCastle.Cms */ public string EncryptionAlgOid { - get { return encryptionAlgorithm.ObjectID.Id; } + get { return encryptionAlgorithm.Algorithm.Id; } } /** @@ -272,7 +272,7 @@ namespace Org.BouncyCastle.Cms */ SignerInfo si = SignerInfo.GetInstance(asn1Obj.ToAsn1Object()); - string digestName = CmsSignedHelper.Instance.GetDigestAlgName(si.DigestAlgorithm.ObjectID.Id); + string digestName = CmsSignedHelper.Instance.GetDigestAlgName(si.DigestAlgorithm.Algorithm.Id); counterSignatures.Add(new SignerInformation(si, null, null, new CounterSignatureDigestCalculator(digestName, GetSignature()))); } @@ -298,7 +298,7 @@ namespace Org.BouncyCastle.Cms string digestName = Helper.GetDigestAlgName(this.DigestAlgOid); IDigest digest = Helper.GetDigestInstance(digestName); - DerObjectIdentifier sigAlgOid = this.encryptionAlgorithm.ObjectID; + DerObjectIdentifier sigAlgOid = this.encryptionAlgorithm.Algorithm; Asn1Encodable sigParams = this.encryptionAlgorithm.Parameters; ISigner sig; @@ -318,12 +318,12 @@ namespace Org.BouncyCastle.Cms Asn1.Pkcs.RsassaPssParameters pss = Asn1.Pkcs.RsassaPssParameters.GetInstance( sigParams.ToAsn1Object()); - if (!pss.HashAlgorithm.ObjectID.Equals(this.digestAlgorithm.ObjectID)) + if (!pss.HashAlgorithm.Algorithm.Equals(this.digestAlgorithm.Algorithm)) throw new CmsException("RSASSA-PSS signature parameters specified incorrect hash algorithm"); - if (!pss.MaskGenAlgorithm.ObjectID.Equals(Asn1.Pkcs.PkcsObjectIdentifiers.IdMgf1)) + if (!pss.MaskGenAlgorithm.Algorithm.Equals(Asn1.Pkcs.PkcsObjectIdentifiers.IdMgf1)) throw new CmsException("RSASSA-PSS signature parameters specified unknown MGF"); - IDigest pssDigest = DigestUtilities.GetDigest(pss.HashAlgorithm.ObjectID); + IDigest pssDigest = DigestUtilities.GetDigest(pss.HashAlgorithm.Algorithm); int saltLength = pss.SaltLength.Value.IntValue; byte trailerField = (byte) pss.TrailerField.Value.IntValue; @@ -532,7 +532,7 @@ namespace Org.BouncyCastle.Cms DigestInfo digInfo = DerDecode(decrypt); - if (!digInfo.AlgorithmID.ObjectID.Equals(digestAlgorithm.ObjectID)) + if (!digInfo.AlgorithmID.Algorithm.Equals(digestAlgorithm.Algorithm)) { return false; } diff --git a/crypto/src/crypto/CipherKeyGenerator.cs b/crypto/src/crypto/CipherKeyGenerator.cs index 5d00d34dd..d8d9b29b5 100644 --- a/crypto/src/crypto/CipherKeyGenerator.cs +++ b/crypto/src/crypto/CipherKeyGenerator.cs @@ -75,9 +75,9 @@ namespace Org.BouncyCastle.Crypto return engineGenerateKey(); } - protected virtual byte[] engineGenerateKey() + protected virtual byte[] engineGenerateKey() { - return random.GenerateSeed(strength); + return SecureRandom.GetNextBytes(random, strength); } } } diff --git a/crypto/src/crypto/IEntropySource.cs b/crypto/src/crypto/IEntropySource.cs new file mode 100644 index 000000000..62e3bc76c --- /dev/null +++ b/crypto/src/crypto/IEntropySource.cs @@ -0,0 +1,29 @@ +using System; + +namespace Org.BouncyCastle.Crypto +{ + /// <summary> + /// Base interface describing an entropy source for a DRBG. + /// </summary> + public interface IEntropySource + { + /// <summary> + /// Return whether or not this entropy source is regarded as prediction resistant. + /// </summary> + /// <value><c>true</c> if this instance is prediction resistant; otherwise, <c>false</c>.</value> + bool IsPredictionResistant { get; } + + /// <summary> + /// Return a byte array of entropy. + /// </summary> + /// <returns>The entropy bytes.</returns> + byte[] GetEntropy(); + + /// <summary> + /// Return the number of bits of entropy this source can produce. + /// </summary> + /// <value>The size, in bits, of the return value of getEntropy.</value> + int EntropySize { get; } + } +} + diff --git a/crypto/src/crypto/IEntropySourceProvider.cs b/crypto/src/crypto/IEntropySourceProvider.cs new file mode 100644 index 000000000..756414171 --- /dev/null +++ b/crypto/src/crypto/IEntropySourceProvider.cs @@ -0,0 +1,17 @@ +using System; + +namespace Org.BouncyCastle.Crypto +{ + /// <summary> + /// Base interface describing a provider of entropy sources. + /// </summary> + public interface IEntropySourceProvider + { + /// <summary> + /// Return an entropy source providing a block of entropy. + /// </summary> + /// <param name="bitsRequired">The size of the block of entropy required.</param> + /// <returns>An entropy source providing bitsRequired blocks of entropy.</returns> + IEntropySource Get(int bitsRequired); + } +} diff --git a/crypto/src/crypto/digests/NonMemoableDigest.cs b/crypto/src/crypto/digests/NonMemoableDigest.cs new file mode 100644 index 000000000..02c49b887 --- /dev/null +++ b/crypto/src/crypto/digests/NonMemoableDigest.cs @@ -0,0 +1,62 @@ +using System; + +namespace Org.BouncyCastle.Crypto.Digests +{ + /** + * Wrapper removes exposure to the IMemoable interface on an IDigest implementation. + */ + public class NonMemoableDigest + : IDigest + { + protected readonly IDigest mBaseDigest; + + /** + * Base constructor. + * + * @param baseDigest underlying digest to use. + * @exception IllegalArgumentException if baseDigest is null + */ + public NonMemoableDigest(IDigest baseDigest) + { + if (baseDigest == null) + throw new ArgumentNullException("baseDigest"); + + this.mBaseDigest = baseDigest; + } + + public virtual string AlgorithmName + { + get { return mBaseDigest.AlgorithmName; } + } + + public virtual int GetDigestSize() + { + return mBaseDigest.GetDigestSize(); + } + + public virtual void Update(byte input) + { + mBaseDigest.Update(input); + } + + public virtual void BlockUpdate(byte[] input, int inOff, int len) + { + mBaseDigest.BlockUpdate(input, inOff, len); + } + + public virtual int DoFinal(byte[] output, int outOff) + { + return mBaseDigest.DoFinal(output, outOff); + } + + public virtual void Reset() + { + mBaseDigest.Reset(); + } + + public virtual int GetByteLength() + { + return mBaseDigest.GetByteLength(); + } + } +} diff --git a/crypto/src/crypto/digests/SkeinEngine.cs b/crypto/src/crypto/digests/SkeinEngine.cs index 7e93138ac..cfedfadf3 100644 --- a/crypto/src/crypto/digests/SkeinEngine.cs +++ b/crypto/src/crypto/digests/SkeinEngine.cs @@ -741,7 +741,7 @@ namespace Org.BouncyCastle.Crypto.Digests CheckInitialised(); if (outBytes.Length < (outOff + outputSizeBytes)) { - throw new DataLengthException("Output buffer is too short to hold output of " + outputSizeBytes + " bytes"); + throw new DataLengthException("Output buffer is too short to hold output"); } // Finalise message block diff --git a/crypto/src/crypto/ec/CustomNamedCurves.cs b/crypto/src/crypto/ec/CustomNamedCurves.cs index 51bb1829a..8a0c50a47 100644 --- a/crypto/src/crypto/ec/CustomNamedCurves.cs +++ b/crypto/src/crypto/ec/CustomNamedCurves.cs @@ -756,7 +756,7 @@ namespace Org.BouncyCastle.Crypto.EC private static void DefineCurve(string name, X9ECParametersHolder holder) { names.Add(name); - name = Platform.ToLowerInvariant(name); + name = Platform.ToUpperInvariant(name); nameToCurve.Add(name, holder); } @@ -765,7 +765,7 @@ namespace Org.BouncyCastle.Crypto.EC names.Add(name); oidToName.Add(oid, name); oidToCurve.Add(oid, holder); - name = Platform.ToLowerInvariant(name); + name = Platform.ToUpperInvariant(name); nameToOid.Add(name, oid); nameToCurve.Add(name, holder); } @@ -776,7 +776,7 @@ namespace Org.BouncyCastle.Crypto.EC if (curve == null) throw new InvalidOperationException(); - name = Platform.ToLowerInvariant(name); + name = Platform.ToUpperInvariant(name); nameToOid.Add(name, oid); nameToCurve.Add(name, curve); } @@ -841,7 +841,7 @@ namespace Org.BouncyCastle.Crypto.EC public static X9ECParameters GetByName(string name) { - X9ECParametersHolder holder = (X9ECParametersHolder)nameToCurve[Platform.ToLowerInvariant(name)]; + X9ECParametersHolder holder = (X9ECParametersHolder)nameToCurve[Platform.ToUpperInvariant(name)]; return holder == null ? null : holder.Parameters; } @@ -865,7 +865,7 @@ namespace Org.BouncyCastle.Crypto.EC */ public static DerObjectIdentifier GetOid(string name) { - return (DerObjectIdentifier)nameToOid[Platform.ToLowerInvariant(name)]; + return (DerObjectIdentifier)nameToOid[Platform.ToUpperInvariant(name)]; } /** diff --git a/crypto/src/crypto/encodings/OaepEncoding.cs b/crypto/src/crypto/encodings/OaepEncoding.cs index a4d2f0e36..95814ef25 100644 --- a/crypto/src/crypto/encodings/OaepEncoding.cs +++ b/crypto/src/crypto/encodings/OaepEncoding.cs @@ -161,7 +161,7 @@ namespace Org.BouncyCastle.Crypto.Encodings // // generate the seed. // - byte[] seed = random.GenerateSeed(defHash.Length); + byte[] seed = SecureRandom.GetNextBytes(random, defHash.Length); // // mask the message block. diff --git a/crypto/src/crypto/engines/AesEngine.cs b/crypto/src/crypto/engines/AesEngine.cs index c84f4a964..ba62af4da 100644 --- a/crypto/src/crypto/engines/AesEngine.cs +++ b/crypto/src/crypto/engines/AesEngine.cs @@ -3,6 +3,7 @@ using System.Diagnostics; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -452,7 +453,8 @@ namespace Org.BouncyCastle.Crypto.Engines KeyParameter keyParameter = parameters as KeyParameter; if (keyParameter == null) - throw new ArgumentException("invalid parameter passed to AES init - " + parameters.GetType().Name); + throw new ArgumentException("invalid parameter passed to AES init - " + + Platform.GetTypeName(parameters)); WorkingKey = GenerateWorkingKey(keyParameter.GetKey(), forEncryption); diff --git a/crypto/src/crypto/engines/AesFastEngine.cs b/crypto/src/crypto/engines/AesFastEngine.cs index 18367a324..3a9c3a89e 100644 --- a/crypto/src/crypto/engines/AesFastEngine.cs +++ b/crypto/src/crypto/engines/AesFastEngine.cs @@ -3,6 +3,7 @@ using System.Diagnostics; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -788,7 +789,8 @@ namespace Org.BouncyCastle.Crypto.Engines KeyParameter keyParameter = parameters as KeyParameter; if (keyParameter == null) - throw new ArgumentException("invalid parameter passed to AES init - " + parameters.GetType().Name); + throw new ArgumentException("invalid parameter passed to AES init - " + + Platform.GetTypeName(parameters)); WorkingKey = GenerateWorkingKey(keyParameter.GetKey(), forEncryption); diff --git a/crypto/src/crypto/engines/AesLightEngine.cs b/crypto/src/crypto/engines/AesLightEngine.cs index a48fa5857..9cc9c34a0 100644 --- a/crypto/src/crypto/engines/AesLightEngine.cs +++ b/crypto/src/crypto/engines/AesLightEngine.cs @@ -3,6 +3,7 @@ using System.Diagnostics; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -349,7 +350,8 @@ namespace Org.BouncyCastle.Crypto.Engines KeyParameter keyParameter = parameters as KeyParameter; if (keyParameter == null) - throw new ArgumentException("invalid parameter passed to AES init - " + parameters.GetType().Name); + throw new ArgumentException("invalid parameter passed to AES init - " + + Platform.GetTypeName(parameters)); WorkingKey = GenerateWorkingKey(keyParameter.GetKey(), forEncryption); diff --git a/crypto/src/crypto/engines/BlowfishEngine.cs b/crypto/src/crypto/engines/BlowfishEngine.cs index 7b50e832f..e38f4e8f6 100644 --- a/crypto/src/crypto/engines/BlowfishEngine.cs +++ b/crypto/src/crypto/engines/BlowfishEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -329,7 +330,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to Blowfish init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to Blowfish init - " + Platform.GetTypeName(parameters)); this.encrypting = forEncryption; this.workingKey = ((KeyParameter)parameters).GetKey(); diff --git a/crypto/src/crypto/engines/Cast5Engine.cs b/crypto/src/crypto/engines/Cast5Engine.cs index 1af30a335..53836db02 100644 --- a/crypto/src/crypto/engines/Cast5Engine.cs +++ b/crypto/src/crypto/engines/Cast5Engine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -334,7 +335,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("Invalid parameter passed to "+ AlgorithmName +" init - " + parameters.GetType().ToString()); + throw new ArgumentException("Invalid parameter passed to "+ AlgorithmName +" init - " + Platform.GetTypeName(parameters)); _encrypting = forEncryption; _workingKey = ((KeyParameter)parameters).GetKey(); diff --git a/crypto/src/crypto/engines/DesEdeEngine.cs b/crypto/src/crypto/engines/DesEdeEngine.cs index bc40b56a8..2fac24ac0 100644 --- a/crypto/src/crypto/engines/DesEdeEngine.cs +++ b/crypto/src/crypto/engines/DesEdeEngine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -24,7 +25,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to DESede init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to DESede init - " + Platform.GetTypeName(parameters)); byte[] keyMaster = ((KeyParameter)parameters).GetKey(); if (keyMaster.Length != 24 && keyMaster.Length != 16) diff --git a/crypto/src/crypto/engines/DesEngine.cs b/crypto/src/crypto/engines/DesEngine.cs index a6d580bb6..cfd50681e 100644 --- a/crypto/src/crypto/engines/DesEngine.cs +++ b/crypto/src/crypto/engines/DesEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -31,7 +32,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to DES init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to DES init - " + Platform.GetTypeName(parameters)); workingKey = GenerateWorkingKey(forEncryption, ((KeyParameter)parameters).GetKey()); } diff --git a/crypto/src/crypto/engines/GOST28147Engine.cs b/crypto/src/crypto/engines/GOST28147Engine.cs index e37ddaefd..71e6d9e44 100644 --- a/crypto/src/crypto/engines/GOST28147Engine.cs +++ b/crypto/src/crypto/engines/GOST28147Engine.cs @@ -183,7 +183,8 @@ namespace Org.BouncyCastle.Crypto.Engines } else if (parameters != null) { - throw new ArgumentException("invalid parameter passed to Gost28147 init - " + parameters.GetType().Name); + throw new ArgumentException("invalid parameter passed to Gost28147 init - " + + Platform.GetTypeName(parameters)); } } diff --git a/crypto/src/crypto/engines/HC128Engine.cs b/crypto/src/crypto/engines/HC128Engine.cs index 40c7a4e17..7bd1a48ed 100644 --- a/crypto/src/crypto/engines/HC128Engine.cs +++ b/crypto/src/crypto/engines/HC128Engine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -180,7 +181,7 @@ namespace Org.BouncyCastle.Crypto.Engines else { throw new ArgumentException( - "Invalid parameter passed to HC128 init - " + parameters.GetType().Name, + "Invalid parameter passed to HC128 init - " + Platform.GetTypeName(parameters), "parameters"); } diff --git a/crypto/src/crypto/engines/HC256Engine.cs b/crypto/src/crypto/engines/HC256Engine.cs index 6eb360711..b72258a19 100644 --- a/crypto/src/crypto/engines/HC256Engine.cs +++ b/crypto/src/crypto/engines/HC256Engine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -164,7 +165,7 @@ namespace Org.BouncyCastle.Crypto.Engines else { throw new ArgumentException( - "Invalid parameter passed to HC256 init - " + parameters.GetType().Name, + "Invalid parameter passed to HC256 init - " + Platform.GetTypeName(parameters), "parameters"); } diff --git a/crypto/src/crypto/engines/ISAACEngine.cs b/crypto/src/crypto/engines/ISAACEngine.cs index f25577130..b94ee6ed9 100644 --- a/crypto/src/crypto/engines/ISAACEngine.cs +++ b/crypto/src/crypto/engines/ISAACEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -41,7 +42,7 @@ namespace Org.BouncyCastle.Crypto.Engines { if (!(parameters is KeyParameter)) throw new ArgumentException( - "invalid parameter passed to ISAAC Init - " + parameters.GetType().Name, + "invalid parameter passed to ISAAC Init - " + Platform.GetTypeName(parameters), "parameters"); /* diff --git a/crypto/src/crypto/engines/IdeaEngine.cs b/crypto/src/crypto/engines/IdeaEngine.cs index 4909510ac..18a151c93 100644 --- a/crypto/src/crypto/engines/IdeaEngine.cs +++ b/crypto/src/crypto/engines/IdeaEngine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -52,7 +53,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to IDEA init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to IDEA init - " + Platform.GetTypeName(parameters)); workingKey = GenerateWorkingKey(forEncryption, ((KeyParameter)parameters).GetKey()); diff --git a/crypto/src/crypto/engines/IesEngine.cs b/crypto/src/crypto/engines/IesEngine.cs index a2004a9d6..307cc7a80 100644 --- a/crypto/src/crypto/engines/IesEngine.cs +++ b/crypto/src/crypto/engines/IesEngine.cs @@ -97,6 +97,10 @@ namespace Org.BouncyCastle.Crypto.Engines kdf.Init(kParam); + // Ensure that the length of the input is greater than the MAC in bytes + if (inLen < mac.GetMacSize()) + throw new InvalidCipherTextException("Length of input must be greater than the MAC"); + inLen -= mac.GetMacSize(); if (cipher == null) // stream mode diff --git a/crypto/src/crypto/engines/NoekeonEngine.cs b/crypto/src/crypto/engines/NoekeonEngine.cs index dd78a4ea5..f64be50ba 100644 --- a/crypto/src/crypto/engines/NoekeonEngine.cs +++ b/crypto/src/crypto/engines/NoekeonEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -70,7 +71,8 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("Invalid parameters passed to Noekeon init - " + parameters.GetType().Name, "parameters"); + throw new ArgumentException("Invalid parameters passed to Noekeon init - " + + Platform.GetTypeName(parameters), "parameters"); _forEncryption = forEncryption; _initialised = true; diff --git a/crypto/src/crypto/engines/RC2Engine.cs b/crypto/src/crypto/engines/RC2Engine.cs index b56953de5..4aca1894f 100644 --- a/crypto/src/crypto/engines/RC2Engine.cs +++ b/crypto/src/crypto/engines/RC2Engine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -135,7 +136,7 @@ namespace Org.BouncyCastle.Crypto.Engines } else { - throw new ArgumentException("invalid parameter passed to RC2 init - " + parameters.GetType().Name); + throw new ArgumentException("invalid parameter passed to RC2 init - " + Platform.GetTypeName(parameters)); } } diff --git a/crypto/src/crypto/engines/RC4Engine.cs b/crypto/src/crypto/engines/RC4Engine.cs index fd84b7d23..a515bb04e 100644 --- a/crypto/src/crypto/engines/RC4Engine.cs +++ b/crypto/src/crypto/engines/RC4Engine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -44,7 +45,7 @@ namespace Org.BouncyCastle.Crypto.Engines return; } - throw new ArgumentException("invalid parameter passed to RC4 init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to RC4 init - " + Platform.GetTypeName(parameters)); } public virtual string AlgorithmName diff --git a/crypto/src/crypto/engines/RC532Engine.cs b/crypto/src/crypto/engines/RC532Engine.cs index 169a60b98..d1c29e624 100644 --- a/crypto/src/crypto/engines/RC532Engine.cs +++ b/crypto/src/crypto/engines/RC532Engine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -91,7 +92,7 @@ namespace Org.BouncyCastle.Crypto.Engines } else { - throw new ArgumentException("invalid parameter passed to RC532 init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to RC532 init - " + Platform.GetTypeName(parameters)); } this.forEncryption = forEncryption; diff --git a/crypto/src/crypto/engines/RC564Engine.cs b/crypto/src/crypto/engines/RC564Engine.cs index ddcce0fa8..097fd60ba 100644 --- a/crypto/src/crypto/engines/RC564Engine.cs +++ b/crypto/src/crypto/engines/RC564Engine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -80,7 +81,7 @@ namespace Org.BouncyCastle.Crypto.Engines { if (!(typeof(RC5Parameters).IsInstanceOfType(parameters))) { - throw new ArgumentException("invalid parameter passed to RC564 init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to RC564 init - " + Platform.GetTypeName(parameters)); } RC5Parameters p = (RC5Parameters)parameters; diff --git a/crypto/src/crypto/engines/RC6Engine.cs b/crypto/src/crypto/engines/RC6Engine.cs index 196bd8394..9aeb1e7cb 100644 --- a/crypto/src/crypto/engines/RC6Engine.cs +++ b/crypto/src/crypto/engines/RC6Engine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -76,7 +77,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to RC6 init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to RC6 init - " + Platform.GetTypeName(parameters)); this.forEncryption = forEncryption; diff --git a/crypto/src/crypto/engines/RSACoreEngine.cs b/crypto/src/crypto/engines/RSACoreEngine.cs index 38326371f..fd44e3cc1 100644 --- a/crypto/src/crypto/engines/RSACoreEngine.cs +++ b/crypto/src/crypto/engines/RSACoreEngine.cs @@ -124,7 +124,7 @@ namespace Org.BouncyCastle.Crypto.Engines // RsaPrivateCrtKeyParameters crtKey = (RsaPrivateCrtKeyParameters)key; - BigInteger p = crtKey.P;; + BigInteger p = crtKey.P; BigInteger q = crtKey.Q; BigInteger dP = crtKey.DP; BigInteger dQ = crtKey.DQ; diff --git a/crypto/src/crypto/engines/RijndaelEngine.cs b/crypto/src/crypto/engines/RijndaelEngine.cs index 80f522353..7025cb5dc 100644 --- a/crypto/src/crypto/engines/RijndaelEngine.cs +++ b/crypto/src/crypto/engines/RijndaelEngine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -582,7 +583,7 @@ namespace Org.BouncyCastle.Crypto.Engines return; } - throw new ArgumentException("invalid parameter passed to Rijndael init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to Rijndael init - " + Platform.GetTypeName(parameters)); } public virtual string AlgorithmName diff --git a/crypto/src/crypto/engines/SerpentEngine.cs b/crypto/src/crypto/engines/SerpentEngine.cs index 255c204ab..76799f045 100644 --- a/crypto/src/crypto/engines/SerpentEngine.cs +++ b/crypto/src/crypto/engines/SerpentEngine.cs @@ -1,117 +1,32 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** - * Serpent is a 128-bit 32-round block cipher with variable key lengths, - * including 128, 192 and 256 bit keys conjectured to be at least as - * secure as three-key triple-DES. - * <p> - * Serpent was designed by Ross Anderson, Eli Biham and Lars Knudsen as a - * candidate algorithm for the NIST AES Quest.> - * </p> - * <p> - * For full details see the <a href="http://www.cl.cam.ac.uk/~rja14/serpent.html">The Serpent home page</a> - * </p> + * Serpent is a 128-bit 32-round block cipher with variable key lengths, + * including 128, 192 and 256 bit keys conjectured to be at least as + * secure as three-key triple-DES. + * <p> + * Serpent was designed by Ross Anderson, Eli Biham and Lars Knudsen as a + * candidate algorithm for the NIST AES Quest. + * </p> + * <p> + * For full details see <a href="http://www.cl.cam.ac.uk/~rja14/serpent.html">The Serpent home page</a> + * </p> */ - public class SerpentEngine - : IBlockCipher + public sealed class SerpentEngine + : SerpentEngineBase { - private const int BLOCK_SIZE = 16; - - static readonly int ROUNDS = 32; - static readonly int PHI = unchecked((int)0x9E3779B9); // (Sqrt(5) - 1) * 2**31 - - private bool encrypting; - private int[] wKey; - - private int X0, X1, X2, X3; // registers - - /** - * initialise a Serpent cipher. - * - * @param forEncryption whether or not we are for encryption. - * @param parameters the parameters required to set up the cipher. - * @exception ArgumentException if the parameters argument is - * inappropriate. - */ - public virtual void Init( - bool forEncryption, - ICipherParameters parameters) - { - if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to Serpent init - " + parameters.GetType().ToString()); - - this.encrypting = forEncryption; - this.wKey = MakeWorkingKey(((KeyParameter)parameters).GetKey()); - } - - public virtual string AlgorithmName - { - get { return "Serpent"; } - } - - public virtual bool IsPartialBlockOkay - { - get { return false; } - } - - public virtual int GetBlockSize() - { - return BLOCK_SIZE; - } - - /** - * Process one block of input from the array in and write it to - * the out array. - * - * @param in the array containing the input data. - * @param inOff offset into the in array the data starts at. - * @param out the array the output data will be copied into. - * @param outOff the offset into the out array the output will start at. - * @exception DataLengthException if there isn't enough data in in, or - * space in out. - * @exception InvalidOperationException if the cipher isn't initialised. - * @return the number of bytes processed and produced. - */ - public virtual int ProcessBlock( - byte[] input, - int inOff, - byte[] output, - int outOff) - { - if (wKey == null) - throw new InvalidOperationException("Serpent not initialised"); - - Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); - Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); - - if (encrypting) - { - EncryptBlock(input, inOff, output, outOff); - } - else - { - DecryptBlock(input, inOff, output, outOff); - } - - return BLOCK_SIZE; - } - - public virtual void Reset() - { - } - /** * Expand a user-supplied key material into a session key. * * @param key The user-key bytes (multiples of 4) to use. * @exception ArgumentException */ - private int[] MakeWorkingKey( - byte[] key) + protected override int[] MakeWorkingKey(byte[] key) { // // pad key to 256 bits @@ -120,14 +35,14 @@ namespace Org.BouncyCastle.Crypto.Engines int off = 0; int length = 0; - for (off = key.Length - 4; off > 0; off -= 4) + for (off = 0; (off + 4) < key.Length; off += 4) { - kPad[length++] = BytesToWord(key, off); + kPad[length++] = (int)Pack.LE_To_UInt32(key, off); } - if (off == 0) + if (off % 4 == 0) { - kPad[length++] = BytesToWord(key, 0); + kPad[length++] = (int)Pack.LE_To_UInt32(key, off); if (length < 8) { kPad[length] = 1; @@ -235,57 +150,20 @@ namespace Org.BouncyCastle.Crypto.Engines return w; } - private int RotateLeft( - int x, - int bits) - { - return ((x << bits) | (int) ((uint)x >> (32 - bits))); - } - - private int RotateRight( - int x, - int bits) - { - return ( (int)((uint)x >> bits) | (x << (32 - bits))); - } - - private int BytesToWord( - byte[] src, - int srcOff) - { - return (((src[srcOff] & 0xff) << 24) | ((src[srcOff + 1] & 0xff) << 16) | - ((src[srcOff + 2] & 0xff) << 8) | ((src[srcOff + 3] & 0xff))); - } - - private void WordToBytes( - int word, - byte[] dst, - int dstOff) - { - dst[dstOff + 3] = (byte)(word); - dst[dstOff + 2] = (byte)((uint)word >> 8); - dst[dstOff + 1] = (byte)((uint)word >> 16); - dst[dstOff] = (byte)((uint)word >> 24); - } - /** * Encrypt one block of plaintext. * - * @param in the array containing the input data. + * @param input the array containing the input data. * @param inOff offset into the in array the data starts at. - * @param out the array the output data will be copied into. + * @param output the array the output data will be copied into. * @param outOff the offset into the out array the output will start at. */ - private void EncryptBlock( - byte[] input, - int inOff, - byte[] outBytes, - int outOff) + protected override void EncryptBlock(byte[] input, int inOff, byte[] output, int outOff) { - X3 = BytesToWord(input, inOff); - X2 = BytesToWord(input, inOff + 4); - X1 = BytesToWord(input, inOff + 8); - X0 = BytesToWord(input, inOff + 12); + X0 = (int)Pack.LE_To_UInt32(input, inOff); + X1 = (int)Pack.LE_To_UInt32(input, inOff + 4); + X2 = (int)Pack.LE_To_UInt32(input, inOff + 8); + X3 = (int)Pack.LE_To_UInt32(input, inOff + 12); Sb0(wKey[0] ^ X0, wKey[1] ^ X1, wKey[2] ^ X2, wKey[3] ^ X3); LT(); Sb1(wKey[4] ^ X0, wKey[5] ^ X1, wKey[6] ^ X2, wKey[7] ^ X3); LT(); @@ -320,30 +198,26 @@ namespace Org.BouncyCastle.Crypto.Engines Sb6(wKey[120] ^ X0, wKey[121] ^ X1, wKey[122] ^ X2, wKey[123] ^ X3); LT(); Sb7(wKey[124] ^ X0, wKey[125] ^ X1, wKey[126] ^ X2, wKey[127] ^ X3); - WordToBytes(wKey[131] ^ X3, outBytes, outOff); - WordToBytes(wKey[130] ^ X2, outBytes, outOff + 4); - WordToBytes(wKey[129] ^ X1, outBytes, outOff + 8); - WordToBytes(wKey[128] ^ X0, outBytes, outOff + 12); + Pack.UInt32_To_LE((uint)(wKey[128] ^ X0), output, outOff); + Pack.UInt32_To_LE((uint)(wKey[129] ^ X1), output, outOff + 4); + Pack.UInt32_To_LE((uint)(wKey[130] ^ X2), output, outOff + 8); + Pack.UInt32_To_LE((uint)(wKey[131] ^ X3), output, outOff + 12); } /** * Decrypt one block of ciphertext. * - * @param in the array containing the input data. + * @param input the array containing the input data. * @param inOff offset into the in array the data starts at. - * @param out the array the output data will be copied into. + * @param output the array the output data will be copied into. * @param outOff the offset into the out array the output will start at. */ - private void DecryptBlock( - byte[] input, - int inOff, - byte[] outBytes, - int outOff) + protected override void DecryptBlock(byte[] input, int inOff, byte[] output, int outOff) { - X3 = wKey[131] ^ BytesToWord(input, inOff); - X2 = wKey[130] ^ BytesToWord(input, inOff + 4); - X1 = wKey[129] ^ BytesToWord(input, inOff + 8); - X0 = wKey[128] ^ BytesToWord(input, inOff + 12); + X0 = wKey[128] ^ (int)Pack.LE_To_UInt32(input, inOff); + X1 = wKey[129] ^ (int)Pack.LE_To_UInt32(input, inOff + 4); + X2 = wKey[130] ^ (int)Pack.LE_To_UInt32(input, inOff + 8); + X3 = wKey[131] ^ (int)Pack.LE_To_UInt32(input, inOff + 12); Ib7(X0, X1, X2, X3); X0 ^= wKey[124]; X1 ^= wKey[125]; X2 ^= wKey[126]; X3 ^= wKey[127]; @@ -409,369 +283,10 @@ namespace Org.BouncyCastle.Crypto.Engines X0 ^= wKey[4]; X1 ^= wKey[5]; X2 ^= wKey[6]; X3 ^= wKey[7]; InverseLT(); Ib0(X0, X1, X2, X3); - WordToBytes(X3 ^ wKey[3], outBytes, outOff); - WordToBytes(X2 ^ wKey[2], outBytes, outOff + 4); - WordToBytes(X1 ^ wKey[1], outBytes, outOff + 8); - WordToBytes(X0 ^ wKey[0], outBytes, outOff + 12); - } - - /* - * The sboxes below are based on the work of Brian Gladman and - * Sam Simpson, whose original notice appears below. - * <p> - * For further details see: - * http://fp.gladman.plus.com/cryptography_technology/serpent/ - * </p> - */ - - /* Partially optimised Serpent S Box bool functions derived */ - /* using a recursive descent analyser but without a full search */ - /* of all subtrees. This set of S boxes is the result of work */ - /* by Sam Simpson and Brian Gladman using the spare time on a */ - /* cluster of high capacity servers to search for S boxes with */ - /* this customised search engine. There are now an average of */ - /* 15.375 terms per S box. */ - /* */ - /* Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ - /* and Sam Simpson (s.simpson@mia.co.uk) */ - /* 17th December 1998 */ - /* */ - /* We hereby give permission for information in this file to be */ - /* used freely subject only to acknowledgement of its origin. */ - - /** - * S0 - { 3, 8,15, 1,10, 6, 5,11,14,13, 4, 2, 7, 0, 9,12 } - 15 terms. - */ - private void Sb0(int a, int b, int c, int d) - { - int t1 = a ^ d; - int t3 = c ^ t1; - int t4 = b ^ t3; - X3 = (a & d) ^ t4; - int t7 = a ^ (b & t1); - X2 = t4 ^ (c | t7); - int t12 = X3 & (t3 ^ t7); - X1 = (~t3) ^ t12; - X0 = t12 ^ (~t7); - } - - /** - * InvSO - {13, 3,11, 0,10, 6, 5,12, 1,14, 4, 7,15, 9, 8, 2 } - 15 terms. - */ - private void Ib0(int a, int b, int c, int d) - { - int t1 = ~a; - int t2 = a ^ b; - int t4 = d ^ (t1 | t2); - int t5 = c ^ t4; - X2 = t2 ^ t5; - int t8 = t1 ^ (d & t2); - X1 = t4 ^ (X2 & t8); - X3 = (a & t4) ^ (t5 | X1); - X0 = X3 ^ (t5 ^ t8); - } - - /** - * S1 - {15,12, 2, 7, 9, 0, 5,10, 1,11,14, 8, 6,13, 3, 4 } - 14 terms. - */ - private void Sb1(int a, int b, int c, int d) - { - int t2 = b ^ (~a); - int t5 = c ^ (a | t2); - X2 = d ^ t5; - int t7 = b ^ (d | t2); - int t8 = t2 ^ X2; - X3 = t8 ^ (t5 & t7); - int t11 = t5 ^ t7; - X1 = X3 ^ t11; - X0 = t5 ^ (t8 & t11); - } - - /** - * InvS1 - { 5, 8, 2,14,15, 6,12, 3,11, 4, 7, 9, 1,13,10, 0 } - 14 steps. - */ - private void Ib1(int a, int b, int c, int d) - { - int t1 = b ^ d; - int t3 = a ^ (b & t1); - int t4 = t1 ^ t3; - X3 = c ^ t4; - int t7 = b ^ (t1 & t3); - int t8 = X3 | t7; - X1 = t3 ^ t8; - int t10 = ~X1; - int t11 = X3 ^ t7; - X0 = t10 ^ t11; - X2 = t4 ^ (t10 | t11); - } - - /** - * S2 - { 8, 6, 7, 9, 3,12,10,15,13, 1,14, 4, 0,11, 5, 2 } - 16 terms. - */ - private void Sb2(int a, int b, int c, int d) - { - int t1 = ~a; - int t2 = b ^ d; - int t3 = c & t1; - X0 = t2 ^ t3; - int t5 = c ^ t1; - int t6 = c ^ X0; - int t7 = b & t6; - X3 = t5 ^ t7; - X2 = a ^ ((d | t7) & (X0 | t5)); - X1 = (t2 ^ X3) ^ (X2 ^ (d | t1)); - } - - /** - * InvS2 - {12, 9,15, 4,11,14, 1, 2, 0, 3, 6,13, 5, 8,10, 7 } - 16 steps. - */ - private void Ib2(int a, int b, int c, int d) - { - int t1 = b ^ d; - int t2 = ~t1; - int t3 = a ^ c; - int t4 = c ^ t1; - int t5 = b & t4; - X0 = t3 ^ t5; - int t7 = a | t2; - int t8 = d ^ t7; - int t9 = t3 | t8; - X3 = t1 ^ t9; - int t11 = ~t4; - int t12 = X0 | X3; - X1 = t11 ^ t12; - X2 = (d & t11) ^ (t3 ^ t12); - } - - /** - * S3 - { 0,15,11, 8,12, 9, 6, 3,13, 1, 2, 4,10, 7, 5,14 } - 16 terms. - */ - private void Sb3(int a, int b, int c, int d) - { - int t1 = a ^ b; - int t2 = a & c; - int t3 = a | d; - int t4 = c ^ d; - int t5 = t1 & t3; - int t6 = t2 | t5; - X2 = t4 ^ t6; - int t8 = b ^ t3; - int t9 = t6 ^ t8; - int t10 = t4 & t9; - X0 = t1 ^ t10; - int t12 = X2 & X0; - X1 = t9 ^ t12; - X3 = (b | d) ^ (t4 ^ t12); - } - - /** - * InvS3 - { 0, 9,10, 7,11,14, 6,13, 3, 5,12, 2, 4, 8,15, 1 } - 15 terms - */ - private void Ib3(int a, int b, int c, int d) - { - int t1 = a | b; - int t2 = b ^ c; - int t3 = b & t2; - int t4 = a ^ t3; - int t5 = c ^ t4; - int t6 = d | t4; - X0 = t2 ^ t6; - int t8 = t2 | t6; - int t9 = d ^ t8; - X2 = t5 ^ t9; - int t11 = t1 ^ t9; - int t12 = X0 & t11; - X3 = t4 ^ t12; - X1 = X3 ^ (X0 ^ t11); - } - - /** - * S4 - { 1,15, 8, 3,12, 0,11, 6, 2, 5, 4,10, 9,14, 7,13 } - 15 terms. - */ - private void Sb4(int a, int b, int c, int d) - { - int t1 = a ^ d; - int t2 = d & t1; - int t3 = c ^ t2; - int t4 = b | t3; - X3 = t1 ^ t4; - int t6 = ~b; - int t7 = t1 | t6; - X0 = t3 ^ t7; - int t9 = a & X0; - int t10 = t1 ^ t6; - int t11 = t4 & t10; - X2 = t9 ^ t11; - X1 = (a ^ t3) ^ (t10 & X2); - } - - /** - * InvS4 - { 5, 0, 8, 3,10, 9, 7,14, 2,12,11, 6, 4,15,13, 1 } - 15 terms. - */ - private void Ib4(int a, int b, int c, int d) - { - int t1 = c | d; - int t2 = a & t1; - int t3 = b ^ t2; - int t4 = a & t3; - int t5 = c ^ t4; - X1 = d ^ t5; - int t7 = ~a; - int t8 = t5 & X1; - X3 = t3 ^ t8; - int t10 = X1 | t7; - int t11 = d ^ t10; - X0 = X3 ^ t11; - X2 = (t3 & t11) ^ (X1 ^ t7); - } - - /** - * S5 - {15, 5, 2,11, 4,10, 9,12, 0, 3,14, 8,13, 6, 7, 1 } - 16 terms. - */ - private void Sb5(int a, int b, int c, int d) - { - int t1 = ~a; - int t2 = a ^ b; - int t3 = a ^ d; - int t4 = c ^ t1; - int t5 = t2 | t3; - X0 = t4 ^ t5; - int t7 = d & X0; - int t8 = t2 ^ X0; - X1 = t7 ^ t8; - int t10 = t1 | X0; - int t11 = t2 | t7; - int t12 = t3 ^ t10; - X2 = t11 ^ t12; - X3 = (b ^ t7) ^ (X1 & t12); - } - - /** - * InvS5 - { 8,15, 2, 9, 4, 1,13,14,11, 6, 5, 3, 7,12,10, 0 } - 16 terms. - */ - private void Ib5(int a, int b, int c, int d) - { - int t1 = ~c; - int t2 = b & t1; - int t3 = d ^ t2; - int t4 = a & t3; - int t5 = b ^ t1; - X3 = t4 ^ t5; - int t7 = b | X3; - int t8 = a & t7; - X1 = t3 ^ t8; - int t10 = a | d; - int t11 = t1 ^ t7; - X0 = t10 ^ t11; - X2 = (b & t10) ^ (t4 | (a ^ c)); - } - - /** - * S6 - { 7, 2,12, 5, 8, 4, 6,11,14, 9, 1,15,13, 3,10, 0 } - 15 terms. - */ - private void Sb6(int a, int b, int c, int d) - { - int t1 = ~a; - int t2 = a ^ d; - int t3 = b ^ t2; - int t4 = t1 | t2; - int t5 = c ^ t4; - X1 = b ^ t5; - int t7 = t2 | X1; - int t8 = d ^ t7; - int t9 = t5 & t8; - X2 = t3 ^ t9; - int t11 = t5 ^ t8; - X0 = X2 ^ t11; - X3 = (~t5) ^ (t3 & t11); - } - - /** - * InvS6 - {15,10, 1,13, 5, 3, 6, 0, 4, 9,14, 7, 2,12, 8,11 } - 15 terms. - */ - private void Ib6(int a, int b, int c, int d) - { - int t1 = ~a; - int t2 = a ^ b; - int t3 = c ^ t2; - int t4 = c | t1; - int t5 = d ^ t4; - X1 = t3 ^ t5; - int t7 = t3 & t5; - int t8 = t2 ^ t7; - int t9 = b | t8; - X3 = t5 ^ t9; - int t11 = b | X3; - X0 = t8 ^ t11; - X2 = (d & t1) ^ (t3 ^ t11); - } - - /** - * S7 - { 1,13,15, 0,14, 8, 2,11, 7, 4,12,10, 9, 3, 5, 6 } - 16 terms. - */ - private void Sb7(int a, int b, int c, int d) - { - int t1 = b ^ c; - int t2 = c & t1; - int t3 = d ^ t2; - int t4 = a ^ t3; - int t5 = d | t1; - int t6 = t4 & t5; - X1 = b ^ t6; - int t8 = t3 | X1; - int t9 = a & t4; - X3 = t1 ^ t9; - int t11 = t4 ^ t8; - int t12 = X3 & t11; - X2 = t3 ^ t12; - X0 = (~t11) ^ (X3 & X2); - } - - /** - * InvS7 - { 3, 0, 6,13, 9,14,15, 8, 5,12,11, 7,10, 1, 4, 2 } - 17 terms. - */ - private void Ib7(int a, int b, int c, int d) - { - int t3 = c | (a & b); - int t4 = d & (a | b); - X3 = t3 ^ t4; - int t6 = ~d; - int t7 = b ^ t4; - int t9 = t7 | (X3 ^ t6); - X1 = a ^ t9; - X0 = (c ^ t7) ^ (d | X1); - X2 = (t3 ^ X1) ^ (X0 ^ (a & X3)); - } - - /** - * Apply the linear transformation to the register set. - */ - private void LT() - { - int x0 = RotateLeft(X0, 13); - int x2 = RotateLeft(X2, 3); - int x1 = X1 ^ x0 ^ x2 ; - int x3 = X3 ^ x2 ^ x0 << 3; - - X1 = RotateLeft(x1, 1); - X3 = RotateLeft(x3, 7); - X0 = RotateLeft(x0 ^ X1 ^ X3, 5); - X2 = RotateLeft(x2 ^ X3 ^ (X1 << 7), 22); - } - - /** - * Apply the inverse of the linear transformation to the register set. - */ - private void InverseLT() - { - int x2 = RotateRight(X2, 22) ^ X3 ^ (X1 << 7); - int x0 = RotateRight(X0, 5) ^ X1 ^ X3; - int x3 = RotateRight(X3, 7); - int x1 = RotateRight(X1, 1); - X3 = x3 ^ x2 ^ x0 << 3; - X1 = x1 ^ x0 ^ x2; - X2 = RotateRight(x2, 3); - X0 = RotateRight(x0, 13); + Pack.UInt32_To_LE((uint)(X0 ^ wKey[0]), output, outOff); + Pack.UInt32_To_LE((uint)(X1 ^ wKey[1]), output, outOff + 4); + Pack.UInt32_To_LE((uint)(X2 ^ wKey[2]), output, outOff + 8); + Pack.UInt32_To_LE((uint)(X3 ^ wKey[3]), output, outOff + 12); } } } diff --git a/crypto/src/crypto/engines/SerpentEngineBase.cs b/crypto/src/crypto/engines/SerpentEngineBase.cs new file mode 100644 index 000000000..a5d91b3be --- /dev/null +++ b/crypto/src/crypto/engines/SerpentEngineBase.cs @@ -0,0 +1,468 @@ +using System; + +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; + +namespace Org.BouncyCastle.Crypto.Engines +{ + public abstract class SerpentEngineBase + : IBlockCipher + { + protected static readonly int BlockSize = 16; + + internal const int ROUNDS = 32; + internal const int PHI = unchecked((int)0x9E3779B9); // (sqrt(5) - 1) * 2**31 + + protected bool encrypting; + protected int[] wKey; + + protected int X0, X1, X2, X3; // registers + + protected SerpentEngineBase() + { + } + + /** + * initialise a Serpent cipher. + * + * @param encrypting whether or not we are for encryption. + * @param params the parameters required to set up the cipher. + * @throws IllegalArgumentException if the params argument is + * inappropriate. + */ + public virtual void Init(bool encrypting, ICipherParameters parameters) + { + if (!(parameters is KeyParameter)) + throw new ArgumentException("invalid parameter passed to " + AlgorithmName + " init - " + Platform.GetTypeName(parameters)); + + this.encrypting = encrypting; + this.wKey = MakeWorkingKey(((KeyParameter)parameters).GetKey()); + } + + public virtual string AlgorithmName + { + get { return "Serpent"; } + } + + public virtual bool IsPartialBlockOkay + { + get { return false; } + } + + public virtual int GetBlockSize() + { + return BlockSize; + } + + /** + * Process one block of input from the array in and write it to + * the out array. + * + * @param in the array containing the input data. + * @param inOff offset into the in array the data starts at. + * @param out the array the output data will be copied into. + * @param outOff the offset into the out array the output will start at. + * @return the number of bytes processed and produced. + * @throws DataLengthException if there isn't enough data in in, or + * space in out. + * @throws IllegalStateException if the cipher isn't initialised. + */ + public int ProcessBlock(byte[] input, int inOff, byte[] output, int outOff) + { + if (wKey == null) + throw new InvalidOperationException(AlgorithmName + " not initialised"); + + Check.DataLength(input, inOff, BlockSize, "input buffer too short"); + Check.OutputLength(output, outOff, BlockSize, "output buffer too short"); + + if (encrypting) + { + EncryptBlock(input, inOff, output, outOff); + } + else + { + DecryptBlock(input, inOff, output, outOff); + } + + return BlockSize; + } + + public virtual void Reset() + { + } + + protected static int RotateLeft(int x, int bits) + { + return ((x << bits) | (int) ((uint)x >> (32 - bits))); + } + + private static int RotateRight(int x, int bits) + { + return ( (int)((uint)x >> bits) | (x << (32 - bits))); + } + + /** + * The sboxes below are based on the work of Brian Gladman and + * Sam Simpson, whose original notice appears below. + * <p> + * For further details see: + * http://fp.gladman.plus.com/cryptography_technology/serpent/ + */ + + /* Partially optimised Serpent S Box boolean functions derived */ + /* using a recursive descent analyser but without a full search */ + /* of all subtrees. This set of S boxes is the result of work */ + /* by Sam Simpson and Brian Gladman using the spare time on a */ + /* cluster of high capacity servers to search for S boxes with */ + /* this customised search engine. There are now an average of */ + /* 15.375 terms per S box. */ + /* */ + /* Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ + /* and Sam Simpson (s.simpson@mia.co.uk) */ + /* 17th December 1998 */ + /* */ + /* We hereby give permission for information in this file to be */ + /* used freely subject only to acknowledgement of its origin. */ + + /** + * S0 - { 3, 8,15, 1,10, 6, 5,11,14,13, 4, 2, 7, 0, 9,12 } - 15 terms. + */ + protected void Sb0(int a, int b, int c, int d) + { + int t1 = a ^ d; + int t3 = c ^ t1; + int t4 = b ^ t3; + X3 = (a & d) ^ t4; + int t7 = a ^ (b & t1); + X2 = t4 ^ (c | t7); + int t12 = X3 & (t3 ^ t7); + X1 = (~t3) ^ t12; + X0 = t12 ^ (~t7); + } + + /** + * InvSO - {13, 3,11, 0,10, 6, 5,12, 1,14, 4, 7,15, 9, 8, 2 } - 15 terms. + */ + protected void Ib0(int a, int b, int c, int d) + { + int t1 = ~a; + int t2 = a ^ b; + int t4 = d ^ (t1 | t2); + int t5 = c ^ t4; + X2 = t2 ^ t5; + int t8 = t1 ^ (d & t2); + X1 = t4 ^ (X2 & t8); + X3 = (a & t4) ^ (t5 | X1); + X0 = X3 ^ (t5 ^ t8); + } + + /** + * S1 - {15,12, 2, 7, 9, 0, 5,10, 1,11,14, 8, 6,13, 3, 4 } - 14 terms. + */ + protected void Sb1(int a, int b, int c, int d) + { + int t2 = b ^ (~a); + int t5 = c ^ (a | t2); + X2 = d ^ t5; + int t7 = b ^ (d | t2); + int t8 = t2 ^ X2; + X3 = t8 ^ (t5 & t7); + int t11 = t5 ^ t7; + X1 = X3 ^ t11; + X0 = t5 ^ (t8 & t11); + } + + /** + * InvS1 - { 5, 8, 2,14,15, 6,12, 3,11, 4, 7, 9, 1,13,10, 0 } - 14 steps. + */ + protected void Ib1(int a, int b, int c, int d) + { + int t1 = b ^ d; + int t3 = a ^ (b & t1); + int t4 = t1 ^ t3; + X3 = c ^ t4; + int t7 = b ^ (t1 & t3); + int t8 = X3 | t7; + X1 = t3 ^ t8; + int t10 = ~X1; + int t11 = X3 ^ t7; + X0 = t10 ^ t11; + X2 = t4 ^ (t10 | t11); + } + + /** + * S2 - { 8, 6, 7, 9, 3,12,10,15,13, 1,14, 4, 0,11, 5, 2 } - 16 terms. + */ + protected void Sb2(int a, int b, int c, int d) + { + int t1 = ~a; + int t2 = b ^ d; + int t3 = c & t1; + X0 = t2 ^ t3; + int t5 = c ^ t1; + int t6 = c ^ X0; + int t7 = b & t6; + X3 = t5 ^ t7; + X2 = a ^ ((d | t7) & (X0 | t5)); + X1 = (t2 ^ X3) ^ (X2 ^ (d | t1)); + } + + /** + * InvS2 - {12, 9,15, 4,11,14, 1, 2, 0, 3, 6,13, 5, 8,10, 7 } - 16 steps. + */ + protected void Ib2(int a, int b, int c, int d) + { + int t1 = b ^ d; + int t2 = ~t1; + int t3 = a ^ c; + int t4 = c ^ t1; + int t5 = b & t4; + X0 = t3 ^ t5; + int t7 = a | t2; + int t8 = d ^ t7; + int t9 = t3 | t8; + X3 = t1 ^ t9; + int t11 = ~t4; + int t12 = X0 | X3; + X1 = t11 ^ t12; + X2 = (d & t11) ^ (t3 ^ t12); + } + + /** + * S3 - { 0,15,11, 8,12, 9, 6, 3,13, 1, 2, 4,10, 7, 5,14 } - 16 terms. + */ + protected void Sb3(int a, int b, int c, int d) + { + int t1 = a ^ b; + int t2 = a & c; + int t3 = a | d; + int t4 = c ^ d; + int t5 = t1 & t3; + int t6 = t2 | t5; + X2 = t4 ^ t6; + int t8 = b ^ t3; + int t9 = t6 ^ t8; + int t10 = t4 & t9; + X0 = t1 ^ t10; + int t12 = X2 & X0; + X1 = t9 ^ t12; + X3 = (b | d) ^ (t4 ^ t12); + } + + /** + * InvS3 - { 0, 9,10, 7,11,14, 6,13, 3, 5,12, 2, 4, 8,15, 1 } - 15 terms + */ + protected void Ib3(int a, int b, int c, int d) + { + int t1 = a | b; + int t2 = b ^ c; + int t3 = b & t2; + int t4 = a ^ t3; + int t5 = c ^ t4; + int t6 = d | t4; + X0 = t2 ^ t6; + int t8 = t2 | t6; + int t9 = d ^ t8; + X2 = t5 ^ t9; + int t11 = t1 ^ t9; + int t12 = X0 & t11; + X3 = t4 ^ t12; + X1 = X3 ^ (X0 ^ t11); + } + + /** + * S4 - { 1,15, 8, 3,12, 0,11, 6, 2, 5, 4,10, 9,14, 7,13 } - 15 terms. + */ + protected void Sb4(int a, int b, int c, int d) + { + int t1 = a ^ d; + int t2 = d & t1; + int t3 = c ^ t2; + int t4 = b | t3; + X3 = t1 ^ t4; + int t6 = ~b; + int t7 = t1 | t6; + X0 = t3 ^ t7; + int t9 = a & X0; + int t10 = t1 ^ t6; + int t11 = t4 & t10; + X2 = t9 ^ t11; + X1 = (a ^ t3) ^ (t10 & X2); + } + + /** + * InvS4 - { 5, 0, 8, 3,10, 9, 7,14, 2,12,11, 6, 4,15,13, 1 } - 15 terms. + */ + protected void Ib4(int a, int b, int c, int d) + { + int t1 = c | d; + int t2 = a & t1; + int t3 = b ^ t2; + int t4 = a & t3; + int t5 = c ^ t4; + X1 = d ^ t5; + int t7 = ~a; + int t8 = t5 & X1; + X3 = t3 ^ t8; + int t10 = X1 | t7; + int t11 = d ^ t10; + X0 = X3 ^ t11; + X2 = (t3 & t11) ^ (X1 ^ t7); + } + + /** + * S5 - {15, 5, 2,11, 4,10, 9,12, 0, 3,14, 8,13, 6, 7, 1 } - 16 terms. + */ + protected void Sb5(int a, int b, int c, int d) + { + int t1 = ~a; + int t2 = a ^ b; + int t3 = a ^ d; + int t4 = c ^ t1; + int t5 = t2 | t3; + X0 = t4 ^ t5; + int t7 = d & X0; + int t8 = t2 ^ X0; + X1 = t7 ^ t8; + int t10 = t1 | X0; + int t11 = t2 | t7; + int t12 = t3 ^ t10; + X2 = t11 ^ t12; + X3 = (b ^ t7) ^ (X1 & t12); + } + + /** + * InvS5 - { 8,15, 2, 9, 4, 1,13,14,11, 6, 5, 3, 7,12,10, 0 } - 16 terms. + */ + protected void Ib5(int a, int b, int c, int d) + { + int t1 = ~c; + int t2 = b & t1; + int t3 = d ^ t2; + int t4 = a & t3; + int t5 = b ^ t1; + X3 = t4 ^ t5; + int t7 = b | X3; + int t8 = a & t7; + X1 = t3 ^ t8; + int t10 = a | d; + int t11 = t1 ^ t7; + X0 = t10 ^ t11; + X2 = (b & t10) ^ (t4 | (a ^ c)); + } + + /** + * S6 - { 7, 2,12, 5, 8, 4, 6,11,14, 9, 1,15,13, 3,10, 0 } - 15 terms. + */ + protected void Sb6(int a, int b, int c, int d) + { + int t1 = ~a; + int t2 = a ^ d; + int t3 = b ^ t2; + int t4 = t1 | t2; + int t5 = c ^ t4; + X1 = b ^ t5; + int t7 = t2 | X1; + int t8 = d ^ t7; + int t9 = t5 & t8; + X2 = t3 ^ t9; + int t11 = t5 ^ t8; + X0 = X2 ^ t11; + X3 = (~t5) ^ (t3 & t11); + } + + /** + * InvS6 - {15,10, 1,13, 5, 3, 6, 0, 4, 9,14, 7, 2,12, 8,11 } - 15 terms. + */ + protected void Ib6(int a, int b, int c, int d) + { + int t1 = ~a; + int t2 = a ^ b; + int t3 = c ^ t2; + int t4 = c | t1; + int t5 = d ^ t4; + X1 = t3 ^ t5; + int t7 = t3 & t5; + int t8 = t2 ^ t7; + int t9 = b | t8; + X3 = t5 ^ t9; + int t11 = b | X3; + X0 = t8 ^ t11; + X2 = (d & t1) ^ (t3 ^ t11); + } + + /** + * S7 - { 1,13,15, 0,14, 8, 2,11, 7, 4,12,10, 9, 3, 5, 6 } - 16 terms. + */ + protected void Sb7(int a, int b, int c, int d) + { + int t1 = b ^ c; + int t2 = c & t1; + int t3 = d ^ t2; + int t4 = a ^ t3; + int t5 = d | t1; + int t6 = t4 & t5; + X1 = b ^ t6; + int t8 = t3 | X1; + int t9 = a & t4; + X3 = t1 ^ t9; + int t11 = t4 ^ t8; + int t12 = X3 & t11; + X2 = t3 ^ t12; + X0 = (~t11) ^ (X3 & X2); + } + + /** + * InvS7 - { 3, 0, 6,13, 9,14,15, 8, 5,12,11, 7,10, 1, 4, 2 } - 17 terms. + */ + protected void Ib7(int a, int b, int c, int d) + { + int t3 = c | (a & b); + int t4 = d & (a | b); + X3 = t3 ^ t4; + int t6 = ~d; + int t7 = b ^ t4; + int t9 = t7 | (X3 ^ t6); + X1 = a ^ t9; + X0 = (c ^ t7) ^ (d | X1); + X2 = (t3 ^ X1) ^ (X0 ^ (a & X3)); + } + + /** + * Apply the linear transformation to the register set. + */ + protected void LT() + { + int x0 = RotateLeft(X0, 13); + int x2 = RotateLeft(X2, 3); + int x1 = X1 ^ x0 ^ x2; + int x3 = X3 ^ x2 ^ x0 << 3; + + X1 = RotateLeft(x1, 1); + X3 = RotateLeft(x3, 7); + X0 = RotateLeft(x0 ^ X1 ^ X3, 5); + X2 = RotateLeft(x2 ^ X3 ^ (X1 << 7), 22); + } + + /** + * Apply the inverse of the linear transformation to the register set. + */ + protected void InverseLT() + { + int x2 = RotateRight(X2, 22) ^ X3 ^ (X1 << 7); + int x0 = RotateRight(X0, 5) ^ X1 ^ X3; + int x3 = RotateRight(X3, 7); + int x1 = RotateRight(X1, 1); + X3 = x3 ^ x2 ^ x0 << 3; + X1 = x1 ^ x0 ^ x2; + X2 = RotateRight(x2, 3); + X0 = RotateRight(x0, 13); + } + + protected abstract int[] MakeWorkingKey(byte[] key); + + protected abstract void EncryptBlock(byte[] input, int inOff, byte[] output, int outOff); + + protected abstract void DecryptBlock(byte[] input, int inOff, byte[] output, int outOff); + } +} diff --git a/crypto/src/crypto/engines/SkipjackEngine.cs b/crypto/src/crypto/engines/SkipjackEngine.cs index a45dc9b24..c90646cc4 100644 --- a/crypto/src/crypto/engines/SkipjackEngine.cs +++ b/crypto/src/crypto/engines/SkipjackEngine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -48,7 +49,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to SKIPJACK init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to SKIPJACK init - " + Platform.GetTypeName(parameters)); byte[] keyBytes = ((KeyParameter)parameters).GetKey(); diff --git a/crypto/src/crypto/engines/TEAEngine.cs b/crypto/src/crypto/engines/TEAEngine.cs index 2e1a7002b..7b700145e 100644 --- a/crypto/src/crypto/engines/TEAEngine.cs +++ b/crypto/src/crypto/engines/TEAEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -66,7 +67,7 @@ namespace Org.BouncyCastle.Crypto.Engines if (!(parameters is KeyParameter)) { throw new ArgumentException("invalid parameter passed to TEA init - " - + parameters.GetType().FullName); + + Platform.GetTypeName(parameters)); } _forEncryption = forEncryption; diff --git a/crypto/src/crypto/engines/ThreefishEngine.cs b/crypto/src/crypto/engines/ThreefishEngine.cs index 33ff3a421..eade3cc72 100644 --- a/crypto/src/crypto/engines/ThreefishEngine.cs +++ b/crypto/src/crypto/engines/ThreefishEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; namespace Org.BouncyCastle.Crypto.Engines @@ -174,7 +175,7 @@ namespace Org.BouncyCastle.Crypto.Engines else { throw new ArgumentException("Invalid parameter passed to Threefish init - " - + parameters.GetType().Name); + + Platform.GetTypeName(parameters)); } ulong[] keyWords = null; diff --git a/crypto/src/crypto/engines/TnepresEngine.cs b/crypto/src/crypto/engines/TnepresEngine.cs new file mode 100644 index 000000000..ce687d1e5 --- /dev/null +++ b/crypto/src/crypto/engines/TnepresEngine.cs @@ -0,0 +1,299 @@ +using System; + +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Crypto.Utilities; + +namespace Org.BouncyCastle.Crypto.Engines +{ + /** + * Tnepres is a 128-bit 32-round block cipher with variable key lengths, + * including 128, 192 and 256 bit keys conjectured to be at least as + * secure as three-key triple-DES. + * <p> + * Tnepres is based on Serpent which was designed by Ross Anderson, Eli Biham and Lars Knudsen as a + * candidate algorithm for the NIST AES Quest. Unfortunately there was an endianness issue + * with test vectors in the AES submission and the resulting confusion lead to the Tnepres cipher + * as well, which is a byte swapped version of Serpent. + * </p> + * <p> + * For full details see <a href="http://www.cl.cam.ac.uk/~rja14/serpent.html">The Serpent home page</a> + * </p> + */ + public sealed class TnepresEngine + : SerpentEngineBase + { + public override string AlgorithmName + { + get { return "Tnepres"; } + } + + /** + * Expand a user-supplied key material into a session key. + * + * @param key The user-key bytes (multiples of 4) to use. + * @exception ArgumentException + */ + protected override int[] MakeWorkingKey(byte[] key) + { + // + // pad key to 256 bits + // + int[] kPad = new int[16]; + int off = 0; + int length = 0; + + for (off = key.Length - 4; off > 0; off -= 4) + { + kPad[length++] = (int)Pack.BE_To_UInt32(key, off); + } + + if (off == 0) + { + kPad[length++] = (int)Pack.BE_To_UInt32(key, 0); + if (length < 8) + { + kPad[length] = 1; + } + } + else + { + throw new ArgumentException("key must be a multiple of 4 bytes"); + } + + // + // expand the padded key up to 33 x 128 bits of key material + // + int amount = (ROUNDS + 1) * 4; + int[] w = new int[amount]; + + // + // compute w0 to w7 from w-8 to w-1 + // + for (int i = 8; i < 16; i++) + { + kPad[i] = RotateLeft(kPad[i - 8] ^ kPad[i - 5] ^ kPad[i - 3] ^ kPad[i - 1] ^ PHI ^ (i - 8), 11); + } + + Array.Copy(kPad, 8, w, 0, 8); + + // + // compute w8 to w136 + // + for (int i = 8; i < amount; i++) + { + w[i] = RotateLeft(w[i - 8] ^ w[i - 5] ^ w[i - 3] ^ w[i - 1] ^ PHI ^ i, 11); + } + + // + // create the working keys by processing w with the Sbox and IP + // + Sb3(w[0], w[1], w[2], w[3]); + w[0] = X0; w[1] = X1; w[2] = X2; w[3] = X3; + Sb2(w[4], w[5], w[6], w[7]); + w[4] = X0; w[5] = X1; w[6] = X2; w[7] = X3; + Sb1(w[8], w[9], w[10], w[11]); + w[8] = X0; w[9] = X1; w[10] = X2; w[11] = X3; + Sb0(w[12], w[13], w[14], w[15]); + w[12] = X0; w[13] = X1; w[14] = X2; w[15] = X3; + Sb7(w[16], w[17], w[18], w[19]); + w[16] = X0; w[17] = X1; w[18] = X2; w[19] = X3; + Sb6(w[20], w[21], w[22], w[23]); + w[20] = X0; w[21] = X1; w[22] = X2; w[23] = X3; + Sb5(w[24], w[25], w[26], w[27]); + w[24] = X0; w[25] = X1; w[26] = X2; w[27] = X3; + Sb4(w[28], w[29], w[30], w[31]); + w[28] = X0; w[29] = X1; w[30] = X2; w[31] = X3; + Sb3(w[32], w[33], w[34], w[35]); + w[32] = X0; w[33] = X1; w[34] = X2; w[35] = X3; + Sb2(w[36], w[37], w[38], w[39]); + w[36] = X0; w[37] = X1; w[38] = X2; w[39] = X3; + Sb1(w[40], w[41], w[42], w[43]); + w[40] = X0; w[41] = X1; w[42] = X2; w[43] = X3; + Sb0(w[44], w[45], w[46], w[47]); + w[44] = X0; w[45] = X1; w[46] = X2; w[47] = X3; + Sb7(w[48], w[49], w[50], w[51]); + w[48] = X0; w[49] = X1; w[50] = X2; w[51] = X3; + Sb6(w[52], w[53], w[54], w[55]); + w[52] = X0; w[53] = X1; w[54] = X2; w[55] = X3; + Sb5(w[56], w[57], w[58], w[59]); + w[56] = X0; w[57] = X1; w[58] = X2; w[59] = X3; + Sb4(w[60], w[61], w[62], w[63]); + w[60] = X0; w[61] = X1; w[62] = X2; w[63] = X3; + Sb3(w[64], w[65], w[66], w[67]); + w[64] = X0; w[65] = X1; w[66] = X2; w[67] = X3; + Sb2(w[68], w[69], w[70], w[71]); + w[68] = X0; w[69] = X1; w[70] = X2; w[71] = X3; + Sb1(w[72], w[73], w[74], w[75]); + w[72] = X0; w[73] = X1; w[74] = X2; w[75] = X3; + Sb0(w[76], w[77], w[78], w[79]); + w[76] = X0; w[77] = X1; w[78] = X2; w[79] = X3; + Sb7(w[80], w[81], w[82], w[83]); + w[80] = X0; w[81] = X1; w[82] = X2; w[83] = X3; + Sb6(w[84], w[85], w[86], w[87]); + w[84] = X0; w[85] = X1; w[86] = X2; w[87] = X3; + Sb5(w[88], w[89], w[90], w[91]); + w[88] = X0; w[89] = X1; w[90] = X2; w[91] = X3; + Sb4(w[92], w[93], w[94], w[95]); + w[92] = X0; w[93] = X1; w[94] = X2; w[95] = X3; + Sb3(w[96], w[97], w[98], w[99]); + w[96] = X0; w[97] = X1; w[98] = X2; w[99] = X3; + Sb2(w[100], w[101], w[102], w[103]); + w[100] = X0; w[101] = X1; w[102] = X2; w[103] = X3; + Sb1(w[104], w[105], w[106], w[107]); + w[104] = X0; w[105] = X1; w[106] = X2; w[107] = X3; + Sb0(w[108], w[109], w[110], w[111]); + w[108] = X0; w[109] = X1; w[110] = X2; w[111] = X3; + Sb7(w[112], w[113], w[114], w[115]); + w[112] = X0; w[113] = X1; w[114] = X2; w[115] = X3; + Sb6(w[116], w[117], w[118], w[119]); + w[116] = X0; w[117] = X1; w[118] = X2; w[119] = X3; + Sb5(w[120], w[121], w[122], w[123]); + w[120] = X0; w[121] = X1; w[122] = X2; w[123] = X3; + Sb4(w[124], w[125], w[126], w[127]); + w[124] = X0; w[125] = X1; w[126] = X2; w[127] = X3; + Sb3(w[128], w[129], w[130], w[131]); + w[128] = X0; w[129] = X1; w[130] = X2; w[131] = X3; + + return w; + } + + /** + * Encrypt one block of plaintext. + * + * @param input the array containing the input data. + * @param inOff offset into the in array the data starts at. + * @param output the array the output data will be copied into. + * @param outOff the offset into the out array the output will start at. + */ + protected override void EncryptBlock(byte[] input, int inOff, byte[] output, int outOff) + { + X3 = (int)Pack.BE_To_UInt32(input, inOff); + X2 = (int)Pack.BE_To_UInt32(input, inOff + 4); + X1 = (int)Pack.BE_To_UInt32(input, inOff + 8); + X0 = (int)Pack.BE_To_UInt32(input, inOff + 12); + + Sb0(wKey[0] ^ X0, wKey[1] ^ X1, wKey[2] ^ X2, wKey[3] ^ X3); LT(); + Sb1(wKey[4] ^ X0, wKey[5] ^ X1, wKey[6] ^ X2, wKey[7] ^ X3); LT(); + Sb2(wKey[8] ^ X0, wKey[9] ^ X1, wKey[10] ^ X2, wKey[11] ^ X3); LT(); + Sb3(wKey[12] ^ X0, wKey[13] ^ X1, wKey[14] ^ X2, wKey[15] ^ X3); LT(); + Sb4(wKey[16] ^ X0, wKey[17] ^ X1, wKey[18] ^ X2, wKey[19] ^ X3); LT(); + Sb5(wKey[20] ^ X0, wKey[21] ^ X1, wKey[22] ^ X2, wKey[23] ^ X3); LT(); + Sb6(wKey[24] ^ X0, wKey[25] ^ X1, wKey[26] ^ X2, wKey[27] ^ X3); LT(); + Sb7(wKey[28] ^ X0, wKey[29] ^ X1, wKey[30] ^ X2, wKey[31] ^ X3); LT(); + Sb0(wKey[32] ^ X0, wKey[33] ^ X1, wKey[34] ^ X2, wKey[35] ^ X3); LT(); + Sb1(wKey[36] ^ X0, wKey[37] ^ X1, wKey[38] ^ X2, wKey[39] ^ X3); LT(); + Sb2(wKey[40] ^ X0, wKey[41] ^ X1, wKey[42] ^ X2, wKey[43] ^ X3); LT(); + Sb3(wKey[44] ^ X0, wKey[45] ^ X1, wKey[46] ^ X2, wKey[47] ^ X3); LT(); + Sb4(wKey[48] ^ X0, wKey[49] ^ X1, wKey[50] ^ X2, wKey[51] ^ X3); LT(); + Sb5(wKey[52] ^ X0, wKey[53] ^ X1, wKey[54] ^ X2, wKey[55] ^ X3); LT(); + Sb6(wKey[56] ^ X0, wKey[57] ^ X1, wKey[58] ^ X2, wKey[59] ^ X3); LT(); + Sb7(wKey[60] ^ X0, wKey[61] ^ X1, wKey[62] ^ X2, wKey[63] ^ X3); LT(); + Sb0(wKey[64] ^ X0, wKey[65] ^ X1, wKey[66] ^ X2, wKey[67] ^ X3); LT(); + Sb1(wKey[68] ^ X0, wKey[69] ^ X1, wKey[70] ^ X2, wKey[71] ^ X3); LT(); + Sb2(wKey[72] ^ X0, wKey[73] ^ X1, wKey[74] ^ X2, wKey[75] ^ X3); LT(); + Sb3(wKey[76] ^ X0, wKey[77] ^ X1, wKey[78] ^ X2, wKey[79] ^ X3); LT(); + Sb4(wKey[80] ^ X0, wKey[81] ^ X1, wKey[82] ^ X2, wKey[83] ^ X3); LT(); + Sb5(wKey[84] ^ X0, wKey[85] ^ X1, wKey[86] ^ X2, wKey[87] ^ X3); LT(); + Sb6(wKey[88] ^ X0, wKey[89] ^ X1, wKey[90] ^ X2, wKey[91] ^ X3); LT(); + Sb7(wKey[92] ^ X0, wKey[93] ^ X1, wKey[94] ^ X2, wKey[95] ^ X3); LT(); + Sb0(wKey[96] ^ X0, wKey[97] ^ X1, wKey[98] ^ X2, wKey[99] ^ X3); LT(); + Sb1(wKey[100] ^ X0, wKey[101] ^ X1, wKey[102] ^ X2, wKey[103] ^ X3); LT(); + Sb2(wKey[104] ^ X0, wKey[105] ^ X1, wKey[106] ^ X2, wKey[107] ^ X3); LT(); + Sb3(wKey[108] ^ X0, wKey[109] ^ X1, wKey[110] ^ X2, wKey[111] ^ X3); LT(); + Sb4(wKey[112] ^ X0, wKey[113] ^ X1, wKey[114] ^ X2, wKey[115] ^ X3); LT(); + Sb5(wKey[116] ^ X0, wKey[117] ^ X1, wKey[118] ^ X2, wKey[119] ^ X3); LT(); + Sb6(wKey[120] ^ X0, wKey[121] ^ X1, wKey[122] ^ X2, wKey[123] ^ X3); LT(); + Sb7(wKey[124] ^ X0, wKey[125] ^ X1, wKey[126] ^ X2, wKey[127] ^ X3); + + Pack.UInt32_To_BE((uint)(wKey[131] ^ X3), output, outOff); + Pack.UInt32_To_BE((uint)(wKey[130] ^ X2), output, outOff + 4); + Pack.UInt32_To_BE((uint)(wKey[129] ^ X1), output, outOff + 8); + Pack.UInt32_To_BE((uint)(wKey[128] ^ X0), output, outOff + 12); + } + + /** + * Decrypt one block of ciphertext. + * + * @param input the array containing the input data. + * @param inOff offset into the in array the data starts at. + * @param output the array the output data will be copied into. + * @param outOff the offset into the out array the output will start at. + */ + protected override void DecryptBlock(byte[] input, int inOff, byte[] output, int outOff) + { + X3 = wKey[131] ^ (int)Pack.BE_To_UInt32(input, inOff); + X2 = wKey[130] ^ (int)Pack.BE_To_UInt32(input, inOff + 4); + X1 = wKey[129] ^ (int)Pack.BE_To_UInt32(input, inOff + 8); + X0 = wKey[128] ^ (int)Pack.BE_To_UInt32(input, inOff + 12); + + Ib7(X0, X1, X2, X3); + X0 ^= wKey[124]; X1 ^= wKey[125]; X2 ^= wKey[126]; X3 ^= wKey[127]; + InverseLT(); Ib6(X0, X1, X2, X3); + X0 ^= wKey[120]; X1 ^= wKey[121]; X2 ^= wKey[122]; X3 ^= wKey[123]; + InverseLT(); Ib5(X0, X1, X2, X3); + X0 ^= wKey[116]; X1 ^= wKey[117]; X2 ^= wKey[118]; X3 ^= wKey[119]; + InverseLT(); Ib4(X0, X1, X2, X3); + X0 ^= wKey[112]; X1 ^= wKey[113]; X2 ^= wKey[114]; X3 ^= wKey[115]; + InverseLT(); Ib3(X0, X1, X2, X3); + X0 ^= wKey[108]; X1 ^= wKey[109]; X2 ^= wKey[110]; X3 ^= wKey[111]; + InverseLT(); Ib2(X0, X1, X2, X3); + X0 ^= wKey[104]; X1 ^= wKey[105]; X2 ^= wKey[106]; X3 ^= wKey[107]; + InverseLT(); Ib1(X0, X1, X2, X3); + X0 ^= wKey[100]; X1 ^= wKey[101]; X2 ^= wKey[102]; X3 ^= wKey[103]; + InverseLT(); Ib0(X0, X1, X2, X3); + X0 ^= wKey[96]; X1 ^= wKey[97]; X2 ^= wKey[98]; X3 ^= wKey[99]; + InverseLT(); Ib7(X0, X1, X2, X3); + X0 ^= wKey[92]; X1 ^= wKey[93]; X2 ^= wKey[94]; X3 ^= wKey[95]; + InverseLT(); Ib6(X0, X1, X2, X3); + X0 ^= wKey[88]; X1 ^= wKey[89]; X2 ^= wKey[90]; X3 ^= wKey[91]; + InverseLT(); Ib5(X0, X1, X2, X3); + X0 ^= wKey[84]; X1 ^= wKey[85]; X2 ^= wKey[86]; X3 ^= wKey[87]; + InverseLT(); Ib4(X0, X1, X2, X3); + X0 ^= wKey[80]; X1 ^= wKey[81]; X2 ^= wKey[82]; X3 ^= wKey[83]; + InverseLT(); Ib3(X0, X1, X2, X3); + X0 ^= wKey[76]; X1 ^= wKey[77]; X2 ^= wKey[78]; X3 ^= wKey[79]; + InverseLT(); Ib2(X0, X1, X2, X3); + X0 ^= wKey[72]; X1 ^= wKey[73]; X2 ^= wKey[74]; X3 ^= wKey[75]; + InverseLT(); Ib1(X0, X1, X2, X3); + X0 ^= wKey[68]; X1 ^= wKey[69]; X2 ^= wKey[70]; X3 ^= wKey[71]; + InverseLT(); Ib0(X0, X1, X2, X3); + X0 ^= wKey[64]; X1 ^= wKey[65]; X2 ^= wKey[66]; X3 ^= wKey[67]; + InverseLT(); Ib7(X0, X1, X2, X3); + X0 ^= wKey[60]; X1 ^= wKey[61]; X2 ^= wKey[62]; X3 ^= wKey[63]; + InverseLT(); Ib6(X0, X1, X2, X3); + X0 ^= wKey[56]; X1 ^= wKey[57]; X2 ^= wKey[58]; X3 ^= wKey[59]; + InverseLT(); Ib5(X0, X1, X2, X3); + X0 ^= wKey[52]; X1 ^= wKey[53]; X2 ^= wKey[54]; X3 ^= wKey[55]; + InverseLT(); Ib4(X0, X1, X2, X3); + X0 ^= wKey[48]; X1 ^= wKey[49]; X2 ^= wKey[50]; X3 ^= wKey[51]; + InverseLT(); Ib3(X0, X1, X2, X3); + X0 ^= wKey[44]; X1 ^= wKey[45]; X2 ^= wKey[46]; X3 ^= wKey[47]; + InverseLT(); Ib2(X0, X1, X2, X3); + X0 ^= wKey[40]; X1 ^= wKey[41]; X2 ^= wKey[42]; X3 ^= wKey[43]; + InverseLT(); Ib1(X0, X1, X2, X3); + X0 ^= wKey[36]; X1 ^= wKey[37]; X2 ^= wKey[38]; X3 ^= wKey[39]; + InverseLT(); Ib0(X0, X1, X2, X3); + X0 ^= wKey[32]; X1 ^= wKey[33]; X2 ^= wKey[34]; X3 ^= wKey[35]; + InverseLT(); Ib7(X0, X1, X2, X3); + X0 ^= wKey[28]; X1 ^= wKey[29]; X2 ^= wKey[30]; X3 ^= wKey[31]; + InverseLT(); Ib6(X0, X1, X2, X3); + X0 ^= wKey[24]; X1 ^= wKey[25]; X2 ^= wKey[26]; X3 ^= wKey[27]; + InverseLT(); Ib5(X0, X1, X2, X3); + X0 ^= wKey[20]; X1 ^= wKey[21]; X2 ^= wKey[22]; X3 ^= wKey[23]; + InverseLT(); Ib4(X0, X1, X2, X3); + X0 ^= wKey[16]; X1 ^= wKey[17]; X2 ^= wKey[18]; X3 ^= wKey[19]; + InverseLT(); Ib3(X0, X1, X2, X3); + X0 ^= wKey[12]; X1 ^= wKey[13]; X2 ^= wKey[14]; X3 ^= wKey[15]; + InverseLT(); Ib2(X0, X1, X2, X3); + X0 ^= wKey[8]; X1 ^= wKey[9]; X2 ^= wKey[10]; X3 ^= wKey[11]; + InverseLT(); Ib1(X0, X1, X2, X3); + X0 ^= wKey[4]; X1 ^= wKey[5]; X2 ^= wKey[6]; X3 ^= wKey[7]; + InverseLT(); Ib0(X0, X1, X2, X3); + + Pack.UInt32_To_BE((uint)(X3 ^ wKey[3]), output, outOff); + Pack.UInt32_To_BE((uint)(X2 ^ wKey[2]), output, outOff + 4); + Pack.UInt32_To_BE((uint)(X1 ^ wKey[1]), output, outOff + 8); + Pack.UInt32_To_BE((uint)(X0 ^ wKey[0]), output, outOff + 12); + } + } +} diff --git a/crypto/src/crypto/engines/TwofishEngine.cs b/crypto/src/crypto/engines/TwofishEngine.cs index 04a579ced..71c246594 100644 --- a/crypto/src/crypto/engines/TwofishEngine.cs +++ b/crypto/src/crypto/engines/TwofishEngine.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -267,7 +268,7 @@ namespace Org.BouncyCastle.Crypto.Engines ICipherParameters parameters) { if (!(parameters is KeyParameter)) - throw new ArgumentException("invalid parameter passed to Twofish init - " + parameters.GetType().ToString()); + throw new ArgumentException("invalid parameter passed to Twofish init - " + Platform.GetTypeName(parameters)); this.encrypting = forEncryption; this.workingKey = ((KeyParameter)parameters).GetKey(); diff --git a/crypto/src/crypto/engines/XTEAEngine.cs b/crypto/src/crypto/engines/XTEAEngine.cs index 40d81fbe6..5fcfa4a57 100644 --- a/crypto/src/crypto/engines/XTEAEngine.cs +++ b/crypto/src/crypto/engines/XTEAEngine.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { @@ -64,7 +65,7 @@ namespace Org.BouncyCastle.Crypto.Engines if (!(parameters is KeyParameter)) { throw new ArgumentException("invalid parameter passed to TEA init - " - + parameters.GetType().FullName); + + Platform.GetTypeName(parameters)); } _forEncryption = forEncryption; diff --git a/crypto/src/crypto/generators/DesEdeKeyGenerator.cs b/crypto/src/crypto/generators/DesEdeKeyGenerator.cs index 5902643fd..904cc71f1 100644 --- a/crypto/src/crypto/generators/DesEdeKeyGenerator.cs +++ b/crypto/src/crypto/generators/DesEdeKeyGenerator.cs @@ -52,14 +52,14 @@ namespace Org.BouncyCastle.Crypto.Generators protected override byte[] engineGenerateKey() { - byte[] newKey; + byte[] newKey = new byte[strength]; - do + do { - newKey = random.GenerateSeed(strength); + random.NextBytes(newKey); DesEdeParameters.SetOddParity(newKey); } - while (DesEdeParameters.IsWeakKey(newKey, 0, newKey.Length)); + while (DesEdeParameters.IsWeakKey(newKey, 0, newKey.Length) || !DesEdeParameters.IsRealEdeKey(newKey, 0)); return newKey; } diff --git a/crypto/src/crypto/generators/DesKeyGenerator.cs b/crypto/src/crypto/generators/DesKeyGenerator.cs index 154e3471a..4c2051d89 100644 --- a/crypto/src/crypto/generators/DesKeyGenerator.cs +++ b/crypto/src/crypto/generators/DesKeyGenerator.cs @@ -42,12 +42,12 @@ namespace Org.BouncyCastle.Crypto.Generators protected override byte[] engineGenerateKey() { - byte[] newKey; + byte[] newKey = new byte[DesParameters.DesKeyLength]; - do + do { - newKey = random.GenerateSeed(DesParameters.DesKeyLength); - DesParameters.SetOddParity(newKey); + random.NextBytes(newKey); + DesParameters.SetOddParity(newKey); } while (DesParameters.IsWeakKey(newKey, 0)); diff --git a/crypto/src/crypto/macs/GOST28147Mac.cs b/crypto/src/crypto/macs/GOST28147Mac.cs index 9a8f1b730..cc6b723d6 100644 --- a/crypto/src/crypto/macs/GOST28147Mac.cs +++ b/crypto/src/crypto/macs/GOST28147Mac.cs @@ -2,6 +2,7 @@ using System; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Macs { @@ -83,7 +84,7 @@ namespace Org.BouncyCastle.Crypto.Macs else { throw new ArgumentException("invalid parameter passed to Gost28147 init - " - + parameters.GetType().Name); + + Platform.GetTypeName(parameters)); } } diff --git a/crypto/src/crypto/macs/SkeinMac.cs b/crypto/src/crypto/macs/SkeinMac.cs index 1d61a41ca..07eff24f4 100644 --- a/crypto/src/crypto/macs/SkeinMac.cs +++ b/crypto/src/crypto/macs/SkeinMac.cs @@ -3,6 +3,7 @@ using System; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Macs { @@ -79,7 +80,7 @@ namespace Org.BouncyCastle.Crypto.Macs else { throw new ArgumentException("Invalid parameter passed to Skein MAC init - " - + parameters.GetType().Name); + + Platform.GetTypeName(parameters)); } if (skeinParameters.GetKey() == null) { diff --git a/crypto/src/crypto/modes/SicBlockCipher.cs b/crypto/src/crypto/modes/SicBlockCipher.cs index 239f99478..0bea4a455 100644 --- a/crypto/src/crypto/modes/SicBlockCipher.cs +++ b/crypto/src/crypto/modes/SicBlockCipher.cs @@ -56,16 +56,18 @@ namespace Org.BouncyCastle.Crypto.Modes if (blockSize < IV.Length) throw new ArgumentException("CTR/SIC mode requires IV no greater than: " + blockSize + " bytes."); - if (blockSize - IV.Length > 8) - throw new ArgumentException("CTR/SIC mode requires IV of at least: " + (blockSize - 8) + " bytes."); - Reset(); + int maxCounterSize = System.Math.Min(8, blockSize / 2); + if (blockSize - IV.Length > maxCounterSize) + throw new ArgumentException("CTR/SIC mode requires IV of at least: " + (blockSize - maxCounterSize) + " bytes."); // if null it's an IV changed only. if (ivParam.Parameters != null) { cipher.Init(true, ivParam.Parameters); } + + Reset(); } public virtual string AlgorithmName diff --git a/crypto/src/crypto/operators/Asn1Signature.cs b/crypto/src/crypto/operators/Asn1Signature.cs index 3a20e4bff..e023c1d18 100644 --- a/crypto/src/crypto/operators/Asn1Signature.cs +++ b/crypto/src/crypto/operators/Asn1Signature.cs @@ -170,13 +170,13 @@ namespace Org.BouncyCastle.Crypto.Operators if (parameters != null && !derNull.Equals(parameters)) { - if (sigAlgId.ObjectID.Equals(PkcsObjectIdentifiers.IdRsassaPss)) + if (sigAlgId.Algorithm.Equals(PkcsObjectIdentifiers.IdRsassaPss)) { RsassaPssParameters rsaParams = RsassaPssParameters.GetInstance(parameters); - return GetDigestAlgName(rsaParams.HashAlgorithm.ObjectID) + "withRSAandMGF1"; + return GetDigestAlgName(rsaParams.HashAlgorithm.Algorithm) + "withRSAandMGF1"; } - if (sigAlgId.ObjectID.Equals(X9ObjectIdentifiers.ECDsaWithSha2)) + if (sigAlgId.Algorithm.Equals(X9ObjectIdentifiers.ECDsaWithSha2)) { Asn1Sequence ecDsaParams = Asn1Sequence.GetInstance(parameters); @@ -184,7 +184,7 @@ namespace Org.BouncyCastle.Crypto.Operators } } - return sigAlgId.ObjectID.Id; + return sigAlgId.Algorithm.Id; } private static RsassaPssParameters CreatePssParams( diff --git a/crypto/src/crypto/parameters/DesEdeParameters.cs b/crypto/src/crypto/parameters/DesEdeParameters.cs index 420aaecea..6be56fb2c 100644 --- a/crypto/src/crypto/parameters/DesEdeParameters.cs +++ b/crypto/src/crypto/parameters/DesEdeParameters.cs @@ -91,5 +91,50 @@ namespace Org.BouncyCastle.Crypto.Parameters { return IsWeakKey(key, 0, key.Length); } + + /** + * return true if the passed in key is a real 2/3 part DES-EDE key. + * + * @param key bytes making up the key + * @param offset offset into the byte array the key starts at + */ + public static bool IsRealEdeKey(byte[] key, int offset) + { + return key.Length == 16 ? IsReal2Key(key, offset) : IsReal3Key(key, offset); + } + + /** + * return true if the passed in key is a real 2 part DES-EDE key. + * + * @param key bytes making up the key + * @param offset offset into the byte array the key starts at + */ + public static bool IsReal2Key(byte[] key, int offset) + { + bool isValid = false; + for (int i = offset; i != offset + 8; i++) + { + isValid |= (key[i] != key[i + 8]); + } + return isValid; + } + + /** + * return true if the passed in key is a real 3 part DES-EDE key. + * + * @param key bytes making up the key + * @param offset offset into the byte array the key starts at + */ + public static bool IsReal3Key(byte[] key, int offset) + { + bool diff12 = false, diff13 = false, diff23 = false; + for (int i = offset; i != offset + 8; i++) + { + diff12 |= (key[i] != key[i + 8]); + diff13 |= (key[i] != key[i + 16]); + diff23 |= (key[i + 8] != key[i + 16]); + } + return diff12 && diff13 && diff23; + } } } diff --git a/crypto/src/crypto/parameters/DesParameters.cs b/crypto/src/crypto/parameters/DesParameters.cs index ee37cd861..a1f67e2b1 100644 --- a/crypto/src/crypto/parameters/DesParameters.cs +++ b/crypto/src/crypto/parameters/DesParameters.cs @@ -103,28 +103,37 @@ namespace Org.BouncyCastle.Crypto.Parameters return IsWeakKey(key, 0); } - /** + public static byte SetOddParity(byte b) + { + uint parity = b ^ 1U; + parity ^= (parity >> 4); + parity ^= (parity >> 2); + parity ^= (parity >> 1); + parity &= 1U; + + return (byte)(b ^ parity); + } + + /** * DES Keys use the LSB as the odd parity bit. This can * be used to check for corrupt keys. * * @param bytes the byte array to set the parity on. */ - public static void SetOddParity( - byte[] bytes) + public static void SetOddParity(byte[] bytes) { for (int i = 0; i < bytes.Length; i++) { - int b = bytes[i]; - bytes[i] = (byte)((b & 0xfe) | - ((((b >> 1) ^ - (b >> 2) ^ - (b >> 3) ^ - (b >> 4) ^ - (b >> 5) ^ - (b >> 6) ^ - (b >> 7)) ^ 0x01) & 0x01)); + bytes[i] = SetOddParity(bytes[i]); } } - } + public static void SetOddParity(byte[] bytes, int off, int len) + { + for (int i = 0; i < len; i++) + { + bytes[off + i] = SetOddParity(bytes[off + i]); + } + } + } } diff --git a/crypto/src/crypto/prng/BasicEntropySourceProvider.cs b/crypto/src/crypto/prng/BasicEntropySourceProvider.cs new file mode 100644 index 000000000..31a8461f0 --- /dev/null +++ b/crypto/src/crypto/prng/BasicEntropySourceProvider.cs @@ -0,0 +1,71 @@ +using System; + +using Org.BouncyCastle.Security; + +namespace Org.BouncyCastle.Crypto.Prng +{ + /** + * An EntropySourceProvider where entropy generation is based on a SecureRandom output using SecureRandom.generateSeed(). + */ + public class BasicEntropySourceProvider + : IEntropySourceProvider + { + private readonly SecureRandom mSecureRandom; + private readonly bool mPredictionResistant; + + /** + * Create a entropy source provider based on the passed in SecureRandom. + * + * @param secureRandom the SecureRandom to base EntropySource construction on. + * @param isPredictionResistant boolean indicating if the SecureRandom is based on prediction resistant entropy or not (true if it is). + */ + public BasicEntropySourceProvider(SecureRandom secureRandom, bool isPredictionResistant) + { + mSecureRandom = secureRandom; + mPredictionResistant = isPredictionResistant; + } + + /** + * Return an entropy source that will create bitsRequired bits of entropy on + * each invocation of getEntropy(). + * + * @param bitsRequired size (in bits) of entropy to be created by the provided source. + * @return an EntropySource that generates bitsRequired bits of entropy on each call to its getEntropy() method. + */ + public IEntropySource Get(int bitsRequired) + { + return new BasicEntropySource(mSecureRandom, mPredictionResistant, bitsRequired); + } + + private class BasicEntropySource + : IEntropySource + { + private readonly SecureRandom mSecureRandom; + private readonly bool mPredictionResistant; + private readonly int mEntropySize; + + internal BasicEntropySource(SecureRandom secureRandom, bool predictionResistant, int entropySize) + { + this.mSecureRandom = secureRandom; + this.mPredictionResistant = predictionResistant; + this.mEntropySize = entropySize; + } + + bool IEntropySource.IsPredictionResistant + { + get { return mPredictionResistant; } + } + + byte[] IEntropySource.GetEntropy() + { + // TODO[FIPS] Not all SecureRandom implementations are considered valid entropy sources + return SecureRandom.GetNextBytes(mSecureRandom, (mEntropySize + 7) / 8); + } + + int IEntropySource.EntropySize + { + get { return mEntropySize; } + } + } + } +} diff --git a/crypto/src/crypto/prng/CryptoApiEntropySourceProvider.cs b/crypto/src/crypto/prng/CryptoApiEntropySourceProvider.cs new file mode 100644 index 000000000..68579aaf4 --- /dev/null +++ b/crypto/src/crypto/prng/CryptoApiEntropySourceProvider.cs @@ -0,0 +1,70 @@ +#if !(NETCF_1_0 || PORTABLE) +using System; +using System.Security.Cryptography; + +namespace Org.BouncyCastle.Crypto.Prng +{ + public class CryptoApiEntropySourceProvider + : IEntropySourceProvider + { + private readonly RandomNumberGenerator mRng; + private readonly bool mPredictionResistant; + + public CryptoApiEntropySourceProvider() + : this(new RNGCryptoServiceProvider(), true) + { + } + + public CryptoApiEntropySourceProvider(RandomNumberGenerator rng, bool isPredictionResistant) + { + if (rng == null) + throw new ArgumentNullException("rng"); + + mRng = rng; + mPredictionResistant = isPredictionResistant; + } + + public IEntropySource Get(int bitsRequired) + { + return new CryptoApiEntropySource(mRng, mPredictionResistant, bitsRequired); + } + + private class CryptoApiEntropySource + : IEntropySource + { + private readonly RandomNumberGenerator mRng; + private readonly bool mPredictionResistant; + private readonly int mEntropySize; + + internal CryptoApiEntropySource(RandomNumberGenerator rng, bool predictionResistant, int entropySize) + { + this.mRng = rng; + this.mPredictionResistant = predictionResistant; + this.mEntropySize = entropySize; + } + + #region IEntropySource Members + + bool IEntropySource.IsPredictionResistant + { + get { return mPredictionResistant; } + } + + byte[] IEntropySource.GetEntropy() + { + byte[] result = new byte[(mEntropySize + 7) / 8]; + mRng.GetBytes(result); + return result; + } + + int IEntropySource.EntropySize + { + get { return mEntropySize; } + } + + #endregion + } + } +} + +#endif diff --git a/crypto/src/crypto/prng/DigestRandomGenerator.cs b/crypto/src/crypto/prng/DigestRandomGenerator.cs index cbd2ef060..f5a29952a 100644 --- a/crypto/src/crypto/prng/DigestRandomGenerator.cs +++ b/crypto/src/crypto/prng/DigestRandomGenerator.cs @@ -1,6 +1,7 @@ using System; using Org.BouncyCastle.Crypto.Digests; +using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Crypto.Prng { @@ -108,15 +109,12 @@ namespace Org.BouncyCastle.Crypto.Prng private void DigestAddCounter(long seedVal) { - ulong seed = (ulong)seedVal; - for (int i = 0; i != 8; i++) - { - digest.Update((byte)seed); - seed >>= 8; - } + byte[] bytes = new byte[8]; + Pack.UInt64_To_LE((ulong)seedVal, bytes); + digest.BlockUpdate(bytes, 0, bytes.Length); } - private void DigestUpdate(byte[] inSeed) + private void DigestUpdate(byte[] inSeed) { digest.BlockUpdate(inSeed, 0, inSeed.Length); } diff --git a/crypto/src/crypto/prng/EntropyUtilities.cs b/crypto/src/crypto/prng/EntropyUtilities.cs new file mode 100644 index 000000000..58c8703f4 --- /dev/null +++ b/crypto/src/crypto/prng/EntropyUtilities.cs @@ -0,0 +1,30 @@ +using System; + +using Org.BouncyCastle.Security; + +namespace Org.BouncyCastle.Crypto.Prng +{ + public abstract class EntropyUtilities + { + /** + * Generate numBytes worth of entropy from the passed in entropy source. + * + * @param entropySource the entropy source to request the data from. + * @param numBytes the number of bytes of entropy requested. + * @return a byte array populated with the random data. + */ + public static byte[] GenerateSeed(IEntropySource entropySource, int numBytes) + { + byte[] bytes = new byte[numBytes]; + int count = 0; + while (count < numBytes) + { + byte[] entropy = entropySource.GetEntropy(); + int toCopy = System.Math.Min(bytes.Length, numBytes - count); + Array.Copy(entropy, 0, bytes, count, toCopy); + count += toCopy; + } + return bytes; + } + } +} diff --git a/crypto/src/crypto/prng/IDrbgProvider.cs b/crypto/src/crypto/prng/IDrbgProvider.cs new file mode 100644 index 000000000..5ebf5fd8d --- /dev/null +++ b/crypto/src/crypto/prng/IDrbgProvider.cs @@ -0,0 +1,11 @@ +using System; + +using Org.BouncyCastle.Crypto.Prng.Drbg; + +namespace Org.BouncyCastle.Crypto.Prng +{ + internal interface IDrbgProvider + { + ISP80090Drbg Get(IEntropySource entropySource); + } +} diff --git a/crypto/src/crypto/prng/SP800SecureRandom.cs b/crypto/src/crypto/prng/SP800SecureRandom.cs new file mode 100644 index 000000000..5c5bda399 --- /dev/null +++ b/crypto/src/crypto/prng/SP800SecureRandom.cs @@ -0,0 +1,80 @@ +using System; + +using Org.BouncyCastle.Crypto.Prng.Drbg; +using Org.BouncyCastle.Security; + +namespace Org.BouncyCastle.Crypto.Prng +{ + public class SP800SecureRandom + : SecureRandom + { + private readonly IDrbgProvider mDrbgProvider; + private readonly bool mPredictionResistant; + private readonly SecureRandom mRandomSource; + private readonly IEntropySource mEntropySource; + + private ISP80090Drbg mDrbg; + + internal SP800SecureRandom(SecureRandom randomSource, IEntropySource entropySource, IDrbgProvider drbgProvider, bool predictionResistant) + : base((IRandomGenerator)null) + { + this.mRandomSource = randomSource; + this.mEntropySource = entropySource; + this.mDrbgProvider = drbgProvider; + this.mPredictionResistant = predictionResistant; + } + + public override void SetSeed(byte[] seed) + { + lock (this) + { + if (mRandomSource != null) + { + this.mRandomSource.SetSeed(seed); + } + } + } + + public override void SetSeed(long seed) + { + lock (this) + { + // this will happen when SecureRandom() is created + if (mRandomSource != null) + { + this.mRandomSource.SetSeed(seed); + } + } + } + + public override void NextBytes(byte[] bytes) + { + lock (this) + { + if (mDrbg == null) + { + mDrbg = mDrbgProvider.Get(mEntropySource); + } + + // check if a reseed is required... + if (mDrbg.Generate(bytes, null, mPredictionResistant) < 0) + { + mDrbg.Reseed(null); + mDrbg.Generate(bytes, null, mPredictionResistant); + } + } + } + + public override void NextBytes(byte[] buf, int off, int len) + { + byte[] bytes = new byte[len]; + NextBytes(bytes); + Array.Copy(bytes, 0, buf, off, len); + } + + public override byte[] GenerateSeed(int numBytes) + { + return EntropyUtilities.GenerateSeed(mEntropySource, numBytes); + } + } +} diff --git a/crypto/src/crypto/prng/SP800SecureRandomBuilder.cs b/crypto/src/crypto/prng/SP800SecureRandomBuilder.cs new file mode 100644 index 000000000..7199f1ae7 --- /dev/null +++ b/crypto/src/crypto/prng/SP800SecureRandomBuilder.cs @@ -0,0 +1,208 @@ +using System; + +using Org.BouncyCastle.Crypto.Prng.Drbg; +using Org.BouncyCastle.Security; + +namespace Org.BouncyCastle.Crypto.Prng +{ + /** + * Builder class for making SecureRandom objects based on SP 800-90A Deterministic Random Bit Generators (DRBG). + */ + public class SP800SecureRandomBuilder + { + private readonly SecureRandom mRandom; + private readonly IEntropySourceProvider mEntropySourceProvider; + + private byte[] mPersonalizationString = null; + private int mSecurityStrength = 256; + private int mEntropyBitsRequired = 256; + + /** + * Basic constructor, creates a builder using an EntropySourceProvider based on the default SecureRandom with + * predictionResistant set to false. + * <p> + * Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if + * the default SecureRandom does for its generateSeed() call. + * </p> + */ + public SP800SecureRandomBuilder() + : this(new SecureRandom(), false) + { + } + + /** + * Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value + * for prediction resistance. + * <p> + * Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if + * the passed in SecureRandom does for its generateSeed() call. + * </p> + * @param entropySource + * @param predictionResistant + */ + public SP800SecureRandomBuilder(SecureRandom entropySource, bool predictionResistant) + { + this.mRandom = entropySource; + this.mEntropySourceProvider = new BasicEntropySourceProvider(entropySource, predictionResistant); + } + + /** + * Create a builder which makes creates the SecureRandom objects from a specified entropy source provider. + * <p> + * <b>Note:</b> If this constructor is used any calls to setSeed() in the resulting SecureRandom will be ignored. + * </p> + * @param entropySourceProvider a provider of EntropySource objects. + */ + public SP800SecureRandomBuilder(IEntropySourceProvider entropySourceProvider) + { + this.mRandom = null; + this.mEntropySourceProvider = entropySourceProvider; + } + + /** + * Set the personalization string for DRBG SecureRandoms created by this builder + * @param personalizationString the personalisation string for the underlying DRBG. + * @return the current builder. + */ + public SP800SecureRandomBuilder SetPersonalizationString(byte[] personalizationString) + { + this.mPersonalizationString = personalizationString; + return this; + } + + /** + * Set the security strength required for DRBGs used in building SecureRandom objects. + * + * @param securityStrength the security strength (in bits) + * @return the current builder. + */ + public SP800SecureRandomBuilder SetSecurityStrength(int securityStrength) + { + this.mSecurityStrength = securityStrength; + return this; + } + + /** + * Set the amount of entropy bits required for seeding and reseeding DRBGs used in building SecureRandom objects. + * + * @param entropyBitsRequired the number of bits of entropy to be requested from the entropy source on each seed/reseed. + * @return the current builder. + */ + public SP800SecureRandomBuilder SetEntropyBitsRequired(int entropyBitsRequired) + { + this.mEntropyBitsRequired = entropyBitsRequired; + return this; + } + + /** + * Build a SecureRandom based on a SP 800-90A Hash DRBG. + * + * @param digest digest algorithm to use in the DRBG underneath the SecureRandom. + * @param nonce nonce value to use in DRBG construction. + * @param predictionResistant specify whether the underlying DRBG in the resulting SecureRandom should reseed on each request for bytes. + * @return a SecureRandom supported by a Hash DRBG. + */ + public SP800SecureRandom BuildHash(IDigest digest, byte[] nonce, bool predictionResistant) + { + return new SP800SecureRandom(mRandom, mEntropySourceProvider.Get(mEntropyBitsRequired), + new HashDrbgProvider(digest, nonce, mPersonalizationString, mSecurityStrength), predictionResistant); + } + + /** + * Build a SecureRandom based on a SP 800-90A CTR DRBG. + * + * @param cipher the block cipher to base the DRBG on. + * @param keySizeInBits key size in bits to be used with the block cipher. + * @param nonce nonce value to use in DRBG construction. + * @param predictionResistant specify whether the underlying DRBG in the resulting SecureRandom should reseed on each request for bytes. + * @return a SecureRandom supported by a CTR DRBG. + */ + public SP800SecureRandom BuildCtr(IBlockCipher cipher, int keySizeInBits, byte[] nonce, bool predictionResistant) + { + return new SP800SecureRandom(mRandom, mEntropySourceProvider.Get(mEntropyBitsRequired), + new CtrDrbgProvider(cipher, keySizeInBits, nonce, mPersonalizationString, mSecurityStrength), predictionResistant); + } + + /** + * Build a SecureRandom based on a SP 800-90A HMAC DRBG. + * + * @param hMac HMAC algorithm to use in the DRBG underneath the SecureRandom. + * @param nonce nonce value to use in DRBG construction. + * @param predictionResistant specify whether the underlying DRBG in the resulting SecureRandom should reseed on each request for bytes. + * @return a SecureRandom supported by a HMAC DRBG. + */ + public SP800SecureRandom BuildHMac(IMac hMac, byte[] nonce, bool predictionResistant) + { + return new SP800SecureRandom(mRandom, mEntropySourceProvider.Get(mEntropyBitsRequired), + new HMacDrbgProvider(hMac, nonce, mPersonalizationString, mSecurityStrength), predictionResistant); + } + + private class HashDrbgProvider + : IDrbgProvider + { + private readonly IDigest mDigest; + private readonly byte[] mNonce; + private readonly byte[] mPersonalizationString; + private readonly int mSecurityStrength; + + public HashDrbgProvider(IDigest digest, byte[] nonce, byte[] personalizationString, int securityStrength) + { + this.mDigest = digest; + this.mNonce = nonce; + this.mPersonalizationString = personalizationString; + this.mSecurityStrength = securityStrength; + } + + public ISP80090Drbg Get(IEntropySource entropySource) + { + return new HashSP800Drbg(mDigest, mSecurityStrength, entropySource, mPersonalizationString, mNonce); + } + } + + private class HMacDrbgProvider + : IDrbgProvider + { + private readonly IMac mHMac; + private readonly byte[] mNonce; + private readonly byte[] mPersonalizationString; + private readonly int mSecurityStrength; + + public HMacDrbgProvider(IMac hMac, byte[] nonce, byte[] personalizationString, int securityStrength) + { + this.mHMac = hMac; + this.mNonce = nonce; + this.mPersonalizationString = personalizationString; + this.mSecurityStrength = securityStrength; + } + + public ISP80090Drbg Get(IEntropySource entropySource) + { + return new HMacSP800Drbg(mHMac, mSecurityStrength, entropySource, mPersonalizationString, mNonce); + } + } + + private class CtrDrbgProvider + : IDrbgProvider + { + private readonly IBlockCipher mBlockCipher; + private readonly int mKeySizeInBits; + private readonly byte[] mNonce; + private readonly byte[] mPersonalizationString; + private readonly int mSecurityStrength; + + public CtrDrbgProvider(IBlockCipher blockCipher, int keySizeInBits, byte[] nonce, byte[] personalizationString, int securityStrength) + { + this.mBlockCipher = blockCipher; + this.mKeySizeInBits = keySizeInBits; + this.mNonce = nonce; + this.mPersonalizationString = personalizationString; + this.mSecurityStrength = securityStrength; + } + + public ISP80090Drbg Get(IEntropySource entropySource) + { + return new CtrSP800Drbg(mBlockCipher, mKeySizeInBits, mSecurityStrength, entropySource, mPersonalizationString, mNonce); + } + } + } +} diff --git a/crypto/src/crypto/prng/X931Rng.cs b/crypto/src/crypto/prng/X931Rng.cs new file mode 100644 index 000000000..2bd8e0c6b --- /dev/null +++ b/crypto/src/crypto/prng/X931Rng.cs @@ -0,0 +1,146 @@ +using System; + +namespace Org.BouncyCastle.Crypto.Prng +{ + internal class X931Rng + { + private const long BLOCK64_RESEED_MAX = 1L << (16 - 1); + private const long BLOCK128_RESEED_MAX = 1L << (24 - 1); + private const int BLOCK64_MAX_BITS_REQUEST = 1 << (13 - 1); + private const int BLOCK128_MAX_BITS_REQUEST = 1 << (19 - 1); + + private readonly IBlockCipher mEngine; + private readonly IEntropySource mEntropySource; + + private readonly byte[] mDT; + private readonly byte[] mI; + private readonly byte[] mR; + + private byte[] mV; + + private long mReseedCounter = 1; + + /** + * + * @param engine + * @param entropySource + */ + internal X931Rng(IBlockCipher engine, byte[] dateTimeVector, IEntropySource entropySource) + { + this.mEngine = engine; + this.mEntropySource = entropySource; + + this.mDT = new byte[engine.GetBlockSize()]; + + Array.Copy(dateTimeVector, 0, mDT, 0, mDT.Length); + + this.mI = new byte[engine.GetBlockSize()]; + this.mR = new byte[engine.GetBlockSize()]; + } + + /** + * Populate a passed in array with random data. + * + * @param output output array for generated bits. + * @param predictionResistant true if a reseed should be forced, false otherwise. + * + * @return number of bits generated, -1 if a reseed required. + */ + internal int Generate(byte[] output, bool predictionResistant) + { + if (mR.Length == 8) // 64 bit block size + { + if (mReseedCounter > BLOCK64_RESEED_MAX) + return -1; + + if (IsTooLarge(output, BLOCK64_MAX_BITS_REQUEST / 8)) + throw new ArgumentException("Number of bits per request limited to " + BLOCK64_MAX_BITS_REQUEST, "output"); + } + else + { + if (mReseedCounter > BLOCK128_RESEED_MAX) + return -1; + + if (IsTooLarge(output, BLOCK128_MAX_BITS_REQUEST / 8)) + throw new ArgumentException("Number of bits per request limited to " + BLOCK128_MAX_BITS_REQUEST, "output"); + } + + if (predictionResistant || mV == null) + { + mV = mEntropySource.GetEntropy(); + if (mV.Length != mEngine.GetBlockSize()) + throw new InvalidOperationException("Insufficient entropy returned"); + } + + int m = output.Length / mR.Length; + + for (int i = 0; i < m; i++) + { + mEngine.ProcessBlock(mDT, 0, mI, 0); + Process(mR, mI, mV); + Process(mV, mR, mI); + + Array.Copy(mR, 0, output, i * mR.Length, mR.Length); + + Increment(mDT); + } + + int bytesToCopy = (output.Length - m * mR.Length); + + if (bytesToCopy > 0) + { + mEngine.ProcessBlock(mDT, 0, mI, 0); + Process(mR, mI, mV); + Process(mV, mR, mI); + + Array.Copy(mR, 0, output, m * mR.Length, bytesToCopy); + + Increment(mDT); + } + + mReseedCounter++; + + return output.Length; + } + + /** + * Reseed the RNG. + */ + internal void Reseed() + { + mV = mEntropySource.GetEntropy(); + if (mV.Length != mEngine.GetBlockSize()) + throw new InvalidOperationException("Insufficient entropy returned"); + mReseedCounter = 1; + } + + internal IEntropySource EntropySource + { + get { return mEntropySource; } + } + + private void Process(byte[] res, byte[] a, byte[] b) + { + for (int i = 0; i != res.Length; i++) + { + res[i] = (byte)(a[i] ^ b[i]); + } + + mEngine.ProcessBlock(res, 0, res, 0); + } + + private void Increment(byte[] val) + { + for (int i = val.Length - 1; i >= 0; i--) + { + if (++val[i] != 0) + break; + } + } + + private static bool IsTooLarge(byte[] bytes, int maxBytes) + { + return bytes != null && bytes.Length > maxBytes; + } + } +} diff --git a/crypto/src/crypto/prng/X931SecureRandom.cs b/crypto/src/crypto/prng/X931SecureRandom.cs new file mode 100644 index 000000000..d2e4849c5 --- /dev/null +++ b/crypto/src/crypto/prng/X931SecureRandom.cs @@ -0,0 +1,70 @@ +using System; + +using Org.BouncyCastle.Security; + +namespace Org.BouncyCastle.Crypto.Prng +{ + public class X931SecureRandom + : SecureRandom + { + private readonly bool mPredictionResistant; + private readonly SecureRandom mRandomSource; + private readonly X931Rng mDrbg; + + internal X931SecureRandom(SecureRandom randomSource, X931Rng drbg, bool predictionResistant) + : base((IRandomGenerator)null) + { + this.mRandomSource = randomSource; + this.mDrbg = drbg; + this.mPredictionResistant = predictionResistant; + } + + public override void SetSeed(byte[] seed) + { + lock (this) + { + if (mRandomSource != null) + { + this.mRandomSource.SetSeed(seed); + } + } + } + + public override void SetSeed(long seed) + { + lock (this) + { + // this will happen when SecureRandom() is created + if (mRandomSource != null) + { + this.mRandomSource.SetSeed(seed); + } + } + } + + public override void NextBytes(byte[] bytes) + { + lock (this) + { + // check if a reseed is required... + if (mDrbg.Generate(bytes, mPredictionResistant) < 0) + { + mDrbg.Reseed(); + mDrbg.Generate(bytes, mPredictionResistant); + } + } + } + + public override void NextBytes(byte[] buf, int off, int len) + { + byte[] bytes = new byte[len]; + NextBytes(bytes); + Array.Copy(bytes, 0, buf, off, len); + } + + public override byte[] GenerateSeed(int numBytes) + { + return EntropyUtilities.GenerateSeed(mDrbg.EntropySource, numBytes); + } + } +} diff --git a/crypto/src/crypto/prng/X931SecureRandomBuilder.cs b/crypto/src/crypto/prng/X931SecureRandomBuilder.cs new file mode 100644 index 000000000..31e94312e --- /dev/null +++ b/crypto/src/crypto/prng/X931SecureRandomBuilder.cs @@ -0,0 +1,87 @@ +using System; + +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Crypto.Utilities; +using Org.BouncyCastle.Security; +using Org.BouncyCastle.Utilities.Date; + +namespace Org.BouncyCastle.Crypto.Prng +{ + public class X931SecureRandomBuilder + { + private readonly SecureRandom mRandom; // JDK 1.1 complains on final. + + private IEntropySourceProvider mEntropySourceProvider; + private byte[] mDateTimeVector; + + /** + * Basic constructor, creates a builder using an EntropySourceProvider based on the default SecureRandom with + * predictionResistant set to false. + * <p> + * Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if + * the default SecureRandom does for its generateSeed() call. + * </p> + */ + public X931SecureRandomBuilder() + : this(new SecureRandom(), false) + { + } + + /** + * Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value + * for prediction resistance. + * <p> + * Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if + * the passed in SecureRandom does for its generateSeed() call. + * </p> + * @param entropySource + * @param predictionResistant + */ + public X931SecureRandomBuilder(SecureRandom entropySource, bool predictionResistant) + { + this.mRandom = entropySource; + this.mEntropySourceProvider = new BasicEntropySourceProvider(mRandom, predictionResistant); + } + + /** + * Create a builder which makes creates the SecureRandom objects from a specified entropy source provider. + * <p> + * <b>Note:</b> If this constructor is used any calls to setSeed() in the resulting SecureRandom will be ignored. + * </p> + * @param entropySourceProvider a provider of EntropySource objects. + */ + public X931SecureRandomBuilder(IEntropySourceProvider entropySourceProvider) + { + this.mRandom = null; + this.mEntropySourceProvider = entropySourceProvider; + } + + public X931SecureRandomBuilder SetDateTimeVector(byte[] dateTimeVector) + { + this.mDateTimeVector = dateTimeVector; + return this; + } + + /** + * Construct a X9.31 secure random generator using the passed in engine and key. If predictionResistant is true the + * generator will be reseeded on each request. + * + * @param engine a block cipher to use as the operator. + * @param key the block cipher key to initialise engine with. + * @param predictionResistant true if engine to be reseeded on each use, false otherwise. + * @return a SecureRandom. + */ + public X931SecureRandom Build(IBlockCipher engine, KeyParameter key, bool predictionResistant) + { + if (mDateTimeVector == null) + { + mDateTimeVector = new byte[engine.GetBlockSize()]; + Pack.UInt64_To_BE((ulong)DateTimeUtilities.CurrentUnixMs(), mDateTimeVector, 0); + } + + engine.Init(true, key); + + return new X931SecureRandom(mRandom, new X931Rng(engine, mDateTimeVector, mEntropySourceProvider.Get(engine.GetBlockSize() * 8)), predictionResistant); + } + } +} diff --git a/crypto/src/crypto/prng/drbg/CtrSP800Drbg.cs b/crypto/src/crypto/prng/drbg/CtrSP800Drbg.cs new file mode 100644 index 000000000..eca1821d3 --- /dev/null +++ b/crypto/src/crypto/prng/drbg/CtrSP800Drbg.cs @@ -0,0 +1,466 @@ +using System; + +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; +using Org.BouncyCastle.Utilities.Encoders; + +namespace Org.BouncyCastle.Crypto.Prng.Drbg +{ + /** + * A SP800-90A CTR DRBG. + */ + public class CtrSP800Drbg + : ISP80090Drbg + { + private static readonly long TDEA_RESEED_MAX = 1L << (32 - 1); + private static readonly long AES_RESEED_MAX = 1L << (48 - 1); + private static readonly int TDEA_MAX_BITS_REQUEST = 1 << (13 - 1); + private static readonly int AES_MAX_BITS_REQUEST = 1 << (19 - 1); + + private readonly IEntropySource mEntropySource; + private readonly IBlockCipher mEngine; + private readonly int mKeySizeInBits; + private readonly int mSeedLength; + private readonly int mSecurityStrength; + + // internal state + private byte[] mKey; + private byte[] mV; + private long mReseedCounter = 0; + private bool mIsTdea = false; + + /** + * Construct a SP800-90A CTR DRBG. + * <p> + * Minimum entropy requirement is the security strength requested. + * </p> + * @param engine underlying block cipher to use to support DRBG + * @param keySizeInBits size of the key to use with the block cipher. + * @param securityStrength security strength required (in bits) + * @param entropySource source of entropy to use for seeding/reseeding. + * @param personalizationString personalization string to distinguish this DRBG (may be null). + * @param nonce nonce to further distinguish this DRBG (may be null). + */ + public CtrSP800Drbg(IBlockCipher engine, int keySizeInBits, int securityStrength, IEntropySource entropySource, + byte[] personalizationString, byte[] nonce) + { + if (securityStrength > 256) + throw new ArgumentException("Requested security strength is not supported by the derivation function"); + if (GetMaxSecurityStrength(engine, keySizeInBits) < securityStrength) + throw new ArgumentException("Requested security strength is not supported by block cipher and key size"); + if (entropySource.EntropySize < securityStrength) + throw new ArgumentException("Not enough entropy for security strength required"); + + mEntropySource = entropySource; + mEngine = engine; + + mKeySizeInBits = keySizeInBits; + mSecurityStrength = securityStrength; + mSeedLength = keySizeInBits + engine.GetBlockSize() * 8; + mIsTdea = IsTdea(engine); + + byte[] entropy = GetEntropy(); // Get_entropy_input + + CTR_DRBG_Instantiate_algorithm(entropy, nonce, personalizationString); + } + + private void CTR_DRBG_Instantiate_algorithm(byte[] entropy, byte[] nonce, byte[] personalisationString) + { + byte[] seedMaterial = Arrays.ConcatenateAll(entropy, nonce, personalisationString); + byte[] seed = Block_Cipher_df(seedMaterial, mSeedLength); + + int outlen = mEngine.GetBlockSize(); + + mKey = new byte[(mKeySizeInBits + 7) / 8]; + mV = new byte[outlen]; + + // mKey & mV are modified by this call + CTR_DRBG_Update(seed, mKey, mV); + + mReseedCounter = 1; + } + + private void CTR_DRBG_Update(byte[] seed, byte[] key, byte[] v) + { + byte[] temp = new byte[seed.Length]; + byte[] outputBlock = new byte[mEngine.GetBlockSize()]; + + int i = 0; + int outLen = mEngine.GetBlockSize(); + + mEngine.Init(true, new KeyParameter(ExpandKey(key))); + while (i*outLen < seed.Length) + { + AddOneTo(v); + mEngine.ProcessBlock(v, 0, outputBlock, 0); + + int bytesToCopy = ((temp.Length - i * outLen) > outLen) + ? outLen : (temp.Length - i * outLen); + + Array.Copy(outputBlock, 0, temp, i * outLen, bytesToCopy); + ++i; + } + + XOR(temp, seed, temp, 0); + + Array.Copy(temp, 0, key, 0, key.Length); + Array.Copy(temp, key.Length, v, 0, v.Length); + } + + private void CTR_DRBG_Reseed_algorithm(byte[] additionalInput) + { + byte[] seedMaterial = Arrays.Concatenate(GetEntropy(), additionalInput); + + seedMaterial = Block_Cipher_df(seedMaterial, mSeedLength); + + CTR_DRBG_Update(seedMaterial, mKey, mV); + + mReseedCounter = 1; + } + + private void XOR(byte[] output, byte[] a, byte[] b, int bOff) + { + for (int i = 0; i < output.Length; i++) + { + output[i] = (byte)(a[i] ^ b[bOff + i]); + } + } + + private void AddOneTo(byte[] longer) + { + uint carry = 1; + int i = longer.Length; + while (--i >= 0) + { + carry += longer[i]; + longer[i] = (byte)carry; + carry >>= 8; + } + } + + private byte[] GetEntropy() + { + byte[] entropy = mEntropySource.GetEntropy(); + if (entropy.Length < (mSecurityStrength + 7) / 8) + throw new InvalidOperationException("Insufficient entropy provided by entropy source"); + return entropy; + } + + // -- Internal state migration --- + + private static readonly byte[] K_BITS = Hex.Decode("000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F"); + + // 1. If (number_of_bits_to_return > max_number_of_bits), then return an + // ERROR_FLAG. + // 2. L = len (input_string)/8. + // 3. N = number_of_bits_to_return/8. + // Comment: L is the bitstring represention of + // the integer resulting from len (input_string)/8. + // L shall be represented as a 32-bit integer. + // + // Comment : N is the bitstring represention of + // the integer resulting from + // number_of_bits_to_return/8. N shall be + // represented as a 32-bit integer. + // + // 4. S = L || N || input_string || 0x80. + // 5. While (len (S) mod outlen) + // Comment : Pad S with zeros, if necessary. + // 0, S = S || 0x00. + // + // Comment : Compute the starting value. + // 6. temp = the Null string. + // 7. i = 0. + // 8. K = Leftmost keylen bits of 0x00010203...1D1E1F. + // 9. While len (temp) < keylen + outlen, do + // + // IV = i || 0outlen - len (i). + // + // 9.1 + // + // temp = temp || BCC (K, (IV || S)). + // + // 9.2 + // + // i = i + 1. + // + // 9.3 + // + // Comment : i shall be represented as a 32-bit + // integer, i.e., len (i) = 32. + // + // Comment: The 32-bit integer represenation of + // i is padded with zeros to outlen bits. + // + // Comment: Compute the requested number of + // bits. + // + // 10. K = Leftmost keylen bits of temp. + // + // 11. X = Next outlen bits of temp. + // + // 12. temp = the Null string. + // + // 13. While len (temp) < number_of_bits_to_return, do + // + // 13.1 X = Block_Encrypt (K, X). + // + // 13.2 temp = temp || X. + // + // 14. requested_bits = Leftmost number_of_bits_to_return of temp. + // + // 15. Return SUCCESS and requested_bits. + private byte[] Block_Cipher_df(byte[] inputString, int bitLength) + { + int outLen = mEngine.GetBlockSize(); + int L = inputString.Length; // already in bytes + int N = bitLength / 8; + // 4 S = L || N || inputstring || 0x80 + int sLen = 4 + 4 + L + 1; + int blockLen = ((sLen + outLen - 1) / outLen) * outLen; + byte[] S = new byte[blockLen]; + copyIntToByteArray(S, L, 0); + copyIntToByteArray(S, N, 4); + Array.Copy(inputString, 0, S, 8, L); + S[8 + L] = (byte)0x80; + // S already padded with zeros + + byte[] temp = new byte[mKeySizeInBits / 8 + outLen]; + byte[] bccOut = new byte[outLen]; + + byte[] IV = new byte[outLen]; + + int i = 0; + byte[] K = new byte[mKeySizeInBits / 8]; + Array.Copy(K_BITS, 0, K, 0, K.Length); + + while (i*outLen*8 < mKeySizeInBits + outLen *8) + { + copyIntToByteArray(IV, i, 0); + BCC(bccOut, K, IV, S); + + int bytesToCopy = ((temp.Length - i * outLen) > outLen) + ? outLen + : (temp.Length - i * outLen); + + Array.Copy(bccOut, 0, temp, i * outLen, bytesToCopy); + ++i; + } + + byte[] X = new byte[outLen]; + Array.Copy(temp, 0, K, 0, K.Length); + Array.Copy(temp, K.Length, X, 0, X.Length); + + temp = new byte[bitLength / 2]; + + i = 0; + mEngine.Init(true, new KeyParameter(ExpandKey(K))); + + while (i * outLen < temp.Length) + { + mEngine.ProcessBlock(X, 0, X, 0); + + int bytesToCopy = ((temp.Length - i * outLen) > outLen) + ? outLen + : (temp.Length - i * outLen); + + Array.Copy(X, 0, temp, i * outLen, bytesToCopy); + i++; + } + + return temp; + } + + /* + * 1. chaining_value = 0^outlen + * . Comment: Set the first chaining value to outlen zeros. + * 2. n = len (data)/outlen. + * 3. Starting with the leftmost bits of data, split the data into n blocks of outlen bits + * each, forming block(1) to block(n). + * 4. For i = 1 to n do + * 4.1 input_block = chaining_value ^ block(i) . + * 4.2 chaining_value = Block_Encrypt (Key, input_block). + * 5. output_block = chaining_value. + * 6. Return output_block. + */ + private void BCC(byte[] bccOut, byte[] k, byte[] iV, byte[] data) + { + int outlen = mEngine.GetBlockSize(); + byte[] chainingValue = new byte[outlen]; // initial values = 0 + int n = data.Length / outlen; + + byte[] inputBlock = new byte[outlen]; + + mEngine.Init(true, new KeyParameter(ExpandKey(k))); + + mEngine.ProcessBlock(iV, 0, chainingValue, 0); + + for (int i = 0; i < n; i++) + { + XOR(inputBlock, chainingValue, data, i*outlen); + mEngine.ProcessBlock(inputBlock, 0, chainingValue, 0); + } + + Array.Copy(chainingValue, 0, bccOut, 0, bccOut.Length); + } + + private void copyIntToByteArray(byte[] buf, int value, int offSet) + { + buf[offSet + 0] = ((byte)(value >> 24)); + buf[offSet + 1] = ((byte)(value >> 16)); + buf[offSet + 2] = ((byte)(value >> 8)); + buf[offSet + 3] = ((byte)(value)); + } + + /** + * Return the block size (in bits) of the DRBG. + * + * @return the number of bits produced on each internal round of the DRBG. + */ + public int BlockSize + { + get { return mV.Length * 8; } + } + + /** + * Populate a passed in array with random data. + * + * @param output output array for generated bits. + * @param additionalInput additional input to be added to the DRBG in this step. + * @param predictionResistant true if a reseed should be forced, false otherwise. + * + * @return number of bits generated, -1 if a reseed required. + */ + public int Generate(byte[] output, byte[] additionalInput, bool predictionResistant) + { + if (mIsTdea) + { + if (mReseedCounter > TDEA_RESEED_MAX) + return -1; + + if (DrbgUtilities.IsTooLarge(output, TDEA_MAX_BITS_REQUEST / 8)) + throw new ArgumentException("Number of bits per request limited to " + TDEA_MAX_BITS_REQUEST, "output"); + } + else + { + if (mReseedCounter > AES_RESEED_MAX) + return -1; + + if (DrbgUtilities.IsTooLarge(output, AES_MAX_BITS_REQUEST / 8)) + throw new ArgumentException("Number of bits per request limited to " + AES_MAX_BITS_REQUEST, "output"); + } + + if (predictionResistant) + { + CTR_DRBG_Reseed_algorithm(additionalInput); + additionalInput = null; + } + + if (additionalInput != null) + { + additionalInput = Block_Cipher_df(additionalInput, mSeedLength); + CTR_DRBG_Update(additionalInput, mKey, mV); + } + else + { + additionalInput = new byte[mSeedLength]; + } + + byte[] tmp = new byte[mV.Length]; + + mEngine.Init(true, new KeyParameter(ExpandKey(mKey))); + + for (int i = 0; i <= output.Length / tmp.Length; i++) + { + int bytesToCopy = ((output.Length - i * tmp.Length) > tmp.Length) + ? tmp.Length + : (output.Length - i * mV.Length); + + if (bytesToCopy != 0) + { + AddOneTo(mV); + + mEngine.ProcessBlock(mV, 0, tmp, 0); + + Array.Copy(tmp, 0, output, i * tmp.Length, bytesToCopy); + } + } + + CTR_DRBG_Update(additionalInput, mKey, mV); + + mReseedCounter++; + + return output.Length * 8; + } + + /** + * Reseed the DRBG. + * + * @param additionalInput additional input to be added to the DRBG in this step. + */ + public void Reseed(byte[] additionalInput) + { + CTR_DRBG_Reseed_algorithm(additionalInput); + } + + private bool IsTdea(IBlockCipher cipher) + { + return cipher.AlgorithmName.Equals("DESede") || cipher.AlgorithmName.Equals("TDEA"); + } + + private int GetMaxSecurityStrength(IBlockCipher cipher, int keySizeInBits) + { + if (IsTdea(cipher) && keySizeInBits == 168) + { + return 112; + } + if (cipher.AlgorithmName.Equals("AES")) + { + return keySizeInBits; + } + + return -1; + } + + private byte[] ExpandKey(byte[] key) + { + if (mIsTdea) + { + // expand key to 192 bits. + byte[] tmp = new byte[24]; + + PadKey(key, 0, tmp, 0); + PadKey(key, 7, tmp, 8); + PadKey(key, 14, tmp, 16); + + return tmp; + } + else + { + return key; + } + } + + /** + * Pad out a key for TDEA, setting odd parity for each byte. + * + * @param keyMaster + * @param keyOff + * @param tmp + * @param tmpOff + */ + private void PadKey(byte[] keyMaster, int keyOff, byte[] tmp, int tmpOff) + { + tmp[tmpOff + 0] = (byte)(keyMaster[keyOff + 0] & 0xfe); + tmp[tmpOff + 1] = (byte)((keyMaster[keyOff + 0] << 7) | ((keyMaster[keyOff + 1] & 0xfc) >> 1)); + tmp[tmpOff + 2] = (byte)((keyMaster[keyOff + 1] << 6) | ((keyMaster[keyOff + 2] & 0xf8) >> 2)); + tmp[tmpOff + 3] = (byte)((keyMaster[keyOff + 2] << 5) | ((keyMaster[keyOff + 3] & 0xf0) >> 3)); + tmp[tmpOff + 4] = (byte)((keyMaster[keyOff + 3] << 4) | ((keyMaster[keyOff + 4] & 0xe0) >> 4)); + tmp[tmpOff + 5] = (byte)((keyMaster[keyOff + 4] << 3) | ((keyMaster[keyOff + 5] & 0xc0) >> 5)); + tmp[tmpOff + 6] = (byte)((keyMaster[keyOff + 5] << 2) | ((keyMaster[keyOff + 6] & 0x80) >> 6)); + tmp[tmpOff + 7] = (byte)(keyMaster[keyOff + 6] << 1); + + DesParameters.SetOddParity(tmp, tmpOff, 8); + } + } +} diff --git a/crypto/src/crypto/prng/drbg/DrbgUtilities.cs b/crypto/src/crypto/prng/drbg/DrbgUtilities.cs new file mode 100644 index 000000000..d9a1c439c --- /dev/null +++ b/crypto/src/crypto/prng/drbg/DrbgUtilities.cs @@ -0,0 +1,103 @@ +using System; +using System.Collections; + +using Org.BouncyCastle.Utilities; + +namespace Org.BouncyCastle.Crypto.Prng.Drbg +{ + internal class DrbgUtilities + { + private static readonly IDictionary maxSecurityStrengths = Platform.CreateHashtable(); + + static DrbgUtilities() + { + maxSecurityStrengths.Add("SHA-1", 128); + + maxSecurityStrengths.Add("SHA-224", 192); + maxSecurityStrengths.Add("SHA-256", 256); + maxSecurityStrengths.Add("SHA-384", 256); + maxSecurityStrengths.Add("SHA-512", 256); + + maxSecurityStrengths.Add("SHA-512/224", 192); + maxSecurityStrengths.Add("SHA-512/256", 256); + } + + internal static int GetMaxSecurityStrength(IDigest d) + { + return (int)maxSecurityStrengths[d.AlgorithmName]; + } + + internal static int GetMaxSecurityStrength(IMac m) + { + string name = m.AlgorithmName; + + return (int)maxSecurityStrengths[name.Substring(0, name.IndexOf("/"))]; + } + + /** + * Used by both Dual EC and Hash. + */ + internal static byte[] HashDF(IDigest digest, byte[] seedMaterial, int seedLength) + { + // 1. temp = the Null string. + // 2. . + // 3. counter = an 8-bit binary value representing the integer "1". + // 4. For i = 1 to len do + // Comment : In step 4.1, no_of_bits_to_return + // is used as a 32-bit string. + // 4.1 temp = temp || Hash (counter || no_of_bits_to_return || + // input_string). + // 4.2 counter = counter + 1. + // 5. requested_bits = Leftmost (no_of_bits_to_return) of temp. + // 6. Return SUCCESS and requested_bits. + byte[] temp = new byte[(seedLength + 7) / 8]; + + int len = temp.Length / digest.GetDigestSize(); + int counter = 1; + + byte[] dig = new byte[digest.GetDigestSize()]; + + for (int i = 0; i <= len; i++) + { + digest.Update((byte)counter); + + digest.Update((byte)(seedLength >> 24)); + digest.Update((byte)(seedLength >> 16)); + digest.Update((byte)(seedLength >> 8)); + digest.Update((byte)seedLength); + + digest.BlockUpdate(seedMaterial, 0, seedMaterial.Length); + + digest.DoFinal(dig, 0); + + int bytesToCopy = ((temp.Length - i * dig.Length) > dig.Length) + ? dig.Length + : (temp.Length - i * dig.Length); + Array.Copy(dig, 0, temp, i * dig.Length, bytesToCopy); + + counter++; + } + + // do a left shift to get rid of excess bits. + if (seedLength % 8 != 0) + { + int shift = 8 - (seedLength % 8); + uint carry = 0; + + for (int i = 0; i != temp.Length; i++) + { + uint b = temp[i]; + temp[i] = (byte)((b >> shift) | (carry << (8 - shift))); + carry = b; + } + } + + return temp; + } + + internal static bool IsTooLarge(byte[] bytes, int maxBytes) + { + return bytes != null && bytes.Length > maxBytes; + } + } +} diff --git a/crypto/src/crypto/prng/drbg/HMacSP800Drbg.cs b/crypto/src/crypto/prng/drbg/HMacSP800Drbg.cs new file mode 100644 index 000000000..78331705e --- /dev/null +++ b/crypto/src/crypto/prng/drbg/HMacSP800Drbg.cs @@ -0,0 +1,186 @@ +using System; + +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; + +namespace Org.BouncyCastle.Crypto.Prng.Drbg +{ + /** + * A SP800-90A HMAC DRBG. + */ + public class HMacSP800Drbg + : ISP80090Drbg + { + private readonly static long RESEED_MAX = 1L << (48 - 1); + private readonly static int MAX_BITS_REQUEST = 1 << (19 - 1); + + private readonly byte[] mK; + private readonly byte[] mV; + private readonly IEntropySource mEntropySource; + private readonly IMac mHMac; + private readonly int mSecurityStrength; + + private long mReseedCounter; + + /** + * Construct a SP800-90A Hash DRBG. + * <p> + * Minimum entropy requirement is the security strength requested. + * </p> + * @param hMac Hash MAC to base the DRBG on. + * @param securityStrength security strength required (in bits) + * @param entropySource source of entropy to use for seeding/reseeding. + * @param personalizationString personalization string to distinguish this DRBG (may be null). + * @param nonce nonce to further distinguish this DRBG (may be null). + */ + public HMacSP800Drbg(IMac hMac, int securityStrength, IEntropySource entropySource, byte[] personalizationString, byte[] nonce) + { + if (securityStrength > DrbgUtilities.GetMaxSecurityStrength(hMac)) + throw new ArgumentException("Requested security strength is not supported by the derivation function"); + if (entropySource.EntropySize < securityStrength) + throw new ArgumentException("Not enough entropy for security strength required"); + + mHMac = hMac; + mSecurityStrength = securityStrength; + mEntropySource = entropySource; + + byte[] entropy = GetEntropy(); + byte[] seedMaterial = Arrays.ConcatenateAll(entropy, nonce, personalizationString); + + mK = new byte[hMac.GetMacSize()]; + mV = new byte[mK.Length]; + Arrays.Fill(mV, (byte)1); + + hmac_DRBG_Update(seedMaterial); + + mReseedCounter = 1; + } + + private void hmac_DRBG_Update(byte[] seedMaterial) + { + hmac_DRBG_Update_Func(seedMaterial, (byte)0x00); + if (seedMaterial != null) + { + hmac_DRBG_Update_Func(seedMaterial, (byte)0x01); + } + } + + private void hmac_DRBG_Update_Func(byte[] seedMaterial, byte vValue) + { + mHMac.Init(new KeyParameter(mK)); + + mHMac.BlockUpdate(mV, 0, mV.Length); + mHMac.Update(vValue); + + if (seedMaterial != null) + { + mHMac.BlockUpdate(seedMaterial, 0, seedMaterial.Length); + } + + mHMac.DoFinal(mK, 0); + + mHMac.Init(new KeyParameter(mK)); + mHMac.BlockUpdate(mV, 0, mV.Length); + + mHMac.DoFinal(mV, 0); + } + + /** + * Return the block size (in bits) of the DRBG. + * + * @return the number of bits produced on each round of the DRBG. + */ + public int BlockSize + { + get { return mV.Length * 8; } + } + + /** + * Populate a passed in array with random data. + * + * @param output output array for generated bits. + * @param additionalInput additional input to be added to the DRBG in this step. + * @param predictionResistant true if a reseed should be forced, false otherwise. + * + * @return number of bits generated, -1 if a reseed required. + */ + public int Generate(byte[] output, byte[] additionalInput, bool predictionResistant) + { + int numberOfBits = output.Length * 8; + + if (numberOfBits > MAX_BITS_REQUEST) + throw new ArgumentException("Number of bits per request limited to " + MAX_BITS_REQUEST, "output"); + + if (mReseedCounter > RESEED_MAX) + { + return -1; + } + + if (predictionResistant) + { + Reseed(additionalInput); + additionalInput = null; + } + + // 2. + if (additionalInput != null) + { + hmac_DRBG_Update(additionalInput); + } + + // 3. + byte[] rv = new byte[output.Length]; + + int m = output.Length / mV.Length; + + mHMac.Init(new KeyParameter(mK)); + + for (int i = 0; i < m; i++) + { + mHMac.BlockUpdate(mV, 0, mV.Length); + mHMac.DoFinal(mV, 0); + + Array.Copy(mV, 0, rv, i * mV.Length, mV.Length); + } + + if (m * mV.Length < rv.Length) + { + mHMac.BlockUpdate(mV, 0, mV.Length); + mHMac.DoFinal(mV, 0); + + Array.Copy(mV, 0, rv, m * mV.Length, rv.Length - (m * mV.Length)); + } + + hmac_DRBG_Update(additionalInput); + + mReseedCounter++; + + Array.Copy(rv, 0, output, 0, output.Length); + + return numberOfBits; + } + + /** + * Reseed the DRBG. + * + * @param additionalInput additional input to be added to the DRBG in this step. + */ + public void Reseed(byte[] additionalInput) + { + byte[] entropy = GetEntropy(); + byte[] seedMaterial = Arrays.Concatenate(entropy, additionalInput); + + hmac_DRBG_Update(seedMaterial); + + mReseedCounter = 1; + } + + private byte[] GetEntropy() + { + byte[] entropy = mEntropySource.GetEntropy(); + if (entropy.Length < (mSecurityStrength + 7) / 8) + throw new InvalidOperationException("Insufficient entropy provided by entropy source"); + return entropy; + } + } +} diff --git a/crypto/src/crypto/prng/drbg/HashSP800Drbg.cs b/crypto/src/crypto/prng/drbg/HashSP800Drbg.cs new file mode 100644 index 000000000..493da5a75 --- /dev/null +++ b/crypto/src/crypto/prng/drbg/HashSP800Drbg.cs @@ -0,0 +1,287 @@ +using System; +using System.Collections; + +using Org.BouncyCastle.Utilities; + +namespace Org.BouncyCastle.Crypto.Prng.Drbg +{ + /** + * A SP800-90A Hash DRBG. + */ + public class HashSP800Drbg + : ISP80090Drbg + { + private readonly static byte[] ONE = { 0x01 }; + + private readonly static long RESEED_MAX = 1L << (48 - 1); + private readonly static int MAX_BITS_REQUEST = 1 << (19 - 1); + + private static readonly IDictionary seedlens = Platform.CreateHashtable(); + + static HashSP800Drbg() + { + seedlens.Add("SHA-1", 440); + seedlens.Add("SHA-224", 440); + seedlens.Add("SHA-256", 440); + seedlens.Add("SHA-512/256", 440); + seedlens.Add("SHA-512/224", 440); + seedlens.Add("SHA-384", 888); + seedlens.Add("SHA-512", 888); + } + + private readonly IDigest mDigest; + private readonly IEntropySource mEntropySource; + private readonly int mSecurityStrength; + private readonly int mSeedLength; + + private byte[] mV; + private byte[] mC; + private long mReseedCounter; + + /** + * Construct a SP800-90A Hash DRBG. + * <p> + * Minimum entropy requirement is the security strength requested. + * </p> + * @param digest source digest to use for DRB stream. + * @param securityStrength security strength required (in bits) + * @param entropySource source of entropy to use for seeding/reseeding. + * @param personalizationString personalization string to distinguish this DRBG (may be null). + * @param nonce nonce to further distinguish this DRBG (may be null). + */ + public HashSP800Drbg(IDigest digest, int securityStrength, IEntropySource entropySource, byte[] personalizationString, byte[] nonce) + { + if (securityStrength > DrbgUtilities.GetMaxSecurityStrength(digest)) + throw new ArgumentException("Requested security strength is not supported by the derivation function"); + if (entropySource.EntropySize < securityStrength) + throw new ArgumentException("Not enough entropy for security strength required"); + + mDigest = digest; + mEntropySource = entropySource; + mSecurityStrength = securityStrength; + mSeedLength = (int)seedlens[digest.AlgorithmName]; + + // 1. seed_material = entropy_input || nonce || personalization_string. + // 2. seed = Hash_df (seed_material, seedlen). + // 3. V = seed. + // 4. C = Hash_df ((0x00 || V), seedlen). Comment: Preceed V with a byte + // of zeros. + // 5. reseed_counter = 1. + // 6. Return V, C, and reseed_counter as the initial_working_state + + byte[] entropy = GetEntropy(); + byte[] seedMaterial = Arrays.ConcatenateAll(entropy, nonce, personalizationString); + byte[] seed = DrbgUtilities.HashDF(mDigest, seedMaterial, mSeedLength); + + mV = seed; + byte[] subV = new byte[mV.Length + 1]; + Array.Copy(mV, 0, subV, 1, mV.Length); + mC = DrbgUtilities.HashDF(mDigest, subV, mSeedLength); + + mReseedCounter = 1; + } + + /** + * Return the block size (in bits) of the DRBG. + * + * @return the number of bits produced on each internal round of the DRBG. + */ + public int BlockSize + { + get { return mDigest.GetDigestSize () * 8; } + } + + /** + * Populate a passed in array with random data. + * + * @param output output array for generated bits. + * @param additionalInput additional input to be added to the DRBG in this step. + * @param predictionResistant true if a reseed should be forced, false otherwise. + * + * @return number of bits generated, -1 if a reseed required. + */ + public int Generate(byte[] output, byte[] additionalInput, bool predictionResistant) + { + // 1. If reseed_counter > reseed_interval, then return an indication that a + // reseed is required. + // 2. If (additional_input != Null), then do + // 2.1 w = Hash (0x02 || V || additional_input). + // 2.2 V = (V + w) mod 2^seedlen + // . + // 3. (returned_bits) = Hashgen (requested_number_of_bits, V). + // 4. H = Hash (0x03 || V). + // 5. V = (V + H + C + reseed_counter) mod 2^seedlen + // . + // 6. reseed_counter = reseed_counter + 1. + // 7. Return SUCCESS, returned_bits, and the new values of V, C, and + // reseed_counter for the new_working_state. + int numberOfBits = output.Length * 8; + + if (numberOfBits > MAX_BITS_REQUEST) + throw new ArgumentException("Number of bits per request limited to " + MAX_BITS_REQUEST, "output"); + + if (mReseedCounter > RESEED_MAX) + return -1; + + if (predictionResistant) + { + Reseed(additionalInput); + additionalInput = null; + } + + // 2. + if (additionalInput != null) + { + byte[] newInput = new byte[1 + mV.Length + additionalInput.Length]; + newInput[0] = 0x02; + Array.Copy(mV, 0, newInput, 1, mV.Length); + // TODO: inOff / inLength + Array.Copy(additionalInput, 0, newInput, 1 + mV.Length, additionalInput.Length); + byte[] w = Hash(newInput); + + AddTo(mV, w); + } + + // 3. + byte[] rv = hashgen(mV, numberOfBits); + + // 4. + byte[] subH = new byte[mV.Length + 1]; + Array.Copy(mV, 0, subH, 1, mV.Length); + subH[0] = 0x03; + + byte[] H = Hash(subH); + + // 5. + AddTo(mV, H); + AddTo(mV, mC); + byte[] c = new byte[4]; + c[0] = (byte)(mReseedCounter >> 24); + c[1] = (byte)(mReseedCounter >> 16); + c[2] = (byte)(mReseedCounter >> 8); + c[3] = (byte)mReseedCounter; + + AddTo(mV, c); + + mReseedCounter++; + + Array.Copy(rv, 0, output, 0, output.Length); + + return numberOfBits; + } + + private byte[] GetEntropy() + { + byte[] entropy = mEntropySource.GetEntropy(); + if (entropy.Length < (mSecurityStrength + 7) / 8) + throw new InvalidOperationException("Insufficient entropy provided by entropy source"); + return entropy; + } + + // this will always add the shorter length byte array mathematically to the + // longer length byte array. + // be careful.... + private void AddTo(byte[] longer, byte[] shorter) + { + int off = longer.Length - shorter.Length; + + uint carry = 0; + int i = shorter.Length; + while (--i >= 0) + { + carry += (uint)longer[off + i] + (uint)shorter[i]; + longer[off + i] = (byte)carry; + carry >>= 8; + } + + i = off; + while (--i >= 0) + { + carry += longer[i]; + longer[i] = (byte)carry; + carry >>= 8; + } + } + + /** + * Reseed the DRBG. + * + * @param additionalInput additional input to be added to the DRBG in this step. + */ + public void Reseed(byte[] additionalInput) + { + // 1. seed_material = 0x01 || V || entropy_input || additional_input. + // + // 2. seed = Hash_df (seed_material, seedlen). + // + // 3. V = seed. + // + // 4. C = Hash_df ((0x00 || V), seedlen). + // + // 5. reseed_counter = 1. + // + // 6. Return V, C, and reseed_counter for the new_working_state. + // + // Comment: Precede with a byte of all zeros. + byte[] entropy = GetEntropy(); + byte[] seedMaterial = Arrays.ConcatenateAll(ONE, mV, entropy, additionalInput); + byte[] seed = DrbgUtilities.HashDF(mDigest, seedMaterial, mSeedLength); + + mV = seed; + byte[] subV = new byte[mV.Length + 1]; + subV[0] = 0x00; + Array.Copy(mV, 0, subV, 1, mV.Length); + mC = DrbgUtilities.HashDF(mDigest, subV, mSeedLength); + + mReseedCounter = 1; + } + + private byte[] Hash(byte[] input) + { + byte[] hash = new byte[mDigest.GetDigestSize()]; + DoHash(input, hash); + return hash; + } + + private void DoHash(byte[] input, byte[] output) + { + mDigest.BlockUpdate(input, 0, input.Length); + mDigest.DoFinal(output, 0); + } + + // 1. m = [requested_number_of_bits / outlen] + // 2. data = V. + // 3. W = the Null string. + // 4. For i = 1 to m + // 4.1 wi = Hash (data). + // 4.2 W = W || wi. + // 4.3 data = (data + 1) mod 2^seedlen + // . + // 5. returned_bits = Leftmost (requested_no_of_bits) bits of W. + private byte[] hashgen(byte[] input, int lengthInBits) + { + int digestSize = mDigest.GetDigestSize(); + int m = (lengthInBits / 8) / digestSize; + + byte[] data = new byte[input.Length]; + Array.Copy(input, 0, data, 0, input.Length); + + byte[] W = new byte[lengthInBits / 8]; + + byte[] dig = new byte[mDigest.GetDigestSize()]; + for (int i = 0; i <= m; i++) + { + DoHash(data, dig); + + int bytesToCopy = ((W.Length - i * dig.Length) > dig.Length) + ? dig.Length + : (W.Length - i * dig.Length); + Array.Copy(dig, 0, W, i * dig.Length, bytesToCopy); + + AddTo(data, ONE); + } + + return W; + } + } +} diff --git a/crypto/src/crypto/prng/drbg/ISP80090Drbg.cs b/crypto/src/crypto/prng/drbg/ISP80090Drbg.cs new file mode 100644 index 000000000..0e398209e --- /dev/null +++ b/crypto/src/crypto/prng/drbg/ISP80090Drbg.cs @@ -0,0 +1,35 @@ +using System; + +namespace Org.BouncyCastle.Crypto.Prng.Drbg +{ + /** + * Interface to SP800-90A deterministic random bit generators. + */ + public interface ISP80090Drbg + { + /** + * Return the block size of the DRBG. + * + * @return the block size (in bits) produced by each round of the DRBG. + */ + int BlockSize { get; } + + /** + * Populate a passed in array with random data. + * + * @param output output array for generated bits. + * @param additionalInput additional input to be added to the DRBG in this step. + * @param predictionResistant true if a reseed should be forced, false otherwise. + * + * @return number of bits generated, -1 if a reseed required. + */ + int Generate(byte[] output, byte[] additionalInput, bool predictionResistant); + + /** + * Reseed the DRBG. + * + * @param additionalInput additional input to be added to the DRBG in this step. + */ + void Reseed(byte[] additionalInput); + } +} diff --git a/crypto/src/crypto/signers/ECDsaSigner.cs b/crypto/src/crypto/signers/ECDsaSigner.cs index 9821732c2..520507b8c 100644 --- a/crypto/src/crypto/signers/ECDsaSigner.cs +++ b/crypto/src/crypto/signers/ECDsaSigner.cs @@ -15,6 +15,8 @@ namespace Org.BouncyCastle.Crypto.Signers public class ECDsaSigner : IDsa { + private static readonly BigInteger Eight = BigInteger.ValueOf(8); + protected readonly IDsaKCalculator kCalculator; protected ECKeyParameters key = null; @@ -149,13 +151,49 @@ namespace Org.BouncyCastle.Crypto.Signers ECPoint G = key.Parameters.G; ECPoint Q = ((ECPublicKeyParameters) key).Q; - ECPoint point = ECAlgorithms.SumOfTwoMultiplies(G, u1, Q, u2).Normalize(); + ECPoint point = ECAlgorithms.SumOfTwoMultiplies(G, u1, Q, u2); if (point.IsInfinity) return false; - BigInteger v = point.AffineXCoord.ToBigInteger().Mod(n); + /* + * If possible, avoid normalizing the point (to save a modular inversion in the curve field). + * + * There are ~cofactor elements of the curve field that reduce (modulo the group order) to 'r'. + * If the cofactor is known and small, we generate those possible field values and project each + * of them to the same "denominator" (depending on the particular projective coordinates in use) + * as the calculated point.X. If any of the projected values matches point.X, then we have: + * (point.X / Denominator mod p) mod n == r + * as required, and verification succeeds. + * + * Based on an original idea by Gregory Maxwell (https://github.com/gmaxwell), as implemented in + * the libsecp256k1 project (https://github.com/bitcoin/secp256k1). + */ + ECCurve curve = point.Curve; + if (curve != null) + { + BigInteger cofactor = curve.Cofactor; + if (cofactor != null && cofactor.CompareTo(Eight) <= 0) + { + ECFieldElement D = GetDenominator(curve.CoordinateSystem, point); + if (D != null && !D.IsZero) + { + ECFieldElement X = point.XCoord; + while (curve.IsValidFieldElement(r)) + { + ECFieldElement R = curve.FromBigInteger(r).Multiply(D); + if (R.Equals(X)) + { + return true; + } + r = r.Add(n); + } + return false; + } + } + } + BigInteger v = point.Normalize().AffineXCoord.ToBigInteger().Mod(n); return v.Equals(r); } @@ -177,6 +215,23 @@ namespace Org.BouncyCastle.Crypto.Signers return new FixedPointCombMultiplier(); } + protected virtual ECFieldElement GetDenominator(int coordinateSystem, ECPoint p) + { + switch (coordinateSystem) + { + case ECCurve.COORD_HOMOGENEOUS: + case ECCurve.COORD_LAMBDA_PROJECTIVE: + case ECCurve.COORD_SKEWED: + return p.GetZCoord(0); + case ECCurve.COORD_JACOBIAN: + case ECCurve.COORD_JACOBIAN_CHUDNOVSKY: + case ECCurve.COORD_JACOBIAN_MODIFIED: + return p.GetZCoord(0).Square(); + default: + return null; + } + } + protected virtual SecureRandom InitSecureRandom(bool needed, SecureRandom provided) { return !needed ? null : (provided != null) ? provided : new SecureRandom(); diff --git a/crypto/src/crypto/tls/DefaultTlsAgreementCredentials.cs b/crypto/src/crypto/tls/DefaultTlsAgreementCredentials.cs index 5147a1990..fab978886 100644 --- a/crypto/src/crypto/tls/DefaultTlsAgreementCredentials.cs +++ b/crypto/src/crypto/tls/DefaultTlsAgreementCredentials.cs @@ -40,7 +40,7 @@ namespace Org.BouncyCastle.Crypto.Tls } else { - throw new ArgumentException("type not supported: " + privateKey.GetType().FullName, "privateKey"); + throw new ArgumentException("type not supported: " + Platform.GetTypeName(privateKey), "privateKey"); } this.mCertificate = certificate; diff --git a/crypto/src/crypto/tls/DefaultTlsEncryptionCredentials.cs b/crypto/src/crypto/tls/DefaultTlsEncryptionCredentials.cs index 34d15d146..5348ee88d 100644 --- a/crypto/src/crypto/tls/DefaultTlsEncryptionCredentials.cs +++ b/crypto/src/crypto/tls/DefaultTlsEncryptionCredentials.cs @@ -2,6 +2,7 @@ using System.IO; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Tls { @@ -29,7 +30,7 @@ namespace Org.BouncyCastle.Crypto.Tls } else { - throw new ArgumentException("type not supported: " + privateKey.GetType().FullName, "privateKey"); + throw new ArgumentException("type not supported: " + Platform.GetTypeName(privateKey), "privateKey"); } this.mContext = context; diff --git a/crypto/src/crypto/tls/DefaultTlsSignerCredentials.cs b/crypto/src/crypto/tls/DefaultTlsSignerCredentials.cs index c7a136573..0ff732a97 100644 --- a/crypto/src/crypto/tls/DefaultTlsSignerCredentials.cs +++ b/crypto/src/crypto/tls/DefaultTlsSignerCredentials.cs @@ -2,6 +2,7 @@ using System; using System.IO; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Tls { @@ -48,7 +49,7 @@ namespace Org.BouncyCastle.Crypto.Tls } else { - throw new ArgumentException("type not supported: " + privateKey.GetType().FullName, "privateKey"); + throw new ArgumentException("type not supported: " + Platform.GetTypeName(privateKey), "privateKey"); } this.mSigner.Init(context); diff --git a/crypto/src/crypto/tls/ServerName.cs b/crypto/src/crypto/tls/ServerName.cs index 3d1e8f844..508c2ddbc 100644 --- a/crypto/src/crypto/tls/ServerName.cs +++ b/crypto/src/crypto/tls/ServerName.cs @@ -51,10 +51,10 @@ namespace Org.BouncyCastle.Crypto.Tls switch (mNameType) { case Tls.NameType.host_name: - byte[] utf8Encoding = Strings.ToUtf8ByteArray((string)mName); - if (utf8Encoding.Length < 1) + byte[] asciiEncoding = Strings.ToAsciiByteArray((string)mName); + if (asciiEncoding.Length < 1) throw new TlsFatalAlert(AlertDescription.internal_error); - TlsUtilities.WriteOpaque16(utf8Encoding, output); + TlsUtilities.WriteOpaque16(asciiEncoding, output); break; default: throw new TlsFatalAlert(AlertDescription.internal_error); @@ -78,10 +78,10 @@ namespace Org.BouncyCastle.Crypto.Tls { case Tls.NameType.host_name: { - byte[] utf8Encoding = TlsUtilities.ReadOpaque16(input); - if (utf8Encoding.Length < 1) + byte[] asciiEncoding = TlsUtilities.ReadOpaque16(input); + if (asciiEncoding.Length < 1) throw new TlsFatalAlert(AlertDescription.decode_error); - name = Strings.FromUtf8ByteArray(utf8Encoding); + name = Strings.FromAsciiByteArray(asciiEncoding); break; } default: diff --git a/crypto/src/crypto/tls/TlsUtilities.cs b/crypto/src/crypto/tls/TlsUtilities.cs index a8c8a2b28..26fb0d5e8 100644 --- a/crypto/src/crypto/tls/TlsUtilities.cs +++ b/crypto/src/crypto/tls/TlsUtilities.cs @@ -529,11 +529,12 @@ namespace Org.BouncyCastle.Crypto.Tls public static Asn1Object ReadAsn1Object(byte[] encoding) { - Asn1InputStream asn1 = new Asn1InputStream(encoding); + MemoryStream input = new MemoryStream(encoding, false); + Asn1InputStream asn1 = new Asn1InputStream(input, encoding.Length); Asn1Object result = asn1.ReadObject(); if (null == result) throw new TlsFatalAlert(AlertDescription.decode_error); - if (null != asn1.ReadObject()) + if (input.Position != input.Length) throw new TlsFatalAlert(AlertDescription.decode_error); return result; } diff --git a/crypto/src/math/BigInteger.cs b/crypto/src/math/BigInteger.cs index 3d0509fe0..b35701fb3 100644 --- a/crypto/src/math/BigInteger.cs +++ b/crypto/src/math/BigInteger.cs @@ -681,6 +681,7 @@ namespace Org.BouncyCastle.Math int xBits = BitsPerByte * nBytes - bitLength; byte mask = (byte)(255U >> xBits); + byte lead = (byte)(1 << (7 - xBits)); for (;;) { @@ -690,7 +691,7 @@ namespace Org.BouncyCastle.Math b[0] &= mask; // ensure the leading bit is 1 (to meet the strength requirement) - b[0] |= (byte)(1 << (7 - xBits)); + b[0] |= lead; // ensure the trailing bit is 1 (i.e. must be odd) b[nBytes - 1] |= 1; @@ -705,18 +706,12 @@ namespace Org.BouncyCastle.Math if (CheckProbablePrime(certainty, random, true)) break; - if (bitLength > 32) + for (int j = 1; j < (magnitude.Length - 1); ++j) { - for (int rep = 0; rep < 10000; ++rep) - { - int n = 33 + random.Next(bitLength - 2); - this.magnitude[this.magnitude.Length - (n >> 5)] ^= (1 << (n & 31)); - this.magnitude[this.magnitude.Length - 1] ^= ((random.Next() + 1) << 1); - this.mQuote = 0; + this.magnitude[j] ^= random.Next(); - if (CheckProbablePrime(certainty, random, true)) - return; - } + if (CheckProbablePrime(certainty, random, true)) + return; } } } @@ -968,7 +963,7 @@ namespace Org.BouncyCastle.Math // // BitLen(value) is the number of bits in value. // - private static int BitLen(int w) + internal static int BitLen(int w) { uint v = (uint)w; uint t = v >> 24; diff --git a/crypto/src/math/ec/ECCurve.cs b/crypto/src/math/ec/ECCurve.cs index fa2c72570..6ccd97e7b 100644 --- a/crypto/src/math/ec/ECCurve.cs +++ b/crypto/src/math/ec/ECCurve.cs @@ -96,6 +96,7 @@ namespace Org.BouncyCastle.Math.EC public abstract int FieldSize { get; } public abstract ECFieldElement FromBigInteger(BigInteger x); + public abstract bool IsValidFieldElement(BigInteger x); public virtual Config Configure() { @@ -477,6 +478,11 @@ namespace Org.BouncyCastle.Math.EC { } + public override bool IsValidFieldElement(BigInteger x) + { + return x != null && x.SignValue >= 0 && x.CompareTo(Field.Characteristic) < 0; + } + protected override ECPoint DecompressPoint(int yTilde, BigInteger X1) { ECFieldElement x = FromBigInteger(X1); @@ -670,6 +676,11 @@ namespace Org.BouncyCastle.Math.EC { } + public override bool IsValidFieldElement(BigInteger x) + { + return x != null && x.SignValue >= 0 && x.BitLength <= FieldSize; + } + [Obsolete("Per-point compression property will be removed")] public override ECPoint CreatePoint(BigInteger x, BigInteger y, bool withCompression) { diff --git a/crypto/src/ocsp/BasicOCSPResp.cs b/crypto/src/ocsp/BasicOCSPResp.cs index 4253726bb..63ab8921e 100644 --- a/crypto/src/ocsp/BasicOCSPResp.cs +++ b/crypto/src/ocsp/BasicOCSPResp.cs @@ -95,12 +95,12 @@ namespace Org.BouncyCastle.Ocsp public string SignatureAlgName { - get { return OcspUtilities.GetAlgorithmName(resp.SignatureAlgorithm.ObjectID); } + get { return OcspUtilities.GetAlgorithmName(resp.SignatureAlgorithm.Algorithm); } } public string SignatureAlgOid { - get { return resp.SignatureAlgorithm.ObjectID.Id; } + get { return resp.SignatureAlgorithm.Algorithm.Id; } } [Obsolete("RespData class is no longer required as all functionality is available on this class")] @@ -111,7 +111,7 @@ namespace Org.BouncyCastle.Ocsp public byte[] GetSignature() { - return resp.Signature.GetBytes(); + return resp.GetSignatureOctets(); } private IList GetCertList() diff --git a/crypto/src/ocsp/CertificateID.cs b/crypto/src/ocsp/CertificateID.cs index a8f035759..ec902d5c3 100644 --- a/crypto/src/ocsp/CertificateID.cs +++ b/crypto/src/ocsp/CertificateID.cs @@ -43,7 +43,7 @@ namespace Org.BouncyCastle.Ocsp public string HashAlgOid { - get { return id.HashAlgorithm.ObjectID.Id; } + get { return id.HashAlgorithm.Algorithm.Id; } } public byte[] GetIssuerNameHash() @@ -118,7 +118,7 @@ namespace Org.BouncyCastle.Ocsp { try { - String hashAlgorithm = hashAlg.ObjectID.Id; + String hashAlgorithm = hashAlg.Algorithm.Id; X509Name issuerName = PrincipalUtilities.GetSubjectX509Principal(issuerCert); byte[] issuerNameHash = DigestUtilities.CalculateDigest( diff --git a/crypto/src/ocsp/OCSPReq.cs b/crypto/src/ocsp/OCSPReq.cs index 84808e50a..0cd95c6d6 100644 --- a/crypto/src/ocsp/OCSPReq.cs +++ b/crypto/src/ocsp/OCSPReq.cs @@ -144,7 +144,7 @@ namespace Org.BouncyCastle.Ocsp if (!this.IsSigned) return null; - return req.OptionalSignature.SignatureAlgorithm.ObjectID.Id; + return req.OptionalSignature.SignatureAlgorithm.Algorithm.Id; } } @@ -153,10 +153,10 @@ namespace Org.BouncyCastle.Ocsp if (!this.IsSigned) return null; - return req.OptionalSignature.SignatureValue.GetBytes(); + return req.OptionalSignature.GetSignatureOctets(); } - private IList GetCertList() + private IList GetCertList() { // load the certificates if we have any diff --git a/crypto/src/openpgp/PgpEncryptedData.cs b/crypto/src/openpgp/PgpEncryptedData.cs index 0d237b56c..558e0b8a2 100644 --- a/crypto/src/openpgp/PgpEncryptedData.cs +++ b/crypto/src/openpgp/PgpEncryptedData.cs @@ -81,7 +81,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp Array.Copy(lookAhead, bufStart, buf, pos, len); bufStart += len; - return pos + len - off;; + return pos + len - off; } internal byte[] GetLookAhead() diff --git a/crypto/src/openpgp/PgpLiteralDataGenerator.cs b/crypto/src/openpgp/PgpLiteralDataGenerator.cs index 96078bf3e..7672659ca 100644 --- a/crypto/src/openpgp/PgpLiteralDataGenerator.cs +++ b/crypto/src/openpgp/PgpLiteralDataGenerator.cs @@ -142,7 +142,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp } #if !PORTABLE || DOTNET - /// <summary> + /// <summary> /// <p> /// Open a literal data packet for the passed in <c>FileInfo</c> object, returning /// an output stream for saving the file contents. diff --git a/crypto/src/openpgp/PgpPublicKeyRing.cs b/crypto/src/openpgp/PgpPublicKeyRing.cs index 7b1ac93bf..92464d64f 100644 --- a/crypto/src/openpgp/PgpPublicKeyRing.cs +++ b/crypto/src/openpgp/PgpPublicKeyRing.cs @@ -45,7 +45,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp + "tag 0x" + ((int)initialTag).ToString("X")); } - PublicKeyPacket pubPk = (PublicKeyPacket) bcpgInput.ReadPacket();; + PublicKeyPacket pubPk = (PublicKeyPacket) bcpgInput.ReadPacket(); TrustPacket trustPk = ReadOptionalTrustPacket(bcpgInput); // direct signatures and revocations diff --git a/crypto/src/openpgp/PgpPublicKeyRingBundle.cs b/crypto/src/openpgp/PgpPublicKeyRingBundle.cs index 519a2f884..91113e904 100644 --- a/crypto/src/openpgp/PgpPublicKeyRingBundle.cs +++ b/crypto/src/openpgp/PgpPublicKeyRingBundle.cs @@ -52,7 +52,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp if (pgpPub == null) { - throw new PgpException(obj.GetType().FullName + " found where PgpPublicKeyRing expected"); + throw new PgpException(Platform.GetTypeName(obj) + " found where PgpPublicKeyRing expected"); } long key = pgpPub.GetPublicKey().KeyId; @@ -113,7 +113,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp if (ignoreCase) { - userId = Platform.ToLowerInvariant(userId); + userId = Platform.ToUpperInvariant(userId); } foreach (PgpPublicKeyRing pubRing in GetKeyRings()) @@ -123,12 +123,12 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp string next = nextUserID; if (ignoreCase) { - next = Platform.ToLowerInvariant(next); + next = Platform.ToUpperInvariant(next); } if (matchPartial) { - if (next.IndexOf(userId) > -1) + if (Platform.IndexOf(next, userId) > -1) { rings.Add(pubRing); } diff --git a/crypto/src/openpgp/PgpSecretKey.cs b/crypto/src/openpgp/PgpSecretKey.cs index d3811c44c..b3986073d 100644 --- a/crypto/src/openpgp/PgpSecretKey.cs +++ b/crypto/src/openpgp/PgpSecretKey.cs @@ -1204,7 +1204,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp string curveID = SXprUtilities.ReadString(inputStream, inputStream.ReadByte()); curveName = SXprUtilities.ReadString(inputStream, inputStream.ReadByte()); - if (curveName.StartsWith("NIST ")) + if (Platform.StartsWith(curveName, "NIST ")) { curveName = curveName.Substring("NIST ".Length); } diff --git a/crypto/src/openpgp/PgpSecretKeyRingBundle.cs b/crypto/src/openpgp/PgpSecretKeyRingBundle.cs index 12c7c098c..c9f4d3959 100644 --- a/crypto/src/openpgp/PgpSecretKeyRingBundle.cs +++ b/crypto/src/openpgp/PgpSecretKeyRingBundle.cs @@ -1,6 +1,5 @@ using System; using System.Collections; -using System.Globalization; using System.IO; using Org.BouncyCastle.Utilities; @@ -53,7 +52,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp if (pgpSecret == null) { - throw new PgpException(obj.GetType().FullName + " found where PgpSecretKeyRing expected"); + throw new PgpException(Platform.GetTypeName(obj) + " found where PgpSecretKeyRing expected"); } long key = pgpSecret.GetPublicKey().KeyId; @@ -114,7 +113,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp if (ignoreCase) { - userId = Platform.ToLowerInvariant(userId); + userId = Platform.ToUpperInvariant(userId); } foreach (PgpSecretKeyRing secRing in GetKeyRings()) @@ -124,12 +123,12 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp string next = nextUserID; if (ignoreCase) { - next = Platform.ToLowerInvariant(next); + next = Platform.ToUpperInvariant(next); } if (matchPartial) { - if (next.IndexOf(userId) > -1) + if (Platform.IndexOf(next, userId) > -1) { rings.Add(secRing); } diff --git a/crypto/src/openssl/MiscPemGenerator.cs b/crypto/src/openssl/MiscPemGenerator.cs index 6b91e8b1c..22ae1eae1 100644 --- a/crypto/src/openssl/MiscPemGenerator.cs +++ b/crypto/src/openssl/MiscPemGenerator.cs @@ -3,7 +3,6 @@ using System.Collections; using System.IO; using Org.BouncyCastle.Asn1; -using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.CryptoPro; using Org.BouncyCastle.Asn1.Pkcs; using Org.BouncyCastle.Asn1.X509; @@ -127,7 +126,7 @@ namespace Org.BouncyCastle.OpenSsl } else { - throw new PemGenerationException("Object type not supported: " + obj.GetType().FullName); + throw new PemGenerationException("Object type not supported: " + Platform.GetTypeName(obj)); } return new PemObject(type, encoding); @@ -185,7 +184,7 @@ namespace Org.BouncyCastle.OpenSsl if (type == null || keyData == null) { // TODO Support other types? - throw new PemGenerationException("Object type not supported: " + obj.GetType().FullName); + throw new PemGenerationException("Object type not supported: " + Platform.GetTypeName(obj)); } @@ -197,7 +196,7 @@ namespace Org.BouncyCastle.OpenSsl dekAlgName = "DES-EDE3-CBC"; } - int ivLength = dekAlgName.StartsWith("AES-") ? 16 : 8; + int ivLength = Platform.StartsWith(dekAlgName, "AES-") ? 16 : 8; byte[] iv = new byte[ivLength]; random.NextBytes(iv); @@ -218,7 +217,7 @@ namespace Org.BouncyCastle.OpenSsl { PrivateKeyInfo info = PrivateKeyInfoFactory.CreatePrivateKeyInfo(akp); AlgorithmIdentifier algID = info.PrivateKeyAlgorithm; - DerObjectIdentifier oid = algID.ObjectID; + DerObjectIdentifier oid = algID.Algorithm; if (oid.Equals(X9ObjectIdentifiers.IdDsa)) { @@ -250,7 +249,7 @@ namespace Org.BouncyCastle.OpenSsl } else { - throw new ArgumentException("Cannot handle private key of type: " + akp.GetType().FullName, "akp"); + throw new ArgumentException("Cannot handle private key of type: " + Platform.GetTypeName(akp), "akp"); } return info.ParsePrivateKey().GetEncoded(); diff --git a/crypto/src/openssl/PEMReader.cs b/crypto/src/openssl/PEMReader.cs index ec5d1b414..9a5f99b1a 100644 --- a/crypto/src/openssl/PEMReader.cs +++ b/crypto/src/openssl/PEMReader.cs @@ -93,7 +93,7 @@ namespace Org.BouncyCastle.OpenSsl // if (parsers.Contains(obj.Type)) // return ((PemObjectParser)parsers[obj.Type]).ParseObject(obj); - if (obj.Type.EndsWith("PRIVATE KEY")) + if (Platform.EndsWith(obj.Type, "PRIVATE KEY")) return ReadPrivateKey(obj); switch (obj.Type) @@ -233,7 +233,7 @@ namespace Org.BouncyCastle.OpenSsl // // extract the key // - Debug.Assert(pemObject.Type.EndsWith("PRIVATE KEY")); + Debug.Assert(Platform.EndsWith(pemObject.Type, "PRIVATE KEY")); string type = pemObject.Type.Substring(0, pemObject.Type.Length - "PRIVATE KEY".Length).Trim(); byte[] keyBytes = pemObject.Content; @@ -311,7 +311,7 @@ namespace Org.BouncyCastle.OpenSsl case "EC": { - ECPrivateKeyStructure pKey = new ECPrivateKeyStructure(seq); + ECPrivateKeyStructure pKey = ECPrivateKeyStructure.GetInstance(seq); AlgorithmIdentifier algId = new AlgorithmIdentifier( X9ObjectIdentifiers.IdECPublicKey, pKey.GetParameters()); diff --git a/crypto/src/pkcs/Pkcs10CertificationRequest.cs b/crypto/src/pkcs/Pkcs10CertificationRequest.cs index 1789f2a70..c2504e6e5 100644 --- a/crypto/src/pkcs/Pkcs10CertificationRequest.cs +++ b/crypto/src/pkcs/Pkcs10CertificationRequest.cs @@ -344,7 +344,7 @@ namespace Org.BouncyCastle.Pkcs Platform.Dispose(streamCalculator.Stream); - return ((IVerifier)streamCalculator.GetResult()).IsVerified(sigBits.GetBytes()); + return ((IVerifier)streamCalculator.GetResult()).IsVerified(sigBits.GetOctets()); } catch (Exception e) { @@ -379,7 +379,7 @@ namespace Org.BouncyCastle.Pkcs // throw new SignatureException("IOException decoding parameters: " + e.Message); // } - if (signature.AlgorithmName.EndsWith("MGF1")) + if (Platform.EndsWith(signature.AlgorithmName, "MGF1")) { throw Platform.CreateNotImplementedException("signature algorithm with MGF1"); @@ -402,14 +402,14 @@ namespace Org.BouncyCastle.Pkcs if (asn1Params != null && !(asn1Params is Asn1Null)) { - if (sigAlgId.ObjectID.Equals(PkcsObjectIdentifiers.IdRsassaPss)) + if (sigAlgId.Algorithm.Equals(PkcsObjectIdentifiers.IdRsassaPss)) { RsassaPssParameters rsaParams = RsassaPssParameters.GetInstance(asn1Params); - return GetDigestAlgName(rsaParams.HashAlgorithm.ObjectID) + "withRSAandMGF1"; + return GetDigestAlgName(rsaParams.HashAlgorithm.Algorithm) + "withRSAandMGF1"; } } - return sigAlgId.ObjectID.Id; + return sigAlgId.Algorithm.Id; } private static string GetDigestAlgName( diff --git a/crypto/src/pkcs/Pkcs12Store.cs b/crypto/src/pkcs/Pkcs12Store.cs index ba3c208e8..52760f89b 100644 --- a/crypto/src/pkcs/Pkcs12Store.cs +++ b/crypto/src/pkcs/Pkcs12Store.cs @@ -213,7 +213,7 @@ namespace Org.BouncyCastle.Pkcs byte[] data = ((Asn1OctetString) info.Content).GetOctets(); - byte[] mac = CalculatePbeMac(algId.ObjectID, salt, itCount, password, false, data); + byte[] mac = CalculatePbeMac(algId.Algorithm, salt, itCount, password, false, data); byte[] dig = dInfo.GetDigest(); if (!Arrays.ConstantTimeAreEqual(mac, dig)) @@ -222,7 +222,7 @@ namespace Org.BouncyCastle.Pkcs throw new IOException("PKCS12 key store MAC invalid - wrong password or corrupted file."); // Try with incorrect zero length password - mac = CalculatePbeMac(algId.ObjectID, salt, itCount, password, true, data); + mac = CalculatePbeMac(algId.Algorithm, salt, itCount, password, true, data); if (!Arrays.ConstantTimeAreEqual(mac, dig)) throw new IOException("PKCS12 key store MAC invalid - wrong password or corrupted file."); @@ -1015,14 +1015,14 @@ namespace Org.BouncyCastle.Pkcs bool wrongPkcs12Zero, byte[] data) { - IBufferedCipher cipher = PbeUtilities.CreateEngine(algId.ObjectID) as IBufferedCipher; + IBufferedCipher cipher = PbeUtilities.CreateEngine(algId.Algorithm) as IBufferedCipher; if (cipher == null) - throw new Exception("Unknown encryption algorithm: " + algId.ObjectID); + throw new Exception("Unknown encryption algorithm: " + algId.Algorithm); Pkcs12PbeParams pbeParameters = Pkcs12PbeParams.GetInstance(algId.Parameters); ICipherParameters cipherParams = PbeUtilities.GenerateCipherParameters( - algId.ObjectID, password, wrongPkcs12Zero, pbeParameters); + algId.Algorithm, password, wrongPkcs12Zero, pbeParameters); cipher.Init(forEncryption, cipherParams); return cipher.DoFinal(data); } @@ -1052,13 +1052,13 @@ namespace Org.BouncyCastle.Pkcs public object Remove( string alias) { - string lower = Platform.ToLowerInvariant(alias); - string k = (string) keys[lower]; + string upper = Platform.ToUpperInvariant(alias); + string k = (string)keys[upper]; if (k == null) return null; - keys.Remove(lower); + keys.Remove(upper); object o = orig[k]; orig.Remove(k); @@ -1070,8 +1070,8 @@ namespace Org.BouncyCastle.Pkcs { get { - string lower = Platform.ToLowerInvariant(alias); - string k = (string)keys[lower]; + string upper = Platform.ToUpperInvariant(alias); + string k = (string)keys[upper]; if (k == null) return null; @@ -1080,13 +1080,13 @@ namespace Org.BouncyCastle.Pkcs } set { - string lower = Platform.ToLowerInvariant(alias); - string k = (string)keys[lower]; + string upper = Platform.ToUpperInvariant(alias); + string k = (string)keys[upper]; if (k != null) { orig.Remove(k); } - keys[lower] = alias; + keys[upper] = alias; orig[alias] = value; } } diff --git a/crypto/src/pkcs/Pkcs12Utilities.cs b/crypto/src/pkcs/Pkcs12Utilities.cs index d35c8b6a2..923eca5a5 100644 --- a/crypto/src/pkcs/Pkcs12Utilities.cs +++ b/crypto/src/pkcs/Pkcs12Utilities.cs @@ -56,10 +56,10 @@ namespace Org.BouncyCastle.Pkcs int itCount = mData.IterationCount.IntValue; byte[] data = Asn1OctetString.GetInstance(info.Content).GetOctets(); byte[] res = Pkcs12Store.CalculatePbeMac( - mData.Mac.AlgorithmID.ObjectID, mData.GetSalt(), itCount, passwd, false, data); + mData.Mac.AlgorithmID.Algorithm, mData.GetSalt(), itCount, passwd, false, data); AlgorithmIdentifier algId = new AlgorithmIdentifier( - mData.Mac.AlgorithmID.ObjectID, DerNull.Instance); + mData.Mac.AlgorithmID.Algorithm, DerNull.Instance); DigestInfo dInfo = new DigestInfo(algId, res); mData = new MacData(dInfo, mData.GetSalt(), itCount); diff --git a/crypto/src/pkcs/PrivateKeyInfoFactory.cs b/crypto/src/pkcs/PrivateKeyInfoFactory.cs index 723d50f08..a349a11d2 100644 --- a/crypto/src/pkcs/PrivateKeyInfoFactory.cs +++ b/crypto/src/pkcs/PrivateKeyInfoFactory.cs @@ -106,49 +106,46 @@ namespace Org.BouncyCastle.Pkcs if (key is ECPrivateKeyParameters) { - ECPrivateKeyParameters _key = (ECPrivateKeyParameters)key; + ECPrivateKeyParameters priv = (ECPrivateKeyParameters)key; + ECDomainParameters dp = priv.Parameters; + int orderBitLength = dp.N.BitLength; + AlgorithmIdentifier algID; ECPrivateKeyStructure ec; - if (_key.AlgorithmName == "ECGOST3410") + if (priv.AlgorithmName == "ECGOST3410") { - if (_key.PublicKeyParamSet == null) + if (priv.PublicKeyParamSet == null) throw Platform.CreateNotImplementedException("Not a CryptoPro parameter set"); Gost3410PublicKeyAlgParameters gostParams = new Gost3410PublicKeyAlgParameters( - _key.PublicKeyParamSet, CryptoProObjectIdentifiers.GostR3411x94CryptoProParamSet); + priv.PublicKeyParamSet, CryptoProObjectIdentifiers.GostR3411x94CryptoProParamSet); - algID = new AlgorithmIdentifier( - CryptoProObjectIdentifiers.GostR3410x2001, - gostParams.ToAsn1Object()); + algID = new AlgorithmIdentifier(CryptoProObjectIdentifiers.GostR3410x2001, gostParams); // TODO Do we need to pass any parameters here? - ec = new ECPrivateKeyStructure(_key.D); + ec = new ECPrivateKeyStructure(orderBitLength, priv.D); } else { X962Parameters x962; - if (_key.PublicKeyParamSet == null) + if (priv.PublicKeyParamSet == null) { - ECDomainParameters kp = _key.Parameters; - X9ECParameters ecP = new X9ECParameters(kp.Curve, kp.G, kp.N, kp.H, kp.GetSeed()); - + X9ECParameters ecP = new X9ECParameters(dp.Curve, dp.G, dp.N, dp.H, dp.GetSeed()); x962 = new X962Parameters(ecP); } else { - x962 = new X962Parameters(_key.PublicKeyParamSet); + x962 = new X962Parameters(priv.PublicKeyParamSet); } - Asn1Object x962Object = x962.ToAsn1Object(); - // TODO Possible to pass the publicKey bitstring here? - ec = new ECPrivateKeyStructure(_key.D, x962Object); + ec = new ECPrivateKeyStructure(orderBitLength, priv.D, x962); - algID = new AlgorithmIdentifier(X9ObjectIdentifiers.IdECPublicKey, x962Object); + algID = new AlgorithmIdentifier(X9ObjectIdentifiers.IdECPublicKey, x962); } - return new PrivateKeyInfo(algID, ec.ToAsn1Object()); + return new PrivateKeyInfo(algID, ec); } if (key is Gost3410PrivateKeyParameters) @@ -176,7 +173,7 @@ namespace Org.BouncyCastle.Pkcs return new PrivateKeyInfo(algID, new DerOctetString(keyBytes)); } - throw new ArgumentException("Class provided is not convertible: " + key.GetType().FullName); + throw new ArgumentException("Class provided is not convertible: " + Platform.GetTypeName(key)); } public static PrivateKeyInfo CreatePrivateKeyInfo( @@ -195,7 +192,7 @@ namespace Org.BouncyCastle.Pkcs IBufferedCipher cipher = PbeUtilities.CreateEngine(algID) as IBufferedCipher; if (cipher == null) - throw new Exception("Unknown encryption algorithm: " + algID.ObjectID); + throw new Exception("Unknown encryption algorithm: " + algID.Algorithm); ICipherParameters cipherParameters = PbeUtilities.GenerateCipherParameters( algID, passPhrase, wrongPkcs12Zero); diff --git a/crypto/src/pkix/PkixCertPath.cs b/crypto/src/pkix/PkixCertPath.cs index d03709167..3c428f6fb 100644 --- a/crypto/src/pkix/PkixCertPath.cs +++ b/crypto/src/pkix/PkixCertPath.cs @@ -357,7 +357,7 @@ namespace Org.BouncyCastle.Pkix public virtual byte[] GetEncoded( string encoding) { - if (Platform.CompareIgnoreCase(encoding, "PkiPath") == 0) + if (Platform.EqualsIgnoreCase(encoding, "PkiPath")) { Asn1EncodableVector v = new Asn1EncodableVector(); @@ -368,7 +368,7 @@ namespace Org.BouncyCastle.Pkix return ToDerEncoded(new DerSequence(v)); } - else if (Platform.CompareIgnoreCase(encoding, "PKCS7") == 0) + else if (Platform.EqualsIgnoreCase(encoding, "PKCS7")) { Asn1.Pkcs.ContentInfo encInfo = new Asn1.Pkcs.ContentInfo( PkcsObjectIdentifiers.Data, null); @@ -389,7 +389,7 @@ namespace Org.BouncyCastle.Pkix return ToDerEncoded(new Asn1.Pkcs.ContentInfo(PkcsObjectIdentifiers.SignedData, sd)); } - else if (Platform.CompareIgnoreCase(encoding, "PEM") == 0) + else if (Platform.EqualsIgnoreCase(encoding, "PEM")) { MemoryStream bOut = new MemoryStream(); PemWriter pWrt = new PemWriter(new StreamWriter(bOut)); diff --git a/crypto/src/pkix/PkixCertPathBuilder.cs b/crypto/src/pkix/PkixCertPathBuilder.cs index 7082fe409..fa38a5ec0 100644 --- a/crypto/src/pkix/PkixCertPathBuilder.cs +++ b/crypto/src/pkix/PkixCertPathBuilder.cs @@ -42,7 +42,7 @@ namespace Org.BouncyCastle.Pkix throw new PkixCertPathBuilderException( "TargetConstraints must be an instance of " + typeof(X509CertStoreSelector).FullName + " for " - + this.GetType() + " class."); + + Platform.GetTypeName(this) + " class."); } ISet targets = new HashSet(); diff --git a/crypto/src/pkix/PkixCertPathValidator.cs b/crypto/src/pkix/PkixCertPathValidator.cs index 7eb838886..fcfa63837 100644 --- a/crypto/src/pkix/PkixCertPathValidator.cs +++ b/crypto/src/pkix/PkixCertPathValidator.cs @@ -204,7 +204,7 @@ namespace Org.BouncyCastle.Pkix "Algorithm identifier of public key of trust anchor could not be read.", e, certPath, -1); } -// DerObjectIdentifier workingPublicKeyAlgorithm = workingAlgId.ObjectID; +// DerObjectIdentifier workingPublicKeyAlgorithm = workingAlgId.Algorithm; // Asn1Encodable workingPublicKeyParameters = workingAlgId.Parameters; // @@ -358,7 +358,7 @@ namespace Org.BouncyCastle.Pkix workingAlgId = PkixCertPathValidatorUtilities.GetAlgorithmIdentifier(workingPublicKey); // (f) -// workingPublicKeyAlgorithm = workingAlgId.ObjectID; +// workingPublicKeyAlgorithm = workingAlgId.Algorithm; // (e) // workingPublicKeyParameters = workingAlgId.Parameters; } diff --git a/crypto/src/pkix/PkixCertPathValidatorUtilities.cs b/crypto/src/pkix/PkixCertPathValidatorUtilities.cs index acea77856..a2704a746 100644 --- a/crypto/src/pkix/PkixCertPathValidatorUtilities.cs +++ b/crypto/src/pkix/PkixCertPathValidatorUtilities.cs @@ -230,7 +230,7 @@ namespace Org.BouncyCastle.Pkix { try { - if (location.StartsWith("ldap://")) + if (Platform.StartsWith(location, "ldap://")) { // ldap://directory.d-trust.net/CN=D-TRUST // Qualified CA 2003 1:PN,O=D-Trust GmbH,C=DE diff --git a/crypto/src/pkix/PkixNameConstraintValidator.cs b/crypto/src/pkix/PkixNameConstraintValidator.cs index cf944beae..f4ae73925 100644 --- a/crypto/src/pkix/PkixNameConstraintValidator.cs +++ b/crypto/src/pkix/PkixNameConstraintValidator.cs @@ -662,7 +662,7 @@ namespace Org.BouncyCastle.Pkix private bool WithinDomain(String testDomain, String domain) { String tempDomain = domain; - if (tempDomain.StartsWith(".")) + if (Platform.StartsWith(tempDomain, ".")) { tempDomain = tempDomain.Substring(1); } @@ -685,7 +685,7 @@ namespace Org.BouncyCastle.Pkix return false; } } - else if (!(Platform.CompareIgnoreCase(testDomainParts[i + d], domainParts[i]) == 0)) + else if (!Platform.EqualsIgnoreCase(testDomainParts[i + d], domainParts[i])) { return false; } @@ -737,7 +737,7 @@ namespace Org.BouncyCastle.Pkix String str = ((String)it.Current); // is sub domain or the same - if (WithinDomain(dns, str) || (Platform.CompareIgnoreCase(dns, str) == 0)) + if (WithinDomain(dns, str) || Platform.EqualsIgnoreCase(dns, str)) { throw new PkixNameConstraintValidatorException( "DNS is from an excluded subtree."); @@ -763,7 +763,7 @@ namespace Org.BouncyCastle.Pkix // both are a particular mailbox if (email2.IndexOf('@') != -1) { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { union.Add(email1); } @@ -774,7 +774,7 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(_sub, email2)) { @@ -789,7 +789,7 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(_sub, email2) == 0) + if (Platform.EqualsIgnoreCase(_sub, email2)) { union.Add(email2); } @@ -801,7 +801,7 @@ namespace Org.BouncyCastle.Pkix } } // email1 specifies a domain - else if (email1.StartsWith(".")) + else if (Platform.StartsWith(email1, ".")) { if (email2.IndexOf('@') != -1) { @@ -817,9 +817,9 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { - if (WithinDomain(email1, email2) || Platform.CompareIgnoreCase(email1, email2) == 0) + if (WithinDomain(email1, email2) || Platform.EqualsIgnoreCase(email1, email2)) { union.Add(email2); } @@ -852,7 +852,7 @@ namespace Org.BouncyCastle.Pkix if (email2.IndexOf('@') != -1) { String _sub = email2.Substring(email1.IndexOf('@') + 1); - if (Platform.CompareIgnoreCase(_sub, email1) == 0) + if (Platform.EqualsIgnoreCase(_sub, email1)) { union.Add(email1); } @@ -863,7 +863,7 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(email1, email2)) { @@ -878,7 +878,7 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { union.Add(email1); } @@ -900,7 +900,7 @@ namespace Org.BouncyCastle.Pkix // both are a particular mailbox if (email2.IndexOf('@') != -1) { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { union.Add(email1); } @@ -911,7 +911,7 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(_sub, email2)) { @@ -926,7 +926,7 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(_sub, email2) == 0) + if (Platform.EqualsIgnoreCase(_sub, email2)) { union.Add(email2); } @@ -939,7 +939,7 @@ namespace Org.BouncyCastle.Pkix } } // email1 specifies a domain - else if (email1.StartsWith(".")) + else if (Platform.StartsWith(email1, ".")) { if (email2.IndexOf('@') != -1) { @@ -955,9 +955,9 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { - if (WithinDomain(email1, email2) || Platform.CompareIgnoreCase(email1, email2) == 0) + if (WithinDomain(email1, email2) || Platform.EqualsIgnoreCase(email1, email2)) { union.Add(email2); } @@ -990,7 +990,7 @@ namespace Org.BouncyCastle.Pkix if (email2.IndexOf('@') != -1) { String _sub = email2.Substring(email1.IndexOf('@') + 1); - if (Platform.CompareIgnoreCase(_sub, email1) == 0) + if (Platform.EqualsIgnoreCase(_sub, email1)) { union.Add(email1); } @@ -1001,7 +1001,7 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(email1, email2)) { @@ -1016,7 +1016,7 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { union.Add(email1); } @@ -1122,13 +1122,13 @@ namespace Org.BouncyCastle.Pkix // both are a particular mailbox if (email2.IndexOf('@') != -1) { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { intersect.Add(email1); } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(_sub, email2)) { @@ -1138,14 +1138,14 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(_sub, email2) == 0) + if (Platform.EqualsIgnoreCase(_sub, email2)) { intersect.Add(email1); } } } // email specifies a domain - else if (email1.StartsWith(".")) + else if (Platform.StartsWith(email1, ".")) { if (email2.IndexOf('@') != -1) { @@ -1156,9 +1156,9 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { - if (WithinDomain(email1, email2) || (Platform.CompareIgnoreCase(email1, email2) == 0)) + if (WithinDomain(email1, email2) || Platform.EqualsIgnoreCase(email1, email2)) { intersect.Add(email1); } @@ -1181,13 +1181,13 @@ namespace Org.BouncyCastle.Pkix if (email2.IndexOf('@') != -1) { String _sub = email2.Substring(email2.IndexOf('@') + 1); - if (Platform.CompareIgnoreCase(_sub, email1) == 0) + if (Platform.EqualsIgnoreCase(_sub, email1)) { intersect.Add(email2); } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(email1, email2)) { @@ -1197,7 +1197,7 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { intersect.Add(email1); } @@ -1291,13 +1291,13 @@ namespace Org.BouncyCastle.Pkix // both are a particular mailbox if (email2.IndexOf('@') != -1) { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { intersect.Add(email1); } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(_sub, email2)) { @@ -1307,14 +1307,14 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(_sub, email2) == 0) + if (Platform.EqualsIgnoreCase(_sub, email2)) { intersect.Add(email1); } } } // email specifies a domain - else if (email1.StartsWith(".")) + else if (Platform.StartsWith(email1, ".")) { if (email2.IndexOf('@') != -1) { @@ -1325,9 +1325,9 @@ namespace Org.BouncyCastle.Pkix } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { - if (WithinDomain(email1, email2) || (Platform.CompareIgnoreCase(email1, email2) == 0)) + if (WithinDomain(email1, email2) || Platform.EqualsIgnoreCase(email1, email2)) { intersect.Add(email1); } @@ -1350,13 +1350,13 @@ namespace Org.BouncyCastle.Pkix if (email2.IndexOf('@') != -1) { String _sub = email2.Substring(email2.IndexOf('@') + 1); - if (Platform.CompareIgnoreCase(_sub, email1) == 0) + if (Platform.EqualsIgnoreCase(_sub, email1)) { intersect.Add(email2); } } // email2 specifies a domain - else if (email2.StartsWith(".")) + else if (Platform.StartsWith(email2, ".")) { if (WithinDomain(email1, email2)) { @@ -1366,7 +1366,7 @@ namespace Org.BouncyCastle.Pkix // email2 specifies a particular host else { - if (Platform.CompareIgnoreCase(email1, email2) == 0) + if (Platform.EqualsIgnoreCase(email1, email2)) { intersect.Add(email1); } @@ -1405,9 +1405,9 @@ namespace Org.BouncyCastle.Pkix { String host = ExtractHostFromURL(uri); // a host - if (!constraint.StartsWith(".")) + if (!Platform.StartsWith(constraint, ".")) { - if (Platform.CompareIgnoreCase(host, constraint) == 0) + if (Platform.EqualsIgnoreCase(host, constraint)) { return true; } @@ -1428,9 +1428,10 @@ namespace Org.BouncyCastle.Pkix // remove ':' after protocol, e.g. http: String sub = url.Substring(url.IndexOf(':') + 1); // extract host from Common Internet Scheme Syntax, e.g. http:// - if (sub.IndexOf("//") != -1) + int idxOfSlashes = Platform.IndexOf(sub, "//"); + if (idxOfSlashes != -1) { - sub = sub.Substring(sub.IndexOf("//") + 2); + sub = sub.Substring(idxOfSlashes + 2); } // first remove port, e.g. http://test.com:21 if (sub.LastIndexOf(':') != -1) diff --git a/crypto/src/pkix/PkixParameters.cs b/crypto/src/pkix/PkixParameters.cs index 47d3b5e37..01ed9d4fa 100644 --- a/crypto/src/pkix/PkixParameters.cs +++ b/crypto/src/pkix/PkixParameters.cs @@ -737,7 +737,7 @@ namespace Org.BouncyCastle.Pkix if (!(obj is TrustAnchor)) { throw new InvalidCastException("All elements of set must be " - + "of type " + typeof(TrustAnchor).Name + "."); + + "of type " + typeof(TrustAnchor).FullName + "."); } } this.trustedACIssuers = new HashSet(trustedACIssuers); diff --git a/crypto/src/security/CipherUtilities.cs b/crypto/src/security/CipherUtilities.cs index cdb711f69..3217f3183 100644 --- a/crypto/src/security/CipherUtilities.cs +++ b/crypto/src/security/CipherUtilities.cs @@ -54,6 +54,10 @@ namespace Org.BouncyCastle.Security SERPENT, SKIPJACK, TEA, + THREEFISH_256, + THREEFISH_512, + THREEFISH_1024, + TNEPRES, TWOFISH, VMPC, VMPC_KSA3, @@ -278,9 +282,9 @@ namespace Org.BouncyCastle.Security - if (algorithm.StartsWith("PBE")) + if (Platform.StartsWith(algorithm, "PBE")) { - if (algorithm.EndsWith("-CBC")) + if (Platform.EndsWith(algorithm, "-CBC")) { if (algorithm == "PBEWITHSHA1ANDDES-CBC") { @@ -305,7 +309,7 @@ namespace Org.BouncyCastle.Security new CbcBlockCipher(new RC2Engine())); } } - else if (algorithm.EndsWith("-BC") || algorithm.EndsWith("-OPENSSL")) + else if (Platform.EndsWith(algorithm, "-BC") || Platform.EndsWith(algorithm, "-OPENSSL")) { if (Strings.IsOneOf(algorithm, "PBEWITHSHAAND128BITAES-CBC-BC", @@ -432,6 +436,18 @@ namespace Org.BouncyCastle.Security case CipherAlgorithm.TEA: blockCipher = new TeaEngine(); break; + case CipherAlgorithm.THREEFISH_256: + blockCipher = new ThreefishEngine(ThreefishEngine.BLOCKSIZE_256); + break; + case CipherAlgorithm.THREEFISH_512: + blockCipher = new ThreefishEngine(ThreefishEngine.BLOCKSIZE_512); + break; + case CipherAlgorithm.THREEFISH_1024: + blockCipher = new ThreefishEngine(ThreefishEngine.BLOCKSIZE_1024); + break; + case CipherAlgorithm.TNEPRES: + blockCipher = new TnepresEngine(); + break; case CipherAlgorithm.TWOFISH: blockCipher = new TwofishEngine(); break; @@ -725,6 +741,10 @@ namespace Org.BouncyCastle.Security case CipherAlgorithm.SERPENT: return new SerpentEngine(); case CipherAlgorithm.SKIPJACK: return new SkipjackEngine(); case CipherAlgorithm.TEA: return new TeaEngine(); + case CipherAlgorithm.THREEFISH_256: return new ThreefishEngine(ThreefishEngine.BLOCKSIZE_256); + case CipherAlgorithm.THREEFISH_512: return new ThreefishEngine(ThreefishEngine.BLOCKSIZE_512); + case CipherAlgorithm.THREEFISH_1024: return new ThreefishEngine(ThreefishEngine.BLOCKSIZE_1024); + case CipherAlgorithm.TNEPRES: return new TnepresEngine(); case CipherAlgorithm.TWOFISH: return new TwofishEngine(); case CipherAlgorithm.XTEA: return new XteaEngine(); default: diff --git a/crypto/src/security/GeneratorUtilities.cs b/crypto/src/security/GeneratorUtilities.cs index 45fbc9425..3beebd05b 100644 --- a/crypto/src/security/GeneratorUtilities.cs +++ b/crypto/src/security/GeneratorUtilities.cs @@ -109,6 +109,10 @@ namespace Org.BouncyCastle.Security AddKgAlgorithm("SERPENT"); AddKgAlgorithm("SKIPJACK"); AddKgAlgorithm("TEA"); + AddKgAlgorithm("THREEFISH-256"); + AddKgAlgorithm("THREEFISH-512"); + AddKgAlgorithm("THREEFISH-1024"); + AddKgAlgorithm("TNEPRES"); AddKgAlgorithm("TWOFISH"); AddKgAlgorithm("VMPC"); AddKgAlgorithm("VMPC-KSA3"); @@ -178,14 +182,13 @@ namespace Org.BouncyCastle.Security "RC2", "RC4", "RC5", "SALSA20", "SEED", "TEA", "XTEA", "VMPC", "VMPC-KSA3"); AddDefaultKeySizeEntries(160, "HMACRIPEMD160", "HMACSHA1"); AddDefaultKeySizeEntries(192, "AES", "AES192", "CAMELLIA192", "DESEDE3", "HMACTIGER", - "RIJNDAEL", "SERPENT"); - AddDefaultKeySizeEntries(224, "HMACSHA224"); + "RIJNDAEL", "SERPENT", "TNEPRES"); + AddDefaultKeySizeEntries(224, "HMACSHA224", "HMACSHA512/224"); AddDefaultKeySizeEntries(256, "AES256", "CAMELLIA", "CAMELLIA256", "CAST6", "GOST28147", - "HC256", "HMACSHA256", "RC5-64", "RC6", "TWOFISH"); + "HC256", "HMACSHA256", "HMACSHA512/256", "RC5-64", "RC6", "THREEFISH-256", "TWOFISH"); AddDefaultKeySizeEntries(384, "HMACSHA384"); - AddDefaultKeySizeEntries(512, "HMACSHA512"); - AddDefaultKeySizeEntries(224, "HMACSHA512/224"); - AddDefaultKeySizeEntries(256, "HMACSHA512/256"); + AddDefaultKeySizeEntries(512, "HMACSHA512", "THREEFISH-512"); + AddDefaultKeySizeEntries(1024, "THREEFISH-1024"); } private static void AddDefaultKeySizeEntries(int size, params string[] algorithms) @@ -299,7 +302,7 @@ namespace Org.BouncyCastle.Security return new DsaKeyPairGenerator(); // "EC", "ECDH", "ECDHC", "ECDSA", "ECGOST3410", "ECMQV" - if (canonicalName.StartsWith("EC")) + if (Platform.StartsWith(canonicalName, "EC")) return new ECKeyPairGenerator(canonicalName); if (canonicalName == "ELGAMAL") diff --git a/crypto/src/security/MacUtilities.cs b/crypto/src/security/MacUtilities.cs index d7fe91142..fab9b1d41 100644 --- a/crypto/src/security/MacUtilities.cs +++ b/crypto/src/security/MacUtilities.cs @@ -1,4 +1,6 @@ +using System; using System.Collections; +using System.Globalization; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Iana; @@ -112,15 +114,15 @@ namespace Org.BouncyCastle.Security mechanism = upper; } - if (mechanism.StartsWith("PBEWITH")) + if (Platform.StartsWith(mechanism, "PBEWITH")) { mechanism = mechanism.Substring("PBEWITH".Length); } - if (mechanism.StartsWith("HMAC")) + if (Platform.StartsWith(mechanism, "HMAC")) { string digestName; - if (mechanism.StartsWith("HMAC-") || mechanism.StartsWith("HMAC/")) + if (Platform.StartsWith(mechanism, "HMAC-") || Platform.StartsWith(mechanism, "HMAC/")) { digestName = mechanism.Substring(5); } diff --git a/crypto/src/security/ParameterUtilities.cs b/crypto/src/security/ParameterUtilities.cs index b2d7c0dff..c12155878 100644 --- a/crypto/src/security/ParameterUtilities.cs +++ b/crypto/src/security/ParameterUtilities.cs @@ -104,6 +104,10 @@ namespace Org.BouncyCastle.Security AddAlgorithm("SERPENT"); AddAlgorithm("SKIPJACK"); AddAlgorithm("TEA"); + AddAlgorithm("THREEFISH-256"); + AddAlgorithm("THREEFISH-512"); + AddAlgorithm("THREEFISH-1024"); + AddAlgorithm("TNEPRES"); AddAlgorithm("TWOFISH"); AddAlgorithm("VMPC"); AddAlgorithm("VMPC-KSA3"); diff --git a/crypto/src/security/PbeUtilities.cs b/crypto/src/security/PbeUtilities.cs index 56d68ba0a..33f31e5b4 100644 --- a/crypto/src/security/PbeUtilities.cs +++ b/crypto/src/security/PbeUtilities.cs @@ -345,7 +345,7 @@ namespace Org.BouncyCastle.Security AlgorithmIdentifier algID, char[] password) { - return GenerateCipherParameters(algID.ObjectID.Id, password, false, algID.Parameters); + return GenerateCipherParameters(algID.Algorithm.Id, password, false, algID.Parameters); } public static ICipherParameters GenerateCipherParameters( @@ -353,7 +353,7 @@ namespace Org.BouncyCastle.Security char[] password, bool wrongPkcs12Zero) { - return GenerateCipherParameters(algID.ObjectID.Id, password, wrongPkcs12Zero, algID.Parameters); + return GenerateCipherParameters(algID.Algorithm.Id, password, wrongPkcs12Zero, algID.Parameters); } public static ICipherParameters GenerateCipherParameters( @@ -401,10 +401,10 @@ namespace Org.BouncyCastle.Security { PbeS2Parameters s2p = PbeS2Parameters.GetInstance(pbeParameters.ToAsn1Object()); AlgorithmIdentifier encScheme = s2p.EncryptionScheme; - DerObjectIdentifier encOid = encScheme.ObjectID; + DerObjectIdentifier encOid = encScheme.Algorithm; Asn1Object encParams = encScheme.Parameters.ToAsn1Object(); - // TODO What about s2p.KeyDerivationFunc.ObjectID? + // TODO What about s2p.KeyDerivationFunc.Algorithm? Pbkdf2Params pbeParams = Pbkdf2Params.GetInstance(s2p.KeyDerivationFunc.Parameters.ToAsn1Object()); byte[] iv; @@ -444,7 +444,7 @@ namespace Org.BouncyCastle.Security } } } - else if (mechanism.StartsWith("PBEwithSHA-1")) + else if (Platform.StartsWith(mechanism, "PBEwithSHA-1")) { PbeParametersGenerator generator = MakePbeGenerator( (string) algorithmType[mechanism], new Sha1Digest(), keyBytes, salt, iterationCount); @@ -494,7 +494,7 @@ namespace Org.BouncyCastle.Security parameters = generator.GenerateDerivedParameters("RC2", 64, 64); } } - else if (mechanism.StartsWith("PBEwithSHA-256")) + else if (Platform.StartsWith(mechanism, "PBEwithSHA-256")) { PbeParametersGenerator generator = MakePbeGenerator( (string) algorithmType[mechanism], new Sha256Digest(), keyBytes, salt, iterationCount); @@ -512,7 +512,7 @@ namespace Org.BouncyCastle.Security parameters = generator.GenerateDerivedParameters("AES", 256, 128); } } - else if (mechanism.StartsWith("PBEwithMD5")) + else if (Platform.StartsWith(mechanism, "PBEwithMD5")) { PbeParametersGenerator generator = MakePbeGenerator( (string)algorithmType[mechanism], new MD5Digest(), keyBytes, salt, iterationCount); @@ -538,7 +538,7 @@ namespace Org.BouncyCastle.Security parameters = generator.GenerateDerivedParameters("AES", 256, 128); } } - else if (mechanism.StartsWith("PBEwithMD2")) + else if (Platform.StartsWith(mechanism, "PBEwithMD2")) { PbeParametersGenerator generator = MakePbeGenerator( (string)algorithmType[mechanism], new MD2Digest(), keyBytes, salt, iterationCount); @@ -551,7 +551,7 @@ namespace Org.BouncyCastle.Security parameters = generator.GenerateDerivedParameters("RC2", 64, 64); } } - else if (mechanism.StartsWith("PBEwithHmac")) + else if (Platform.StartsWith(mechanism, "PBEwithHmac")) { string digestName = mechanism.Substring("PBEwithHmac".Length); IDigest digest = DigestUtilities.GetDigest(digestName); @@ -577,13 +577,13 @@ namespace Org.BouncyCastle.Security public static object CreateEngine( AlgorithmIdentifier algID) { - string algorithm = algID.ObjectID.Id; + string algorithm = algID.Algorithm.Id; if (IsPkcs5Scheme2(algorithm)) { PbeS2Parameters s2p = PbeS2Parameters.GetInstance(algID.Parameters.ToAsn1Object()); AlgorithmIdentifier encScheme = s2p.EncryptionScheme; - return CipherUtilities.GetCipher(encScheme.ObjectID); + return CipherUtilities.GetCipher(encScheme.Algorithm); } return CreateEngine(algorithm); @@ -594,39 +594,39 @@ namespace Org.BouncyCastle.Security { string mechanism = (string)algorithms[Platform.ToUpperInvariant(algorithm)]; - if (mechanism.StartsWith("PBEwithHmac")) + if (Platform.StartsWith(mechanism, "PBEwithHmac")) { string digestName = mechanism.Substring("PBEwithHmac".Length); return MacUtilities.GetMac("HMAC/" + digestName); } - if (mechanism.StartsWith("PBEwithMD2") - || mechanism.StartsWith("PBEwithMD5") - || mechanism.StartsWith("PBEwithSHA-1") - || mechanism.StartsWith("PBEwithSHA-256")) + if (Platform.StartsWith(mechanism, "PBEwithMD2") + || Platform.StartsWith(mechanism, "PBEwithMD5") + || Platform.StartsWith(mechanism, "PBEwithSHA-1") + || Platform.StartsWith(mechanism, "PBEwithSHA-256")) { - if (mechanism.EndsWith("AES-CBC-BC") || mechanism.EndsWith("AES-CBC-OPENSSL")) + if (Platform.EndsWith(mechanism, "AES-CBC-BC") || Platform.EndsWith(mechanism, "AES-CBC-OPENSSL")) { return CipherUtilities.GetCipher("AES/CBC"); } - if (mechanism.EndsWith("DES-CBC")) + if (Platform.EndsWith(mechanism, "DES-CBC")) { return CipherUtilities.GetCipher("DES/CBC"); } - if (mechanism.EndsWith("DESEDE-CBC")) + if (Platform.EndsWith(mechanism, "DESEDE-CBC")) { return CipherUtilities.GetCipher("DESEDE/CBC"); } - if (mechanism.EndsWith("RC2-CBC")) + if (Platform.EndsWith(mechanism, "RC2-CBC")) { return CipherUtilities.GetCipher("RC2/CBC"); } - if (mechanism.EndsWith("RC4")) + if (Platform.EndsWith(mechanism, "RC4")) { return CipherUtilities.GetCipher("RC4"); } @@ -643,7 +643,7 @@ namespace Org.BouncyCastle.Security private static ICipherParameters FixDesParity(string mechanism, ICipherParameters parameters) { - if (!mechanism.EndsWith("DES-CBC") & !mechanism.EndsWith("DESEDE-CBC")) + if (!Platform.EndsWith(mechanism, "DES-CBC") && !Platform.EndsWith(mechanism, "DESEDE-CBC")) { return parameters; } diff --git a/crypto/src/security/PrivateKeyFactory.cs b/crypto/src/security/PrivateKeyFactory.cs index edc5ef85a..8c2ecfdb0 100644 --- a/crypto/src/security/PrivateKeyFactory.cs +++ b/crypto/src/security/PrivateKeyFactory.cs @@ -45,7 +45,7 @@ namespace Org.BouncyCastle.Security PrivateKeyInfo keyInfo) { AlgorithmIdentifier algID = keyInfo.PrivateKeyAlgorithm; - DerObjectIdentifier algOid = algID.ObjectID; + DerObjectIdentifier algOid = algID.Algorithm; // TODO See RSAUtil.isRsaOid in Java build if (algOid.Equals(PkcsObjectIdentifiers.RsaEncryption) @@ -117,8 +117,7 @@ namespace Org.BouncyCastle.Security x9 = new X9ECParameters((Asn1Sequence)para.Parameters); } - ECPrivateKeyStructure ec = new ECPrivateKeyStructure( - Asn1Sequence.GetInstance(keyInfo.ParsePrivateKey())); + ECPrivateKeyStructure ec = ECPrivateKeyStructure.GetInstance(keyInfo.ParsePrivateKey()); BigInteger d = ec.GetKey(); if (para.IsNamedCurve) @@ -134,24 +133,24 @@ namespace Org.BouncyCastle.Security Gost3410PublicKeyAlgParameters gostParams = new Gost3410PublicKeyAlgParameters( Asn1Sequence.GetInstance(algID.Parameters.ToAsn1Object())); + ECDomainParameters ecP = ECGost3410NamedCurves.GetByOid(gostParams.PublicKeyParamSet); + + if (ecP == null) + throw new ArgumentException("Unrecognized curve OID for GostR3410x2001 private key"); + Asn1Object privKey = keyInfo.ParsePrivateKey(); ECPrivateKeyStructure ec; if (privKey is DerInteger) { // TODO Do we need to pass any parameters here? - ec = new ECPrivateKeyStructure(((DerInteger)privKey).Value); + ec = new ECPrivateKeyStructure(ecP.N.BitLength, ((DerInteger)privKey).Value); } else { ec = ECPrivateKeyStructure.GetInstance(privKey); } - ECDomainParameters ecP = ECGost3410NamedCurves.GetByOid(gostParams.PublicKeyParamSet); - - if (ecP == null) - throw new ArgumentException("Unrecognized curve OID for GostR3410x2001 private key"); - return new ECPrivateKeyParameters("ECGOST3410", ec.GetKey(), gostParams.PublicKeyParamSet); } else if (algOid.Equals(CryptoProObjectIdentifiers.GostR3410x94)) diff --git a/crypto/src/security/PublicKeyFactory.cs b/crypto/src/security/PublicKeyFactory.cs index 8c0be4f70..f1b28b774 100644 --- a/crypto/src/security/PublicKeyFactory.cs +++ b/crypto/src/security/PublicKeyFactory.cs @@ -44,7 +44,7 @@ namespace Org.BouncyCastle.Security SubjectPublicKeyInfo keyInfo) { AlgorithmIdentifier algID = keyInfo.AlgorithmID; - DerObjectIdentifier algOid = algID.ObjectID; + DerObjectIdentifier algOid = algID.Algorithm; // TODO See RSAUtil.isRsaOid in Java build if (algOid.Equals(PkcsObjectIdentifiers.RsaEncryption) diff --git a/crypto/src/security/SecureRandom.cs b/crypto/src/security/SecureRandom.cs index 5bad57a14..cb831acc2 100644 --- a/crypto/src/security/SecureRandom.cs +++ b/crypto/src/security/SecureRandom.cs @@ -68,11 +68,18 @@ namespace Org.BouncyCastle.Security if (autoSeed) { prng.AddSeedMaterial(NextCounterValue()); - prng.AddSeedMaterial(GetSeed(digest.GetDigestSize())); + prng.AddSeedMaterial(GetNextBytes(Master, digest.GetDigestSize())); } return prng; } + public static byte[] GetNextBytes(SecureRandom secureRandom, int length) + { + byte[] result = new byte[length]; + secureRandom.NextBytes(result); + return result; + } + /// <summary> /// Create and auto-seed an instance based on the given algorithm. /// </summary> @@ -91,7 +98,7 @@ namespace Org.BouncyCastle.Security public static SecureRandom GetInstance(string algorithm, bool autoSeed) { string upper = Platform.ToUpperInvariant(algorithm); - if (upper.EndsWith("PRNG")) + if (Platform.EndsWith(upper, "PRNG")) { string digestName = upper.Substring(0, upper.Length - "PRNG".Length); DigestRandomGenerator prng = CreatePrng(digestName, autoSeed); @@ -104,12 +111,10 @@ namespace Org.BouncyCastle.Security throw new ArgumentException("Unrecognised PRNG algorithm: " + algorithm, "algorithm"); } + [Obsolete("Call GenerateSeed() on a SecureRandom instance instead")] public static byte[] GetSeed(int length) { -#if NETCF_1_0 - lock (master) -#endif - return Master.GenerateSeed(length); + return GetNextBytes(Master, length); } protected readonly IRandomGenerator generator; @@ -145,11 +150,7 @@ namespace Org.BouncyCastle.Security public virtual byte[] GenerateSeed(int length) { - SetSeed(DateTime.Now.Ticks); - - byte[] rv = new byte[length]; - NextBytes(rv); - return rv; + return GetNextBytes(Master, length); } public virtual void SetSeed(byte[] seed) @@ -164,13 +165,7 @@ namespace Org.BouncyCastle.Security public override int Next() { - for (;;) - { - int i = NextInt() & int.MaxValue; - - if (i != int.MaxValue) - return i; - } + return NextInt() & int.MaxValue; } public override int Next(int maxValue) @@ -184,11 +179,9 @@ namespace Org.BouncyCastle.Security } // Test whether maxValue is a power of 2 - if ((maxValue & -maxValue) == maxValue) + if ((maxValue & (maxValue - 1)) == 0) { - int val = NextInt() & int.MaxValue; - long lr = ((long) maxValue * (long) val) >> 31; - return (int) lr; + return NextInt() & (maxValue - 1); } int bits, result; @@ -244,16 +237,17 @@ namespace Org.BouncyCastle.Security public virtual int NextInt() { - byte[] intBytes = new byte[4]; - NextBytes(intBytes); - - int result = 0; - for (int i = 0; i < 4; i++) - { - result = (result << 8) + (intBytes[i] & 0xff); - } - - return result; + byte[] bytes = new byte[4]; + NextBytes(bytes); + + uint result = bytes[0]; + result <<= 8; + result |= bytes[1]; + result <<= 8; + result |= bytes[2]; + result <<= 8; + result |= bytes[3]; + return (int)result; } public virtual long NextLong() diff --git a/crypto/src/security/SignerUtilities.cs b/crypto/src/security/SignerUtilities.cs index bd1515147..9a4915b46 100644 --- a/crypto/src/security/SignerUtilities.cs +++ b/crypto/src/security/SignerUtilities.cs @@ -312,7 +312,7 @@ namespace Org.BouncyCastle.Security return GetPssX509Parameters("SHA-1"); } - if (mechanism.EndsWith("withRSAandMGF1")) + if (Platform.EndsWith(mechanism, "withRSAandMGF1")) { string digestName = mechanism.Substring(0, mechanism.Length - "withRSAandMGF1".Length); return GetPssX509Parameters(digestName); @@ -534,10 +534,10 @@ namespace Org.BouncyCastle.Security return new Iso9796d2Signer(new RsaBlindedEngine(), new RipeMD160Digest(), true); } - if (mechanism.EndsWith("/X9.31")) + if (Platform.EndsWith(mechanism, "/X9.31")) { string x931 = mechanism.Substring(0, mechanism.Length - "/X9.31".Length); - int withPos = x931.IndexOf("WITH"); + int withPos = Platform.IndexOf(x931, "WITH"); if (withPos > 0) { int endPos = withPos + "WITH".Length; diff --git a/crypto/src/tsp/TimeStampRequest.cs b/crypto/src/tsp/TimeStampRequest.cs index 6b9699379..f54d33e04 100644 --- a/crypto/src/tsp/TimeStampRequest.cs +++ b/crypto/src/tsp/TimeStampRequest.cs @@ -77,7 +77,7 @@ namespace Org.BouncyCastle.Tsp public string MessageImprintAlgOid { - get { return req.MessageImprint.HashAlgorithm.ObjectID.Id; } + get { return req.MessageImprint.HashAlgorithm.Algorithm.Id; } } public byte[] GetMessageImprintDigest() diff --git a/crypto/src/tsp/TimeStampResponseGenerator.cs b/crypto/src/tsp/TimeStampResponseGenerator.cs index 8d798de67..b596f8d97 100644 --- a/crypto/src/tsp/TimeStampResponseGenerator.cs +++ b/crypto/src/tsp/TimeStampResponseGenerator.cs @@ -166,9 +166,8 @@ namespace Org.BouncyCastle.Tsp class FailInfo : DerBitString { - internal FailInfo( - int failInfoValue) - : base(GetBytes(failInfoValue), GetPadBits(failInfoValue)) + internal FailInfo(int failInfoValue) + : base(failInfoValue) { } } diff --git a/crypto/src/tsp/TimeStampToken.cs b/crypto/src/tsp/TimeStampToken.cs index 51a9592dc..105208a7d 100644 --- a/crypto/src/tsp/TimeStampToken.cs +++ b/crypto/src/tsp/TimeStampToken.cs @@ -271,10 +271,10 @@ namespace Org.BouncyCastle.Tsp if (certID != null) return "SHA-1"; - if (NistObjectIdentifiers.IdSha256.Equals(certIDv2.HashAlgorithm.ObjectID)) + if (NistObjectIdentifiers.IdSha256.Equals(certIDv2.HashAlgorithm.Algorithm)) return "SHA-256"; - return certIDv2.HashAlgorithm.ObjectID.Id; + return certIDv2.HashAlgorithm.Algorithm.Id; } public AlgorithmIdentifier GetHashAlgorithm() diff --git a/crypto/src/tsp/TimeStampTokenInfo.cs b/crypto/src/tsp/TimeStampTokenInfo.cs index 5027a87c4..cdef826bc 100644 --- a/crypto/src/tsp/TimeStampTokenInfo.cs +++ b/crypto/src/tsp/TimeStampTokenInfo.cs @@ -86,7 +86,7 @@ namespace Org.BouncyCastle.Tsp public string MessageImprintAlgOid { - get { return tstInfo.MessageImprint.HashAlgorithm.ObjectID.Id; } + get { return tstInfo.MessageImprint.HashAlgorithm.Algorithm.Id; } } public byte[] GetMessageImprintDigest() diff --git a/crypto/src/util/Arrays.cs b/crypto/src/util/Arrays.cs index 1f9711555..df9b4e7ee 100644 --- a/crypto/src/util/Arrays.cs +++ b/crypto/src/util/Arrays.cs @@ -591,6 +591,35 @@ namespace Org.BouncyCastle.Utilities return rv; } + public static byte[] ConcatenateAll(params byte[][] vs) + { + byte[][] nonNull = new byte[vs.Length][]; + int count = 0; + int totalLength = 0; + + for (int i = 0; i < vs.Length; ++i) + { + byte[] v = vs[i]; + if (v != null) + { + nonNull[count++] = v; + totalLength += v.Length; + } + } + + byte[] result = new byte[totalLength]; + int pos = 0; + + for (int j = 0; j < count; ++j) + { + byte[] v = nonNull[j]; + Array.Copy(v, 0, result, pos, v.Length); + pos += v.Length; + } + + return result; + } + public static int[] Concatenate(int[] a, int[] b) { if (a == null) diff --git a/crypto/src/util/Enums.cs b/crypto/src/util/Enums.cs index 660bbe73f..9e908c4c0 100644 --- a/crypto/src/util/Enums.cs +++ b/crypto/src/util/Enums.cs @@ -14,11 +14,7 @@ namespace Org.BouncyCastle.Utilities { internal static Enum GetEnumValue(System.Type enumType, string s) { -#if NEW_REFLECTION - if (!enumType.GetTypeInfo().IsEnum) -#else - if (!enumType.IsEnum) -#endif + if (!IsEnumType(enumType)) throw new ArgumentException("Not an enumeration type", "enumType"); // We only want to parse single named constants @@ -43,11 +39,7 @@ namespace Org.BouncyCastle.Utilities internal static Array GetEnumValues(System.Type enumType) { -#if NEW_REFLECTION - if (!enumType.GetTypeInfo().IsEnum) -#else - if (!enumType.IsEnum) -#endif + if (!IsEnumType(enumType)) throw new ArgumentException("Not an enumeration type", "enumType"); #if NETCF_1_0 || NETCF_2_0 || SILVERLIGHT @@ -73,5 +65,14 @@ namespace Org.BouncyCastle.Utilities int pos = (int)(DateTimeUtilities.CurrentUnixMs() & int.MaxValue) % values.Length; return (Enum)values.GetValue(pos); } + + internal static bool IsEnumType(System.Type t) + { +#if NEW_REFLECTION + return t.GetTypeInfo().IsEnum; +#else + return t.IsEnum; +#endif + } } } diff --git a/crypto/src/util/Platform.cs b/crypto/src/util/Platform.cs index d4b18f182..86484854d 100644 --- a/crypto/src/util/Platform.cs +++ b/crypto/src/util/Platform.cs @@ -13,6 +13,8 @@ namespace Org.BouncyCastle.Utilities { internal abstract class Platform { + private static readonly CompareInfo InvariantCompareInfo = CultureInfo.InvariantCulture.CompareInfo; + #if NETCF_1_0 || NETCF_2_0 private static string GetNewLine() { @@ -30,16 +32,12 @@ namespace Org.BouncyCastle.Utilities } #endif - internal static int CompareIgnoreCase(string a, string b) + internal static bool EqualsIgnoreCase(string a, string b) { -#if SILVERLIGHT - return String.Compare(a, b, StringComparison.InvariantCultureIgnoreCase); -#elif SYS_RUNTIME - return String.Compare(a, b, StringComparison.OrdinalIgnoreCase); -#elif PORTABLE - return String.Compare(a, b, CultureInfo.InvariantCulture, CompareOptions.IgnoreCase); +#if PORTABLE + return String.Equals(a, b, StringComparison.OrdinalIgnoreCase); #else - return String.Compare(a, b, true); + return ToUpperInvariant(a) == ToUpperInvariant(b); #endif } @@ -202,5 +200,30 @@ namespace Org.BouncyCastle.Utilities t.Close(); } #endif + + internal static int IndexOf(string source, string value) + { + return InvariantCompareInfo.IndexOf(source, value, CompareOptions.Ordinal); + } + + internal static int LastIndexOf(string source, string value) + { + return InvariantCompareInfo.LastIndexOf(source, value, CompareOptions.Ordinal); + } + + internal static bool StartsWith(string source, string prefix) + { + return InvariantCompareInfo.IsPrefix(source, prefix, CompareOptions.Ordinal); + } + + internal static bool EndsWith(string source, string suffix) + { + return InvariantCompareInfo.IsSuffix(source, suffix, CompareOptions.Ordinal); + } + + internal static string GetTypeName(object obj) + { + return obj.GetType().FullName; + } } } diff --git a/crypto/src/util/io/pem/PemReader.cs b/crypto/src/util/io/pem/PemReader.cs index b3284705d..bf712b6de 100644 --- a/crypto/src/util/io/pem/PemReader.cs +++ b/crypto/src/util/io/pem/PemReader.cs @@ -35,7 +35,7 @@ namespace Org.BouncyCastle.Utilities.IO.Pem { string line = reader.ReadLine(); - if (line != null && line.StartsWith(BeginString)) + if (line != null && Platform.StartsWith(line, BeginString)) { line = line.Substring(BeginString.Length); int index = line.IndexOf('-'); @@ -56,7 +56,7 @@ namespace Org.BouncyCastle.Utilities.IO.Pem string line; while ((line = reader.ReadLine()) != null - && line.IndexOf(endMarker) == -1) + && Platform.IndexOf(line, endMarker) == -1) { int colonPos = line.IndexOf(':'); @@ -69,8 +69,10 @@ namespace Org.BouncyCastle.Utilities.IO.Pem // Process field string fieldName = line.Substring(0, colonPos).Trim(); - if (fieldName.StartsWith("X-")) - fieldName = fieldName.Substring(2); + if (Platform.StartsWith(fieldName, "X-")) + { + fieldName = fieldName.Substring(2); + } string fieldValue = line.Substring(colonPos + 1).Trim(); diff --git a/crypto/src/util/net/IPAddress.cs b/crypto/src/util/net/IPAddress.cs index 2a30a15f0..38c124590 100644 --- a/crypto/src/util/net/IPAddress.cs +++ b/crypto/src/util/net/IPAddress.cs @@ -85,7 +85,7 @@ namespace Org.BouncyCastle.Utilities.Net public static bool IsValidIPv4WithNetmask( string address) { - int index = address.IndexOf("/"); + int index = address.IndexOf('/'); string mask = address.Substring(index + 1); return (index > 0) && IsValidIPv4(address.Substring(0, index)) @@ -95,7 +95,7 @@ namespace Org.BouncyCastle.Utilities.Net public static bool IsValidIPv6WithNetmask( string address) { - int index = address.IndexOf("/"); + int index = address.IndexOf('/'); string mask = address.Substring(index + 1); return (index > 0) && (IsValidIPv6(address.Substring(0, index)) diff --git a/crypto/src/x509/AttributeCertificateHolder.cs b/crypto/src/x509/AttributeCertificateHolder.cs index 3a6af4c20..04460cd59 100644 --- a/crypto/src/x509/AttributeCertificateHolder.cs +++ b/crypto/src/x509/AttributeCertificateHolder.cs @@ -103,7 +103,7 @@ namespace Org.BouncyCastle.X509 // TODO Allow 'objectDigest' to be null? holder = new Holder(new ObjectDigestInfo(digestedObjectType, otherObjectTypeID, - new AlgorithmIdentifier(digestAlgorithm), Arrays.Clone(objectDigest))); + new AlgorithmIdentifier(new DerObjectIdentifier(digestAlgorithm)), Arrays.Clone(objectDigest))); } /** @@ -147,7 +147,7 @@ namespace Org.BouncyCastle.X509 return odi == null ? null - : odi.DigestAlgorithm.ObjectID.Id; + : odi.DigestAlgorithm.Algorithm.Id; } } diff --git a/crypto/src/x509/PEMParser.cs b/crypto/src/x509/PEMParser.cs index 8c117f323..28f28ee0a 100644 --- a/crypto/src/x509/PEMParser.cs +++ b/crypto/src/x509/PEMParser.cs @@ -3,6 +3,7 @@ using System.IO; using System.Text; using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; namespace Org.BouncyCastle.X509 @@ -59,7 +60,7 @@ namespace Org.BouncyCastle.X509 while ((line = ReadLine(inStream)) != null) { - if (line.StartsWith(_header1) || line.StartsWith(_header2)) + if (Platform.StartsWith(line, _header1) || Platform.StartsWith(line, _header2)) { break; } @@ -67,7 +68,7 @@ namespace Org.BouncyCastle.X509 while ((line = ReadLine(inStream)) != null) { - if (line.StartsWith(_footer1) || line.StartsWith(_footer2)) + if (Platform.StartsWith(line, _footer1) || Platform.StartsWith(line, _footer2)) { break; } diff --git a/crypto/src/x509/SubjectPublicKeyInfoFactory.cs b/crypto/src/x509/SubjectPublicKeyInfoFactory.cs index bb6f37831..7614321d4 100644 --- a/crypto/src/x509/SubjectPublicKeyInfoFactory.cs +++ b/crypto/src/x509/SubjectPublicKeyInfoFactory.cs @@ -1,7 +1,4 @@ using System; -using System.IO; -using System.Collections; -using System.Text; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Asn1; @@ -167,7 +164,7 @@ namespace Org.BouncyCastle.X509 return new SubjectPublicKeyInfo(algID, new DerOctetString(keyBytes)); } - throw new ArgumentException("Class provided no convertible: " + key.GetType().FullName); + throw new ArgumentException("Class provided no convertible: " + Platform.GetTypeName(key)); } private static void ExtractBytes( diff --git a/crypto/src/x509/X509Certificate.cs b/crypto/src/x509/X509Certificate.cs index fc7f96aa9..6d7bd7a61 100644 --- a/crypto/src/x509/X509Certificate.cs +++ b/crypto/src/x509/X509Certificate.cs @@ -237,16 +237,16 @@ namespace Org.BouncyCastle.X509 /// <returns>A byte array containg the signature of the certificate.</returns> public virtual byte[] GetSignature() { - return c.Signature.GetBytes(); + return c.GetSignatureOctets(); } - /// <summary> + /// <summary> /// A meaningful version of the Signature Algorithm. (EG SHA1WITHRSA) /// </summary> /// <returns>A sting representing the signature algorithm.</returns> public virtual string SigAlgName { - get { return SignerUtilities.GetEncodingName(c.SignatureAlgorithm.ObjectID); } + get { return SignerUtilities.GetEncodingName(c.SignatureAlgorithm.Algorithm); } } /// <summary> @@ -255,7 +255,7 @@ namespace Org.BouncyCastle.X509 /// <returns>A string containg a '.' separated object id.</returns> public virtual string SigAlgOid { - get { return c.SignatureAlgorithm.ObjectID.Id; } + get { return c.SignatureAlgorithm.Algorithm.Id; } } /// <summary> @@ -586,7 +586,7 @@ namespace Org.BouncyCastle.X509 private static bool IsAlgIDEqual(AlgorithmIdentifier id1, AlgorithmIdentifier id2) { - if (!id1.ObjectID.Equals(id2.ObjectID)) + if (!id1.Algorithm.Equals(id2.Algorithm)) return false; Asn1Encodable p1 = id1.Parameters; diff --git a/crypto/src/x509/X509Crl.cs b/crypto/src/x509/X509Crl.cs index 53de3e91f..ecfb14132 100644 --- a/crypto/src/x509/X509Crl.cs +++ b/crypto/src/x509/X509Crl.cs @@ -211,7 +211,7 @@ namespace Org.BouncyCastle.X509 public virtual byte[] GetSignature() { - return c.Signature.GetBytes(); + return c.GetSignatureOctets(); } public virtual string SigAlgName @@ -221,7 +221,7 @@ namespace Org.BouncyCastle.X509 public virtual string SigAlgOid { - get { return c.SignatureAlgorithm.ObjectID.Id; } + get { return c.SignatureAlgorithm.Algorithm.Id; } } public virtual byte[] GetSigAlgParams() diff --git a/crypto/src/x509/X509SignatureUtil.cs b/crypto/src/x509/X509SignatureUtil.cs index 7a4ab1448..83863aee1 100644 --- a/crypto/src/x509/X509SignatureUtil.cs +++ b/crypto/src/x509/X509SignatureUtil.cs @@ -34,7 +34,7 @@ namespace Org.BouncyCastle.X509 // throw new SignatureException("IOException decoding parameters: " + e.Message); // } // -// if (signature.getAlgorithm().EndsWith("MGF1")) +// if (Platform.EndsWith(signature.getAlgorithm(), "MGF1")) // { // try // { @@ -55,13 +55,13 @@ namespace Org.BouncyCastle.X509 if (parameters != null && !derNull.Equals(parameters)) { - if (sigAlgId.ObjectID.Equals(PkcsObjectIdentifiers.IdRsassaPss)) + if (sigAlgId.Algorithm.Equals(PkcsObjectIdentifiers.IdRsassaPss)) { RsassaPssParameters rsaParams = RsassaPssParameters.GetInstance(parameters); - return GetDigestAlgName(rsaParams.HashAlgorithm.ObjectID) + "withRSAandMGF1"; + return GetDigestAlgName(rsaParams.HashAlgorithm.Algorithm) + "withRSAandMGF1"; } - if (sigAlgId.ObjectID.Equals(X9ObjectIdentifiers.ECDsaWithSha2)) + if (sigAlgId.Algorithm.Equals(X9ObjectIdentifiers.ECDsaWithSha2)) { Asn1Sequence ecDsaParams = Asn1Sequence.GetInstance(parameters); @@ -69,7 +69,7 @@ namespace Org.BouncyCastle.X509 } } - return sigAlgId.ObjectID.Id; + return sigAlgId.Algorithm.Id; } /** diff --git a/crypto/src/x509/X509V2AttributeCertificate.cs b/crypto/src/x509/X509V2AttributeCertificate.cs index 9376538a1..c41b31239 100644 --- a/crypto/src/x509/X509V2AttributeCertificate.cs +++ b/crypto/src/x509/X509V2AttributeCertificate.cs @@ -147,9 +147,14 @@ namespace Org.BouncyCastle.X509 throw new CertificateNotYetValidException("certificate not valid until " + NotBefore); } + public virtual AlgorithmIdentifier SignatureAlgorithm + { + get { return cert.SignatureAlgorithm; } + } + public virtual byte[] GetSignature() { - return cert.SignatureValue.GetBytes(); + return cert.GetSignatureOctets(); } public virtual void Verify( diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj new file mode 100644 index 000000000..71896d203 --- /dev/null +++ b/crypto/test/UnitTests.csproj @@ -0,0 +1,1277 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.21022</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{D4EB669D-7C88-48C0-A480-C5CC73A7369B}</ProjectGuid> + <OutputType>Library</OutputType> + <RootNamespace>UnitTests</RootNamespace> + <AssemblyName>UnitTests</AssemblyName> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug</OutputPath> + <DefineConstants>DEBUG;SEPARATE_UNIT_TESTS</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <NoWarn>219</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>full</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + <NoWarn>219</NoWarn> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="nunit.framework"> + <HintPath>lib\nunit.framework.dll</HintPath> + </Reference> + <Reference Include="nunit.core.interfaces"> + <HintPath>lib\nunit.core.interfaces.dll</HintPath> + </Reference> + <Reference Include="nunit.core"> + <HintPath>lib\nunit.core.dll</HintPath> + </Reference> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <ItemGroup> + <ProjectReference Include="..\BouncyCastle.csproj"> + <Project>{4C235092-820C-4DEB-9074-D356FB797D8B}</Project> + <Name>BouncyCastle</Name> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <Compile Include="src\asn1\test\ASN1SequenceParserTest.cs" /> + <Compile Include="src\asn1\test\ASN1UnitTest.cs" /> + <Compile Include="src\asn1\test\AdditionalInformationSyntaxUnitTest.cs" /> + <Compile Include="src\asn1\test\AdmissionSyntaxUnitTest.cs" /> + <Compile Include="src\asn1\test\AdmissionsUnitTest.cs" /> + <Compile Include="src\asn1\test\AllTests.cs" /> + <Compile Include="src\asn1\test\AttributeTableUnitTest.cs" /> + <Compile Include="src\asn1\test\BiometricDataUnitTest.cs" /> + <Compile Include="src\asn1\test\BitStringConstantTester.cs" /> + <Compile Include="src\asn1\test\BitStringTest.cs" /> + <Compile Include="src\asn1\test\CMSTest.cs" /> + <Compile Include="src\asn1\test\CertHashUnitTest.cs" /> + <Compile Include="src\asn1\test\CertificateTest.cs" /> + <Compile Include="src\asn1\test\CommitmentTypeIndicationUnitTest.cs" /> + <Compile Include="src\asn1\test\CommitmentTypeQualifierUnitTest.cs" /> + <Compile Include="src\asn1\test\ContentHintsUnitTest.cs" /> + <Compile Include="src\asn1\test\CscaMasterListTest.cs" /> + <Compile Include="src\asn1\test\DERApplicationSpecificTest.cs" /> + <Compile Include="src\asn1\test\DERUTF8StringTest.cs" /> + <Compile Include="src\asn1\test\DataGroupHashUnitTest.cs" /> + <Compile Include="src\asn1\test\DeclarationOfMajorityUnitTest.cs" /> + <Compile Include="src\asn1\test\EncryptedPrivateKeyInfoTest.cs" /> + <Compile Include="src\asn1\test\EnumeratedTest.cs" /> + <Compile Include="src\asn1\test\EqualsAndHashCodeTest.cs" /> + <Compile Include="src\asn1\test\EssCertIDv2UnitTest.cs" /> + <Compile Include="src\asn1\test\GeneralNameTest.cs" /> + <Compile Include="src\asn1\test\GeneralizedTimeTest.cs" /> + <Compile Include="src\asn1\test\GenerationTest.cs" /> + <Compile Include="src\asn1\test\InputStreamTest.cs" /> + <Compile Include="src\asn1\test\Iso4217CurrencyCodeUnitTest.cs" /> + <Compile Include="src\asn1\test\IssuingDistributionPointTest.cs" /> + <Compile Include="src\asn1\test\KeyUsageTest.cs" /> + <Compile Include="src\asn1\test\LDSSecurityObjectUnitTest.cs" /> + <Compile Include="src\asn1\test\MiscTest.cs" /> + <Compile Include="src\asn1\test\MonetaryLimitUnitTest.cs" /> + <Compile Include="src\asn1\test\MonetaryValueUnitTest.cs" /> + <Compile Include="src\asn1\test\NameOrPseudonymUnitTest.cs" /> + <Compile Include="src\asn1\test\NamingAuthorityUnitTest.cs" /> + <Compile Include="src\asn1\test\NetscapeCertTypeTest.cs" /> + <Compile Include="src\asn1\test\OCSPTest.cs" /> + <Compile Include="src\asn1\test\OIDTest.cs" /> + <Compile Include="src\asn1\test\OctetStringTest.cs" /> + <Compile Include="src\asn1\test\OtherCertIDUnitTest.cs" /> + <Compile Include="src\asn1\test\OtherSigningCertificateUnitTest.cs" /> + <Compile Include="src\asn1\test\PKCS10Test.cs" /> + <Compile Include="src\asn1\test\PKCS12Test.cs" /> + <Compile Include="src\asn1\test\PKIFailureInfoTest.cs" /> + <Compile Include="src\asn1\test\ParseTest.cs" /> + <Compile Include="src\asn1\test\ParsingTest.cs" /> + <Compile Include="src\asn1\test\PersonalDataUnitTest.cs" /> + <Compile Include="src\asn1\test\ProcurationSyntaxUnitTest.cs" /> + <Compile Include="src\asn1\test\ProfessionInfoUnitTest.cs" /> + <Compile Include="src\asn1\test\QCStatementUnitTest.cs" /> + <Compile Include="src\asn1\test\ReasonFlagsTest.cs" /> + <Compile Include="src\asn1\test\RegressionTest.cs" /> + <Compile Include="src\asn1\test\RequestedCertificateUnitTest.cs" /> + <Compile Include="src\asn1\test\RestrictionUnitTest.cs" /> + <Compile Include="src\asn1\test\SMIMETest.cs" /> + <Compile Include="src\asn1\test\SemanticsInformationUnitTest.cs" /> + <Compile Include="src\asn1\test\SetTest.cs" /> + <Compile Include="src\asn1\test\SignerLocationUnitTest.cs" /> + <Compile Include="src\asn1\test\StringTest.cs" /> + <Compile Include="src\asn1\test\SubjectKeyIdentifierTest.cs" /> + <Compile Include="src\asn1\test\TagTest.cs" /> + <Compile Include="src\asn1\test\TargetInformationTest.cs" /> + <Compile Include="src\asn1\test\TimeTest.cs" /> + <Compile Include="src\asn1\test\TypeOfBiometricDataUnitTest.cs" /> + <Compile Include="src\asn1\test\UTCTimeTest.cs" /> + <Compile Include="src\asn1\test\X509ExtensionsTest.cs" /> + <Compile Include="src\asn1\test\X509NameTest.cs" /> + <Compile Include="src\asn1\test\X9Test.cs" /> + <Compile Include="src\cms\test\AllTests.cs" /> + <Compile Include="src\cms\test\AuthenticatedDataStreamTest.cs" /> + <Compile Include="src\cms\test\AuthenticatedDataTest.cs" /> + <Compile Include="src\cms\test\CMSSampleMessages.cs" /> + <Compile Include="src\cms\test\CMSTestUtil.cs" /> + <Compile Include="src\cms\test\CompressedDataStreamTest.cs" /> + <Compile Include="src\cms\test\CompressedDataTest.cs" /> + <Compile Include="src\cms\test\EnvelopedDataStreamTest.cs" /> + <Compile Include="src\cms\test\EnvelopedDataTest.cs" /> + <Compile Include="src\cms\test\MiscDataStreamTest.cs" /> + <Compile Include="src\cms\test\Rfc4134Test.cs" /> + <Compile Include="src\cms\test\SignedDataStreamTest.cs" /> + <Compile Include="src\cms\test\SignedDataTest.cs" /> + <Compile Include="src\crypto\examples\DESExample.cs" /> + <Compile Include="src\crypto\io\test\AllTests.cs" /> + <Compile Include="src\crypto\io\test\CipherStreamTest.cs" /> + <Compile Include="src\crypto\agreement\test\AllTests.cs" /> + <Compile Include="src\crypto\agreement\test\JPakeParticipantTest.cs" /> + <Compile Include="src\crypto\agreement\test\JPakePrimeOrderGroupTest.cs" /> + <Compile Include="src\crypto\agreement\test\JPakeUtilitiesTest.cs" /> + <Compile Include="src\crypto\prng\test\CtrDrbgTest.cs" /> + <Compile Include="src\crypto\prng\test\DrbgTestVector.cs" /> + <Compile Include="src\crypto\prng\test\HashDrbgTest.cs" /> + <Compile Include="src\crypto\prng\test\HMacDrbgTest.cs" /> + <Compile Include="src\crypto\prng\test\TestEntropySourceProvider.cs" /> + <Compile Include="src\crypto\prng\test\X931Test.cs" /> + <Compile Include="src\crypto\prng\test\X931TestVector.cs" /> + <Compile Include="src\crypto\test\AeadTestUtilities.cs" /> + <Compile Include="src\crypto\test\AESFastTest.cs" /> + <Compile Include="src\crypto\test\AESLightTest.cs" /> + <Compile Include="src\crypto\test\AESTest.cs" /> + <Compile Include="src\crypto\test\AESWrapTest.cs" /> + <Compile Include="src\crypto\test\AllTests.cs" /> + <Compile Include="src\crypto\test\BlockCipherMonteCarloTest.cs" /> + <Compile Include="src\crypto\test\BlockCipherVectorTest.cs" /> + <Compile Include="src\crypto\test\BlowfishTest.cs" /> + <Compile Include="src\crypto\test\CAST6Test.cs" /> + <Compile Include="src\crypto\test\CCMTest.cs" /> + <Compile Include="src\crypto\test\ChaChaTest.cs" /> + <Compile Include="src\crypto\test\CMacTest.cs" /> + <Compile Include="src\crypto\test\CTSTest.cs" /> + <Compile Include="src\crypto\test\CamelliaLightTest.cs" /> + <Compile Include="src\crypto\test\CamelliaTest.cs" /> + <Compile Include="src\crypto\test\Cast5Test.cs" /> + <Compile Include="src\crypto\test\CipherTest.cs" /> + <Compile Include="src\crypto\test\DESTest.cs" /> + <Compile Include="src\crypto\test\DESedeTest.cs" /> + <Compile Include="src\crypto\test\DeterministicDSATest.cs" /> + <Compile Include="src\crypto\test\DHKEKGeneratorTest.cs" /> + <Compile Include="src\crypto\test\DHTest.cs" /> + <Compile Include="src\crypto\test\DSATest.cs" /> + <Compile Include="src\crypto\test\DigestRandomNumberTest.cs" /> + <Compile Include="src\crypto\test\DigestTest.cs" /> + <Compile Include="src\crypto\test\EAXTest.cs" /> + <Compile Include="src\crypto\test\ECDHKEKGeneratorTest.cs" /> + <Compile Include="src\crypto\test\ECGOST3410Test.cs" /> + <Compile Include="src\crypto\test\ECIESTest.cs" /> + <Compile Include="src\crypto\test\ECNRTest.cs" /> + <Compile Include="src\crypto\test\ECTest.cs" /> + <Compile Include="src\crypto\test\ElGamalTest.cs" /> + <Compile Include="src\crypto\test\EqualsHashCodeTest.cs" /> + <Compile Include="src\crypto\test\GCMTest.cs" /> + <Compile Include="src\crypto\test\GMacTest.cs" /> + <Compile Include="src\crypto\test\GOST28147MacTest.cs" /> + <Compile Include="src\crypto\test\GOST28147Test.cs" /> + <Compile Include="src\crypto\test\GOST3410Test.cs" /> + <Compile Include="src\crypto\test\GOST3411DigestTest.cs" /> + <Compile Include="src\crypto\test\GcmReorderTest.cs" /> + <Compile Include="src\crypto\test\HCFamilyTest.cs" /> + <Compile Include="src\crypto\test\HCFamilyVecTest.cs" /> + <Compile Include="src\crypto\test\IDEATest.cs" /> + <Compile Include="src\crypto\test\ISAACTest.cs" /> + <Compile Include="src\crypto\test\ISO9796Test.cs" /> + <Compile Include="src\crypto\test\ISO9797Alg3MacTest.cs" /> + <Compile Include="src\crypto\test\KDF1GeneratorTest.cs" /> + <Compile Include="src\crypto\test\KDF2GeneratorTest.cs" /> + <Compile Include="src\crypto\test\KeccakDigestTest.cs" /> + <Compile Include="src\crypto\test\MD2DigestTest.cs" /> + <Compile Include="src\crypto\test\MD4DigestTest.cs" /> + <Compile Include="src\crypto\test\MD5DigestTest.cs" /> + <Compile Include="src\crypto\test\MD5HMacTest.cs" /> + <Compile Include="src\crypto\test\MGF1GeneratorTest.cs" /> + <Compile Include="src\crypto\test\MacTest.cs" /> + <Compile Include="src\crypto\test\ModeTest.cs" /> + <Compile Include="src\crypto\test\NaccacheSternTest.cs" /> + <Compile Include="src\crypto\test\NoekeonTest.cs" /> + <Compile Include="src\crypto\test\NonMemoableDigestTest.cs" /> + <Compile Include="src\crypto\test\NullTest.cs" /> + <Compile Include="src\crypto\test\OAEPTest.cs" /> + <Compile Include="src\crypto\test\OCBTest.cs" /> + <Compile Include="src\crypto\test\PSSBlindTest.cs" /> + <Compile Include="src\crypto\test\PSSTest.cs" /> + <Compile Include="src\crypto\test\PaddingTest.cs" /> + <Compile Include="src\crypto\test\Pkcs12Test.cs" /> + <Compile Include="src\crypto\test\Pkcs5Test.cs" /> + <Compile Include="src\crypto\test\Poly1305Test.cs" /> + <Compile Include="src\crypto\test\RC2Test.cs" /> + <Compile Include="src\crypto\test\RC2WrapTest.cs" /> + <Compile Include="src\crypto\test\RC4Test.cs" /> + <Compile Include="src\crypto\test\RC5Test.cs" /> + <Compile Include="src\crypto\test\RC6Test.cs" /> + <Compile Include="src\crypto\test\RFC3211WrapTest.cs" /> + <Compile Include="src\crypto\test\RSABlindedTest.cs" /> + <Compile Include="src\crypto\test\RegressionTest.cs" /> + <Compile Include="src\crypto\test\RijndaelTest.cs" /> + <Compile Include="src\crypto\test\RipeMD128DigestTest.cs" /> + <Compile Include="src\crypto\test\RipeMD128HMacTest.cs" /> + <Compile Include="src\crypto\test\RipeMD160DigestTest.cs" /> + <Compile Include="src\crypto\test\RipeMD160HMacTest.cs" /> + <Compile Include="src\crypto\test\RipeMD256DigestTest.cs" /> + <Compile Include="src\crypto\test\RipeMD320DigestTest.cs" /> + <Compile Include="src\crypto\test\RsaTest.cs" /> + <Compile Include="src\crypto\test\SCryptTest.cs" /> + <Compile Include="src\crypto\test\SEEDTest.cs" /> + <Compile Include="src\crypto\test\SHA1DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA1HMacTest.cs" /> + <Compile Include="src\crypto\test\SHA224DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA224HMacTest.cs" /> + <Compile Include="src\crypto\test\SHA256DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA256HMacTest.cs" /> + <Compile Include="src\crypto\test\SHA384DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA384HMacTest.cs" /> + <Compile Include="src\crypto\test\SHA3DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA512DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA512HMacTest.cs" /> + <Compile Include="src\crypto\test\SHA512t224DigestTest.cs" /> + <Compile Include="src\crypto\test\SHA512t256DigestTest.cs" /> + <Compile Include="src\crypto\test\SM3DigestTest.cs" /> + <Compile Include="src\crypto\test\SkeinDigestTest.cs" /> + <Compile Include="src\crypto\test\SkeinMacTest.cs" /> + <Compile Include="src\crypto\test\Threefish1024Test.cs" /> + <Compile Include="src\crypto\test\Threefish256Test.cs" /> + <Compile Include="src\crypto\test\Threefish512Test.cs" /> + <Compile Include="src\crypto\test\SRP6Test.cs" /> + <Compile Include="src\crypto\test\Salsa20Test.cs" /> + <Compile Include="src\crypto\test\SerpentTest.cs" /> + <Compile Include="src\crypto\test\ShakeDigestTest.cs" /> + <Compile Include="src\crypto\test\ShortenedDigestTest.cs" /> + <Compile Include="src\crypto\test\SipHashTest.cs" /> + <Compile Include="src\crypto\test\SkipjackTest.cs" /> + <Compile Include="src\crypto\test\StreamCipherVectorTest.cs" /> + <Compile Include="src\crypto\test\TEATest.cs" /> + <Compile Include="src\crypto\test\TigerDigestTest.cs" /> + <Compile Include="src\crypto\test\TnepresTest.cs" /> + <Compile Include="src\crypto\test\TwofishTest.cs" /> + <Compile Include="src\crypto\test\VMPCKSA3Test.cs" /> + <Compile Include="src\crypto\test\VMPCMacTest.cs" /> + <Compile Include="src\crypto\test\VMPCTest.cs" /> + <Compile Include="src\crypto\test\WhirlpoolDigestTest.cs" /> + <Compile Include="src\crypto\test\X931SignerTest.cs" /> + <Compile Include="src\crypto\test\XSalsa20Test.cs" /> + <Compile Include="src\crypto\test\XTEATest.cs" /> + <Compile Include="src\crypto\tls\test\ByteQueueStreamTest.cs" /> + <Compile Include="src\crypto\tls\test\DtlsProtocolTest.cs" /> + <Compile Include="src\crypto\tls\test\DtlsTestCase.cs" /> + <Compile Include="src\crypto\tls\test\DtlsTestSuite.cs" /> + <Compile Include="src\crypto\tls\test\LoggingDatagramTransport.cs" /> + <Compile Include="src\crypto\tls\test\MockDatagramAssociation.cs" /> + <Compile Include="src\crypto\tls\test\MockDtlsClient.cs" /> + <Compile Include="src\crypto\tls\test\MockDtlsServer.cs" /> + <Compile Include="src\crypto\tls\test\MockPskTlsClient.cs" /> + <Compile Include="src\crypto\tls\test\MockPskTlsServer.cs" /> + <Compile Include="src\crypto\tls\test\MockSrpTlsClient.cs" /> + <Compile Include="src\crypto\tls\test\MockSrpTlsServer.cs" /> + <Compile Include="src\crypto\tls\test\MockTlsClient.cs" /> + <Compile Include="src\crypto\tls\test\MockTlsServer.cs" /> + <Compile Include="src\crypto\tls\test\NetworkStream.cs" /> + <Compile Include="src\crypto\tls\test\PipedStream.cs" /> + <Compile Include="src\crypto\tls\test\PskTlsClientTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsClientTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsProtocolTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsProtocolNonBlockingTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsPskProtocolTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsServerTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsSrpProtocolTest.cs" /> + <Compile Include="src\crypto\tls\test\TlsTestCase.cs" /> + <Compile Include="src\crypto\tls\test\TlsTestClientImpl.cs" /> + <Compile Include="src\crypto\tls\test\TlsTestConfig.cs" /> + <Compile Include="src\crypto\tls\test\TlsTestServerImpl.cs" /> + <Compile Include="src\crypto\tls\test\TlsTestSuite.cs" /> + <Compile Include="src\crypto\tls\test\TlsTestUtilities.cs" /> + <Compile Include="src\crypto\tls\test\UnreliableDatagramTransport.cs" /> + <Compile Include="src\math\ec\test\AllTests.cs" /> + <Compile Include="src\math\ec\test\ECAlgorithmsTest.cs" /> + <Compile Include="src\math\ec\test\ECPointPerformanceTest.cs" /> + <Compile Include="src\math\ec\test\ECPointTest.cs" /> + <Compile Include="src\math\ec\test\F2mProofer.cs" /> + <Compile Include="src\math\ec\test\TnafTest.cs" /> + <Compile Include="src\math\test\AllTests.cs" /> + <Compile Include="src\math\test\BigIntegerTest.cs" /> + <Compile Include="src\math\test\PrimesTest.cs" /> + <Compile Include="src\ocsp\test\AllTests.cs" /> + <Compile Include="src\ocsp\test\OCSPTest.cs" /> + <Compile Include="src\ocsp\test\OCSPTestUtil.cs" /> + <Compile Include="src\openpgp\examples\ByteArrayHandler.cs" /> + <Compile Include="src\openpgp\examples\ClearSignedFileProcessor.cs" /> + <Compile Include="src\openpgp\examples\DetachedSignatureProcessor.cs" /> + <Compile Include="src\openpgp\examples\DirectKeySignature.cs" /> + <Compile Include="src\openpgp\examples\DsaElGamalKeyRingGenerator.cs" /> + <Compile Include="src\openpgp\examples\KeyBasedFileProcessor.cs" /> + <Compile Include="src\openpgp\examples\KeyBasedLargeFileProcessor.cs" /> + <Compile Include="src\openpgp\examples\PbeFileProcessor.cs" /> + <Compile Include="src\openpgp\examples\PgpExampleUtilities.cs" /> + <Compile Include="src\openpgp\examples\PublicKeyRingDump.cs" /> + <Compile Include="src\openpgp\examples\RsaKeyRingGenerator.cs" /> + <Compile Include="src\openpgp\examples\SignedFileProcessor.cs" /> + <Compile Include="src\openpgp\examples\test\AllTests.cs" /> + <Compile Include="src\openpgp\test\DSA2Test.cs" /> + <Compile Include="src\openpgp\test\PGPArmoredTest.cs" /> + <Compile Include="src\openpgp\test\PGPClearSignedSignatureTest.cs" /> + <Compile Include="src\openpgp\test\PGPCompressionTest.cs" /> + <Compile Include="src\openpgp\test\PGPDSAElGamalTest.cs" /> + <Compile Include="src\openpgp\test\PGPDSATest.cs" /> + <Compile Include="src\openpgp\test\PGPNoPrivateKeyTest.cs" /> + <Compile Include="src\openpgp\test\PGPPBETest.cs" /> + <Compile Include="src\openpgp\test\PGPPacketTest.cs" /> + <Compile Include="src\openpgp\test\PGPRSATest.cs" /> + <Compile Include="src\openpgp\test\PGPSignatureTest.cs" /> + <Compile Include="src\openpgp\test\PgpECDHTest.cs" /> + <Compile Include="src\openpgp\test\PgpECDsaTest.cs" /> + <Compile Include="src\openpgp\test\PgpECMessageTest.cs" /> + <Compile Include="src\openpgp\test\PgpKeyRingTest.cs" /> + <Compile Include="src\openpgp\test\PgpMarkerTest.cs" /> + <Compile Include="src\openpgp\test\PgpParsingTest.cs" /> + <Compile Include="src\openpgp\test\PgpUnicodeTest.cs" /> + <Compile Include="src\openpgp\test\RegressionTest.cs" /> + <Compile Include="src\openssl\test\AllTests.cs" /> + <Compile Include="src\openssl\test\ReaderTest.cs" /> + <Compile Include="src\openssl\test\WriterTest.cs" /> + <Compile Include="src\pkcs\examples\PKCS12Example.cs" /> + <Compile Include="src\pkcs\test\EncryptedPrivateKeyInfoTest.cs" /> + <Compile Include="src\pkcs\test\PKCS10Test.cs" /> + <Compile Include="src\pkcs\test\PKCS12StoreTest.cs" /> + <Compile Include="src\security\test\SecureRandomTest.cs" /> + <Compile Include="src\security\test\TestDigestUtil.cs" /> + <Compile Include="src\security\test\TestDotNetUtil.cs" /> + <Compile Include="src\security\test\TestEncodings.cs" /> + <Compile Include="src\security\test\TestParameterUtil.cs" /> + <Compile Include="src\security\test\TestSignerUtil.cs" /> + <Compile Include="src\test\AESSICTest.cs" /> + <Compile Include="src\test\AESTest.cs" /> + <Compile Include="src\test\AttrCertSelectorTest.cs" /> + <Compile Include="src\test\AttrCertTest.cs" /> + <Compile Include="src\test\BaseBlockCipherTest.cs" /> + <Compile Include="src\test\BlockCipherTest.cs" /> + <Compile Include="src\test\CMacTest.cs" /> + <Compile Include="src\test\CRL5Test.cs" /> + <Compile Include="src\test\CamelliaTest.cs" /> + <Compile Include="src\test\CertPathBuilderTest.cs" /> + <Compile Include="src\test\CertPathTest.cs" /> + <Compile Include="src\test\CertPathValidatorTest.cs" /> + <Compile Include="src\test\CertTest.cs" /> + <Compile Include="src\test\CipherStreamTest.cs" /> + <Compile Include="src\test\DESedeTest.cs" /> + <Compile Include="src\test\DHTest.cs" /> + <Compile Include="src\test\DSATest.cs" /> + <Compile Include="src\test\DigestTest.cs" /> + <Compile Include="src\test\ECDSA5Test.cs" /> + <Compile Include="src\test\ECEncodingTest.cs" /> + <Compile Include="src\test\ECNRTest.cs" /> + <Compile Include="src\test\ElGamalTest.cs" /> + <Compile Include="src\test\EncryptedPrivateKeyInfoTest.cs" /> + <Compile Include="src\test\FIPSDESTest.cs" /> + <Compile Include="src\test\GOST28147Test.cs" /> + <Compile Include="src\test\GOST3410Test.cs" /> + <Compile Include="src\test\HMacTest.cs" /> + <Compile Include="src\test\IESTest.cs" /> + <Compile Include="src\test\MacTest.cs" /> + <Compile Include="src\test\MqvTest.cs" /> + <Compile Include="src\test\NamedCurveTest.cs" /> + <Compile Include="src\test\NistCertPathTest.cs" /> + <Compile Include="src\test\NoekeonTest.cs" /> + <Compile Include="src\test\PBETest.cs" /> + <Compile Include="src\test\PEMData.cs" /> + <Compile Include="src\test\PKCS10CertRequestTest.cs" /> + <Compile Include="src\test\PSSTest.cs" /> + <Compile Include="src\test\PkixNameConstraintsTest.cs" /> + <Compile Include="src\test\PkixPolicyMappingTest.cs" /> + <Compile Include="src\test\PkixTest.cs" /> + <Compile Include="src\test\RSATest.cs" /> + <Compile Include="src\test\RegressionTest.cs" /> + <Compile Include="src\test\SEEDTest.cs" /> + <Compile Include="src\test\SigTest.cs" /> + <Compile Include="src\test\TestUtilities.cs" /> + <Compile Include="src\test\WrapTest.cs" /> + <Compile Include="src\test\X509CertificatePairTest.cs" /> + <Compile Include="src\test\X509StoreTest.cs" /> + <Compile Include="src\test\nist\NistCertPathTest.cs" /> + <Compile Include="src\test\rsa3\RSA3CertTest.cs" /> + <Compile Include="src\tsp\test\AllTests.cs" /> + <Compile Include="src\tsp\test\GenTimeAccuracyTest.cs" /> + <Compile Include="src\tsp\test\ParseTest.cs" /> + <Compile Include="src\tsp\test\TSPTest.cs" /> + <Compile Include="src\tsp\test\TSPTestUtil.cs" /> + <Compile Include="src\tsp\test\TimeStampTokenInfoTest.cs" /> + <Compile Include="src\util\io\pem\test\AllTests.cs" /> + <Compile Include="src\util\net\test\IPAddressTest.cs" /> + <Compile Include="src\util\test\FixedSecureRandom.cs" /> + <Compile Include="src\util\test\ITest.cs" /> + <Compile Include="src\util\test\ITestResult.cs" /> + <Compile Include="src\util\test\NumberParsing.cs" /> + <Compile Include="src\util\test\SimpleTest.cs" /> + <Compile Include="src\util\test\SimpleTestResult.cs" /> + <Compile Include="src\util\test\TestFailedException.cs" /> + <Compile Include="src\util\test\UncloseableStream.cs" /> + <Compile Include="src\x509\test\TestCertificateGen.cs" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" /> + <EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" /> + <EmbeddedResource Include="data\PKITS\README.txt" /> + <EmbeddedResource Include="data\PKITS\certs\AllCertificatesNoPoliciesTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\AllCertificatesSamePoliciesTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\AllCertificatesSamePoliciesTest13EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\AllCertificatesanyPolicyTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\AnyPolicyTest14EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BadCRLIssuerNameCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BadCRLSignatureCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BadSignedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BadnotAfterDateCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BadnotBeforeDateCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BasicSelfIssuedCRLSigningKeyCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BasicSelfIssuedCRLSigningKeyCRLCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BasicSelfIssuedNewKeyCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BasicSelfIssuedNewKeyOldWithNewCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BasicSelfIssuedOldKeyCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\BasicSelfIssuedOldKeyNewWithOldCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\CPSPointerQualifierTest20EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DSACACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DSAParametersInheritedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest12EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\DifferentPoliciesTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\GeneralizedTimeCRLnextUpdateCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\GoodCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\GoodsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\GoodsubCAPanyPolicyMapping1to2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidBadCRLIssuerNameTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidBadCRLSignatureTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidBasicSelfIssuedCRLSigningKeyTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidBasicSelfIssuedCRLSigningKeyTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidBasicSelfIssuedNewWithOldTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidBasicSelfIssuedOldWithNewTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidCASignatureTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidCAnotAfterDateTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidCAnotBeforeDateTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNSnameConstraintsTest31EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNSnameConstraintsTest33EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNSnameConstraintsTest38EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNandRFC822nameConstraintsTest28EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNandRFC822nameConstraintsTest29EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest12EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest13EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest15EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest16EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest17EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest20EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDNnameConstraintsTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidDSASignatureTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidEESignatureTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidEEnotAfterDateTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidEEnotBeforeDateTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidIDPwithindirectCRLTest23EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidIDPwithindirectCRLTest26EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidLongSerialNumberTest18EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidMappingFromanyPolicyTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidMappingToanyPolicyTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidMissingCRLTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidMissingbasicConstraintsTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidNameChainingOrderTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidNameChainingTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidNegativeSerialNumberTest15EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidOldCRLnextUpdateTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidPolicyMappingTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidPolicyMappingTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidPolicyMappingTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidRFC822nameConstraintsTest22EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidRFC822nameConstraintsTest24EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidRFC822nameConstraintsTest26EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidRevokedCATest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidRevokedEETest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedinhibitAnyPolicyTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedinhibitAnyPolicyTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedinhibitPolicyMappingTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedinhibitPolicyMappingTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedinhibitPolicyMappingTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedinhibitPolicyMappingTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedpathLenConstraintTest16EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedrequireExplicitPolicyTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSelfIssuedrequireExplicitPolicyTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSeparateCertificateandCRLKeysTest20EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidSeparateCertificateandCRLKeysTest21EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidURInameConstraintsTest35EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidURInameConstraintsTest37EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidUnknownCRLEntryExtensionTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidUnknownCRLExtensionTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidUnknownCRLExtensionTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidUnknownCriticalCertificateExtensionTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidWrongCRLTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcAFalseTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcAFalseTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcRLIssuerTest27EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcRLIssuerTest31EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcRLIssuerTest32EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcRLIssuerTest34EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidcRLIssuerTest35EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddeltaCRLIndicatorNoBaseTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddeltaCRLTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddeltaCRLTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddeltaCRLTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddeltaCRLTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddeltaCRLTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddistributionPointTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddistributionPointTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddistributionPointTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddistributionPointTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvaliddistributionPointTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitAnyPolicyTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitAnyPolicyTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitAnyPolicyTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitAnyPolicyTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitPolicyMappingTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitPolicyMappingTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitPolicyMappingTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidinhibitPolicyMappingTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidkeyUsageCriticalcRLSignFalseTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidkeyUsageCriticalkeyCertSignFalseTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidkeyUsageNotCriticalcRLSignFalseTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidkeyUsageNotCriticalkeyCertSignFalseTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlyContainsAttributeCertsTest14EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlyContainsCACertsTest12EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlyContainsUserCertsTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlySomeReasonsTest15EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlySomeReasonsTest16EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlySomeReasonsTest17EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlySomeReasonsTest20EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidonlySomeReasonsTest21EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidpathLenConstraintTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidpathLenConstraintTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidpathLenConstraintTest12EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidpathLenConstraintTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidpathLenConstraintTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidpathLenConstraintTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\Invalidpre2000CRLnextUpdateTest12EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\Invalidpre2000UTCEEnotAfterDateTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidrequireExplicitPolicyTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\InvalidrequireExplicitPolicyTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\LongSerialNumberCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\Mapping1to2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\MappingFromanyPolicyCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\MappingToanyPolicyCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\MissingbasicConstraintsCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\NameOrderingCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\NegativeSerialNumberCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\NoCRLCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\NoPoliciesCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\NoissuingDistributionPointCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\OldCRLnextUpdateCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\OverlappingPoliciesTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\P12Mapping1to3CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\P12Mapping1to3subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\P12Mapping1to3subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\P1Mapping1to234CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\P1Mapping1to234subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\P1anyPolicyMapping1to2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PanyPolicyMapping1to2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP1234CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP1234subCAP123Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP1234subsubCAP123P12Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP123CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP123subCAP12Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP123subsubCAP12P1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP123subsubCAP12P2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP123subsubsubCAP12P2P1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP12CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP12subCAP1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP12subsubCAP1P2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP2subCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP2subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\PoliciesP3CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\RFC3280MandatoryAttributeTypesCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\RFC3280OptionalAttributeTypesCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\RevokedsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\RolloverfromPrintableStringtoUTF8StringCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\SeparateCertificateandCRLKeysCA2CRLSigningCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\SeparateCertificateandCRLKeysCA2CertificateSigningCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\SeparateCertificateandCRLKeysCRLSigningCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\SeparateCertificateandCRLKeysCertificateSigningCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\TrustAnchorRootCertificate.crt" /> + <EmbeddedResource Include="data\PKITS\certs\TwoCRLsCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UIDCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UTF8StringCaseInsensitiveMatchCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UTF8StringEncodedNamesCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UnknownCRLEntryExtensionCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UnknownCRLExtensionCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UserNoticeQualifierTest15EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UserNoticeQualifierTest16EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UserNoticeQualifierTest17EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UserNoticeQualifierTest18EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\UserNoticeQualifierTest19EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidBasicSelfIssuedCRLSigningKeyTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidBasicSelfIssuedNewWithOldTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidBasicSelfIssuedNewWithOldTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidBasicSelfIssuedOldWithNewTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidCertificatePathTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNSnameConstraintsTest30EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNSnameConstraintsTest32EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNandRFC822nameConstraintsTest27EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest14EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest18EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest19EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDNnameConstraintsTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDSAParameterInheritanceTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidDSASignaturesTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidGeneralizedTimeCRLnextUpdateTest13EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidGeneralizedTimenotAfterDateTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidGeneralizedTimenotBeforeDateTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidIDPwithindirectCRLTest22EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidIDPwithindirectCRLTest24EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidIDPwithindirectCRLTest25EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidLongSerialNumberTest16EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidLongSerialNumberTest17EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidNameChainingCapitalizationTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidNameChainingWhitespaceTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidNameChainingWhitespaceTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidNameUIDsTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidNegativeSerialNumberTest14EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidNoissuingDistributionPointTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest12EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest13EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest14EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidPolicyMappingTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidRFC3280MandatoryAttributeTypesTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidRFC3280OptionalAttributeTypesTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidRFC822nameConstraintsTest21EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidRFC822nameConstraintsTest23EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidRFC822nameConstraintsTest25EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidRolloverfromPrintableStringtoUTF8StringTest10EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSelfIssuedinhibitAnyPolicyTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSelfIssuedinhibitAnyPolicyTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSelfIssuedinhibitPolicyMappingTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSelfIssuedpathLenConstraintTest15EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSelfIssuedpathLenConstraintTest17EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSelfIssuedrequireExplicitPolicyTest6EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidSeparateCertificateandCRLKeysTest19EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidTwoCRLsTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidURInameConstraintsTest34EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidURInameConstraintsTest36EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidUTF8StringCaseInsensitiveMatchTest11EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidUTF8StringEncodedNamesTest9EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidUnknownNotCriticalCertificateExtensionTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidbasicConstraintsNotCriticalTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidcRLIssuerTest28EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidcRLIssuerTest29EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidcRLIssuerTest30EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidcRLIssuerTest33EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddeltaCRLTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddeltaCRLTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddeltaCRLTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddeltaCRLTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddistributionPointTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddistributionPointTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddistributionPointTest5EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValiddistributionPointTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidinhibitAnyPolicyTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidinhibitPolicyMappingTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidinhibitPolicyMappingTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidkeyUsageNotCriticalTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidonlyContainsCACertsTest13EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidonlySomeReasonsTest18EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidonlySomeReasonsTest19EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidpathLenConstraintTest13EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidpathLenConstraintTest14EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidpathLenConstraintTest7EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidpathLenConstraintTest8EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\Validpre2000UTCnotBeforeDateTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidrequireExplicitPolicyTest1EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidrequireExplicitPolicyTest2EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\ValidrequireExplicitPolicyTest4EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\WrongCRLCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\anyPolicyCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\basicConstraintsCriticalcAFalseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\basicConstraintsNotCriticalCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\basicConstraintsNotCriticalcAFalseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\deltaCRLCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\deltaCRLCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\deltaCRLCA3Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\deltaCRLIndicatorNoBaseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\distributionPoint1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\distributionPoint2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA3Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA3cRLIssuerCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA4Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA4cRLIssuerCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA5Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\indirectCRLCA6Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy0CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1SelfIssuedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1SelfIssuedsubCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1subCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1subCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1subCAIAP5Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy1subsubCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy5CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy5subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicy5subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitAnyPolicyTest3EE.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping0CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping0subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P12CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P12subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P12subCAIPM5Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P12subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P12subsubCAIPM5Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P1SelfIssuedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P1SelfIssuedsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P1subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping1P1subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping5CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping5subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping5subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\inhibitPolicyMapping5subsubsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\keyUsageCriticalcRLSignFalseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\keyUsageCriticalkeyCertSignFalseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\keyUsageNotCriticalCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\keyUsageNotCriticalcRLSignFalseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\keyUsageNotCriticalkeyCertSignFalseCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN1SelfIssuedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN1subCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN1subCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN1subCA3Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN3CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN3subCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN3subCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN4CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDN5CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDNS1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsDNS2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsRFC822CA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsRFC822CA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsRFC822CA3Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsURI1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\nameConstraintsURI2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlyContainsAttributeCertsCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlyContainsCACertsCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlyContainsUserCertsCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlySomeReasonsCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlySomeReasonsCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlySomeReasonsCA3Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\onlySomeReasonsCA4Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint0CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint0SelfIssuedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint0subCA2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint0subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint1CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint1SelfIssuedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint1SelfIssuedsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint1subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subCA0Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subCA1Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subCA4Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subsubCA00Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subsubCA11Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subsubCA41Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subsubsubCA11XCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pathLenConstraint6subsubsubCA41XCert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\pre2000CRLnextUpdateCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy0CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy0subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy0subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy0subsubsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy10CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy10subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy10subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy10subsubsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy2CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy2SelfIssuedCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy2SelfIssuedsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy2subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy4CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy4subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy4subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy4subsubsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy5CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy5subCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy5subsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy5subsubsubCACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy7CACert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy7subCARE2Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy7subsubCARE2RE4Cert.crt" /> + <EmbeddedResource Include="data\PKITS\certs\requireExplicitPolicy7subsubsubCARE2RE4Cert.crt" /> + <EmbeddedResource Include="data\PKITS\crls\BadCRLIssuerNameCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BadCRLSignatureCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BadSignedCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BadnotAfterDateCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BadnotBeforeDateCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BasicSelfIssuedCRLSigningKeyCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BasicSelfIssuedCRLSigningKeyCRLCertCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BasicSelfIssuedNewKeyCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BasicSelfIssuedOldKeyCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\BasicSelfIssuedOldKeySelfIssuedCertCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\DSACACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\DSAParametersInheritedCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\GeneralizedTimeCRLnextUpdateCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\GoodCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\GoodsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\GoodsubCAPanyPolicyMapping1to2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\LongSerialNumberCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\Mapping1to2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\MappingFromanyPolicyCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\MappingToanyPolicyCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\MissingbasicConstraintsCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\NameOrderCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\NegativeSerialNumberCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\NoPoliciesCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\NoissuingDistributionPointCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\OldCRLnextUpdateCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\P12Mapping1to3CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\P12Mapping1to3subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\P12Mapping1to3subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\P1Mapping1to234CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\P1Mapping1to234subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\P1anyPolicyMapping1to2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PanyPolicyMapping1to2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP1234CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP1234subCAP123CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP1234subsubCAP123P12CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP123CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP123subCAP12CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP123subsubCAP12P1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP123subsubCAP2P2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP123subsubsubCAP12P2P1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP12CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP12subCAP1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP12subsubCAP1P2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP2subCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP2subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\PoliciesP3CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\RFC3280MandatoryAttributeTypesCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\RFC3280OptionalAttributeTypesCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\RevokedsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\RolloverfromPrintableStringtoUTF8StringCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\SeparateCertificateandCRLKeysCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\SeparateCertificateandCRLKeysCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\TrustAnchorRootCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\TwoCRLsCABadCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\TwoCRLsCAGoodCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\UIDCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\UTF8StringCaseInsensitiveMatchCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\UTF8StringEncodedNamesCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\UnknownCRLEntryExtensionCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\UnknownCRLExtensionCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\WrongCRLCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\anyPolicyCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\basicConstraintsCriticalcAFalseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\basicConstraintsNotCriticalCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\basicConstraintsNotCriticalcAFalseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLCA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLCA1deltaCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLCA2deltaCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLCA3CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLCA3deltaCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\deltaCRLIndicatorNoBaseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\distributionPoint1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\distributionPoint2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\indirectCRLCA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\indirectCRLCA3CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\indirectCRLCA3cRLIssuerCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\indirectCRLCA4cRLIssuerCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\indirectCRLCA5CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy0CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy1subCA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy1subCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy1subCAIAP5CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy1subsubCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy5CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy5subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitAnyPolicy5subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping0CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping0subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P12CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P12subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P12subCAIPM5CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P12subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P12subsubCAIPM5CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P1subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping1P1subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping5CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping5subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping5subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\inhibitPolicyMapping5subsubsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\keyUsageCriticalcRLSignFalseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\keyUsageCriticalkeyCertSignFalseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\keyUsageNotCriticalCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\keyUsageNotCriticalcRLSignFalseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\keyUsageNotCriticalkeyCertSignFalseCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN1subCA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN1subCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN1subCA3CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN3CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN3subCA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN3subCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN4CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDN5CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDNS1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsDNS2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsRFC822CA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsRFC822CA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsRFC822CA3CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsURI1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\nameConstraintsURI2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlyContainsAttributeCertsCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlyContainsCACertsCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlyContainsUserCertsCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA1compromiseCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA1otherreasonsCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA2CRL1.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA2CRL2.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA3compromiseCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA3otherreasonsCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA4compromiseCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\onlySomeReasonsCA4otherreasonsCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint0CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint0subCA2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint0subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint1CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint1subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subCA0CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subCA1CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subCA4CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subsubCA00CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subsubCA11CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subsubCA41CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subsubsubCA11XCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pathLenConstraint6subsubsubCA41XCRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\pre2000CRLnextUpdateCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy0CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy0subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy0subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy0subsubsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy10CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy10subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy10subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy10subsubsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy2CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy2subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy4CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy4subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy4subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy4subsubsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy5CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy5subCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy5subsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy5subsubsubCACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy7CACRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy7subCARE2CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy7subsubCARE2RE4CRL.crl" /> + <EmbeddedResource Include="data\PKITS\crls\requireExplicitPolicy7subsubsubCARE2RE4CRL.crl" /> + <EmbeddedResource Include="data\asn1\masterlist-content.data" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignData.data" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignDataSHA1.sig" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignDataSHA1Enc.sig" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignDataSHA256.sig" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignDataSHA256Enc.sig" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignDataSHA512.sig" /> + <EmbeddedResource Include="data\cms\sigs\PSSSignDataSHA512Enc.sig" /> + <EmbeddedResource Include="data\cms\sigs\counterSig.p7m" /> + <EmbeddedResource Include="data\hc256\hc128\ecrypt_HC-128.txt" /> + <EmbeddedResource Include="data\hc256\hc256\ecrypt_HC-256_128K_128IV.txt" /> + <EmbeddedResource Include="data\hc256\hc256\ecrypt_HC-256_128K_256IV.txt" /> + <EmbeddedResource Include="data\hc256\hc256\ecrypt_HC-256_256K_128IV.txt" /> + <EmbeddedResource Include="data\hc256\hc256\ecrypt_HC-256_256K_256IV.txt" /> + <EmbeddedResource Include="data\keys\README.txt" /> + <EmbeddedResource Include="data\keys\pbes1\pbeWithMD2AndDES_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbeWithMD2AndRC2_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbeWithMD5AndDES_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbeWithMD5AndRC2_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbeWithSHA1AndDES_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbeWithSHA1AndRC2_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbe_WithSHA1And128BitRC2_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbe_WithSHA1And128BitRC4.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbe_WithSHA1And2_Key_TripleDES_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbe_WithSHA1And3_Key_TripleDES_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbe_WithSHA1And40BitRC2_CBC.key" /> + <EmbeddedResource Include="data\keys\pbes1\pbe_WithSHA1And40BitRC4.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-128-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-128-cfb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-128-cfb1.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-128-cfb8.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-128-ecb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-128-ofb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-192-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-192-cfb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-192-cfb1.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-192-cfb8.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-192-ecb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-192-ofb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-256-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-256-cfb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-256-cfb1.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-256-cfb8.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-256-ecb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes-256-ofb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes128.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes192.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.aes256.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.bf-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.bf.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.blowfish.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.cast-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.cast.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.cast5-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-cfb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-cfb1.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-cfb8.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-ecb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-ede.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-ede3-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des-ofb.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.des3.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.rc2-40-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.rc2-64-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.rc2-cbc.key" /> + <EmbeddedResource Include="data\keys\pbes2\pbes2.rc2.key" /> + <EmbeddedResource Include="data\openpgp\bigpub.asc" /> + <EmbeddedResource Include="data\openpgp\longSigSubPack.asc" /> + <EmbeddedResource Include="data\openpgp\dsa\README.txt" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-1024-160.pub" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-1024-160.sec" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-15360-512.pub" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-15360-512.sec" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-2048-224.pub" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-2048-224.sec" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-3072-256.pub" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-3072-256.sec" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-7680-384.pub" /> + <EmbeddedResource Include="data\openpgp\dsa\keys\DSA-7680-384.sec" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-1024-160-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-1024-224-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-1024-256-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-1024-384-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-1024-512-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-15360-512-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-2048-224-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-3072-256-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\dsa\sigs\dsa-7680-384-sign.gpg" /> + <EmbeddedResource Include="data\openpgp\unicode\passphrase_cyr.txt" /> + <EmbeddedResource Include="data\openpgp\unicode\passphrase_for_test.txt" /> + <EmbeddedResource Include="data\openpgp\unicode\secring.gpg" /> + <EmbeddedResource Include="data\openpgp\unicode\test.asc" /> + <EmbeddedResource Include="data\openssl\README.txt" /> + <EmbeddedResource Include="data\openssl\eckey.pem" /> + <EmbeddedResource Include="data\openssl\enckey.pem" /> + <EmbeddedResource Include="data\openssl\pkcs7.pem" /> + <EmbeddedResource Include="data\openssl\pkcs8test.pem" /> + <EmbeddedResource Include="data\openssl\test.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes128_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes128_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes128_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes128_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes192_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes192_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes192_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes192_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes256_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes256_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes256_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_aes256_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_blowfish_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_blowfish_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_blowfish_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_blowfish_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des1_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des1_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des1_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des1_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des2_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des2_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des2_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des2_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des3_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des3_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des3_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_des3_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_rc2_128_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_rc2_128_cfb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_rc2_128_ecb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_rc2_128_ofb.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_rc2_40_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_rc2_64_cbc.pem" /> + <EmbeddedResource Include="data\openssl\dsa\openssl_dsa_unencrypted.pem" /> + <EmbeddedResource Include="data\openssl\pkcs8\openssl_pkcs8_rsa.pem" /> + <EmbeddedResource Include="data\openssl\pkcs8\openssl_pkcs8_rsa_enc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes128_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes128_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes128_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes128_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes192_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes192_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes192_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes192_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes256_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes256_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes256_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_aes256_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_blowfish_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_blowfish_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_blowfish_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_blowfish_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des1_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des1_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des1_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des1_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des2_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des2_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des2_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des2_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des3_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des3_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des3_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_des3_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_rc2_128_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_rc2_128_cfb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_rc2_128_ecb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_rc2_128_ofb.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_rc2_40_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_rc2_64_cbc.pem" /> + <EmbeddedResource Include="data\openssl\rsa\openssl_rsa_unencrypted.pem" /> + <EmbeddedResource Include="data\rfc4134\3.1.bin" /> + <EmbeddedResource Include="data\rfc4134\3.2.bin" /> + <EmbeddedResource Include="data\rfc4134\4.1.bin" /> + <EmbeddedResource Include="data\rfc4134\4.10.bin" /> + <EmbeddedResource Include="data\rfc4134\4.11.bin" /> + <EmbeddedResource Include="data\rfc4134\4.2.bin" /> + <EmbeddedResource Include="data\rfc4134\4.3.bin" /> + <EmbeddedResource Include="data\rfc4134\4.4.bin" /> + <EmbeddedResource Include="data\rfc4134\4.5.bin" /> + <EmbeddedResource Include="data\rfc4134\4.6.bin" /> + <EmbeddedResource Include="data\rfc4134\4.7.bin" /> + <EmbeddedResource Include="data\rfc4134\4.8.eml" /> + <EmbeddedResource Include="data\rfc4134\4.9.eml" /> + <EmbeddedResource Include="data\rfc4134\5.1.bin" /> + <EmbeddedResource Include="data\rfc4134\5.2.bin" /> + <EmbeddedResource Include="data\rfc4134\5.3.eml" /> + <EmbeddedResource Include="data\rfc4134\6.0.bin" /> + <EmbeddedResource Include="data\rfc4134\7.1.bin" /> + <EmbeddedResource Include="data\rfc4134\7.2.bin" /> + <EmbeddedResource Include="data\rfc4134\AliceDSSSignByCarlNoInherit.cer" /> + <EmbeddedResource Include="data\rfc4134\AlicePrivDSSSign.pri" /> + <EmbeddedResource Include="data\rfc4134\AlicePrivRSASign.pri" /> + <EmbeddedResource Include="data\rfc4134\AliceRSASignByCarl.cer" /> + <EmbeddedResource Include="data\rfc4134\BobPrivRSAEncrypt.pri" /> + <EmbeddedResource Include="data\rfc4134\BobRSASignByCarl.cer" /> + <EmbeddedResource Include="data\rfc4134\CarlDSSCRLEmpty.crl" /> + <EmbeddedResource Include="data\rfc4134\CarlDSSCRLForAll.crl" /> + <EmbeddedResource Include="data\rfc4134\CarlDSSCRLForCarl.crl" /> + <EmbeddedResource Include="data\rfc4134\CarlDSSSelf.cer" /> + <EmbeddedResource Include="data\rfc4134\CarlPrivDSSSign.pri" /> + <EmbeddedResource Include="data\rfc4134\CarlPrivRSASign.pri" /> + <EmbeddedResource Include="data\rfc4134\CarlRSACRLEmpty.crl" /> + <EmbeddedResource Include="data\rfc4134\CarlRSACRLForAll.crl" /> + <EmbeddedResource Include="data\rfc4134\CarlRSACRLForCarl.crl" /> + <EmbeddedResource Include="data\rfc4134\CarlRSASelf.cer" /> + <EmbeddedResource Include="data\rfc4134\DianeDSSSignByCarlInherit.cer" /> + <EmbeddedResource Include="data\rfc4134\DianePrivDSSSign.pri" /> + <EmbeddedResource Include="data\rfc4134\DianePrivRSASignEncrypt.pri" /> + <EmbeddedResource Include="data\rfc4134\DianeRSASignByCarl.cer" /> + <EmbeddedResource Include="data\rfc4134\ExContent.bin" /> + <EmbeddedResource Include="data\rfc4134\rfc4134.txt" /> + <EmbeddedResource Include="data\rsa3\self-testcase-A.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-A.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-B.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-B.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-C.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-C.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-D.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-D.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-E.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-E.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-F.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-F.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-G.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-G.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-H.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-H.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-I.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-I.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-J.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-J.pem" /> + <EmbeddedResource Include="data\rsa3\self-testcase-L.p12" /> + <EmbeddedResource Include="data\rsa3\self-testcase-L.pem" /> + <EmbeddedResource Include="data\rsa3\testcases.README" /> + <EmbeddedResource Include="data\scrypt\TestVectors.txt" /> + <EmbeddedResource Include="data\tls\README.txt" /> + <EmbeddedResource Include="data\tls\ca.tmpl" /> + <EmbeddedResource Include="data\tls\client.tmpl" /> + <EmbeddedResource Include="data\tls\server.tmpl" /> + <EmbeddedResource Include="data\tls\x509-ca-key.pem" /> + <EmbeddedResource Include="data\tls\x509-ca.pem" /> + <EmbeddedResource Include="data\tls\x509-client-dsa.pem" /> + <EmbeddedResource Include="data\tls\x509-client-ecdsa.pem" /> + <EmbeddedResource Include="data\tls\x509-client-key.pem" /> + <EmbeddedResource Include="data\tls\x509-client-key-dsa.pem" /> + <EmbeddedResource Include="data\tls\x509-client-key-ecdsa.pem" /> + <EmbeddedResource Include="data\tls\x509-client.pem" /> + <EmbeddedResource Include="data\tls\x509-server-dsa.pem" /> + <EmbeddedResource Include="data\tls\x509-server-ecdsa.pem" /> + <EmbeddedResource Include="data\tls\x509-server-key.pem" /> + <EmbeddedResource Include="data\tls\x509-server-key-dsa.pem" /> + <EmbeddedResource Include="data\tls\x509-server-key-ecdsa.pem" /> + <EmbeddedResource Include="data\tls\x509-server.pem" /> + <EmbeddedResource Include="data\tls\keystores\client_store.dsa" /> + <EmbeddedResource Include="data\tls\keystores\client_store.rsa" /> + <EmbeddedResource Include="data\tls\keystores\server_store.dsa" /> + <EmbeddedResource Include="data\tls\keystores\server_store.rsa" /> + </ItemGroup> + <ItemGroup> + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> + </ItemGroup> +</Project> \ No newline at end of file diff --git a/crypto/test/src/asn1/test/BitStringTest.cs b/crypto/test/src/asn1/test/BitStringTest.cs index 3a2dc3156..f2ae3de97 100644 --- a/crypto/test/src/asn1/test/BitStringTest.cs +++ b/crypto/test/src/asn1/test/BitStringTest.cs @@ -4,44 +4,124 @@ using System.IO; using NUnit.Framework; using Org.BouncyCastle.Asn1.X509; +using Org.BouncyCastle.Utilities; +using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Asn1.Tests { [TestFixture] public class BitStringTest - : ITest + : SimpleTest { - public ITestResult Perform() + private void DoTestZeroLengthStrings() + { + // basic construction + DerBitString s1 = new DerBitString(new byte[0], 0); + + // check GetBytes() + s1.GetBytes(); + + // check encoding/decoding + DerBitString derBit = (DerBitString)Asn1Object.FromByteArray(s1.GetEncoded()); + + if (!Arrays.AreEqual(s1.GetEncoded(), Hex.Decode("030100"))) + { + Fail("zero encoding wrong"); + } + + try + { + new DerBitString(null, 1); + Fail("exception not thrown"); + } + catch (ArgumentNullException) + { + } + + try + { + new DerBitString(new byte[0], 1); + Fail("exception not thrown"); + } + catch (ArgumentException) + { + } + + try + { + new DerBitString(new byte[1], 8); + Fail("exception not thrown"); + } + catch (ArgumentException) + { + } + + DerBitString s2 = new DerBitString(0); + if (!Arrays.AreEqual(s1.GetEncoded(), s2.GetEncoded())) + { + Fail("zero encoding wrong"); + } + } + + private void DoTestRandomPadBits() + { + byte[] test = Hex.Decode("030206c0"); + + byte[] test1 = Hex.Decode("030206f0"); + byte[] test2 = Hex.Decode("030206c1"); + byte[] test3 = Hex.Decode("030206c7"); + byte[] test4 = Hex.Decode("030206d1"); + + EncodingCheck(test, test1); + EncodingCheck(test, test2); + EncodingCheck(test, test3); + EncodingCheck(test, test4); + } + + private void EncodingCheck(byte[] derData, byte[] dlData) + { + if (Arrays.AreEqual(derData, Asn1Object.FromByteArray(dlData).GetEncoded())) + { + //Fail("failed DL check"); + Fail("failed BER check"); + } + if (!Arrays.AreEqual(derData, Asn1Object.FromByteArray(dlData).GetDerEncoded())) + { + Fail("failed DER check"); + } + } + + public override void PerformTest() { KeyUsage k = new KeyUsage(KeyUsage.DigitalSignature); if ((k.GetBytes()[0] != (byte)KeyUsage.DigitalSignature) || (k.PadBits != 7)) { - return new SimpleTestResult(false, Name + ": failed digitalSignature"); + Fail("failed digitalSignature"); } k = new KeyUsage(KeyUsage.NonRepudiation); if ((k.GetBytes()[0] != (byte)KeyUsage.NonRepudiation) || (k.PadBits != 6)) { - return new SimpleTestResult(false, Name + ": failed nonRepudiation"); + Fail("failed nonRepudiation"); } k = new KeyUsage(KeyUsage.KeyEncipherment); if ((k.GetBytes()[0] != (byte)KeyUsage.KeyEncipherment) || (k.PadBits != 5)) { - return new SimpleTestResult(false, Name + ": failed keyEncipherment"); + Fail("failed keyEncipherment"); } k = new KeyUsage(KeyUsage.CrlSign); if ((k.GetBytes()[0] != (byte)KeyUsage.CrlSign) || (k.PadBits != 1)) { - return new SimpleTestResult(false, Name + ": failed cRLSign"); + Fail("failed cRLSign"); } k = new KeyUsage(KeyUsage.DecipherOnly); if ((k.GetBytes()[1] != (byte)(KeyUsage.DecipherOnly >> 8)) || (k.PadBits != 7)) { - return new SimpleTestResult(false, Name + ": failed decipherOnly"); + Fail("failed decipherOnly"); } // test for zero length bit string @@ -51,27 +131,25 @@ namespace Org.BouncyCastle.Asn1.Tests } catch (IOException e) { - return new SimpleTestResult(false, Name + ": " + e); + Fail(e.ToString()); } - return new SimpleTestResult(true, Name + ": Okay"); + DoTestRandomPadBits(); + DoTestZeroLengthStrings(); } - public string Name + public override string Name { get { return "BitString"; } } - public static void Main( + public static void Main( string[] args) { - ITest test = new BitStringTest(); - ITestResult result = test.Perform(); - - Console.WriteLine(result); + RunTest(new BitStringTest()); } - [Test] + [Test] public void TestFunction() { string resultText = Perform().ToString(); diff --git a/crypto/test/src/asn1/test/LDSSecurityObjectUnitTest.cs b/crypto/test/src/asn1/test/LDSSecurityObjectUnitTest.cs index 042781632..914eda0b8 100644 --- a/crypto/test/src/asn1/test/LDSSecurityObjectUnitTest.cs +++ b/crypto/test/src/asn1/test/LDSSecurityObjectUnitTest.cs @@ -4,6 +4,7 @@ using NUnit.Framework; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Icao; +using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities.Test; @@ -29,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.Tests public override void PerformTest() { - AlgorithmIdentifier algoId = new AlgorithmIdentifier("1.3.14.3.2.26"); + AlgorithmIdentifier algoId = new AlgorithmIdentifier(OiwObjectIdentifiers.IdSha1); DataGroupHash[] datas = new DataGroupHash[2]; datas[0] = new DataGroupHash(1, new DerOctetString(GenerateHash())); diff --git a/crypto/test/src/asn1/test/PKIFailureInfoTest.cs b/crypto/test/src/asn1/test/PKIFailureInfoTest.cs index 734dbbc14..7d51dbb5f 100644 --- a/crypto/test/src/asn1/test/PKIFailureInfoTest.cs +++ b/crypto/test/src/asn1/test/PKIFailureInfoTest.cs @@ -11,7 +11,7 @@ using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Asn1.Tests { /** - * PKIFailureInfoTest + * PkiFailureInfoTest */ [TestFixture] public class PkiFailureInfoTest @@ -25,12 +25,13 @@ namespace Org.BouncyCastle.Asn1.Tests get { return "PkiFailureInfo"; } } - private void doTestEncoding() + private void DoTestEncoding() { - DerBitString bitString = (DerBitString) Asn1Object.FromByteArray(CORRECT_FAILURE_INFO); + DerBitString bitString = (DerBitString)Asn1Object.FromByteArray(CORRECT_FAILURE_INFO); PkiFailureInfo correct = new PkiFailureInfo(bitString); - PkiFailureInfo bug = new PkiFailureInfo(PkiFailureInfo.BadRequest | PkiFailureInfo.BadTime | PkiFailureInfo.BadDataFormat | PkiFailureInfo.IncorrectData); + PkiFailureInfo bug = new PkiFailureInfo( + PkiFailureInfo.BadRequest | PkiFailureInfo.BadTime | PkiFailureInfo.BadDataFormat | PkiFailureInfo.IncorrectData); if (!Arrays.AreEqual(correct.GetDerEncoded(), bug.GetDerEncoded())) { @@ -40,23 +41,35 @@ namespace Org.BouncyCastle.Asn1.Tests public override void PerformTest() { - BitStringConstantTester.testFlagValueCorrect(0, PkiFailureInfo.BadAlg); - BitStringConstantTester.testFlagValueCorrect(1, PkiFailureInfo.BadMessageCheck); - BitStringConstantTester.testFlagValueCorrect(2, PkiFailureInfo.BadRequest); - BitStringConstantTester.testFlagValueCorrect(3, PkiFailureInfo.BadTime); - BitStringConstantTester.testFlagValueCorrect(4, PkiFailureInfo.BadCertId); - BitStringConstantTester.testFlagValueCorrect(5, PkiFailureInfo.BadDataFormat); - BitStringConstantTester.testFlagValueCorrect(6, PkiFailureInfo.WrongAuthority); - BitStringConstantTester.testFlagValueCorrect(7, PkiFailureInfo.IncorrectData); - BitStringConstantTester.testFlagValueCorrect(8, PkiFailureInfo.MissingTimeStamp); - BitStringConstantTester.testFlagValueCorrect(9, PkiFailureInfo.BadPop); - BitStringConstantTester.testFlagValueCorrect(14, PkiFailureInfo.TimeNotAvailable); - BitStringConstantTester.testFlagValueCorrect(15, PkiFailureInfo.UnacceptedPolicy); - BitStringConstantTester.testFlagValueCorrect(16, PkiFailureInfo.UnacceptedExtension); - BitStringConstantTester.testFlagValueCorrect(17, PkiFailureInfo.AddInfoNotAvailable); - BitStringConstantTester.testFlagValueCorrect(25, PkiFailureInfo.SystemFailure); + BitStringConstantTester.testFlagValueCorrect(0, PkiFailureInfo.BadAlg); + BitStringConstantTester.testFlagValueCorrect(1, PkiFailureInfo.BadMessageCheck); + BitStringConstantTester.testFlagValueCorrect(2, PkiFailureInfo.BadRequest); + BitStringConstantTester.testFlagValueCorrect(3, PkiFailureInfo.BadTime); + BitStringConstantTester.testFlagValueCorrect(4, PkiFailureInfo.BadCertId); + BitStringConstantTester.testFlagValueCorrect(5, PkiFailureInfo.BadDataFormat); + BitStringConstantTester.testFlagValueCorrect(6, PkiFailureInfo.WrongAuthority); + BitStringConstantTester.testFlagValueCorrect(7, PkiFailureInfo.IncorrectData); + BitStringConstantTester.testFlagValueCorrect(8, PkiFailureInfo.MissingTimeStamp); + BitStringConstantTester.testFlagValueCorrect(9, PkiFailureInfo.BadPop); + BitStringConstantTester.testFlagValueCorrect(10, PkiFailureInfo.CertRevoked); + BitStringConstantTester.testFlagValueCorrect(11, PkiFailureInfo.CertConfirmed); + BitStringConstantTester.testFlagValueCorrect(12, PkiFailureInfo.WrongIntegrity); + BitStringConstantTester.testFlagValueCorrect(13, PkiFailureInfo.BadRecipientNonce); + BitStringConstantTester.testFlagValueCorrect(14, PkiFailureInfo.TimeNotAvailable); + BitStringConstantTester.testFlagValueCorrect(15, PkiFailureInfo.UnacceptedPolicy); + BitStringConstantTester.testFlagValueCorrect(16, PkiFailureInfo.UnacceptedExtension); + BitStringConstantTester.testFlagValueCorrect(17, PkiFailureInfo.AddInfoNotAvailable); + BitStringConstantTester.testFlagValueCorrect(18, PkiFailureInfo.BadSenderNonce); + BitStringConstantTester.testFlagValueCorrect(19, PkiFailureInfo.BadCertTemplate); + BitStringConstantTester.testFlagValueCorrect(20, PkiFailureInfo.SignerNotTrusted); + BitStringConstantTester.testFlagValueCorrect(21, PkiFailureInfo.TransactionIdInUse); + BitStringConstantTester.testFlagValueCorrect(22, PkiFailureInfo.UnsupportedVersion); + BitStringConstantTester.testFlagValueCorrect(23, PkiFailureInfo.NotAuthorized); + BitStringConstantTester.testFlagValueCorrect(24, PkiFailureInfo.SystemUnavail); + BitStringConstantTester.testFlagValueCorrect(25, PkiFailureInfo.SystemFailure); + BitStringConstantTester.testFlagValueCorrect(26, PkiFailureInfo.DuplicateCertReq); - doTestEncoding(); + DoTestEncoding(); } public static void Main( diff --git a/crypto/test/src/asn1/test/TagTest.cs b/crypto/test/src/asn1/test/TagTest.cs index c5fce6dbc..80ca2c0ea 100644 --- a/crypto/test/src/asn1/test/TagTest.cs +++ b/crypto/test/src/asn1/test/TagTest.cs @@ -1,4 +1,5 @@ using System; +using System.IO; using NUnit.Framework; @@ -33,14 +34,17 @@ namespace Org.BouncyCastle.Asn1.Tests public override void PerformTest() { - DerApplicationSpecific app = (DerApplicationSpecific) - Asn1Object.FromByteArray(longTagged); + Asn1InputStream aIn = new Asn1InputStream(longTagged); - app = (DerApplicationSpecific) Asn1Object.FromByteArray(app.GetContents()); + DerApplicationSpecific app = (DerApplicationSpecific)aIn.ReadObject(); - Asn1InputStream aIn = new Asn1InputStream(app.GetContents()); + aIn = new Asn1InputStream(app.GetContents()); - Asn1TaggedObject tagged = (Asn1TaggedObject) aIn.ReadObject(); + app = (DerApplicationSpecific)aIn.ReadObject(); + + aIn = new Asn1InputStream(app.GetContents()); + + Asn1TaggedObject tagged = (Asn1TaggedObject)aIn.ReadObject(); if (tagged.TagNo != 32) { diff --git a/crypto/test/src/asn1/test/X9Test.cs b/crypto/test/src/asn1/test/X9Test.cs index e310811ea..db2541f7c 100644 --- a/crypto/test/src/asn1/test/X9Test.cs +++ b/crypto/test/src/asn1/test/X9Test.cs @@ -27,13 +27,13 @@ namespace Org.BouncyCastle.Asn1.Tests + "yUmqLG2UhT0OZgu/hUsclQX+laAh5///////////////9///+XXetBs6YFfDxDIUZSZVECAQED" + "IAADG5xRI+Iki/JrvL20hoDUa7Cggzorv5B9yyqSMjYu"); - private static readonly byte[] namedPriv = Base64.Decode("MCICAQAwEwYHKoZIzj0CAQYIKoZIzj0DAQEECDAGAgEBBAEK"); + private static readonly byte[] namedPriv = Base64.Decode("MDkCAQAwEwYHKoZIzj0CAQYIKoZIzj0DAQEEHzAdAgEBBBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAo="); private static readonly byte[] expPriv = Base64.Decode( - "MIHnAgEAMIHXBgcqhkjOPQIBMIHLAgEBMCkGByqGSM49AQECHn///////////////3///////4" - + "AAAAAAAH///////zBXBB5///////////////9///////+AAAAAAAB///////wEHiVXBfoqMGZU" - + "sfTLA9anUKMMJQEC1JiHF9m6FattPgMVAH1zdBaP/jRxtgqFdoahlHXTv6L/BB8DZ2iujhi7ks" - + "/PAFyUmqLG2UhT0OZgu/hUsclQX+laAh5///////////////9///+XXetBs6YFfDxDIUZSZVEC" - + "AQEECDAGAgEBBAEU"); + "MIIBBAIBADCB1wYHKoZIzj0CATCBywIBATApBgcqhkjOPQEBAh5///////////////9///////" + + "+AAAAAAAB///////8wVwQef///////////////f///////gAAAAAAAf//////8BB4lVwX6KjBmVL" + + "H0ywPWp1CjDCUBAtSYhxfZuhWrbT4DFQB9c3QWj/40cbYKhXaGoZR107+i/wQfA2doro4Yu5LPzw" + + "BclJqixtlIU9DmYLv4VLHJUF/pWgIef///////////////f///l13rQbOmBXw8QyFGUmVRAgEBBC" + + "UwIwIBAQQeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU"); private void EncodePublicKey() { @@ -99,14 +99,15 @@ namespace Org.BouncyCastle.Asn1.Tests private void EncodePrivateKey() { - X9ECParameters ecP = X962NamedCurves.GetByOid(X9ObjectIdentifiers.Prime239v3); + X9ECParameters ecP = X962NamedCurves.GetByOid(X9ObjectIdentifiers.Prime192v1); // // named curve // X962Parameters _params = new X962Parameters(X9ObjectIdentifiers.Prime192v1); - PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.IdECPublicKey, _params), new ECPrivateKeyStructure(BigInteger.Ten).ToAsn1Object()); + PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.IdECPublicKey, _params), + new ECPrivateKeyStructure(ecP.N.BitLength, BigInteger.Ten).ToAsn1Object()); if (!Arrays.AreEqual(info.GetEncoded(), namedPriv)) { @@ -123,9 +124,12 @@ namespace Org.BouncyCastle.Asn1.Tests // // explicit curve parameters // + ecP = X962NamedCurves.GetByOid(X9ObjectIdentifiers.Prime239v3); + _params = new X962Parameters(ecP); - info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.IdECPublicKey, _params), new ECPrivateKeyStructure(BigInteger.ValueOf(20)).ToAsn1Object()); + info = new PrivateKeyInfo(new AlgorithmIdentifier(X9ObjectIdentifiers.IdECPublicKey, _params), + new ECPrivateKeyStructure(ecP.N.BitLength, BigInteger.ValueOf(20)).ToAsn1Object()); if (!Arrays.AreEqual(info.GetEncoded(), expPriv)) { diff --git a/crypto/test/src/crypto/agreement/test/AllTests.cs b/crypto/test/src/crypto/agreement/test/AllTests.cs index ea8f438e5..66853b285 100644 --- a/crypto/test/src/crypto/agreement/test/AllTests.cs +++ b/crypto/test/src/crypto/agreement/test/AllTests.cs @@ -1,4 +1,5 @@ -using System; +#if !LIB +using System; using NUnit.Core; using NUnit.Framework; @@ -29,3 +30,4 @@ namespace Org.BouncyCastle.Crypto.Agreement.Tests } } } +#endif diff --git a/crypto/test/src/crypto/prng/test/CtrDrbgTest.cs b/crypto/test/src/crypto/prng/test/CtrDrbgTest.cs new file mode 100644 index 000000000..44b08f3a6 --- /dev/null +++ b/crypto/test/src/crypto/prng/test/CtrDrbgTest.cs @@ -0,0 +1,526 @@ +using System; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto.Engines; +using Org.BouncyCastle.Crypto.Prng.Drbg; +using Org.BouncyCastle.Utilities.Test; +using Org.BouncyCastle.Utilities.Encoders; +using Org.BouncyCastle.Utilities; +using Org.BouncyCastle.Crypto.Parameters; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + /** + * CTR DRBG Test + */ + [TestFixture] + public class CtrDrbgTest + : SimpleTest + { + public override string Name + { + get { return "CTRDRBGTest"; } + } + + public static void Main(string[] args) + { + RunTest(new CtrDrbgTest()); + } + + [Test] + public void TestFunction() + { + string resultText = Perform().ToString(); + + Assert.AreEqual(Name + ": Okay", resultText); + } + + private DrbgTestVector[] CreateTestVectorData() + { + return new DrbgTestVector[] + { + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + false, + "20212223242526", + 112, + new string[] + { + "ABC88224514D0316EA3D48AEE3C9A2B4", + "D3D3F372E43E7ABDC4FA293743EED076" + } + ), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + false, + "20212223242526", + 112, + new string[] + { + "D4564EE072ACA5BD279536E14F94CB12", + "1CCD9AFEF15A9679BA75E35225585DEA" + } + ) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBC"), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + false, + "20212223242526", + 112, + new string[] + { + "760BED7D92B083B10AF31CF0656081EB", + "FD1AC41482384D823CF3FD6F0E6C88B3" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C"), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + false, + "20212223242526", + 112, + new string[] + { + "7A4C1D7ADC8A67FDB50100ED23583A2C", + "43044D311C0E07541CA5C8B0916976B2" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C") + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBC"), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + true, + "20212223242526", + 112, + new string[] + { + "8FB78ABCA75C9F284E974E36141866BC", + "9D9745FF31C42A4488CBB771B13B5D86" + } + ), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + true, + "20212223242526", + 112, + new string[] + { + "0E389920A09B485AA4ABD0CA7E60D89C", + "F4478EC6659A0D3577625B0C73A211DD" + } + ) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBC"), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + true, + "20212223242526", + 112, + new string[] + { + "64983055D014550B39DE699E43130B64", + "035FDDA8582A2214EC722C410A8D95D3" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C"), + new DrbgTestVector( + new DesEdeEngine(), 168, + new Bit232EntropyProvider().Get(232), + true, + "20212223242526", + 112, + new string[] + { + "A29C1A8C42FBC562D7D1DBA7DC541FFE", + "0BDA66B049429061C013E4228C2F44C6" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C") + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBC"), + new DrbgTestVector( + new AesFastEngine(), 128, + new Bit256EntropyProvider().Get(256), + false, + "2021222324252627", + 128, + new string[] + { + "8CF59C8CF6888B96EB1C1E3E79D82387AF08A9E5FF75E23F1FBCD4559B6B997E", + "69CDEF912C692D61B1DA4C05146B52EB7B8849BD87937835328254EC25A9180E" + } + ), + new DrbgTestVector( + new AesFastEngine(), 128, + new Bit256EntropyProvider().Get(256), + false, + "2021222324252627", + 128, + new string[] + { + "E8C74A4B7BFFB53BEB80E78CA86BB6DF70E2032AEB473E0DD54D2339CEFCE9D0", + "26B3F823B4DBAFC23B141375E10B3AEB7A0B5DEF1C7D760B6F827D01ECD17AC7" + } + ) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBF"), + new DrbgTestVector( + new AesFastEngine(), 128, + new Bit256EntropyProvider().Get(256), + false, + "2021222324252627", + 128, + new string[] + { + "18FDEFBDC43D7A36D5D6D862205765D1D701C9F237007030DF1B8E70EE4EEE29", + "9888F1D38BB1CCE31B363AA1BD9B39616876C30DEE1FF0B7BD8C4C441715C833" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F"), + new DrbgTestVector( + new AesFastEngine(), 128, + new Bit256EntropyProvider().Get(256), + true, + "2021222324252627", + 128, + new string[] + { + "BFF4B85D68C84529F24F69F9ACF1756E29BA648DDEB825C225FA32BA490EF4A9", + "9BD2635137A52AF7D0FCBEFEFB97EA93A0F4C438BD98956C0DACB04F15EE25B3" + } + ), + new DrbgTestVector( + new AesFastEngine(), 128, + new Bit256EntropyProvider().Get(256), + true, + "2021222324252627", + 128, + new string[] + { + "4573AC8BBB33D7CC4DBEF3EEDF6EAE748B536C3A1082CEE4948CDB51C83A7F9C", + "99C628CDD87BD8C2F1FE443AA7F761DA16886436326323354DA6311FFF5BC678" + } + ) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBF"), + new DrbgTestVector( + new AesFastEngine(), 128, + new Bit256EntropyProvider().Get(256), + true, + "2021222324252627", + 128, + new string[] + { + "F324104E2FA14F79D8AA60DF06B93B3BC157324958F0A7EE1E193677A70E0250", + "78F4C840134F40DC001BFAD3A90B5EF4DEBDBFAC3CFDF0CD69A89DC4FD34713F" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F"), + new DrbgTestVector( + new AesFastEngine(), 192, + new Bit320EntropyProvider().Get(320), + false, + "202122232425262728292A2B", + 192, + new string[] + { + "E231244B3235B085C81604424357E85201E3828B5C45568679A5555F867AAC8C", + "DDD0F7BCCADADAA31A67652259CE569A271DD85CF66C3D6A7E9FAED61F38D219" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F6061626364656667"), + new DrbgTestVector( + new AesFastEngine(), 192, + new Bit320EntropyProvider().Get(320), + true, + "202122232425262728292A2B", + 192, + new string[] + { + "F780D4A2C25CF8EE7407D948EC0B724A4235D8B20E65081392755CA7912AD7C0", + "BA14617F915BA964CB79276BDADC840C14B631BBD1A59097054FA6DFF863B238" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F6061626364656667"), + new DrbgTestVector( + new AesFastEngine(), 256, + new Bit384EntropyProvider().Get(384), + false, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "47111E146562E9AA2FB2A1B095D37A8165AF8FC7CA611D632BE7D4C145C83900", + "98A28E3B1BA363C9DAF0F6887A1CF52B833D3354D77A7C10837DD63DD2E645F8" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F") + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECF"), + new DrbgTestVector( + new AesFastEngine(), 256, + new Bit384EntropyProvider().Get(384), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "71BB3F9C9CEAF4E6C92A83EB4C7225010EE150AC75E23F5F77AD5073EF24D88A", + "386DEBBBF091BBF0502957B0329938FB836B82E594A2F5FDD5EB28D4E35528F4" + } + ) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECF"), + new DrbgTestVector( + new AesFastEngine(), 256, + new Bit384EntropyProvider().Get(384), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "1A2E3FEE9056E98D375525FDC2B63B95B47CE51FCF594D804BD5A17F2E01139B", + "601F95384F0D85946301D1EACE8F645A825CE38F1E2565B0C0C439448E9CA8AC" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F"), + new DrbgTestVector( + new AesFastEngine(), 256, + new Bit384EntropyProvider().Get(384), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "EAE6BCE781807E524D26605EA198077932D01EEB445B9AC6C5D99C101D29F46E", + "738E99C95AF59519AAD37FF3D5180986ADEBAB6E95836725097E50A8D1D0BD28" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F") + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECF"), + new DrbgTestVector( + new AesFastEngine(), 256, + new Bit384EntropyProvider().Get(384), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "eae6bce781807e524d26605ea198077932d01eeb445b9ac6c5d99c101d29f46e30b27377", + "ec51b55b49904c3ff9e13939f1cf27398993e1b3acb2b0be0be8761261428f0aa8ba2657" + } + ) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F") + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECF") + }; + } + + public override void PerformTest() + { + DrbgTestVector[] tests = CreateTestVectorData(); + ISP80090Drbg d; + DrbgTestVector tv; + byte[] output; + + for (int i = 0; i != tests.Length; i++) + { + tv = tests[i]; + + byte[] nonce = tv.GetNonce(); + byte[] personalisationString = tv.GetPersonalizationString(); + + d = new CtrSP800Drbg(tv.Cipher, tv.KeySizeInBits, tv.SecurityStrength, tv.EntropySource, personalisationString, nonce); + + output = new byte[tv.GetExpectedValue(0).Length]; + + d.Generate(output, tv.GetAdditionalInput(0), tv.PredictionResistance); + + byte[] expected = tv.GetExpectedValue(0); + + if (!AreEqual(expected, output)) + { + Fail("Test #" + (i + 1) + ".1 failed, expected " + Hex.ToHexString(tv.GetExpectedValue(0)) + " got " + Hex.ToHexString(output)); + } + + output = new byte[tv.GetExpectedValue(0).Length]; + + d.Generate(output, tv.GetAdditionalInput(1), tv.PredictionResistance); + + expected = tv.GetExpectedValue(1); + if (!AreEqual(expected, output)) + { + Fail("Test #" + (i + 1) + ".2 failed, expected " + Hex.ToHexString(tv.GetExpectedValue(1)) + " got " + Hex.ToHexString(output)); + } + } + + // DESede/TDEA key parity test + tv = tests[0]; + + ISP80090Drbg drbg = new CtrSP800Drbg(new KeyParityCipher(tv.Cipher), tv.KeySizeInBits, tv.SecurityStrength, tv.EntropySource, + tv.GetPersonalizationString(), tv.GetNonce()); + + output = new byte[tv.GetExpectedValue(0).Length]; + + drbg.Generate(output, tv.GetAdditionalInput(0), tv.PredictionResistance); + + // Exception tests + try + { + d = new CtrSP800Drbg(new AesEngine(), 256, 256, new Bit232EntropyProvider().Get(128), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Not enough entropy for security strength required")) + { + Fail("Wrong exception", e); + } + } + + try + { + d = new CtrSP800Drbg(new DesEdeEngine(), 256, 256, new Bit232EntropyProvider().Get(232), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Requested security strength is not supported by block cipher and key size")) + { + Fail("Wrong exception", e); + } + } + + try + { + d = new CtrSP800Drbg(new DesEdeEngine(), 168, 256, new Bit232EntropyProvider().Get(232), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Requested security strength is not supported by block cipher and key size")) + { + Fail("Wrong exception", e); + } + } + + try + { + d = new CtrSP800Drbg(new AesEngine(), 192, 256, new Bit232EntropyProvider().Get(232), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Requested security strength is not supported by block cipher and key size")) + { + Fail("Wrong exception", e); + } + } + } + + internal class Bit232EntropyProvider : TestEntropySourceProvider + { + internal Bit232EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C" + + "808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDC"), true) + { } + } + + internal class Bit256EntropyProvider : TestEntropySourceProvider + { + internal Bit256EntropyProvider(): base(Hex.Decode( + "0001020304050607" + + "08090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F" + + "8081828384858687" + + "88898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F" + + "C0C1C2C3C4C5C6C7" + + "C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDF"), true) + { } + } + + internal class Bit320EntropyProvider : TestEntropySourceProvider + { + internal Bit320EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F" + + "101112131415161718191A1B1C1D1E1F2021222324252627" + + "808182838485868788898A8B8C8D8E8F" + + "909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF" + + "D0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7"), true) + { } + } + + internal class Bit384EntropyProvider : TestEntropySourceProvider + { + internal Bit384EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F1011121314151617" + + "18191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F" + + "808182838485868788898A8B8C8D8E8F9091929394959697" + + "98999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAF" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7" + + "D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF"), true) + { } + } + + internal class KeyParityCipher : IBlockCipher + { + private IBlockCipher cipher; + + internal KeyParityCipher(IBlockCipher cipher) + { + this.cipher = cipher; + } + + public void Init(bool forEncryption, ICipherParameters parameters) + { + byte[] k = Arrays.Clone(((KeyParameter)parameters).GetKey()); + + DesEdeParameters.SetOddParity(k); + + if (!Arrays.AreEqual(((KeyParameter)parameters).GetKey(), k)) + { + throw new ArgumentException("key not odd parity"); + } + + cipher.Init(forEncryption, parameters); + } + + public String AlgorithmName + { + get { return cipher.AlgorithmName; } + } + + public bool IsPartialBlockOkay + { + get { return false; } + } + + public int GetBlockSize() + { + return cipher.GetBlockSize(); + } + + public int ProcessBlock(byte[] input, int inOff, byte[] output, int outOff) + { + return cipher.ProcessBlock(input, inOff, output, outOff); + } + + public void Reset() + { + cipher.Reset(); + } + } + } +} diff --git a/crypto/test/src/crypto/prng/test/DrbgTestVector.cs b/crypto/test/src/crypto/prng/test/DrbgTestVector.cs new file mode 100644 index 000000000..e0a8eeaf5 --- /dev/null +++ b/crypto/test/src/crypto/prng/test/DrbgTestVector.cs @@ -0,0 +1,111 @@ +using System; +using System.Collections; + +using Org.BouncyCastle.Utilities.Encoders; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + public class DrbgTestVector + { + private IDigest _digest; + private IBlockCipher _cipher; + private int _keySizeInBits; + private IEntropySource _eSource; + private bool _pr; + private string _nonce; + private string _personalisation; + private int _ss; + private String[] _ev; + private IList _ai = new ArrayList(); + + public DrbgTestVector(IDigest digest, IEntropySource eSource, bool predictionResistance, string nonce, + int securityStrength, string[] expected) + { + _digest = digest; + _eSource = eSource; + _pr = predictionResistance; + _nonce = nonce; + _ss = securityStrength; + _ev = expected; + _personalisation = null; + } + + public DrbgTestVector(IBlockCipher cipher, int keySizeInBits, IEntropySource eSource, bool predictionResistance, + string nonce, int securityStrength, string[] expected) + { + _cipher = cipher; + _keySizeInBits = keySizeInBits; + _eSource = eSource; + _pr = predictionResistance; + _nonce = nonce; + _ss = securityStrength; + _ev = expected; + _personalisation = null; + } + + public IDigest Digest + { + get { return _digest; } + } + + public IBlockCipher Cipher + { + get { return _cipher; } + } + + public int KeySizeInBits + { + get { return _keySizeInBits; } + } + + public DrbgTestVector AddAdditionalInput(string input) + { + _ai.Add(input); + return this; + } + + public DrbgTestVector SetPersonalizationString(string p) + { + _personalisation = p; + return this; + } + + public IEntropySource EntropySource + { + get { return _eSource; } + } + + public bool PredictionResistance + { + get { return _pr; } + } + + public byte[] GetNonce() + { + return _nonce == null ? null : Hex.Decode(_nonce); + } + + public byte[] GetPersonalizationString() + { + return _personalisation == null ? null : Hex.Decode(_personalisation); + } + + public int SecurityStrength + { + get { return _ss; } + } + + public byte[] GetExpectedValue(int index) + { + return Hex.Decode(_ev[index]); + } + + public byte[] GetAdditionalInput(int position) + { + if (position >= _ai.Count) + return null; + + return Hex.Decode((string)_ai[position]); + } + } +} diff --git a/crypto/test/src/crypto/prng/test/HMacDrbgTest.cs b/crypto/test/src/crypto/prng/test/HMacDrbgTest.cs new file mode 100644 index 000000000..a5ca30836 --- /dev/null +++ b/crypto/test/src/crypto/prng/test/HMacDrbgTest.cs @@ -0,0 +1,524 @@ +using System; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto.Digests; +using Org.BouncyCastle.Crypto.Macs; +using Org.BouncyCastle.Crypto.Prng.Drbg; +using Org.BouncyCastle.Utilities.Test; +using Org.BouncyCastle.Utilities.Encoders; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + /** + * HMAC SP800-90 DRBG + */ + [TestFixture] + public class HMacDrbgTest + : SimpleTest + { + public override string Name + { + get { return "HMacDRBG"; } + } + + public static void Main(string[] args) + { + RunTest(new HMacDrbgTest()); + } + + [Test] + public void TestFunction() + { + string resultText = Perform().ToString(); + + Assert.AreEqual(Name + ": Okay", resultText); + } + + private DrbgTestVector[] CreateTestVectorData() + { + return new DrbgTestVector[] + { + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + false, + "2021222324", + 80, + new string[] + { + "5A7D3B449F481CB38DF79AD2B1FCC01E57F8135E8C0B22CD0630BFB0127FB5408C8EFC17A929896E", + "82cf772ec3e84b00fc74f5df104efbfb2428554e9ce367d03aeade37827fa8e9cb6a08196115d948" + }), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + false, + "2021222324", + 80, + new string[] + { + "B3BD05246CBA12A64735A4E3FDE599BC1BE30F439BD060208EEA7D71F9D123DF47B3CE069D98EDE6", + "B5DADA380E2872DF935BCA55B882C8C9376902AB639765472B71ACEBE2EA8B1B6B49629CB67317E0" + }) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F70717273747576"), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + false, + "2021222324", + 80, + new string[] + { + "C7AAAC583C6EF6300714C2CC5D06C148CFFB40449AD0BB26FAC0497B5C57E161E36681BCC930CE80", + "6EBD2B7B5E0A2AD7A24B1BF9A1DBA47D43271719B9C37B7FE81BA94045A14A7CB514B446666EA5A7" + }) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F90919293949596") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6"), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + true, + "2021222324", + 80, + new string[] + { + "FEC4597F06A3A8CC8529D59557B9E661053809C0BC0EFC282ABD87605CC90CBA9B8633DCB1DAE02E", + "84ADD5E2D2041C01723A4DE4335B13EFDF16B0E51A0AD39BD15E862E644F31E4A2D7D843E57C5968" + }), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + true, + "2021222324", + 80, + new string[] + { + "6C37FDD729AA40F80BC6AB08CA7CC649794F6998B57081E4220F22C5C283E2C91B8E305AB869C625", + "CAF57DCFEA393B9236BF691FA456FEA7FDF1DF8361482CA54D5FA723F4C88B4FA504BF03277FA783" + }) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F70717273747576"), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + true, + "2021222324", + 80, + new string[] + { + "A1BA8FA58BB5013F43F7B6ED52B4539FA16DC77957AEE815B9C07004C7E992EB8C7E591964AFEEA2", + "84264A73A818C95C2F424B37D3CC990B046FB50C2DC64A164211889A010F2471A0912FFEA1BF0195" + }) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F90919293949596") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6"), + new DrbgTestVector( + new Sha256Digest(), + new SHA256EntropyProvider().Get(440), + false, + "2021222324252627", + 128, + new string[] + { + "D67B8C1734F46FA3F763CF57C6F9F4F2" + + "DC1089BD8BC1F6F023950BFC5617635208C8501238AD7A44" + + "00DEFEE46C640B61AF77C2D1A3BFAA90EDE5D207406E5403", + "8FDAEC20F8B421407059E3588920DA7E" + + "DA9DCE3CF8274DFA1C59C108C1D0AA9B0FA38DA5C792037C" + + "4D33CD070CA7CD0C5608DBA8B885654639DE2187B74CB263" + }), + new DrbgTestVector( + new Sha256Digest(), + new SHA256EntropyProvider().Get(440), + true, + "2021222324252627", + 128, + new string[] + { + "FABD0AE25C69DC2EFDEFB7F20C5A31B5" + + "7AC938AB771AA19BF8F5F1468F665C938C9A1A5DF0628A56" + + "90F15A1AD8A613F31BBD65EEAD5457D5D26947F29FE91AA7", + "6BD925B0E1C232EFD67CCD84F722E927" + + "ECB46AB2B740014777AF14BA0BBF53A45BDBB62B3F7D0B9C" + + "8EEAD057C0EC754EF8B53E60A1F434F05946A8B686AFBC7A" + }), + new DrbgTestVector( + new Sha384Digest(), + new SHA384EntropyProvider().Get(888), + false, + "202122232425262728292A2B", + 192, + new string[] + { + "03AB8BCE4D1DBBB636C5C5B7E1C58499FEB1C619CDD11D35" + + "CD6CF6BB8F20EF27B6F5F9054FF900DB9EBF7BF30ED4DCBB" + + "BC8D5B51C965EA226FFEE2CA5AB2EFD00754DC32F357BF7A" + + "E42275E0F7704DC44E50A5220AD05AB698A22640AC634829", + "B907E77144FD55A54E9BA1A6A0EED0AAC780020C41A15DD8" + + "9A6C163830BA1D094E6A17100FF71EE30A96E1EE04D2A966" + + "03832A4E404F1966C2B5F4CB61B9927E8D12AC1E1A24CF23" + + "88C14E8EC96C35181EAEE32AAA46330DEAAFE5E7CE783C74" + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE"), + new DrbgTestVector( + new Sha384Digest(), + new SHA384EntropyProvider().Get(888), + true, + "202122232425262728292A2B", + 192, + new string[] + { + "804A3AD720F4FCE8738D0632514FEF16430CB7D63A8DF1A5" + + "F02A3CE3BD7ED6A668B69E63E2BB93F096EE753D6194A0F1" + + "A32711063653009636337D22167CC4402D019AC216FA574F" + + "091CF6EA283568D737A77BE38E8F09382C69E76B142ABC3A", + "73B8E55C753202176A17B9B9754A9FE6F23B01861FCD4059" + + "6AEAA301AF1AEF8AF0EAF22FBF34541EFFAB1431666ACACC" + + "759338C7E28672819D53CFEF10A3E19DAFBD53295F1980A9" + + "F491504A2725506784B7AC826D92C838A8668171CAAA86E7" + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + false, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "2A5FF6520C20F66E" + + "D5EA431BD4AEAC58F975EEC9A015137D5C94B73AA09CB8B5" + + "9D611DDEECEB34A52BB999424009EB9EAC5353F92A6699D2" + + "0A02164EEBBC6492941E10426323898465DFD731C7E04730" + + "60A5AA8973841FDF3446FB6E72A58DA8BDA2A57A36F3DD98" + + "6DF85C8A5C6FF31CDE660BF8A841B21DD6AA9D3AC356B87B", + "0EDC8D7D7CEEC7FE" + + "36333FB30C0A9A4B27AA0BECBF075568B006C1C3693B1C29" + + "0F84769C213F98EB5880909EDF068FDA6BFC43503987BBBD" + + "4FC23AFBE982FE4B4B007910CC4874EEC217405421C8D8A1" + + "BA87EC684D0AF9A6101D9DB787AE82C3A6A25ED478DF1B12" + + "212CEC325466F3AC7C48A56166DD0B119C8673A1A9D54F67" + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "AAE4DC3C9ECC74D9" + + "061DD527117EF3D29E1E52B26853C539D6CA797E8DA3D0BB" + + "171D8E30B8B194D8C28F7F6BE3B986B88506DC6A01B294A7" + + "165DD1C3470F7BE7B396AA0DB7D50C4051E7C7E1C8A7D21A" + + "2B5878C0BCB163CAA79366E7A1162FDC88429616CD3E6977" + + "8D327520A6BBBF71D8AA2E03EC4A9DAA0E77CF93E1EE30D2 ", + "129FF6D31A23FFBC" + + "870632B35EE477C2280DDD2ECDABEDB900C78418BE2D243B" + + "B9D8E5093ECE7B6BF48638D8F704D134ADDEB7F4E9D5C142" + + "CD05683E72B516486AF24AEC15D61E81E270DD4EBED91B62" + + "12EB8896A6250D5C8BC3A4A12F7E3068FBDF856F47EB23D3" + + "79F82C1EBCD1585FB260B9C0C42625FBCEE68CAD773CD5B1" + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + false, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "7AE31A2DEC31075F" + + "E5972660C16D22ECC0D415C5693001BE5A468B590BC1AE2C" + + "43F647F8D681AEEA0D87B79B0B4E5D089CA2C9D327534234" + + "0254E6B04690D77A71A294DA9568479EEF8BB2A2110F18B6" + + "22F60F35235DE0E8F9D7E98105D84AA24AF0757AF005DFD5" + + "2FA51DE3F44FCE0C5F3A27FCE8B0F6E4A3F7C7B53CE34A3D", + "D83A8084630F286D" + + "A4DB49B9F6F608C8993F7F1397EA0D6F4A72CF3EF2733A11" + + "AB823C29F2EBDEC3EDE962F93D920A1DB59C84E1E879C29F" + + "5F9995FC3A6A3AF9B587CA7C13EA197D423E81E1D6469942" + + "B6E2CA83A97E91F6B298266AC148A1809776C26AF5E239A5" + + "5A2BEB9E752203A694E1F3FE2B3E6A0C9C314421CDB55FBD " + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE") + .AddAdditionalInput( + "606162636465666768696A6B6C6D6E" + + "6F707172737475767778797A7B7C7D7E7F80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE") + .AddAdditionalInput( + "A0A1A2A3A4A5A6A7A8A9AAABACADAE" + + "AFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6" + + "F7F8F9FAFBFCFDFEFF000102030405060708090A0B0C0D0E"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "28FD6060C4F35F4D" + + "317AB2060EE32019E0DAA330F3F5650BBCA57CB67EE6AF1C" + + "6F25D1B01F3601EDA85DC2ED29A9B2BA4C85CF491CE7185F" + + "1A2BD9378AE3C655BD1CEC2EE108AE7FC382989F6D4FEA8A" + + "B01499697C2F07945CE02C5ED617D04287FEAF3BA638A4CE" + + "F3BB6B827E40AF16279580FCF1FDAD830930F7FDE341E2AF", + "C0B1601AFE39338B" + + "58DC2BE7C256AEBE3C21C5A939BEEC7E97B3528AC420F0C6" + + "341847187666E0FF578A8EB0A37809F877365A28DF2FA0F0" + + "6354A6F02496747369375B9A9D6B756FDC4A8FB308E08256" + + "9D79A85BB960F747256626389A3B45B0ABE7ECBC39D5CD7B" + + "2C18DF2E5FDE8C9B8D43474C54B6F9839468445929B438C7" + }), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "72691D2103FB567C" + + "CD30370715B36666F63430087B1C688281CA0974DB456BDB" + + "A7EB5C48CFF62EA05F9508F3B530CE995A272B11EC079C13" + + "923EEF8E011A93C19B58CC6716BC7CB8BD886CAA60C14D85" + + "C023348BD77738C475D6C7E1D9BFF4B12C43D8CC73F838DC" + + "4F8BD476CF8328EEB71B3D873D6B7B859C9B21065638FF95", + "8570DA3D47E1E160" + + "5CF3E44B8D328B995EFC64107B6292D1B1036B5F88CE3160" + + "2F12BEB71D801C0942E7C0864B3DB67A9356DB203490D881" + + "24FE86BCE38AC2269B4FDA6ABAA884039DF80A0336A24D79" + + "1EB3067C8F5F0CF0F18DD73B66A7B316FB19E02835CC6293" + + "65FCD1D3BE640178ED9093B91B36E1D68135F2785BFF505C" + }) + .AddAdditionalInput( + "606162636465666768696A6B6C6D6E" + + "6F707172737475767778797A7B7C7D7E7F80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE") + .AddAdditionalInput( + "A0A1A2A3A4A5A6A7A8A9AAABACADAE" + + "AFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6" + + "F7F8F9FAFBFCFDFEFF000102030405060708090A0B0C0D0E"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "AAE4DC3C9ECC74D9" + + "061DD527117EF3D29E1E52B26853C539D6CA797E8DA3D0BB" + + "171D8E30B8B194D8C28F7F6BE3B986B88506DC6A01B294A7" + + "165DD1C3470F7BE7B396AA0DB7D50C4051E7C7E1C8A7D21A" + + "2B5878C0BCB163CAA79366E7A1162FDC88429616CD3E6977" + + "8D327520A6BBBF71D8AA2E03EC4A9DAA0E77CF93E1EE30D2 ", + "129FF6D31A23FFBC" + + "870632B35EE477C2280DDD2ECDABEDB900C78418BE2D243B" + + "B9D8E5093ECE7B6BF48638D8F704D134ADDEB7F4E9D5C142" + + "CD05683E72B516486AF24AEC15D61E81E270DD4EBED91B62" + + "12EB8896A6250D5C8BC3A4A12F7E3068FBDF856F47EB23D3" + + "79F82C1EBCD1585FB260B9C0C42625FBCEE68CAD773CD5B1" + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "B8E827652175E6E0" + + "6E513C7BE94B5810C14ED94AD903647940CAEB7EE014C848" + + "8DCBBE6D4D6616D06656A3DC707CDAC4F02EE6D8408C065F" + + "CB068C0760DA47C5D60E5D70D09DC3929B6979615D117F7B" + + "EDCC661A98514B3A1F55B2CBABDCA59F11823E4838065F1F" + + "8431CBF28A577738234AF3F188C7190CC19739E72E9BBFFF", + "7ED41B9CFDC8C256" + + "83BBB4C553CC2DC61F690E62ABC9F038A16B8C519690CABE" + + "BD1B5C196C57CF759BB9871BE0C163A57315EA96F615136D" + + "064572F09F26D659D24211F9610FFCDFFDA8CE23FFA96735" + + "7595182660877766035EED800B05364CE324A75EB63FD9B3" + + "EED956D147480B1D0A42DF8AA990BB628666F6F61D60CBE2" + }) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE") + .AddAdditionalInput( + "606162636465666768696A6B6C6D6E" + + "6F707172737475767778797A7B7C7D7E7F80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE") + .AddAdditionalInput( + "A0A1A2A3A4A5A6A7A8A9AAABACADAE" + + "AFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6" + + "F7F8F9FAFBFCFDFEFF000102030405060708090A0B0C0D0E") + }; + } + + public override void PerformTest() + { + DrbgTestVector[] tests = CreateTestVectorData(); + ISP80090Drbg d; + + for (int i = 0; i != tests.Length; i++) + { + DrbgTestVector tv = tests[i]; + + byte[] nonce = tv.GetNonce(); + byte[] personalisationString = tv.GetPersonalizationString(); + + d = new HMacSP800Drbg(new HMac(tv.Digest), tv.SecurityStrength, tv.EntropySource, personalisationString, nonce); + + byte[] output = new byte[tv.GetExpectedValue(0).Length]; + + d.Generate(output, tv.GetAdditionalInput(0), tv.PredictionResistance); + + byte[] expected = tv.GetExpectedValue(0); + + if (!AreEqual(expected, output)) + { + Fail("Test #" + (i + 1) + ".1 failed, expected " + Hex.ToHexString(tv.GetExpectedValue(0)) + " got " + Hex.ToHexString(output)); + } + + output = new byte[tv.GetExpectedValue(0).Length]; + + d.Generate(output, tv.GetAdditionalInput(1), tv.PredictionResistance); + + expected = tv.GetExpectedValue(1); + if (!AreEqual(expected, output)) + { + Fail("Test #" + (i + 1) + ".2 failed, expected " + Hex.ToHexString(tv.GetExpectedValue(1)) + " got " + Hex.ToHexString(output)); + } + } + + // Exception tests + // + try + { + d = new HMacSP800Drbg(new HMac(new Sha256Digest()), 256, new SHA256EntropyProvider().Get(128), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Not enough entropy for security strength required")) + { + Fail("Wrong exception", e); + } + } + } + + private class SHA1EntropyProvider : TestEntropySourceProvider + { + internal SHA1EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F30313233343536" + + "808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6"), true) + { + } + } + + internal class SHA256EntropyProvider : TestEntropySourceProvider + { + internal SHA256EntropyProvider() : base(Hex.Decode( + "00010203040506" + + "0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E" + + "1F202122232425262728292A2B2C2D2E2F30313233343536" + + "80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "C0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6"), true) + { + } + } + + internal class SHA384EntropyProvider : TestEntropySourceProvider + { + internal SHA384EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F20212223242526" + + "2728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556" + + "5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E" + + "808182838485868788898A8B8C8D8E" + + "8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6" + + "A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBE" + + "BFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6" + + "D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEE" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCE" + + "CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6" + + "E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFE" + + "FF000102030405060708090A0B0C0D0E0F10111213141516" + + "1718191A1B1C1D1E1F202122232425262728292A2B2C2D2E"), true) + { } + } + + internal class SHA512EntropyProvider : TestEntropySourceProvider + { + internal SHA512EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E" + + "0F101112131415161718191A1B1C1D1E1F20212223242526" + + "2728292A2B2C2D2E2F303132333435363738393A3B3C3D3E" + + "3F404142434445464748494A4B4C4D4E4F50515253545556" + + "5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E" + + "808182838485868788898A8B8C8D8E" + + "8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6" + + "A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBE" + + "BFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6" + + "D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEE" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCE" + + "CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6" + + "E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFE" + + "FF000102030405060708090A0B0C0D0E0F10111213141516" + + "1718191A1B1C1D1E1F202122232425262728292A2B2C2D2E"), true) + { } + } + } +} diff --git a/crypto/test/src/crypto/prng/test/HashDrbgTest.cs b/crypto/test/src/crypto/prng/test/HashDrbgTest.cs new file mode 100644 index 000000000..892ca74da --- /dev/null +++ b/crypto/test/src/crypto/prng/test/HashDrbgTest.cs @@ -0,0 +1,477 @@ +using System; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto.Digests; +using Org.BouncyCastle.Crypto.Prng.Drbg; +using Org.BouncyCastle.Utilities.Test; +using Org.BouncyCastle.Utilities.Encoders; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + /** + * DRBG Test + */ + [TestFixture] + public class HashDrbgTest + : SimpleTest + { + public override string Name + { + get { return "HashDRBG"; } + } + + public static void Main(string[] args) + { + RunTest(new HashDrbgTest()); + } + + [Test] + public void TestFunction() + { + string resultText = Perform().ToString(); + + Assert.AreEqual(Name + ": Okay", resultText); + } + + private DrbgTestVector[] CreateTestVectorData() + { + return new DrbgTestVector[] + { + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + false, + "2021222324", + 80, + new string[] + { + "9F7CFF1ECA23E750F66326969F11800F12088BA68E441D15D888B3FE12BF66FE057494F4546DE2F1", + "B77AA5C0CD55BBCEED7574AF223AFD988C7EEC8EFF4A94E5E89D26A04F58FA79F5E0D3702D7A9A6A" + } + ), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + false, + "2021222324", + 80, + new string[] + { + "AB438BD3B01A0AF85CFEE29F7D7B71621C4908B909124D430E7B406FB1086EA994C582E0D656D989", + "29D9098F987E7005314A0F51B3DD2B8122F4AED706735DE6AD5DDBF223177C1E5F3AEBC52FAB90B9" + }) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F70717273747576"), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + false, + "2021222324", + 80, + new string[] + { + "E76B4EDD5C865BC8AFD809A59B69B429AC7F4352A579BCF3F75E56249A3491F87C3CA6848B0FAB25", + "6577B6B4F87A93240B199FE51A3B335313683103DECE171E3256FB7E803586CA4E45DD242EB01F70" + }) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F90919293949596") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6"), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + true, + "2021222324", + 80, + new string[] + { + "56EF4913373994D5539F4D7D17AFE7448CDF5E72416CC6A71A340059FA0D5AE526B23250C46C0944", + "575B37A2739814F966C63B60A2C4F149CA9ACC84FC4B25493289B085C67B2E30F5F0B99A2C349E2A" + }), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + true, + "2021222324", + 80, + new string[] + { + "532CA1165DCFF21C55592687639884AF4BC4B057DF8F41DE653AB44E2ADEC7C9303E75ABE277EDBF", + "73C2C67C696D686D0C4DBCEB5C2AF7DDF6F020B6874FAE4390F102117ECAAFF54418529A367005A0" + }) + .SetPersonalizationString("404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F70717273747576"), + new DrbgTestVector( + new Sha1Digest(), + new SHA1EntropyProvider().Get(440), + true, + "2021222324", + 80, + new string[] + { + "183C242A1430E46C4ED70B4DBE1BF9AB0AB8721CDCA2A2D1820AD6F6C956858543B2AA191D8D1287", + "F196F9BD021C745CBD5AC7BFCE48EAAF0D0E7C091FBF436940E63A198EE770D9A4F0718669AF2BC9" + }) + .AddAdditionalInput("606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F90919293949596") + .AddAdditionalInput("A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6"), + new DrbgTestVector( + new Sha256Digest(), + new SHA256EntropyProvider().Get(440), + false, + "2021222324252627", + 128, + new string[] + { + "77E05A0E7DC78AB5D8934D5E93E82C06" + + "A07C04CEE6C9C53045EEB485872777CF3B3E35C474F976B8" + + "94BF301A86FA651F463970E89D4A0534B2ECAD29EC044E7E", + "5FF4BA493C40CFFF3B01E472C575668C" + + "CE3880B9290B05BFEDE5EC96ED5E9B2898508B09BC800EEE" + + "099A3C90602ABD4B1D4F343D497C6055C87BB956D53BF351" + } + ), + new DrbgTestVector( + new Sha256Digest(), + new SHA256EntropyProvider().Get(440), + true, + "2021222324252627", + 128, + new string[] + { + "92275523C70E567BCF9B35EC50B933F8" + + "12616DF586B7F72EE1BC7735A5C2654373CBBC72316DFF84" + + "20A33BF02B97AC8D1952583F270ACD7005CC027F4CF1187E", + "681A46B2AA8694A0FE4DEEA720927A84" + + "EAAA985E59C19F8BE0984D8CBEF8C69B754167641946E040" + + "EE2043E1CCB29DCF063C0A50830E428E6DCA262ECD77C542" + }), + new DrbgTestVector( + new Sha384Digest(), + new SHA384EntropyProvider().Get(888), + false, + "202122232425262728292A2B", + 192, + new string[] + { + "04FF23AD15E78790ADD36B438BBC097C7A11747CC2CCEEDE" + + "2C978B23B3DC63B732C953061D7764990ABFEFC47A581B92" + + "1BC0428C4F12212460E406A0F0651E7F0CB9A90ABFDB07B5" + + "25565C74F0AA085082F6CF213AAFAD0C0646895078F1E1FE", + "4F35B85F95DEE3E873054905CFD02341653E18F529930CBE" + + "14D909F37FEAF2C790D22FAE7516B4590BE35D53E2FE1A35" + + "AFE4B6607CB358589C3B4D094A1D81FE0717F1DF5BDDEB3E" + + "114F130BB781E66C22B5B770E8AE115FF39F8ADAF66DEEDF" + } + ), + new DrbgTestVector( + new Sha384Digest(), + new SHA384EntropyProvider().Get(888), + true, + "202122232425262728292A2B", + 192, + new string[] + { + "97993B78F7C31C0E876DC92EB7D6C408E09D608AD6B99D0E" + + "A2229B05A578C426334FCC8A1C7E676ED2D89A5B4CDF5B3F" + + "4ADF11936BF14F4E10909DBA9C24F4FDFFDE72351DA8E2CC" + + "3B135A395373899E5F1A5955B880CA9B9E9DD4C9CA7FA4D4", + "F5983946320E36C64EF283CA1F65D197CF81624EC6778E77" + + "0E78949D84EF21A45CDD62D1DB76920D4C2836FC6AE5299F" + + "AF1357D9701FAD10FBD88D1E2832239436D76EB271BDC3CA" + + "04425EC88BC0E89A4D5C37FFCE7C6C3ABDE9C413AE6D3FEA" + } + ), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + false, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "DA126CF95C6BF97E" + + "2F731F2137A907ACC70FD7AC9EBACD1C6E31C74029B052E3" + + "AABC48F3B00993F2B2381F7650A55322A968C86E05DE88E6" + + "367F6EF89A601DB4342E9086C7AC13B5E56C32E9E668040B" + + "73847893C5BFD38A1CF44F348B4EEE4CD68ADB7E7B8C837F" + + "19BC4F902761F7CFF24AB1D704FD11C4E929D8553753B55D", + "400B977CE8A2BB6A" + + "84C6FD1CF901459685ABF5408CFF4588CEDF52E2D2DC300A" + + "A9B4FAED8CD0161C2172B1FD269253195883D6EBF21020F2" + + "C20E5F2C81AE60C8595B834A229B1F5B726C1125717E6207" + + "8886EF38E61E32707AD5F8116C6393DFB6E7C7AE0E8E92BB" + + "D7E0C3D04BBA02F5169F2F569A58158915FEE4C9D28D45DB" + } + ) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE") + .AddAdditionalInput( + "606162636465666768696A6B6C6D6E" + + "6F707172737475767778797A7B7C7D7E7F80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE") + .AddAdditionalInput( + "A0A1A2A3A4A5A6A7A8A9AAABACADAE" + + "AFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6" + + "F7F8F9FAFBFCFDFEFF000102030405060708090A0B0C0D0E"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "F93CA6855590A77F" + + "07354097E90E026648B6115DF008FFEDBD9D9811F54E8286" + + "EF00FDD6BA1E58DF2535E3FBDD9A9BA3754A97F36EE83322" + + "1582060A1F37FCE4EE8826636B28EAD589593F4CA8B64738" + + "8F24EB3F0A34796968D21BDEE6F81FD5DF93536F935937B8" + + "025EC8CBF57DDB0C61F2E41463CC1516D657DA2829C6BF90", + "4817618F48C60FB1" + + "CE5BFBDA0CAF4591882A31F6EE3FE0F78779992A06EC60F3" + + "7FB9A8D6108C231F0A927754B0599FA4FA27A4E25E065EF0" + + "3085B892979DC0E7A1080883CAEBFDFD3665A8F2D061C521" + + "F7D6E3DA2AF8B97B6B43B6EC831AF515070A83BBB9AC95ED" + + "4EF49B756A2377A5F0833D847E27A88DDB0C2CE4AD782E7B " + } + ), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "0455DD4AD7DBACB2" + + "410BE58DF7248D765A4547ABAEE1743B0BCAD37EBD06DA7C" + + "F7CE5E2216E525327E9E2005EBEF2CE53BD733B18128627D" + + "3FD6153089373AF2606A1584646A0EA488BFEF45228699A0" + + "89CEA8AEC44502D86D9591F3552C688B7F7B45FCB0C3C2B9" + + "43C1CD8A6FC63DF4D81C3DA543C9CF2843855EA84E4F959C", + "C047D46D7F614E4E" + + "4A7952C79A451F8F7ACA379967E2977C401C626A2ED70D74" + + "A63660579A354115BC8C8C8CC3AEA3050686A0CFCDB6FA9C" + + "F78D4C2165BAF851C6F9B1CD16A2E14C15C6DAAC56C16E75" + + "FC84A14D58B41622E88B0F1B1995587FD8BAA999CBA98025" + + "4C8AB9A9691DF7B84D88B639A9A3106DEABEB63748B99C09" + } + ) + .AddAdditionalInput( + "606162636465666768696A6B6C6D6E" + + "6F707172737475767778797A7B7C7D7E7F80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE") + .AddAdditionalInput( + "A0A1A2A3A4A5A6A7A8A9AAABACADAE" + + "AFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6" + + "F7F8F9FAFBFCFDFEFF000102030405060708090A0B0C0D0E"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "22EB93A67911DA73" + + "85D9180C78127DE1A04FF713114C07C9C615F7CC5EF72744" + + "A2DDCD7C3CB85E65DED8EF5F240FBDCBEBBDE2BAAC8ECF7D" + + "CBC8AC333E54607AD41DC495D83DF72A05EF55B127C1441C" + + "9A0EFFDA2C7954DB6C2D04342EB812E5E0B11D6C395F41ED" + + "A2702ECE5BA479E2DFA18F953097492636C12FE30CE5C968", + "E66698CFBF1B3F2E" + + "919C03036E584EAA81CF1C6666240AF05F70637043733954" + + "D8A1E5A66A04C53C6900FDC145D4A3A80A31F5868ACE9AC9" + + "4E14E2051F624A05EEA1F8B684AA5410BCE315E76EA07C71" + + "5D6F34731320FF0DCF78D795E6EFA2DF92B98BE636CDFBA2" + + "9008DD392112AEC202F2E481CB9D83F987FEA69CD1B368BB" + } + ) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE"), + new DrbgTestVector( + new Sha512Digest(), + new SHA512EntropyProvider().Get(888), + true, + "202122232425262728292A2B2C2D2E2F", + 256, + new string[] + { + "7596A76372308BD5" + + "A5613439934678B35521A94D81ABFE63A21ACF61ABB88B61" + + "E86A12C37F308F2BBBE32BE4B38D03AE808386494D70EF52" + + "E9E1365DD18B7784CAB826F31D47579E4D57F69D8BF3152B" + + "95741946CEBE58571DF58ED39980D9AF44E69F01E8989759" + + "8E40171101A0E3302838E0AD9E849C01988993CF9F6E5263", + "DBE5EE36FCD85301" + + "303E1C3617C1AC5E23C08885D0BEFAAD0C85A0D89F85B9F1" + + "6ECE3D88A24EB96504F2F13EFA7049621782F5DE2C416A0D" + + "294CCFE53545C4E309C48E1E285A2B829A574B72B3C2FBE1" + + "34D01E3706B486F2401B9820E17298A342666918E15B8462" + + "87F8C5AF2D96B20FAF3D0BB392E15F4A06CDB0DECD1B6AD7" + } + ) + .SetPersonalizationString( + "404142434445464748494A4B4C4D4E" + + "4F505152535455565758595A5B5C5D5E5F60616263646566" + + "6768696A6B6C6D6E6F707172737475767778797A7B7C7D7E" + + "7F808182838485868788898A8B8C8D8E8F90919293949596" + + "9798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAE") + .AddAdditionalInput( + "606162636465666768696A6B6C6D6E" + + "6F707172737475767778797A7B7C7D7E7F80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE") + .AddAdditionalInput( + "A0A1A2A3A4A5A6A7A8A9AAABACADAE" + + "AFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6" + + "F7F8F9FAFBFCFDFEFF000102030405060708090A0B0C0D0E") + }; + } + + public override void PerformTest() + { + DrbgTestVector[] tests = CreateTestVectorData(); + ISP80090Drbg d; + + for (int i = 0; i != tests.Length; i++) + { + DrbgTestVector tv = tests[i]; + + byte[] nonce = tv.GetNonce(); + byte[] personalisationString = tv.GetPersonalizationString(); + + d = new HashSP800Drbg(tv.Digest, tv.SecurityStrength, tv.EntropySource, personalisationString, nonce); + + byte[] output = new byte[tv.GetExpectedValue(0).Length]; + + d.Generate(output, tv.GetAdditionalInput(0), tv.PredictionResistance); + + byte[] expected = tv.GetExpectedValue(0); + + if (!AreEqual(expected, output)) + { + Fail("Test #" + (i + 1) + ".1 failed, expected " + Hex.ToHexString(tv.GetExpectedValue(0)) + " got " + Hex.ToHexString(output)); + } + + output = new byte[tv.GetExpectedValue(0).Length]; + + d.Generate(output, tv.GetAdditionalInput(1), tv.PredictionResistance); + + expected = tv.GetExpectedValue(1); + if (!AreEqual(expected, output)) + { + Fail("Test #" + (i + 1) + ".2 failed, expected " + Hex.ToHexString(tv.GetExpectedValue(1)) + " got " + Hex.ToHexString(output)); + } + } + + // Exception tests + // + try + { + d = new HashSP800Drbg(new Sha256Digest(), 256, new SHA256EntropyProvider().Get(128), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Not enough entropy for security strength required")) + { + Fail("Wrong exception", e); + } + } + + try + { + d = new HashSP800Drbg(new Sha1Digest(), 256, new SHA256EntropyProvider().Get(256), null, null); + Fail("no exception thrown"); + } + catch (ArgumentException e) + { + if (!e.Message.Equals("Requested security strength is not supported by the derivation function")) + { + Fail("Wrong exception", e); + } + } + } + + internal class SHA1EntropyProvider : TestEntropySourceProvider + { + internal SHA1EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F30313233343536" + + "808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6"), true) + {} + } + + internal class SHA256EntropyProvider : TestEntropySourceProvider + { + internal SHA256EntropyProvider() : base(Hex.Decode( + "00010203040506" + + "0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E" + + "1F202122232425262728292A2B2C2D2E2F30313233343536" + + "80818283848586" + + "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E" + + "9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6" + + "C0C1C2C3C4C5C6" + + "C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE" + + "DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6"), true) + { } + } + + internal class SHA384EntropyProvider : TestEntropySourceProvider + { + internal SHA384EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F20212223242526" + + "2728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556" + + "5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E" + + "808182838485868788898A8B8C8D8E" + + "8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6" + + "A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBE" + + "BFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6" + + "D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEE" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCE" + + "CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6" + + "E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFE" + + "FF000102030405060708090A0B0C0D0E0F10111213141516" + + "1718191A1B1C1D1E1F202122232425262728292A2B2C2D2E"), true) + {} + } + + internal class SHA512EntropyProvider : TestEntropySourceProvider + { + internal SHA512EntropyProvider() : base(Hex.Decode( + "000102030405060708090A0B0C0D0E" + + "0F101112131415161718191A1B1C1D1E1F20212223242526" + + "2728292A2B2C2D2E2F303132333435363738393A3B3C3D3E" + + "3F404142434445464748494A4B4C4D4E4F50515253545556" + + "5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E" + + "808182838485868788898A8B8C8D8E" + + "8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6" + + "A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBE" + + "BFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6" + + "D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEE" + + "C0C1C2C3C4C5C6C7C8C9CACBCCCDCE" + + "CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6" + + "E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFE" + + "FF000102030405060708090A0B0C0D0E0F10111213141516" + + "1718191A1B1C1D1E1F202122232425262728292A2B2C2D2E"), true) + { } + } + } +} diff --git a/crypto/test/src/crypto/prng/test/TestEntropySourceProvider.cs b/crypto/test/src/crypto/prng/test/TestEntropySourceProvider.cs new file mode 100644 index 000000000..647799630 --- /dev/null +++ b/crypto/test/src/crypto/prng/test/TestEntropySourceProvider.cs @@ -0,0 +1,57 @@ +using System; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + public class TestEntropySourceProvider + : IEntropySourceProvider + { + private readonly byte[] data; + private readonly bool isPredictionResistant; + + internal TestEntropySourceProvider(byte[] data, bool isPredictionResistant) + { + this.data = data; + this.isPredictionResistant = isPredictionResistant; + } + + public IEntropySource Get(int bitsRequired) + { + return new EntropySource(bitsRequired, data, isPredictionResistant); + } + + internal class EntropySource + : IEntropySource + { + private readonly int bitsRequired; + private readonly byte[] data; + private readonly bool isPredictionResistant; + + int index = 0; + + internal EntropySource(int bitsRequired, byte[] data, bool isPredictionResistant) + { + this.bitsRequired = bitsRequired; + this.data = data; + this.isPredictionResistant = isPredictionResistant; + } + + public bool IsPredictionResistant + { + get { return isPredictionResistant; } + } + + public byte[] GetEntropy() + { + byte[] rv = new byte[bitsRequired / 8]; + Array.Copy(data, index, rv, 0, rv.Length); + index += bitsRequired / 8; + return rv; + } + + public int EntropySize + { + get { return bitsRequired; } + } + } + } +} diff --git a/crypto/test/src/crypto/prng/test/X931Test.cs b/crypto/test/src/crypto/prng/test/X931Test.cs new file mode 100644 index 000000000..1132ea34a --- /dev/null +++ b/crypto/test/src/crypto/prng/test/X931Test.cs @@ -0,0 +1,137 @@ +using System; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto.Engines; +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Security; +using Org.BouncyCastle.Utilities; +using Org.BouncyCastle.Utilities.Encoders; +using Org.BouncyCastle.Utilities.Test; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + /** + * HMAC SP800-90 DRBG + */ + [TestFixture] + public class X931Test + : SimpleTest + { + public override string Name + { + get { return "X931"; } + } + + public static void Main(string[] args) + { + RunTest(new X931Test()); + } + + [Test] + public void TestFunction() + { + string resultText = Perform().ToString(); + + Assert.AreEqual(Name + ": Okay", resultText); + } + + private X931TestVector[] CreateTestVectorData() + { + return new X931TestVector[] + { + new X931TestVector( + new AesEngine(), + new Aes128EntropyProvider(), + "f7d36762b9915f1ed585eb8e91700eb2", + "259e67249288597a4d61e7c0e690afae", + false, + new string[] + { + "15f013af5a8e9df9a8e37500edaeac43", + "a9d74bb1c90a222adc398546d64879cf", + "0379e404042d58180764fb9e6c5d94bb", + "3c74603e036d28c79947ffb56fee4e51", + "e872101a4df81ebbe1e632fc87195d52", + "26a6b3d33b8e7e68b75d9630ec036314" + }), + new X931TestVector( + new DesEdeEngine(), + new TDesEntropyProvider(), + "ef16ec643e5db5892cbc6eabba310b3410e6f8759e3e382c", + "55df103deaf68dc4", + false, + new string[] + { + "9c960bb9662ce6de", + "d9d0e527fd0931da", + "3e2db9994e9e6995", + "0e3868aef8218cf7", + "7b0b0ca137f8fd81", + "f657df270ad12265" + }) + }; + } + + public override void PerformTest() + { + X931TestVector[] vectors = CreateTestVectorData(); + + for (int i = 0; i != vectors.Length; i++) + { + X931TestVector tv = vectors[i]; + X931SecureRandomBuilder bld = new X931SecureRandomBuilder(tv.EntropyProvider); + + bld.SetDateTimeVector(Hex.Decode(tv.DateTimeVector)); + + SecureRandom rand = bld.Build(tv.Engine, new KeyParameter(Hex.Decode(tv.Key)), tv.IsPredictionResistant); + + for (int j = 0; j != tv.Expected.Length - 1; j++) + { + byte[] expected = Hex.Decode(tv.Expected[j]); + byte[] res = new byte[expected.Length]; + + rand.NextBytes(res); + + if (!Arrays.AreEqual(expected, res)) + { + Fail("expected output wrong [" + j + "] got : " + Strings.FromByteArray(Hex.Encode(res))); + } + } + + { + byte[] expected = Hex.Decode(tv.Expected[tv.Expected.Length - 1]); + byte[] res = new byte[expected.Length]; + + for (int j = tv.Expected.Length - 1; j != 10000; j++) + { + rand.NextBytes(res); + } + + if (!Arrays.AreEqual(expected, res)) + { + Fail("expected output wrong [" + 10000 + "] got : " + Strings.FromByteArray(Hex.Encode(res))); + } + } + } + } + + private class Aes128EntropyProvider + : TestEntropySourceProvider + { + internal Aes128EntropyProvider() + : base(Hex.Decode("35cc0ea481fc8a4f5f05c7d4667233b2"), true) + { + } + } + + private class TDesEntropyProvider + : TestEntropySourceProvider + { + internal TDesEntropyProvider() + : base(Hex.Decode("96d872b9122c5e74"), true) + { + } + } + } +} diff --git a/crypto/test/src/crypto/prng/test/X931TestVector.cs b/crypto/test/src/crypto/prng/test/X931TestVector.cs new file mode 100644 index 000000000..e641b0a66 --- /dev/null +++ b/crypto/test/src/crypto/prng/test/X931TestVector.cs @@ -0,0 +1,55 @@ +using System; + +namespace Org.BouncyCastle.Crypto.Prng.Test +{ + public class X931TestVector + { + private readonly IBlockCipher engine; + private readonly IEntropySourceProvider entropyProvider; + private readonly string key; + private readonly string dateTimeVector; + private readonly bool predictionResistant; + private readonly string[] expected; + + public X931TestVector(IBlockCipher engine, IEntropySourceProvider entropyProvider, string key, string dateTimeVector, + bool predictionResistant, string[] expected) + { + this.engine = engine; + this.entropyProvider = entropyProvider; + this.key = key; + this.dateTimeVector = dateTimeVector; + this.predictionResistant = predictionResistant; + this.expected = expected; + } + + public string DateTimeVector + { + get { return dateTimeVector; } + } + + public IBlockCipher Engine + { + get { return engine; } + } + + public IEntropySourceProvider EntropyProvider + { + get { return entropyProvider; } + } + + public string[] Expected + { + get { return expected; } + } + + public string Key + { + get { return key; } + } + + public bool IsPredictionResistant + { + get { return predictionResistant; } + } + } +} diff --git a/crypto/test/src/crypto/test/AllTests.cs b/crypto/test/src/crypto/test/AllTests.cs index d5feec500..2b690930d 100644 --- a/crypto/test/src/crypto/test/AllTests.cs +++ b/crypto/test/src/crypto/test/AllTests.cs @@ -18,17 +18,17 @@ namespace Org.BouncyCastle.Crypto.Tests Suite.Run(new NullListener(), NUnit.Core.TestFilter.Empty); } - [Suite] - public static TestSuite Suite - { - get - { - TestSuite suite = new TestSuite("Lightweight Crypto Tests"); - suite.Add(new AllTests()); - suite.Add(new GcmReorderTest()); - return suite; - } - } + [Suite] + public static TestSuite Suite + { + get + { + TestSuite suite = new TestSuite("Lightweight Crypto Tests"); + suite.Add(new AllTests()); + suite.Add(new GcmReorderTest()); + return suite; + } + } #endif [Test] diff --git a/crypto/test/src/crypto/test/NaccacheSternTest.cs b/crypto/test/src/crypto/test/NaccacheSternTest.cs index faa845059..4fa256f12 100644 --- a/crypto/test/src/crypto/test/NaccacheSternTest.cs +++ b/crypto/test/src/crypto/test/NaccacheSternTest.cs @@ -37,12 +37,6 @@ namespace Org.BouncyCastle.Crypto.Tests static readonly NaccacheSternEngine cryptEng = new NaccacheSternEngine(); static readonly NaccacheSternEngine decryptEng = new NaccacheSternEngine(); - static NaccacheSternTest() - { - cryptEng.Debug = debug; - decryptEng.Debug = debug; - } - // Values from NaccacheStern paper static readonly BigInteger a = BigInteger.ValueOf(101); static readonly BigInteger u1 = BigInteger.ValueOf(3); @@ -82,6 +76,22 @@ namespace Org.BouncyCastle.Crypto.Tests // static readonly string edgeInput = "ff6f77206973207468652074696d6520666f7220616c6c20676f6f64206d656e"; + static NaccacheSternTest() + { + cryptEng.Debug = debug; + decryptEng.Debug = debug; + + // First the Parameters from the NaccacheStern Paper + // (see http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf ) + + smallPrimes.Add(u1); + smallPrimes.Add(u2); + smallPrimes.Add(u3); + smallPrimes.Add(v1); + smallPrimes.Add(v2); + smallPrimes.Add(v3); + } + public override string Name { get { return "NaccacheStern"; } @@ -91,16 +101,6 @@ namespace Org.BouncyCastle.Crypto.Tests { // Test with given key from NaccacheSternPaper (totally insecure) - // First the Parameters from the NaccacheStern Paper - // (see http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf ) - - smallPrimes.Add(u1); - smallPrimes.Add(u2); - smallPrimes.Add(u3); - smallPrimes.Add(v1); - smallPrimes.Add(v2); - smallPrimes.Add(v3); - NaccacheSternKeyParameters pubParameters = new NaccacheSternKeyParameters(false, g, n, sigma.BitLength); NaccacheSternPrivateKeyParameters privParameters = new NaccacheSternPrivateKeyParameters(g, n, sigma diff --git a/crypto/test/src/crypto/test/NonMemoableDigestTest.cs b/crypto/test/src/crypto/test/NonMemoableDigestTest.cs new file mode 100644 index 000000000..e6b329e88 --- /dev/null +++ b/crypto/test/src/crypto/test/NonMemoableDigestTest.cs @@ -0,0 +1,119 @@ +using System; +using System.Text; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto.Digests; +using Org.BouncyCastle.Crypto.Macs; +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; +using Org.BouncyCastle.Utilities.Encoders; +using Org.BouncyCastle.Utilities.Test; + +namespace Org.BouncyCastle.Crypto.Tests +{ + /** + * SHA1 HMac Test, test vectors from RFC 2202 + */ + public class NonMemoableDigestTest + : SimpleTest + { + private static readonly string[] keys = { + "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b", + "4a656665", + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "0102030405060708090a0b0c0d0e0f10111213141516171819", + "0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c", + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }; + + private static readonly string[] digests = { + "b617318655057264e28bc0b6fb378c8ef146be00", + "effcdf6ae5eb2fa2d27416d5f184df9c259a7c79", + "125d7342b9ac11cd91a39af48aa17b4f63f175d3", + "4c9007f4026250c6bc8414f9bf50c86c2d7235da", + "4c1a03424b55e07fe7f27be1d58bb9324a9a5a04", + "aa4ae5e15272d00e95705637ce8a3b55ed402112", + "e8e99d0f45237d786d6bbaa7965c7808bbff1a91", + "4c1a03424b55e07fe7f27be1d58bb9324a9a5a04", + "aa4ae5e15272d00e95705637ce8a3b55ed402112", + "e8e99d0f45237d786d6bbaa7965c7808bbff1a91" + }; + + private static readonly string[] messages = { + "Hi There", + "what do ya want for nothing?", + "0xdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd", + "0xcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd", + "Test With Truncation", + "Test Using Larger Than Block-Size Key - Hash Key First", + "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data" + }; + + public override string Name + { + get { return "NonMemoableDigest"; } + } + + public override void PerformTest() + { + HMac hmac = new HMac(new NonMemoableDigest(new Sha1Digest())); + byte[] resBuf = new byte[hmac.GetMacSize()]; + + for (int i = 0; i < messages.Length; i++) + { + byte[] m = Strings.ToByteArray(messages[i]); + if (messages[i].StartsWith("0x")) + { + m = Hex.Decode(messages[i].Substring(2)); + } + hmac.Init(new KeyParameter(Hex.Decode(keys[i]))); + hmac.BlockUpdate(m, 0, m.Length); + hmac.DoFinal(resBuf, 0); + + if (!Arrays.AreEqual(resBuf, Hex.Decode(digests[i]))) + { + Fail(Name + ": Vector " + i + " failed"); + } + } + + // + // test reset + // + { + int vector = 0; // vector used for test + byte[] m = Strings.ToByteArray(messages[vector]); + if (messages[vector].StartsWith("0x")) + { + m = Hex.Decode(messages[vector].Substring(2)); + } + hmac.Init(new KeyParameter(Hex.Decode(keys[vector]))); + hmac.BlockUpdate(m, 0, m.Length); + hmac.DoFinal(resBuf, 0); + hmac.Reset(); + hmac.BlockUpdate(m, 0, m.Length); + hmac.DoFinal(resBuf, 0); + + if (!Arrays.AreEqual(resBuf, Hex.Decode(digests[vector]))) + { + Fail(Name + ": Reset with vector " + vector + " failed"); + } + } + } + + public static void Main( + string[] args) + { + RunTest(new NonMemoableDigestTest()); + } + + [Test] + public void TestFunction() + { + string resultText = Perform().ToString(); + + Assert.AreEqual(Name + ": Okay", resultText); + } + } +} diff --git a/crypto/test/src/crypto/test/Pkcs5Test.cs b/crypto/test/src/crypto/test/Pkcs5Test.cs index 8066e8e41..fdf1e7a66 100644 --- a/crypto/test/src/crypto/test/Pkcs5Test.cs +++ b/crypto/test/src/crypto/test/Pkcs5Test.cs @@ -115,7 +115,7 @@ namespace Org.BouncyCastle.Crypto.Tests generator.Init(PbeParametersGenerator.Pkcs5PasswordToBytes(password), salt, iterationCount); - DerObjectIdentifier algOid = scheme.ObjectID; + DerObjectIdentifier algOid = scheme.Algorithm; byte[] iv; if (algOid.Equals(PkcsObjectIdentifiers.RC2Cbc)) diff --git a/crypto/test/src/crypto/test/RegressionTest.cs b/crypto/test/src/crypto/test/RegressionTest.cs index ab6394571..bf38ae360 100644 --- a/crypto/test/src/crypto/test/RegressionTest.cs +++ b/crypto/test/src/crypto/test/RegressionTest.cs @@ -34,6 +34,7 @@ namespace Org.BouncyCastle.Crypto.Tests new RC6Test(), new RijndaelTest(), new SerpentTest(), + new TnepresTest(), new CamelliaTest(), new CamelliaLightTest(), new DigestRandomNumberTest(), @@ -118,6 +119,7 @@ namespace Org.BouncyCastle.Crypto.Tests new SipHashTest(), new Poly1305Test(), new OcbTest(), + new NonMemoableDigestTest(), new SM3DigestTest(), new X931SignerTest(), new KeccakDigestTest(), diff --git a/crypto/test/src/crypto/test/SerpentTest.cs b/crypto/test/src/crypto/test/SerpentTest.cs index 2467797e9..08dbda591 100644 --- a/crypto/test/src/crypto/test/SerpentTest.cs +++ b/crypto/test/src/crypto/test/SerpentTest.cs @@ -4,111 +4,142 @@ using NUnit.Framework; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Engines; -using Org.BouncyCastle.Crypto.Encodings; +using Org.BouncyCastle.Crypto.Modes; +using Org.BouncyCastle.Crypto.Paddings; using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Crypto.Tests { + /** + * Test vectors based on the NESSIE submission + */ [TestFixture] - public class SerpentTest: CipherTest + public class SerpentTest + : CipherTest { - static SimpleTest[] tests = + static SimpleTest[] tests = { new BlockCipherVectorTest(0, new SerpentEngine(), - new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), - "00000000000000000000000000000000", "8910494504181950f98dd998a82b6749"), - new BlockCipherVectorTest(1, new SerpentEngine(), new KeyParameter(Hex.Decode("00000000000000000000000000000000")), - "80000000000000000000000000000000", "10b5ffb720b8cb9002a1142b0ba2e94a"), + "00000000000000000000000000000000", "3620b17ae6a993d09618b8768266bae9"), + new BlockCipherVectorTest(1, new SerpentEngine(), + new KeyParameter(Hex.Decode("80000000000000000000000000000000")), + "00000000000000000000000000000000", "264E5481EFF42A4606ABDA06C0BFDA3D"), new BlockCipherVectorTest(2, new SerpentEngine(), - new KeyParameter(Hex.Decode("00000000000000000000000000000000")), - "00000000008000000000000000000000", "4f057a42d8d5bd9746e434680ddcd5e5"), + new KeyParameter(Hex.Decode("D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9")), + "D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9", "20EA07F19C8E93FDA30F6B822AD5D486"), new BlockCipherVectorTest(3, new SerpentEngine(), - new KeyParameter(Hex.Decode("00000000000000000000000000000000")), - "00000000000000000000400000000000", "99407bf8582ef12550886ef5b6f169b9"), + new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000008000")), + "00000000000000000000000000000000", "40520018C4AC2BBA285AEEB9BCB58755"), new BlockCipherVectorTest(4, new SerpentEngine(), - new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000000000")), - "40000000000000000000000000000000", "d522a3b8d6d89d4d2a124fdd88f36896"), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "00000000000000000000000000000001", "AD86DE83231C3203A86AE33B721EAA9F"), new BlockCipherVectorTest(5, new SerpentEngine(), - new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000000000")), - "00000000000200000000000000000000", "189b8ec3470085b3da97e82ca8964e32"), + new KeyParameter(Hex.Decode("000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F")), + "3DA46FFA6F4D6F30CD258333E5A61369", "00112233445566778899AABBCCDDEEFF"), new BlockCipherVectorTest(6, new SerpentEngine(), - new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000000000")), - "00000000000000000000008000000000", "f77d868cf760b9143a89809510ccb099"), + new KeyParameter(Hex.Decode("2BD6459F82C5B300952C49104881FF482BD6459F82C5B300952C49104881FF48")), + "677C8DFAA08071743FD2B415D1B28AF2", "EA024714AD5C4D84EA024714AD5C4D84"), new BlockCipherVectorTest(7, new SerpentEngine(), - new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), - "08000000000000000000000000000000", "d43b7b981b829342fce0e3ec6f5f4c82"), + new KeyParameter(Hex.Decode("000102030405060708090A0B0C0D0E0F1011121314151617")), + "4528CACCB954D450655E8CFD71CBFAC7", "00112233445566778899AABBCCDDEEFF"), new BlockCipherVectorTest(8, new SerpentEngine(), - new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), - "00000000000000000100000000000000", "0bf30e1a0c33ccf6d5293177886912a7"), + new KeyParameter(Hex.Decode("2BD6459F82C5B300952C49104881FF482BD6459F82C5B300")), + "E0208BE278E21420C4B1B9747788A954", "EA024714AD5C4D84EA024714AD5C4D84"), new BlockCipherVectorTest(9, new SerpentEngine(), - new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), - "00000000000000000000000000000001", "6a7f3b805d2ddcba49b89770ade5e507"), + new KeyParameter(Hex.Decode("000102030405060708090A0B0C0D0E0F")), + "33B3DC87EDDD9B0F6A1F407D14919365", "00112233445566778899AABBCCDDEEFF"), new BlockCipherVectorTest(10, new SerpentEngine(), - new KeyParameter(Hex.Decode("80000000000000000000000000000000")), - "00000000000000000000000000000000", "49afbfad9d5a34052cd8ffa5986bd2dd"), - new BlockCipherVectorTest(11, new SerpentEngine(), - new KeyParameter(Hex.Decode("000000000000000000000000004000000000000000000000")), - "00000000000000000000000000000000", "ba8829b1de058c4b48615d851fc74f17"), - new BlockCipherVectorTest(12, new SerpentEngine(), - new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000100000000")), - "00000000000000000000000000000000", "89f64377bf1e8a46c8247044e8056a98"), -/* - new BlockCipherMonteCarloTest(13, 10000, new SerpentEngine(), - new KeyParameter(Hex.Decode("47f5f881daab9b67b43bd1342e339c19")), - "7a4f7db38c52a8b711b778a38d203b6b", "003380e19f10065740394f48e2fe80b7"), -*/ - new BlockCipherMonteCarloTest(13, 100, new SerpentEngine(), - new KeyParameter(Hex.Decode("47f5f881daab9b67b43bd1342e339c19")), - "7a4f7db38c52a8b711b778a38d203b6b", "4db75303d815c2f7cc6ca935d1c5a046"), -/* - new BlockCipherMonteCarloTest(14, 10000, new SerpentEngine(), - new KeyParameter(Hex.Decode("31fba879ebc5e80df35e6fa33eaf92d6")), - "70a05e12f74589009692a337f53ff614", "afb5425426906db26b70bdf842ac5400"), -*/ - new BlockCipherMonteCarloTest(14, 100, new SerpentEngine(), - new KeyParameter(Hex.Decode("31fba879ebc5e80df35e6fa33eaf92d6")), - "70a05e12f74589009692a337f53ff614", "fc53a50f4d3bc9836001893d2f41742d"), -/* - new BlockCipherMonteCarloTest(15, 10000, new SerpentEngine(), - new KeyParameter(Hex.Decode("bde6dd392307984695aee80e574f9977caae9aa78eda53e8")), - "9cc523d034a93740a0aa4e2054bb34d8", "1949d506ada7de1f1344986e8ea049b2"), -*/ - new BlockCipherMonteCarloTest(15, 100, new SerpentEngine(), - new KeyParameter(Hex.Decode("bde6dd392307984695aee80e574f9977caae9aa78eda53e8")), - "9cc523d034a93740a0aa4e2054bb34d8", "77117e6a9e80f40b2a36b7d755573c2d"), -/* - new BlockCipherMonteCarloTest(16, 10000, new SerpentEngine(), - new KeyParameter(Hex.Decode("60f6f8ad4290699dc50921a1bbcca92da914e7d9cf01a9317c79c0af8f2487a1")), - "ee1a61106fae2d381d686cbf854bab65", "e57f45559027cb1f2ed9603d814e1c34"), -*/ - new BlockCipherMonteCarloTest(16, 100, new SerpentEngine(), - new KeyParameter(Hex.Decode("60f6f8ad4290699dc50921a1bbcca92da914e7d9cf01a9317c79c0af8f2487a1")), - "ee1a61106fae2d381d686cbf854bab65", "dcd7f13ea0dcdfd0139d1a42e2ffb84b") + new KeyParameter(Hex.Decode("2BD6459F82C5B300952C49104881FF48")), + "BEB6C069393822D3BE73FF30525EC43E", "EA024714AD5C4D84EA024714AD5C4D84"), + new BlockCipherMonteCarloTest(20, 100, new SerpentEngine(), + new KeyParameter(Hex.Decode("F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3")), + "F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3", "8FD0E58DB7A54B929FCA6A12F96F20AF"), + new BlockCipherMonteCarloTest(21, 100, new SerpentEngine(), + new KeyParameter(Hex.Decode("0004000000000000000000000000000000000000000000000000000000000000")), + "00000000000000000000000000000000", "E7B681E8871FD05FEAE5FB64DA891EA2"), + new BlockCipherMonteCarloTest(22, 100, new SerpentEngine(), + new KeyParameter(Hex.Decode("0000000020000000000000000000000000000000000000000000000000000000")), + "00000000000000000000000000000000", "C5545D516EEC73BFA3622A8194F95620"), + new BlockCipherMonteCarloTest(23, 100, new SerpentEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000002000000")), + "00000000000000000000000000000000", "11FF5C9BE006F82C98BD4FAC1A19920E"), + new BlockCipherMonteCarloTest(24, 100, new SerpentEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "00000000000000000000000000010000", "47CA1CA404B6481CAD4C21C8A0415A0E"), + new BlockCipherMonteCarloTest(25, 100, new SerpentEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "00000000000000008000000000000000", "A0A2D5B07E27D539CA5BEE9DE1EAB3E6") }; - public SerpentTest() - : base(tests, new SerpentEngine(), new KeyParameter(new byte[32])) - { - } + public SerpentTest() + : base(tests, new SerpentEngine(), new KeyParameter(new byte[32])) + { + } - public override string Name + public override void PerformTest() { - get { return "Serpent"; } + base.PerformTest(); + + //DoCbcMonte(new byte[16], new byte[16], new byte[16], Hex.Decode("9ea101ecebaa41c712bcb0d9bab3e2e4")); + //DoCbcMonte(Hex.Decode("9ea101ecebaa41c712bcb0d9bab3e2e4"), Hex.Decode("9ea101ecebaa41c712bcb0d9bab3e2e4"), Hex.Decode("b4813d8a66244188b9e92c75913fa2f4"), Hex.Decode("f86b2c265b9c75869f31e2c684c13e9f")); + + DoCbc(Hex.Decode("BE4295539F6BD1752FD0A80229EF8847"), Hex.Decode("00963F59224794D5AD4252094358FBC3"), Strings.ToByteArray("CBC Mode Test"), Hex.Decode("CF2CF2547E02F6D34D97246E8042ED89")); + + + DoEax(Hex.Decode("7494A57648FB420043BFBFC5639EB82D"), Hex.Decode("6DF94638B83E01458F3E30C9A1D6AF1C"), Strings.ToByteArray("EAX Mode Test"), new byte[0], 128, Hex.Decode("96C521F32DC5E9BBC369DDE4914CB13B710EEBBAB7D706D3ABE06A99DC")); } - public static void Main( - string[] args) + private void DoEax(byte[] key, byte[] iv, byte[] pt, byte[] aad, int tagLength, byte[] expected) { - ITest test = new SerpentTest(); - ITestResult result = test.Perform(); + EaxBlockCipher c = new EaxBlockCipher(new SerpentEngine()); - Console.WriteLine(result); + c.Init(true, new AeadParameters(new KeyParameter(key), tagLength, iv, aad)); + + byte[] output = new byte[expected.Length]; + + int len = c.ProcessBytes(pt, 0, pt.Length, output, 0); + + c.DoFinal(output, len); + + if (!Arrays.AreEqual(expected, output)) + { + Fail("EAX test failed"); + } + } + + private void DoCbc(byte[] key, byte[] iv, byte[] pt, byte[] expected) + { + PaddedBufferedBlockCipher c = new PaddedBufferedBlockCipher(new CbcBlockCipher(new SerpentEngine()), new Pkcs7Padding()); + + byte[] ct = new byte[expected.Length]; + + c.Init(true, new ParametersWithIV(new KeyParameter(key), iv)); + + int l = c.ProcessBytes(pt, 0, pt.Length, ct, 0); + + c.DoFinal(ct, l); + + if (!Arrays.AreEqual(expected, ct)) + { + Fail("CBC test failed"); + } + } + + public override string Name + { + get { return "Serpent"; } + } + + public static void Main(string[] args) + { + RunTest(new SerpentTest()); } - [Test] + [Test] public void TestFunction() { string resultText = Perform().ToString(); diff --git a/crypto/test/src/crypto/test/TnepresTest.cs b/crypto/test/src/crypto/test/TnepresTest.cs new file mode 100644 index 000000000..07308dbff --- /dev/null +++ b/crypto/test/src/crypto/test/TnepresTest.cs @@ -0,0 +1,155 @@ +using System; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto.Engines; +using Org.BouncyCastle.Crypto.Parameters; +using Org.BouncyCastle.Utilities; +using Org.BouncyCastle.Utilities.Encoders; +using Org.BouncyCastle.Utilities.Test; + +namespace Org.BouncyCastle.Crypto.Tests +{ + /** + * Test vectors based on Floppy 4 of the Serpent AES submission. + */ + [TestFixture] + public class TnepresTest + : CipherTest + { + static SimpleTest[] tests = + { + new BlockCipherVectorTest(0, new TnepresEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "00000000000000000000000000000000", "8910494504181950f98dd998a82b6749"), + new BlockCipherVectorTest(1, new TnepresEngine(), + new KeyParameter(Hex.Decode("00000000000000000000000000000000")), + "80000000000000000000000000000000", "10b5ffb720b8cb9002a1142b0ba2e94a"), + new BlockCipherVectorTest(2, new TnepresEngine(), + new KeyParameter(Hex.Decode("00000000000000000000000000000000")), + "00000000008000000000000000000000", "4f057a42d8d5bd9746e434680ddcd5e5"), + new BlockCipherVectorTest(3, new TnepresEngine(), + new KeyParameter(Hex.Decode("00000000000000000000000000000000")), + "00000000000000000000400000000000", "99407bf8582ef12550886ef5b6f169b9"), + new BlockCipherVectorTest(4, new TnepresEngine(), + new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000000000")), + "40000000000000000000000000000000", "d522a3b8d6d89d4d2a124fdd88f36896"), + new BlockCipherVectorTest(5, new TnepresEngine(), + new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000000000")), + "00000000000200000000000000000000", "189b8ec3470085b3da97e82ca8964e32"), + new BlockCipherVectorTest(6, new TnepresEngine(), + new KeyParameter(Hex.Decode("000000000000000000000000000000000000000000000000")), + "00000000000000000000008000000000", "f77d868cf760b9143a89809510ccb099"), + new BlockCipherVectorTest(7, new TnepresEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "08000000000000000000000000000000", "d43b7b981b829342fce0e3ec6f5f4c82"), + new BlockCipherVectorTest(8, new TnepresEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "00000000000000000100000000000000", "0bf30e1a0c33ccf6d5293177886912a7"), + new BlockCipherVectorTest(9, new TnepresEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000000000000")), + "00000000000000000000000000000001", "6a7f3b805d2ddcba49b89770ade5e507"), + new BlockCipherVectorTest(10, new TnepresEngine(), + new KeyParameter(Hex.Decode("80000000000000000000000000000000")), + "00000000000000000000000000000000", "49afbfad9d5a34052cd8ffa5986bd2dd"), + new BlockCipherVectorTest(11, new TnepresEngine(), + new KeyParameter(Hex.Decode("000000000000000000000000004000000000000000000000")), + "00000000000000000000000000000000", "ba8829b1de058c4b48615d851fc74f17"), + new BlockCipherVectorTest(12, new TnepresEngine(), + new KeyParameter(Hex.Decode("0000000000000000000000000000000000000000000000000000000100000000")), + "00000000000000000000000000000000", "89f64377bf1e8a46c8247044e8056a98"), +/* + new BlockCipherMonteCarloTest(13, 10000, new TnepresEngine(), + new KeyParameter(Hex.Decode("47f5f881daab9b67b43bd1342e339c19")), + "7a4f7db38c52a8b711b778a38d203b6b", "003380e19f10065740394f48e2fe80b7"), +*/ + new BlockCipherMonteCarloTest(13, 100, new TnepresEngine(), + new KeyParameter(Hex.Decode("47f5f881daab9b67b43bd1342e339c19")), + "7a4f7db38c52a8b711b778a38d203b6b", "4db75303d815c2f7cc6ca935d1c5a046"), +/* + new BlockCipherMonteCarloTest(14, 10000, new TnepresEngine(), + new KeyParameter(Hex.Decode("31fba879ebc5e80df35e6fa33eaf92d6")), + "70a05e12f74589009692a337f53ff614", "afb5425426906db26b70bdf842ac5400"), +*/ + new BlockCipherMonteCarloTest(14, 100, new TnepresEngine(), + new KeyParameter(Hex.Decode("31fba879ebc5e80df35e6fa33eaf92d6")), + "70a05e12f74589009692a337f53ff614", "fc53a50f4d3bc9836001893d2f41742d"), +/* + new BlockCipherMonteCarloTest(15, 10000, new TnepresEngine(), + new KeyParameter(Hex.Decode("bde6dd392307984695aee80e574f9977caae9aa78eda53e8")), + "9cc523d034a93740a0aa4e2054bb34d8", "1949d506ada7de1f1344986e8ea049b2"), +*/ + new BlockCipherMonteCarloTest(15, 100, new TnepresEngine(), + new KeyParameter(Hex.Decode("bde6dd392307984695aee80e574f9977caae9aa78eda53e8")), + "9cc523d034a93740a0aa4e2054bb34d8", "77117e6a9e80f40b2a36b7d755573c2d"), +/* + new BlockCipherMonteCarloTest(16, 10000, new TnepresEngine(), + new KeyParameter(Hex.Decode("60f6f8ad4290699dc50921a1bbcca92da914e7d9cf01a9317c79c0af8f2487a1")), + "ee1a61106fae2d381d686cbf854bab65", "e57f45559027cb1f2ed9603d814e1c34"), +*/ + new BlockCipherMonteCarloTest(16, 100, new TnepresEngine(), + new KeyParameter(Hex.Decode("60f6f8ad4290699dc50921a1bbcca92da914e7d9cf01a9317c79c0af8f2487a1")), + "ee1a61106fae2d381d686cbf854bab65", "dcd7f13ea0dcdfd0139d1a42e2ffb84b") + }; + + public TnepresTest() + : base(tests, new TnepresEngine(), new KeyParameter(new byte[32])) + { + } + + public override void PerformTest() + { + base.PerformTest(); + + DoCbcMonte(new byte[16], new byte[16], new byte[16], Hex.Decode("9ea101ecebaa41c712bcb0d9bab3e2e4")); + DoCbcMonte(Hex.Decode("9ea101ecebaa41c712bcb0d9bab3e2e4"), Hex.Decode("9ea101ecebaa41c712bcb0d9bab3e2e4"), Hex.Decode("b4813d8a66244188b9e92c75913fa2f4"), Hex.Decode("f86b2c265b9c75869f31e2c684c13e9f")); + } + + private void DoCbcMonte(byte[] key, byte[] iv, byte[] pt, byte[] expected) + { + IBlockCipher c = new TnepresEngine(); + + byte[] ct = new byte[16]; + + Array.Copy(iv, 0, ct, 0, 16); + + for (int i = 0; i < 10000; i++) + { + for (int k = 0; k != iv.Length; k++) + { + iv[k] ^= pt[k]; + } + Array.Copy(ct, 0, pt, 0, 16); + + c.Init(true, new KeyParameter(key)); + + c.ProcessBlock(iv, 0, ct, 0); + + Array.Copy(ct, 0, iv, 0, 16); + } + + if (!Arrays.AreEqual(expected, ct)) + { + Fail("CBC monte test failed"); + } + } + + public override string Name + { + get { return "Tnepres"; } + } + + public static void Main(string[] args) + { + RunTest(new TnepresTest()); + } + + [Test] + public void TestFunction() + { + string resultText = Perform().ToString(); + + Assert.AreEqual(Name + ": Okay", resultText); + } + } +} diff --git a/crypto/test/src/crypto/tls/test/TlsTestClientImpl.cs b/crypto/test/src/crypto/tls/test/TlsTestClientImpl.cs index 48af9e0f8..0cc1883ba 100644 --- a/crypto/test/src/crypto/tls/test/TlsTestClientImpl.cs +++ b/crypto/test/src/crypto/tls/test/TlsTestClientImpl.cs @@ -128,14 +128,14 @@ namespace Org.BouncyCastle.Crypto.Tls.Tests Asn1EncodableVector v = new Asn1EncodableVector(); v.Add(cert.TbsCertificate); v.Add(cert.SignatureAlgorithm); - v.Add(CorruptBitString(cert.Signature)); + v.Add(CorruptSignature(cert.Signature)); return X509CertificateStructure.GetInstance(new DerSequence(v)); } - protected virtual DerBitString CorruptBitString(DerBitString bs) + protected virtual DerBitString CorruptSignature(DerBitString bs) { - return new DerBitString(CorruptBit(bs.GetBytes())); + return new DerBitString(CorruptBit(bs.GetOctets())); } protected virtual byte[] CorruptBit(byte[] bs) diff --git a/crypto/test/src/openssl/test/AllTests.cs b/crypto/test/src/openssl/test/AllTests.cs index 871b926b8..0cc2dcd85 100644 --- a/crypto/test/src/openssl/test/AllTests.cs +++ b/crypto/test/src/openssl/test/AllTests.cs @@ -1,9 +1,10 @@ -#if !LIB using System; using System.IO; using System.Text; +#if !LIB using NUnit.Core; +#endif using NUnit.Framework; using Org.BouncyCastle.Crypto; @@ -34,6 +35,7 @@ namespace Org.BouncyCastle.OpenSsl.Tests } } +#if !LIB public static void Main(string[] args) { Suite.Run(new NullListener(), NUnit.Core.TestFilter.Empty); @@ -49,6 +51,7 @@ namespace Org.BouncyCastle.OpenSsl.Tests return suite; } } +#endif [Test] public void TestOpenSsl() @@ -129,4 +132,3 @@ namespace Org.BouncyCastle.OpenSsl.Tests } } } -#endif diff --git a/crypto/test/src/openssl/test/ReaderTest.cs b/crypto/test/src/openssl/test/ReaderTest.cs index e3990b562..c0be5c848 100644 --- a/crypto/test/src/openssl/test/ReaderTest.cs +++ b/crypto/test/src/openssl/test/ReaderTest.cs @@ -198,7 +198,7 @@ namespace Org.BouncyCastle.OpenSsl.Tests doDudPasswordTest("3ee7a8", 10, "DER length more than 4 bytes: 57"); doDudPasswordTest("41af75", 11, "unknown tag 16 encountered"); doDudPasswordTest("1704a5", 12, "corrupted stream detected"); - doDudPasswordTest("1c5822", 13, "Unknown object in GetInstance: Org.BouncyCastle.Asn1.DerUtf8String"); + doDudPasswordTest("1c5822", 13, "extra data found after object"); doDudPasswordTest("5a3d16", 14, "corrupted stream detected"); doDudPasswordTest("8d0c97", 15, "corrupted stream detected"); doDudPasswordTest("bc0daf", 16, "corrupted stream detected"); @@ -342,7 +342,7 @@ namespace Org.BouncyCastle.OpenSsl.Tests Fail("issue not detected: " + index); } - catch (IOException e) + catch (Exception e) { if (e.Message.IndexOf(message) < 0) { diff --git a/crypto/test/src/pkcs/test/PKCS12StoreTest.cs b/crypto/test/src/pkcs/test/PKCS12StoreTest.cs index c6b39135e..cd9dfcfad 100644 --- a/crypto/test/src/pkcs/test/PKCS12StoreTest.cs +++ b/crypto/test/src/pkcs/test/PKCS12StoreTest.cs @@ -837,7 +837,7 @@ namespace Org.BouncyCastle.Pkcs.Tests EncryptedPrivateKeyInfo encInfo = EncryptedPrivateKeyInfo.GetInstance(sb.BagValue); // check the key encryption - if (!encInfo.EncryptionAlgorithm.ObjectID.Equals(keyAlgorithm)) + if (!encInfo.EncryptionAlgorithm.Algorithm.Equals(keyAlgorithm)) { Fail("key encryption algorithm wrong"); } @@ -845,7 +845,7 @@ namespace Org.BouncyCastle.Pkcs.Tests // check the certificate encryption EncryptedData cb = EncryptedData.GetInstance(c2.Content); - if (!cb.EncryptionAlgorithm.ObjectID.Equals(certAlgorithm)) + if (!cb.EncryptionAlgorithm.Algorithm.Equals(certAlgorithm)) { Fail("cert encryption algorithm wrong"); } diff --git a/crypto/test/src/security/test/SecureRandomTest.cs b/crypto/test/src/security/test/SecureRandomTest.cs index f93afc0aa..f1d83b29c 100644 --- a/crypto/test/src/security/test/SecureRandomTest.cs +++ b/crypto/test/src/security/test/SecureRandomTest.cs @@ -3,7 +3,12 @@ using System.Text; using NUnit.Framework; +using Org.BouncyCastle.Crypto; +using Org.BouncyCastle.Crypto.Digests; +using Org.BouncyCastle.Crypto.Engines; +using Org.BouncyCastle.Crypto.Macs; using Org.BouncyCastle.Crypto.Prng; +using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Security.Tests @@ -61,6 +66,30 @@ namespace Org.BouncyCastle.Security.Tests } [Test] + public void TestSP800Ctr() + { + SecureRandom random = new SP800SecureRandomBuilder().BuildCtr(new AesFastEngine(), 256, new byte[32], false); + + CheckSecureRandom(random); + } + + [Test] + public void TestSP800Hash() + { + SecureRandom random = new SP800SecureRandomBuilder().BuildHash(new Sha256Digest(), new byte[32], false); + + CheckSecureRandom(random); + } + + [Test] + public void TestSP800HMac() + { + SecureRandom random = new SP800SecureRandomBuilder().BuildHMac(new HMac(new Sha256Digest()), new byte[32], false); + + CheckSecureRandom(random); + } + + [Test] public void TestThreadedSeed() { SecureRandom random = SecureRandom.GetInstance("SHA1PRNG", false); @@ -73,7 +102,15 @@ namespace Org.BouncyCastle.Security.Tests public void TestVmpcPrng() { SecureRandom random = new SecureRandom(new VmpcRandomGenerator()); - random.SetSeed(SecureRandom.GetSeed(32)); + random.SetSeed(random.GenerateSeed(32)); + + CheckSecureRandom(random); + } + + [Test] + public void TestX931() + { + SecureRandom random = new X931SecureRandomBuilder().Build(new AesFastEngine(), new KeyParameter(new byte[16]), false); CheckSecureRandom(random); } @@ -106,7 +143,7 @@ namespace Org.BouncyCastle.Security.Tests private static double MeasureChiSquared(SecureRandom random, int rounds) { - byte[] opts = SecureRandom.GetSeed(2); + byte[] opts = random.GenerateSeed(2); int[] counts = new int[256]; byte[] bs = new byte[256]; diff --git a/crypto/test/src/security/test/TestMacUtil.cs b/crypto/test/src/security/test/TestMacUtil.cs new file mode 100644 index 000000000..1eb6f35b0 --- /dev/null +++ b/crypto/test/src/security/test/TestMacUtil.cs @@ -0,0 +1,38 @@ +using System; +using System.Globalization; +using System.Threading; + +using NUnit.Framework; + +using Org.BouncyCastle.Crypto; + +namespace Org.BouncyCastle.Security.Tests +{ + [TestFixture] + public class TestMacUtilities + { + [Test] + public void TestCultureIndependence() + { + Thread t = Thread.CurrentThread; + CultureInfo ci = t.CurrentCulture; + try + { + /* + * In Hungarian, the "CS" in "HMACSHA256" is linguistically a single character, so "HMAC" is not a prefix. + */ + t.CurrentCulture = new CultureInfo("hu-HU"); + IMac mac = MacUtilities.GetMac("HMACSHA256"); + Assert.NotNull(mac); + } + catch (Exception e) + { + Assert.Fail("Culture-specific lookup failed: " + e.Message); + } + finally + { + t.CurrentCulture = ci; + } + } + } +} diff --git a/crypto/test/src/test/BlockCipherTest.cs b/crypto/test/src/test/BlockCipherTest.cs index 93cf2b0a5..e6f92b84e 100644 --- a/crypto/test/src/test/BlockCipherTest.cs +++ b/crypto/test/src/test/BlockCipherTest.cs @@ -114,6 +114,8 @@ namespace Org.BouncyCastle.Tests "Rijndael/CBC/PKCS7Padding", "cf87f4d8bb9d1abb36cdd9f44ead7d046db2f802d99e1ef0a5940f306079e08389a44c4a8cc1a47cbaee1128da55bbb7", "Serpent/CBC/PKCS7Padding", + "d8b971931de211cb2d31721773a5b1f9dc4e263efe0465f97c024daa26dd7d03473e9beb82ba809cf36071d4807e4706", + "Tnepres/CBC/PKCS7Padding", "f8940ca31aba8ce1e0693b1ae0b1e08daef6de03c80f019774280052f824ac44540bb8dd74dfad47f83f9c7ec268ca68", "CAST5/CBC/PKCS7Padding", "87b6dc0c5a1d23d42fa740b0548be0b298112000544610d889d6361994cf8e670a19d6af72d7289f", @@ -138,6 +140,8 @@ namespace Org.BouncyCastle.Tests "Rijndael/CTS/NoPadding", "6db2f802d99e1ef0a5940f306079e083cf87f4d8bb9d1abb36cdd9f44ead7d04", "Serpent/CTS/NoPadding", + "dc4e263efe0465f97c024daa26dd7d03d8b971931de211cb2d31721773a5b1f9", + "Tnepres/CTS/NoPadding", "aef6de03c80f019774280052f824ac44f8940ca31aba8ce1e0693b1ae0b1e08d", "CAST5/CTS/NoPadding", "87b6dc0c5a1d23d42fa740b0548be0b289d6361994cf8e6798112000544610d8", @@ -166,6 +170,8 @@ namespace Org.BouncyCastle.Tests "Rijndael/CBC/WithCTS", "6db2f802d99e1ef0a5940f306079e083cf87f4d8bb9d1abb36cdd9f44ead7d04", "Serpent/CBC/WithCTS", + "dc4e263efe0465f97c024daa26dd7d03d8b971931de211cb2d31721773a5b1f9", + "Tnepres/CBC/WithCTS", "aef6de03c80f019774280052f824ac44f8940ca31aba8ce1e0693b1ae0b1e08d", "CAST5/CBC/WithCTS", "87b6dc0c5a1d23d42fa740b0548be0b289d6361994cf8e6798112000544610d8", @@ -251,7 +257,111 @@ namespace Org.BouncyCastle.Tests "Twofish/ECB/TBCPadding", "70336d9c9718a8a2ced1b19deed973a3c58af7ea71a69e7efc4df082dca581c019d7daa58d02b89aab6e8c0d17202439", "RC2/ECB/TBCPadding", - "eb5b889bbcced12eb6b1a3da6a3d965bba66a5edfdd4c8a6b6b1a3da6a3d965b6b5359ba5e69b179" + "eb5b889bbcced12eb6b1a3da6a3d965bba66a5edfdd4c8a6b6b1a3da6a3d965b6b5359ba5e69b179", + "DES/CTR/NoPadding", + "537572e480c1714fb47081d35eb18eaca9e0a5aee982f105438a0db6cece1f6d", + "DESede/CTR/NoPadding", + "481e9872acea7fcfa93b7d4e34ec7bab340c10faba2e43b879d40d38e07c422d", + "SKIPJACK/CTR/NoPadding", + "71143a124e3a0cdeee98a7b843baa05bd1d59faee8ec9b89880e070314a04cc2", + "Blowfish/CTR/NoPadding", + "6cd6f7c5d2c65555d2b31f8614f54ec654f5e7888d515008d59302c3edfcc6cb", + "Twofish/CTR/NoPadding", + "821c54b1b54ae113cf74595eefe10c83d09e95d4599190b9bbd5bc71dd703730", + "Threefish-256/CTR/NoPadding", + "546ea995dd302f1efcb1f27d14bad468280a3a7994c2af75dfdf1e9fc5ef2373", + "Threefish-512/CTR/NoPadding", + "152df966484ecc2e9ddfc386559732f7f632e4008920804a1bde4efcf2e6e2f2", + "Threefish-1024/CTR/NoPadding", + "03953ac751a7377812c6e3e4d14b36c6953f9b390acaa892811c10001c9be454", + "RC2/CTR/NoPadding", + "0a07cb78537cb04c8c5a0a39a15977a7eb19f3c48a42759c234868c391a99c63", + "RC5/CTR/NoPadding", + "c62b233df296283b97f17364d5f69a1ff91f46659cf9856caefd322a936203a7", + "IDEA/CTR/NoPadding", + "dd447da3cbdcf81f4694ab7715d79e3f90af5682e8c318b8f7dadbed6b5c9714", + "Blowfish/EAX/NoPadding", + "bee85ae6512b8a2346d46f7bac31526238091ccc5de75760c9a39628fb45d44a653bfac0", + "CAST5/EAX/NoPadding", + "85e0dbd3402f2179f96d231315ec73f04f64f1b7ab1347423b9aec51a07a7222e2bc65a3", + "DES/EAX/NoPadding", + "07d12249945e77607086f7463f316966466e6a0c0789b3307b8b51a7cc807e3c1fb91f98", + "DESede/EAX/NoPadding", + "278b28f13537dc13bb688c95391754bd6d39c79a7361b407f8dee0b111b264f20391cb0e", + "GOST28147/EAX/NoPadding", + "1416713d52affb595b880be996e838edd377e67dfe822fbb0ff235f1b706e6ce34d68dc5", + "IDEA/EAX/NoPadding", + "b2e9f3e40954c140ac60423466dee0138f84e879fbde003780202bd83c91571b64df7bb7", + "RC2/EAX/NoPadding", + "5d1c095de75bd5eef6a5146f7d6c44545807a8b452f7a38e2719a14f1a269709d2eda2d3", + "SEED/EAX/NoPadding", + "6780f18b2dd1f75a934b5a3e45e8fd44877fd3498a9b919b417b3d8a7c67c6021d74bbaef71841ef", + "Serpent/EAX/NoPadding", + "13c2b1fec2bda74f5ccc8ca31b36a2e91ee024a215387219808640b2fc7a6a41e017aacee3ed893a", + "Tnepres/EAX/NoPadding", + "8d5ac312ca0d436a0154d56568d39811ccf6bb970012398014fc8a49ed669b117443c0249b07ead8", + //"SM4/EAX/NoPadding", + //"e072a95da8e529b41199859482142b3fdfa6b7af27348e5ebf35445a099583dae882affde90ea4a4", + "Twofish/EAX/NoPadding", + "9a90dffe1233a04733fc8869e8ec4cba2fa53d9543f0206825293b1ff102e63f81a60b12204e1fd8", + "IDEA/OFB/NoPadding", + "dd447da3cbdcf81f4053fb446596261cb00a3c49a66085485af5f7c10ba20dad", + "RC2/OFB/NoPadding", + "0a07cb78537cb04c0c74e28a7b86b80f80acadf87d6ef32792f1a8cf74b39f74", + "SEED/OFB/NoPadding", + "9fd249435dc66d3d5d41abad270df5e3c6b972692fadfcb6c311b047f96fb114", + "SEED/OCB/NoPadding", + "eb04b3612769e1ad681f975af1a6f401d94dc88276dd50fc3ebce791c28825c652b7351acbad8c63d4d66191de94c970", + "SEED/CCM/NoPadding", + "8bb16b37e7f1d4eb97bb1fa3b9bfd411aca64a3581bb3c5b2a91346983aa334984d73ad629a847f7", + "SEED/GCM/NoPadding", + "ed5f6293c9a4f280af6695750bfb3bb3b60c214565a049494df955152757812ebfb93705895606c4378498a93f2541b5", + //"SM4/GCM/NoPadding", + //"323b601a951da693f87e53c6832380719b4d4bd306c94248202b7e337c81e2d9de0044b77a4c556f15f6fd19f828236b", + "DES/ECB/TBCPadding", + "466da00648ef0e1f9617b1f002e225251a3248d09172f46b9617b1f002e22525698575eb3998481b", + "GOST28147/ECB/TBCPadding", + "0a77f4114451b37d44c5192619b723dd49093d1047c2373544c5192619b723dde7b0810d205c07ab", + "IDEA/ECB/TBCPadding", + "8c9fd56823ffdc523f6ccf7f614aa6173553e594fc7a21b53f6ccf7f614aa61747a7c95a57b9eaf4", + "RC2/ECB/TBCPadding", + "eb5b889bbcced12eb6b1a3da6a3d965bba66a5edfdd4c8a6b6b1a3da6a3d965b6b5359ba5e69b179", + "SEED/ECB/TBCPadding", + "d53d4ce1f48b9879420949467bfcbfbe2c6a7d4a8770bee0c71211def898d7c509f6e111845db39b4cce1dd155aa592b", + "DES/CBC/TBCPadding", + "60fa2f8fae5aa2a38e9ac77d0246726beb7511e4515feb12cf99f75cc6e0122ad3b3f002c927f1fd", + "GOST28147/CBC/TBCPadding", + "ba87be9c465cbb30e1bf0148daa9639c2e4cbc1b6777cfcda860760686596159aa564fd65e66c125", + "IDEA/CBC/TBCPadding", + "30cd990ebdae80fe12b6c6e4fcd1c064a27d985c276b3d7097351c8684e4c4d922f14e12faecaa0b", + "RC2/CBC/TBCPadding", + "a51facdb3933c9676795cd38cc3146fd4694722b468b1a979a399c77606abf9997b47d2f64a37e2f", + "SEED/CBC/TBCPadding", + "fc34f03ddf4d2a4d9934addc82011af1d5f76ee015b691a6524d7ad5464422d7989825d19e23a60ba759407e13d1ea02", + "DES/CFB8/NoPadding", + "53cb0cdff712a825eb283b23c31e7323aa12495e7e751428b5c4eb89b28a25d4", + "GOST28147/CFB8/NoPadding", + "29f6ca1ca7ae9670413183932a28cdd4a09f2ba630c3c3fbf6f071d3774d7577", + "IDEA/CFB8/NoPadding", + "dd7839d2525420d10f95eec23dbaf3463302c445972a28c563c2635191bc19af", + "RC2/CFB8/NoPadding", + "0aa227f94be3a32ff927c5d25647ea41d7c2a1e94012fc7f2ad6767b9664bce5", + "SEED/CFB8/NoPadding", + "9f1622c3785a034ee4c595df05fb11e69e4d52036e238d2d451e190e87ee876e", + "DES/CTS/NoPadding", + "60fa2f8fae5aa2a38e9ac77d0246726bcf99f75cc6e0122aeb7511e4515feb12", + "GOST28147/CTS/NoPadding", + "ba87be9c465cbb30e1bf0148daa9639ca8607606865961592e4cbc1b6777cfcd", + "IDEA/CTS/NoPadding", + "30cd990ebdae80fe12b6c6e4fcd1c06497351c8684e4c4d9a27d985c276b3d70", + "RC2/CTS/NoPadding", + "a51facdb3933c9676795cd38cc3146fd9a399c77606abf994694722b468b1a97", + "SEED/CTS/NoPadding", + "d5f76ee015b691a6524d7ad5464422d7fc34f03ddf4d2a4d9934addc82011af1", + //"SHACAL-2/CBC/PKCS7Padding", + //"3af7c54ea55d2497162ac9c79d9b2f7837898f83aa4b50b7b762979aa8087669b6a81cdec475ed4d2394d7ad771404a52eb52d245a39f0d7d3e8062d3b0f0e54", + //"SHACAL-2/CBC/TBCPadding", + //"3af7c54ea55d2497162ac9c79d9b2f7837898f83aa4b50b7b762979aa80876693f17fbe9a5baa88ed21b2e1a863dc449061f40cafadfc3cf73486208f87b9352", }; private static readonly string[] cipherTests2 = @@ -329,8 +439,12 @@ namespace Org.BouncyCastle.Tests if (!validModes.Contains(baseMode)) throw new Exception("Unhandled mode: " + mode); + if (baseMode == "CCM") + return 13; if (baseMode == "ECB") return 0; + if (baseMode == "OCB") + return 15; string baseAlgorithm = parts[0]; IBufferedCipher baseCipher = CipherUtilities.GetCipher(baseAlgorithm); @@ -410,7 +524,7 @@ namespace Org.BouncyCastle.Tests else { // NB: rand always generates same values each test run - iv = rand.GenerateSeed(ivLength); + iv = SecureRandom.GetNextBytes(rand, ivLength); } parameters = new ParametersWithIV(key, iv); @@ -437,11 +551,16 @@ namespace Org.BouncyCastle.Tests if (iv != null) { // TODO Examine short IV handling for these FIPS-compliant modes in Java build - if (mode.StartsWith("CFB") + if (mode.StartsWith("CCM") + || mode.StartsWith("CFB") || mode.StartsWith("CTR") + || mode.StartsWith("EAX") + || mode.StartsWith("GCM") || mode.StartsWith("GOFB") + || mode.StartsWith("OCB") || mode.StartsWith("OFB") - || mode.StartsWith("OPENPGPCFB")) + || mode.StartsWith("OPENPGPCFB") + || mode.StartsWith("SIC")) { // These modes automatically pad out the IV if it is short } diff --git a/crypto/test/src/test/CertTest.cs b/crypto/test/src/test/CertTest.cs index 9bb4df7d1..72e17e458 100644 --- a/crypto/test/src/test/CertTest.cs +++ b/crypto/test/src/test/CertTest.cs @@ -2452,7 +2452,7 @@ namespace Org.BouncyCastle.Tests DerSequence seq = new DerSequence( tbsCertificate, - new AlgorithmIdentifier(sig.ObjectID), + new AlgorithmIdentifier(sig.Algorithm), certStruct.Signature); try diff --git a/crypto/test/src/test/PKCS10CertRequestTest.cs b/crypto/test/src/test/PKCS10CertRequestTest.cs index 819439cd8..9bad0a678 100644 --- a/crypto/test/src/test/PKCS10CertRequestTest.cs +++ b/crypto/test/src/test/PKCS10CertRequestTest.cs @@ -193,7 +193,7 @@ namespace Org.BouncyCastle.Tests Fail("Failed Verify check EC uncompressed encoded."); } - if (!req.SignatureAlgorithm.ObjectID.Equals(algOid)) + if (!req.SignatureAlgorithm.Algorithm.Equals(algOid)) { Fail("ECDSA oid incorrect."); } @@ -210,7 +210,7 @@ namespace Org.BouncyCastle.Tests byte[] b = req.GetCertificationRequestInfo().GetEncoded(); sig.BlockUpdate(b, 0, b.Length); - if (!sig.VerifySignature(req.Signature.GetBytes())) + if (!sig.VerifySignature(req.GetSignatureOctets())) { Fail("signature not mapped correctly."); } @@ -247,7 +247,7 @@ namespace Org.BouncyCastle.Tests Fail("Failed Verify check EC encoded."); } - if (!req.SignatureAlgorithm.ObjectID.Equals(CryptoProObjectIdentifiers.GostR3411x94WithGostR3410x2001)) + if (!req.SignatureAlgorithm.Algorithm.Equals(CryptoProObjectIdentifiers.GostR3411x94WithGostR3410x2001)) { Fail("ECGOST oid incorrect."); } @@ -264,7 +264,7 @@ namespace Org.BouncyCastle.Tests byte[] b = req.GetCertificationRequestInfo().GetEncoded(); sig.BlockUpdate(b, 0, b.Length); - if (!sig.VerifySignature(req.Signature.GetBytes())) + if (!sig.VerifySignature(req.GetSignatureOctets())) { Fail("signature not mapped correctly."); } @@ -308,7 +308,7 @@ namespace Org.BouncyCastle.Tests Fail("Failed verify check PSS encoded."); } - if (!req.SignatureAlgorithm.ObjectID.Equals(PkcsObjectIdentifiers.IdRsassaPss)) + if (!req.SignatureAlgorithm.Algorithm.Equals(PkcsObjectIdentifiers.IdRsassaPss)) { Fail("PSS oid incorrect."); } @@ -325,7 +325,7 @@ namespace Org.BouncyCastle.Tests byte[] encoded = req.GetCertificationRequestInfo().GetEncoded(); sig.BlockUpdate(encoded, 0, encoded.Length); - if (!sig.VerifySignature(req.Signature.GetBytes())) + if (!sig.VerifySignature(req.GetSignatureOctets())) { Fail("signature not mapped correctly."); } diff --git a/crypto/test/src/util/io/pem/test/AllTests.cs b/crypto/test/src/util/io/pem/test/AllTests.cs index 5f0c12c10..921c40cb8 100644 --- a/crypto/test/src/util/io/pem/test/AllTests.cs +++ b/crypto/test/src/util/io/pem/test/AllTests.cs @@ -1,11 +1,12 @@ -#if !LIB using System; using System.Collections; using System.Collections.Specialized; using System.IO; using System.Text; +#if !LIB using NUnit.Core; +#endif using NUnit.Framework; using Org.BouncyCastle.Crypto; @@ -20,6 +21,7 @@ namespace Org.BouncyCastle.Utilities.IO.Pem.Tests [TestFixture] public class AllTests { +#if !LIB public static void Main(string[] args) { Suite.Run(new NullListener(), NUnit.Core.TestFilter.Empty); @@ -35,6 +37,7 @@ namespace Org.BouncyCastle.Utilities.IO.Pem.Tests return suite; } } +#endif [Test] public void TestPemLength() @@ -73,4 +76,3 @@ namespace Org.BouncyCastle.Utilities.IO.Pem.Tests } } } -#endif diff --git a/crypto/test/src/util/test/FixedSecureRandom.cs b/crypto/test/src/util/test/FixedSecureRandom.cs index 15a2e9bb3..d8598ac24 100644 --- a/crypto/test/src/util/test/FixedSecureRandom.cs +++ b/crypto/test/src/util/test/FixedSecureRandom.cs @@ -38,7 +38,12 @@ namespace Org.BouncyCastle.Utilities.Test return new FixedSecureRandom(bOut.ToArray()); } - public override void NextBytes( + public override byte[] GenerateSeed(int numBytes) + { + return SecureRandom.GetNextBytes(this, numBytes); + } + + public override void NextBytes( byte[] buf) { Array.Copy(_data, _index, buf, 0, buf.Length); diff --git a/crypto/test/src/util/test/SimpleTest.cs b/crypto/test/src/util/test/SimpleTest.cs index faeee65c9..bf6c8fb92 100644 --- a/crypto/test/src/util/test/SimpleTest.cs +++ b/crypto/test/src/util/test/SimpleTest.cs @@ -115,7 +115,9 @@ namespace Org.BouncyCastle.Utilities.Test private static string GetFullName( string name) { -#if PORTABLE +#if SEPARATE_UNIT_TESTS + return "UnitTests.data." + name; +#elif PORTABLE return "crypto.tests." + name; #else return "crypto.test.data." + name; @@ -125,7 +127,9 @@ namespace Org.BouncyCastle.Utilities.Test private static string GetShortName( string fullName) { -#if PORTABLE +#if SEPARATE_UNIT_TESTS + return fullName.Substring("UnitTests.data.".Length); +#elif PORTABLE return fullName.Substring("crypto.tests.".Length); #else return fullName.Substring("crypto.test.data.".Length); |