summary refs log tree commit diff
path: root/csharp.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-22Fix faulty constructor and refactorPeter Dettman1-13/+12
2015-10-21Added missed files on IBlockResult changeDavid Hook2-3/+3
2015-10-21Remove inapplicable comments in key generatorsPeter Dettman2-12/+0
2015-10-21Renamed DoFinal to Value on IBlockResult.David Hook7-9/+9
2015-10-18SigOutputStream removed from the other-platform path too.Peter Dettman1-1/+1
2015-10-18Updated Visual Studio 2010 project filesJeffrey Stedfast4-0/+25
2015-10-18Update version to 1.8.0-RC.2 release-1.8.0-RC.2Peter Dettman1-1/+1
2015-10-18PCL: No support for FileInfo/FileStreamPeter Dettman3-0/+6
2015-10-18http://www.bouncycastle.org/jira/browse/BMA-98Peter Dettman4-39/+261
- Support v3 encryption - Port more rewrap tests from Java API
2015-10-18Remove the 'debug' logging from NaccacheSternPeter Dettman3-176/+34
2015-10-18PCL: Various non-IO changesPeter Dettman30-46/+91
2015-10-18No SerializableAttribute in PCLPeter Dettman41-41/+41
2015-10-18More SIC changes for consistency with Java APIPeter Dettman1-4/+6
2015-10-18Port extra test case from Java APIPeter Dettman1-3/+19
2015-10-18http://www.bouncycastle.org/jira/browse/BMA-82Peter Dettman4-7/+13
- use SecureRandom to generate "arbitrary" values
2015-10-18BMA-132 added support for ISignatureCalculator interfaceDavid Hook1-39/+34
2015-10-18http://www.bouncycastle.org/jira/browse/BMA-113Peter Dettman4-25/+17
- Convert DateTime to string using InvariantCulture
2015-10-18http://www.bouncycastle.org/jira/browse/BMA-128Peter Dettman3-3/+3
- Cater for future X.509 versions
2015-10-18Followups for the SicBlockCipher changesPeter Dettman2-3/+5
2015-10-18Add CalculateMac utility methodPeter Dettman1-0/+8
2015-10-18Switch to Strings.ToByteArray as is used in the Java APIPeter Dettman1-2/+2
2015-10-18SIC renamed to CTR, minimum IV length check addedPeter Dettman1-24/+24
2015-10-18http://www.bouncycastle.org/jira/browse/BMA-90Peter Dettman4-29/+24
- Make CmsReadable public - Make a few methods virtual
2015-10-18Added missing key generation codePeter Dettman1-0/+4
2015-10-17https://github.com/bcgit/bc-csharp/issues/37Peter Dettman11-89/+588
- Add alternative PGP methods involving passphrases to support UTF8 or caller-defined encodings
2015-10-17Updated Visual Studio 2010 project filesJeffrey Stedfast4-0/+52
2015-10-17Fix various warnings from recent commitsPeter Dettman7-35/+35
2015-10-17Fix case of JPAKE filenamesPeter Dettman7-0/+0
2015-10-17Can't use var keyword in .NET 1.1Peter Dettman1-1/+1
2015-10-17Various JPAKE changes to fit existing code conventionsPeter Dettman13-375/+416
- Update project file with new entries - Tests moved to crypto/agreement/test
2015-10-17RefactoringPeter Dettman1-12/+12
2015-10-17Fix whitespace and remove Dispose methodPeter Dettman2-93/+53
2015-10-17more commenting fixesAlex van Poppelen1-8/+10
2015-10-17added DSA tests for SHA-2David Hook1-1/+27
2015-10-17cleaned up commenting a bitAlex van Poppelen2-316/+263
2015-10-17Added test of SignerInfoGeneratorDavid Hook1-2/+97
2015-10-17Initial cut of SignerInfoGenerator for CMSDavid Hook1-1/+1
2015-10-17Initial cut of SignerInfoGeneratorDavid Hook5-212/+506
2015-10-17ported jpake library and tests from javaAlex van Poppelen10-0/+2367
2015-10-16Port of non-blocking TLS API from JavaPeter Dettman8-29/+665
2015-10-16RefactoringPeter Dettman4-464/+237
2015-10-16Avoid Interlocked.Increment(Int64) on .NET CFPeter Dettman2-3/+23
- https://github.com/bcgit/bc-csharp/issues/20
2015-10-16RefactoringPeter Dettman1-265/+116
- Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable
2015-10-16Add new files to projectPeter Dettman1-0/+15
2015-10-16Further work of signature/verification calculators.David Hook14-232/+430
Added IBlockResult and IVerifier Added verifier provider verify methods to X.509 PKCS#10 classes.
2015-10-14Close files after readingPeter Dettman1-2/+10
2015-10-14Port latest X9 EC stuff from Java APIPeter Dettman8-214/+224
2015-10-14Fixed single line file handlingPeter Dettman2-44/+77
2015-10-14Support "CMS" headerPeter Dettman1-0/+1
2015-10-14Consolidate all F2m decompression methods into AbstractF2mPeter Dettman19-1735/+96
2015-10-14Add ECCDH as valid aliasPeter Dettman1-5/+5
2015-10-14Added "Lenstra" checkPeter Dettman1-97/+101
2015-10-14Added extra OIDs.David Hook1-2/+28
2015-10-12Port of latest PGP tests and supporting code changesPeter Dettman52-358/+17347
2015-10-12Add new file entriesPeter Dettman1-0/+25
2015-10-12removed bogus imports (old FilterStream)David Hook3-84/+87
added ISignatureGenerator to Pkcs10.
2015-10-12added EC MQV disclaimerDavid Hook1-0/+13
2015-10-12Introduced Utilities.IO.FilterStreamDavid Hook5-3/+71
2015-10-12Fixed genericsDavid Hook8-30/+24
2015-10-12Initial cut of signature generation operators.David Hook10-120/+746
2015-10-11Updated VS 2010 projectsJeffrey Stedfast4-0/+16
2015-10-02Port of recent ISO trailer updates from JavaPeter Dettman5-102/+134
2015-10-01Add NIST OIDs and DigestUtilities entries for SHA3Peter Dettman2-2/+28
2015-09-10updateDavid Hook1-1/+1
2015-09-10updateDavid Hook1-1/+9
2015-09-07Correct 1605-bit test vector for SHA3-512Peter Dettman2-14/+8
2015-09-06Avoid duplicate test executionPeter Dettman2-2/+0
2015-09-06Fix class declarationPeter Dettman1-1/+1
2015-09-06Port of Keccak, SHA-3, SHAKE from JavaPeter Dettman11-784/+3203
2015-08-14Add Miller-Rabin methodsPeter Dettman1-45/+319
2015-08-14Add consistency checks with custom curves and regularPeter Dettman1-6/+45
2015-08-14Refactor NextPacketTag()Peter Dettman1-11/+7
2015-08-14Optimize (Inv_)Mcol methods in AES enginesPeter Dettman<