summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | SIC renamed to CTR, minimum IV length check addedPeter Dettman2015-10-181-24/+24
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | http://www.bouncycastle.org/jira/browse/BMA-90Peter Dettman2015-10-184-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make CmsReadable public - Make a few methods virtual
| | * | | | | | | | | | | | | | | | Added missing key generation codePeter Dettman2015-10-181-0/+4
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | add version infoOren Novotny2015-10-181-1/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | appveyor script updateOren Novotny2015-10-182-7/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | merge latest from masterOren Novotny2015-10-1829-142/+2999
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into master-vs12Oren Novotny2015-10-1828-143/+2999
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | https://github.com/bcgit/bc-csharp/issues/37Peter Dettman2015-10-1711-89/+588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add alternative PGP methods involving passphrases to support UTF8 or caller-defined encodings
| | * | | | | | | | | | | | | | | Fix various warnings from recent commitsPeter Dettman2015-10-177-35/+35
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix case of JPAKE filenamesPeter Dettman2015-10-177-0/+0
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'master' into avanpo-masterPeter Dettman2015-10-171-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Can't use var keyword in .NET 1.1Peter Dettman2015-10-171-1/+1
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Various JPAKE changes to fit existing code conventionsPeter Dettman2015-10-1713-375/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update project file with new entries - Tests moved to crypto/agreement/test
| | * | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/avanpo/bc-csharp into avanpo-masterPeter Dettman2015-10-1710-0/+2316
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | more commenting fixesAlex van Poppelen2015-10-171-8/+10
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | cleaned up commenting a bitAlex van Poppelen2015-10-172-316/+263
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | ported jpake library and tests from javaAlex van Poppelen2015-10-1710-0/+2367
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | add build configsOren Novotny2015-10-172-0/+25
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | merge to pclOren Novotny2015-10-1711-258/+822
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into master-vs12Oren Novotny2015-10-1711-288/+852
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | RefactoringPeter Dettman2015-10-171-12/+12
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'darkoperator-keyhasing'Peter Dettman2015-10-173-60/+209
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Fix whitespace and remove Dispose methodPeter Dettman2015-10-172-93/+53
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Merge branch 'keyhasing' of https://github.com/darkoperator/bc-csharp into ↵Peter Dettman2015-10-174-6/+195
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | darkoperator-keyhasing
| | | * | | | | | | | | | | | | | | Add support to specifying Hash Algo when adding a subkey and generating a ↵Carlos Perez2014-06-084-6/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyring. DSA2 and in the future EC keys requiere hashing higher than SHA1.
| | * | | | | | | | | | | | | | | | added DSA tests for SHA-2David Hook2015-10-171-1/+27
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Added test of SignerInfoGeneratorDavid Hook2015-10-171-2/+97
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.gitDavid Hook2015-10-1714-707/+1002
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Initial cut of SignerInfoGenerator for CMSDavid Hook2015-10-171-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Initial cut of SignerInfoGeneratorDavid Hook2015-10-175-212/+506
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | fix nuspec pcl-v1.8.0-rc3Oren Novotny2015-10-163-8/+26
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Switch to PCL 259 for CoreCLR compatOren Novotny2015-10-162-4/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | update to latest refgenOren Novotny2015-10-162-3/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'master-vs12' into pclOren Novotny2015-10-16170-4503/+24422
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into master-vs12Oren Novotny2015-10-16170-4503/+24433
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Port of non-blocking TLS API from JavaPeter Dettman2015-10-168-29/+665
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | RefactoringPeter Dettman2015-10-164-464/+237
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Avoid Interlocked.Increment(Int64) on .NET CFPeter Dettman2015-10-162-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - https://github.com/bcgit/bc-csharp/issues/20
| | * | | | | | | | | | | | | | | | RefactoringPeter Dettman2015-10-161-265/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable
| | * | | | | | | | | | | | | | | | Add new files to projectPeter Dettman2015-10-161-0/+15
| | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Further work of signature/verification calculators.David Hook2015-10-1614-232/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added IBlockResult and IVerifier Added verifier provider verify methods to X.509 PKCS#10 classes.
| | * | | | | | | | | | | | | | | Close files after readingPeter Dettman2015-10-141-2/+10
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Port latest X9 EC stuff from Java APIPeter Dettman2015-10-148-214/+224
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fixed single line file handlingPeter Dettman2015-10-142-44/+77
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Support "CMS" headerPeter Dettman2015-10-141-0/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Consolidate all F2m decompression methods into AbstractF2mPeter Dettman2015-10-1419-1735/+96
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add ECCDH as valid aliasPeter Dettman2015-10-141-5/+5
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Added "Lenstra" checkPeter Dettman2015-10-141-97/+101
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Added extra OIDs.David Hook2015-10-141-2/+28
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Port of latest PGP tests and supporting code changesPeter Dettman2015-10-1252-358/+17347
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add new file entriesPeter Dettman2015-10-121-0/+25
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'David Hook2015-10-121-0/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | added EC MQV disclaimerDavid Hook2015-10-121-0/+13
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | removed bogus imports (old FilterStream)David Hook2015-10-123-84/+87
| | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added ISignatureGenerator to Pkcs10.
| | * | | | | | | | | | | | | | | Introduced Utilities.IO.FilterStreamDavid Hook2015-10-125-3/+71
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fixed genericsDavid Hook2015-10-128-30/+24
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Initial cut of signature generation operators.David Hook2015-10-1210-120/+746
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Port of recent ISO trailer updates from JavaPeter Dettman2015-10-025-102/+134
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add NIST OIDs and DigestUtilities entries for SHA3Peter Dettman2015-10-012-2/+28
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updateDavid Hook2015-09-101-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updateDavid Hook2015-09-101-1/+9
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Correct 1605-bit test vector for SHA3-512Peter Dettman2015-09-072-14/+8
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Avoid duplicate test executionPeter Dettman2015-09-062-2/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix class declarationPeter Dettman2015-09-061-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2015-09-0613-835/+3567
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Port of Keccak, SHA-3, SHAKE from JavaPeter Dettman2015-09-0611-784/+3203
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Add Miller-Rabin methodsPeter Dettman2015-08-141-45/+319
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Add consistency checks with custom curves and regularPeter Dettman2015-08-141-6/+45
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2015-08-1436-117/+2073
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: crypto/src/asn1/x9/X9ECParametersHolder.cs
| | | * | | | | | | | | | | | | | Refactor NextPacketTag()Peter Dettman2015-08-141-11/+7
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Optimize (Inv_)Mcol methods in AES enginesPeter Dettman2015-08-143-20/+55
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fix 64-bit multiply (not used)Peter Dettman2015-08-142-5/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - correct weird shift lengths in 32-bit multiply (no bug)
| | | * | | | | | | | | | | | | | Use Itoh-Tsujii inversion (with extended bases for some cases)Peter Dettman2015-08-1318-18/+376
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Switch from lookup table to bit twiddlingPeter Dettman2015-08-131-42/+67
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add locking to lazy factory propertyPeter Dettman2015-06-121-6/+9
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | prep release for 1.8.0-rc2 pcl-v1.8.0-rc2Oren Novotny2015-07-303-1/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | update readmeOren Novotny2015-07-301-1/+0
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Sign assembly to match bcgit and resolve #3. Needs to use real bc snk file ↵Oren Novotny2015-07-303-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when available
* | | | | | | | | | | | | | | | | Add support for dotnet and running on CoreCLROren Novotny2015-07-303-42/+61
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'master-vs12' into pclOren Novotny2015-07-3044-136/+2333
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into master-vs12Oren Novotny2015-07-3044-136/+2333
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Move lazy initialization under lockPeter Dettman2015-06-261-16/+19
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Latest custom EC updates from Java APIPeter Dettman2015-06-1915-12/+1484
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'FancyFon-master'Peter Dettman2015-06-172-4/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge branch 'master' of https://github.com/FancyFon/bc-csharp into ↵Peter Dettman2015-06-172-4/+2
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FancyFon-master
| | | * | | | | | | | | | | | | Changed PkixCertPathChecker Check method signature, so chosen unsupported ↵Marcin Paszylk2015-06-162-4/+2
| | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | certificate extensions can be removed from collection in Check method implementation. Change-Id: I2041e4dc7be1b041bbe3a4ff0537be921b1f317b
| | * | | | | | | | | | | | | Performance optimizationPeter Dettman2015-06-121-14/+42
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Improve limit-testing to avoid overflow problemsPeter Dettman2015-06-111-3/+3
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Add new class PrimesPeter Dettman2015-06-112-0/+287
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Initial implementation of Shawe-Taylor (FIPS 186-4 C.6)
| | * | | | | | | | | | | / Add range checks to F2m field elementsPeter Dettman2015-06-099-8/+11
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'bartland-pkcs5v2sha2'Peter Dettman2015-05-271-70/+126
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Code cleanupPeter Dettman2015-05-271-59/+69
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'pkcs5v2sha2' of https://github.com/bartland/bc-csharp into ↵Peter Dettman2015-05-271-13/+59
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bartland-pkcs5v2sha2
| | | * | | | | | | | | | | Support (low-level) for non-default PRFs for PKCS5v2bartland2015-04-101-13/+59
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge pull request #1 from bcgit/masterbartland2015-04-09305-3181/+25127
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | / | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | Update from original
| | * | | | | | | | | | | Change default DH group chosen by TLS server to 2048 bitsPeter Dettman2015-05-255-16/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TLS client will not accept < 1024 bits DH group by default
| | * | | | | | | | | | | Port recent Java updatesPeter Dettman2015-04-189-5/+331
| | | | | | | | | | | | |
| | * | | | | | | | | | | Remove overly strict check on ECC extensionsPeter Dettman2015-04-111-2/+6
| | | |/ / / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Add Sys.Runtime PCLOren Novotny2015-04-258-10/+154
| | | | | | | | | | | |
* | | | | | | | | | | | nuspec verOren Novotny2015-04-251-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master-vs12' into pclOren Novotny2015-04-25300-3351/+24672
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into master-vs12Oren Novotny2015-04-25299-3351/+24673
| |\| | | | | | | | | |
| | * | | | | | | | | | Update version to 1.8.0-RC.1 prior to release release-1.8.0-RC.1Peter Dettman2015-03-301-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | ValidDays only returns 0 if there is no expiry, and is ObsoletePeter Dettman2015-03-271-21/+26
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Thanks to Severin Friede for reporting (see JIRA BMA-127)
| | * | | | | | | | | Improved docs and code cleanupPeter Dettman2015-03-261-46/+11
| | | | | | | | | | |
| | * | | | | | | | | Provide a KeyContainerName when creating an RSACryptoServiceProviderPeter Dettman2015-03-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Thanks to Frederik Carlier for reporting and providing a fix (see JIRA BMA-130)
| | * | | | | | | | | Retain the OID actually used when initialized by keysizePeter Dettman2015-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Thanks to Kyle Hamilton for the patch (see bcgit/bc-csharp#16)
| | * | | | | | | | | Merge branch 'jstedfast-smime-capabilities'Peter Dettman2015-03-261-0/+6
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiersJeffrey Stedfast2015-03-261-0/+6
| | |/ / / / / / / / /
| | * | | | | | | | | F2mCurve cleanupPeter Dettman2015-03-263-6/+30
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'mpsinfo-duplicatedigest'Peter Dettman2015-03-251-8/+14
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | FormattingPeter Dettman2015-03-251-1/+2
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'duplicatedigest' of https://github.com/mpsinfo/bc-csharp into ↵Peter Dettman2015-03-251-8/+13
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mpsinfo-duplicatedigest
| | | | * | | | | | | | | Correct duplicate key exception when more than one signer use the same ↵Carlos Alberto Costa Beppler2015-03-241-8/+13
| | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digest algorithm.
| | * | | | | | | | | | Include ANSSI curves in getByOID lookupPeter Dettman2015-03-251-1/+6
| | | | | | | | | | | |
| | * | | | | | | | | | Delete spurious filePeter Dettman2015-03-241-1985/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Add custom implementations of SEC binary curvesPeter Dettman2015-03-2450-1/+12040
| | | | | | | | | | | |
| | * | | | | | | | | | Add GetHashCode methods for ulong[]Peter Dettman2015-03-241-0/+42
| | | | | | | | | | | |
| | * | | | | | | | | | Custom curves for secp128r1 and secp160r1/r2/k1Peter Dettman2015-03-2416-32/+2820
| | | | | | | | | | | |
| | * | | | | | | | | | Only test each named curve oncePeter Dettman2015-03-241-1/+3
| | |/ / / / / / / / /
| | * | | | | | | | | F2m changes in preparation for custom binary curvesPeter Dettman2015-03-235-376/+354
| | | | | | | | | | |
| | * | | | | | | | | Fix case-handling for custom curve namesPeter Dettman2015-03-231-16/+26
| | | | | | | | | | |
| | * | | | | | | | | Math.Raw support for custom binary curvesPeter Dettman2015-03-2343-46/+2430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also migrate the 'raw' stuff into Math.Raw following Java build
| | * | | | | | | | | Improve handling of extensions for session resumptionPeter Dettman2015-03-238-224/+2258
| | | | | | | | | | |
| | * | | | | | | | | Reduce memory usage of INTERLEAVE2_TABLEPeter Dettman2015-03-231-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Add SquarePow method to ECFieldElementPeter Dettman2015-03-231-8/+16
| | | | | | | | | | |
| | * | | | | | | | | Add ANSSI curve FRP256v1 and refactor curve registriesPeter Dettman2015-03-239-70/+213
| | |/ / / / / / / /
| | * | | | | | | | Update TLS for draft-ietf-tls-session-hash-04Peter Dettman2015-03-109-50/+47
| | | | | | | | | |
| | * | | | | | | | Port of DTLS tests from JavaPeter Dettman2015-03-0913-14/+775
| | | | | | | | | |
| | * | | | | | | | Port of TlsTestSuite from Java, and misc. TLS codePeter Dettman2015-03-0927-178/+1325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade to NUnit 2.6.4 and adjust various test code
| | * | | | | | | | Remove extraneous class referencePeter Dettman2015-03-091-1/+1
| | | | | | | | | |
| | * | | | | | | | Add constants for GNU protection modesPeter Dettman2015-03-091-0/+2
| | | | | | | | | |
| | * | | | | | | | Add SignerUtilities handling for X931SignerPeter Dettman2015-03-092-2/+21
| | | | | | | | | |
| | * | | | | | | | Port X931Signer and tests from JavaPeter Dettman2015-03-0914-48/+438
| | | | | | | | | |
| | * | | | | | | | Refactor TLS ciphersuite processingPeter Dettman2015-03-099-1493/+652
| | | | | | | | | |
| | * | | | | | | | Porting from Java buildPeter Dettman2015-03-0941-263/+1693
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SRP6 evidence messages and standard groups - TLS_SRP server-side support added - TLS_DHE server-side fixes - Improved support for DSA/ECDSA signing in TLS
| | * | | | | | | | Port TLS-PSK tests from JavaPeter Dettman2015-03-084-0/+332
| | | | | | | | | |
| | * | | | | | | | Don't override default ciphersuites in testPeter Dettman2015-03-081-12/+12
| | | | | | | | | |
| | * | | | | | | | Spelling fixesPeter Dettman2015-03-085-6/+6
| | | | | | | | | |
| | * | | | | | | | Clear the shared secret after usePeter Dettman2015-03-081-4/+10
| | | | | | | | | |
| | * | | | | | | | Add newer TLS test data from Java buildPeter Dettman2015-03-0810-3/+176
| | | | | | | | | |
| | * | | | | | | | Guard against small private keys, and optimize for common public exponentsPeter Dettman2015-03-081-18/+18
| | | | | | | | | |
| | * | | | | | | | Add explicit delegate type to keep .NET 1.1 happyPeter Dettman2015-03-081-1/+1
| | | | | | | | | |
| | * | | | | | | | Port of some of the TLS tests from JavaPeter Dettman2015-03-075-0/+342
| | | | | | | | | |
| | * | | | | | | | Various updates from Java buildPeter Dettman2015-03-0756-584/+666
| | | | | | | | | |
| | * | | | | | | | Tighten ChangeCipherSpec ordering checksPeter Dettman2015-03-061-0/+8
| | | | | | | | | |
| | * | | | | | | | Refuse client-initiated renegotiation gracefullyPeter Dettman2015-03-063-9/+18
| | | | | | | | | |
| | * | | | | | | | Improved handling for out-of-order Finished messagePeter Dettman2015-03-061-2/+10
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Fix parsing of implicit tagged objectPeter Dettman2015-02-231-2/+2
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Unified XamarinBoris Scheiman2015-04-011-3/+3
| | | | | | | |
* | | | | | | | Update nuspec 1.8.0-beta4-update1Oren Novotny2015-02-191-3/+3
| | | | | | | |
* | | | | | | | Adapt for PCLOren Novotny2015-02-193-25672/+6
| | | | | | | |
* | | | | | | | Merge branch 'master-vs12' into pclOren Novotny2015-02-1953-844/+4617
|\| | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into master-vs12Oren Novotny2015-02-1952-843/+4616
| |\| | | | | |
| | * | | | | | Port of WNaf precomp optimization from JavaPeter Dettman2015-02-083-36/+140
| | | | | | | |
| | * | | | | | Update copyright yearPeter Dettman2015-02-082-2/+2
| | | | | | | |
| | * | | | | | Spelling fixesPeter Dettman2015-02-051-2/+2
| | | | | | | |
| | * | | | | | Port of recent TLS-PSK work from Java buildPeter Dettman2015-01-2212-85/+605
| | |/ / / / /
| | * | | | | TLS update from JavaPeter Dettman2014-12-311-9/+17
| | | | | | |
| | * | | | | Various updates to GCM from Java buildPeter Dettman2014-12-165-197/+217
| | | |_|_|/ | | |/| | |
| | * | | | Add ECDHE_ECDSA CCM ciphersuites from RFC 7251Peter Dettman2014-12-116-0/+44
| | | | | |
| | * | | | Add some more Verisign OIDsPeter Dettman2014-12-111-28/+33
| | | | | |
| | * | | | Port of unexpected server extension mechanism, including special case for ↵Peter Dettman2014-12-111-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | Supported Elliptic Curves
| | * | | | Port of a few Java updatesPeter Dettman2014-12-115-472/+509
| | | |_|/ | | |/| |
| | * | | Update draft references after renamePeter Dettman2014-10-186-12/+12
| | | | |
| | * | | Initial port of DTLS client/server from JavaPeter Dettman2014-10-1712-0/+2934
| | | | |
| | * | | Implement draft-bmoeller-tls-downgrade-scsv-02Peter Dettman2014-10-158-4/+77
| | | |/ | | |/|
| * | | Merge branch 'master' into master-vs12Oren Novotny2014-10-141-1/+1
| |\| |
| | * | Update version to beta.5 following beta.4 releasePeter Dettman2014-09-281-1/+1
| | | |
* | | | Update nuspec for beta 4 and enable gitlink release-1.8.0-beta4-pclOren Novotny2014-10-142-3/+3
| | | |
* | | | Merge master-v12 into pcl. Includes 1.8-beta4Oren Novotny2014-10-1436-799/+12901
|\| | |
| * | | Update ignore fileOren Novotny2014-10-141-1/+3
| | | |
| * | | Merge branch 'master' into master-vs12Oren Novotny2014-10-1426-938/+1404
| |\| |
| | * | Use platform RNG as master, where available release-1.8.0-beta.4Peter Dettman2014-09-283-115/+154
| | | | | | | | | | | | | | | | Obsolete seeded constructor in favour of GetInstance variant
| | * | FormattingPeter Dettman2014-09-281-205/+205
| | | |
| | * | Merge branch 'rahvee-master'Peter Dettman2014-09-281-16/+18
| | |\ \
| | | * | Merge branch 'master' of github.com:rahvee/bc-csharp into rahvee-masterPeter Dettman2014-09-281-16/+18
| | |/| |
| | | * | In SecureRandom, the usage of ReversedWindowGenerator only reordered the ↵Edward Ned Harvey2014-08-051-3/+1
| | | | | | | | | | | | | | | | | | | | output of sha256Generator. It added computation overhead and zero cryptographic value. Removed.
| | | * | GetInstance() returns a seeded instance. If you want an unseeded instance, ↵Edward Ned Harvey2014-08-051-10/+6
| | | | | | | | | | | | | | | | | | | | you must use the unseeded ctor in which you supply your own generator
| | | * | SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ↵Edward Ned Harvey2014-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | of 8
| | | * | use CryptoApiRandomGenerator in addition to other entropy sourcesEdward Ned Harvey2014-08-051-1/+6
| | | | |
| | | * | after seeding, pointlessly threw away the first few bytes. Removed.Edward Ned Harvey2014-08-051-1/+0
| | | | |
| | | * | use 32 bytes instead of 24 for seed material from ThreadedSeedGeneratorEdward Ned Harvey2014-08-051-1/+5
| | | | |
| | * | | Port of GenericSIgner fix from JavaPeter Dettman2014-09-281-114/+115
| | | | |
| | * | | Early code-point assignment for draft-ietf-tls-session-hashPeter Dettman2014-09-271-6/+6
| | | | |
| | * | | Update comments now that encrypt-then-MAC is out of draft (RFC 7366)Peter Dettman2014-09-273-10/+12
| | | | |
| | * | | RefactoringPeter Dettman2014-09-171-138/+139
| | | | |
| | * | | Constants and support functions for draft-ietf-tls-negotiated-ff-dhe-01Peter Dettman2014-08-284-2/+408
| | | | |
| | * | | Small refactoringPeter Dettman2014-08-281-7/+7
| | | | |
| | * | | Minor improvements to MaxFragmentLength handlingPeter Dettman2014-08-282-11/+5
| | | | |
| | * | | FormattingPeter Dettman2014-08-281-12/+2
| | | | |
| | * | | Refactor redundant blocksPeter Dettman2014-08-271-296/+169
| | | | | | | | | | | | | | | | | | | | Support no-password operation (as best we can)
| | * | | Improve sorting for SETsPeter Dettman2014-08-271-53/+47
| | | | |
| | * | | Extended master secret uses a different label in PRFPeter Dettman2014-08-262-10/+13
| | | | |
| | * | | Initial implementation of draft-ietf-tls-session-hash-01Peter Dettman2014-08-267-31/+101
| | | | |
| | * | | Add methods to give readable text for alertsPeter Dettman2014-08-265-9/+101
| | | | |
| | * | | Cleanup obsolete code warningsPeter Dettman2014-08-263-5/+4
| | | | |
| * | | | skip slow testsOren Novotny2014-08-272-0/+2
| | | | |
| * | | | Add VS 2013 slnOren Novotny2014-08-2711-9/+201
| | | | |
* | | | | Rename csproj to avoid conflictsOren Novotny2014-10-143-3/+3
| | | | |
* | | | | Release 1.8 beta 3 v1.8-beta3Oren Novotny2014-08-272-11/+1
| | | | |
* | | | | Fix bugs based on tests.Oren Novotny2014-08-2710-22/+31
| | | | |
* | | | | Fix bugs from testsOren Novotny2014-08-278-19/+15
| | | | |
* | | | | Add unit test filesOren Novotny2014-08-2718-524/+3131
| | | | |
* | | | | Fix remaining compile errorsOren Novotny2014-08-2712-44/+56
| | | | |
* | | | | Add assm verOren Novotny2014-08-272-3/+27
| | | | |
* | | | | Initial re-migration from original codeOren Novotny2014-08-2649-365/+449
| | | | |
* | | | | Convert proj back to PCLOren Novotny2014-08-261-11537/+3993
|/ / / /
* | | | Merge in bc-git to this repoOren Novotny2014-08-262465-37914/+278105
|\| | |
| * | | Rework the nonce-random initialisation and avoid GenerateSeedPeter Dettman2014-08-251-5/+8
| | | |
| * | | Port TLS server impl/test from Java APIPeter Dettman2014-08-255-2/+976
| | | |
| * | | Fix NAnt build issuePeter Dettman2014-08-241-1/+2
| | | |
| * | | Exclude some files in the TLS test dataPeter Dettman2014-08-241-0/+1
| | | |
| * | | Fix initial bugs revealed by new TLS testPeter Dettman2014-08-242-4/+8
| | | |
| * | | Fix TLS test namespacePeter Dettman2014-08-243-4/+4
| | | |
| * | | Finish initial porting of TLS 1.2 client from Java APIPeter Dettman2014-08-2417-1370/+3423
| | | |
| * | | Add TLS test data from Java APIPeter Dettman2014-08-2411-0/+207
| | | |
| * | | Obsolete class/method cleanupPeter Dettman2014-08-2414-193/+7
| | | |
| * | | Port latest TLS key exchange stuff from Java APIPeter Dettman2014-08-2314-702/+1437
| | | |
| * | | More TLS porting from Java APIPeter Dettman2014-08-2215-157/+721
| | | |
| * | | More TLS porting from Java APIPeter Dettman2014-08-2220-558/+1882
| | | |
| * | | Add support for a 'cause' Exception to TlsFatalAlert and usePeter Dettman2014-08-2211-36/+40
| | | |
| * | | Cater for possibly null ecPointFormatsPeter Dettman2014-08-211-1/+4
| | | |
| * | | More TLS ported from Java APIPeter Dettman2014-08-2124-711/+1944
| | | |
| * | | A few minor followups to the previous batch of TLS updatesPeter Dettman2014-08-205-8/+16
| | | |
| * | | A round of TLS updates from Java APIPeter Dettman2014-08-2037-325/+957
| | | |
| * | | Bring RsaDigestSigner uptodate with Java APIPeter Dettman2014-08-202-102/+92
| | | |
| * | | Add Times utility classPeter Dettman2014-08-202-0/+19
| | | |
| * | | Port of Deterministic-DSA from Java APIPeter Dettman2014-08-208-20/+838
| | | |
| * | | Fix warningPeter Dettman2014-08-201-1/+1
| | | |
| * | | BMA-125 Remove duplicate/wrong RIPEMD160/ECDSA entriesPeter Dettman2014-08-201-364/+361
| |/ /
| * | Check point against cofactor after decompressionPeter Dettman2014-07-252-5/+10
| | |
| * | Add GetCipherType method and refactorPeter Dettman2014-07-241-41/+41
| | |
| * | Another round of TLS porting from JavaPeter Dettman2014-07-2413-97/+930
| | |
| * | Add more variations of Check/IsValidPeter Dettman2014-07-241-0/+34
| | |
| * | Apply low-hamming-weight NAF check for more generatorsPeter Dettman2014-07-243-90/+135
| | |
| * | Improve git ignore listPeter Dettman2014-07-241-3/+12
| | |
| * | More porting from Java TLSPeter Dettman2014-07-234-85/+876
| | |
| * | Update cipher suites from JavaPeter Dettman2014-07-232-73/+127
| | |
| * | Port of new TlsEccUtilities class from JavaPeter Dettman2014-07-2317-71/+901
| | | | | | | | | | | | | | | Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types
| * | Add automatic EC point validation for decoded points and for multiplier outputsPeter Dettman2014-07-2324-494/+375
| | |
| * | Update encrypt_then_mac entryPeter Dettman2014-07-231-4/+2
| | |
| * | Port of encoding fix from JavaPeter Dettman2014-07-221-2/+2
| | |
| * | BMA-105Peter Dettman2014-07-213-121/+148
| | | | | | | | | | | | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java
| * | Port of PrivateKeyInfo changes from JavaPeter Dettman2014-07-215-1293/+1302
| | |
| * | Port update from JavaPeter Dettman2014-07-211-2/+3
| | |
| * | [BMA-117]Peter Dettman2014-07-211-41/+41
| | | | | | | | | | | | Cope with redundant ExtendedKeyUsage entries
| * | Port a few Java openpgp updatesPeter Dettman2014-07-217-971/+1265
| | |
| * | Port constant-time extensions from JavaPeter Dettman2014-07-211-221/+371
| | |
| * | Use AddTo/SubFrom and add a generic modular-addition methodPeter Dettman2014-07-211-7/+17
| | |