summary refs log tree commit diff
path: root/BouncyCastle.Mobile.sln (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-17https://github.com/bcgit/bc-csharp/issues/37Peter Dettman11-89/+588
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
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
2015-10-16RefactoringPeter Dettman1-265/+116
2015-10-16Add new files to projectPeter Dettman1-0/+15
2015-10-16Further work of signature/verification calculators.David Hook14-232/+430
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
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 Dettman3-20/+55
2015-08-14Fix 64-bit multiply (not used)Peter Dettman2-5/+73
2015-08-13Use Itoh-Tsujii inversion (with extended bases for some cases)Peter Dettman18-18/+376