Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Legion of the Bouncy Castle Inc

Open Source Cryptogrpahy Project
Collective - https://opencollective.com/legion-of-the-bouncy-castle - Website: https://www.bouncycastle.org - Code: https://github.com/bcgit

Fix case of JPAKE filenames

github.com/bcgit/bc-csharp - 02a9861925a3077835fa80f7f3bd055b62940801 authored about 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into avanpo-master

github.com/bcgit/bc-csharp - d5d6dfaca3be5fca2771e9479c958d48c0c773f8 authored about 9 years ago by Peter Dettman <[email protected]>
Can't use var keyword in .NET 1.1

github.com/bcgit/bc-csharp - 4973028f24e97e1b13fdd8dc73574a7d416e8779 authored about 9 years ago by Peter Dettman <[email protected]>
Various JPAKE changes to fit existing code conventions

- Update project file with new entries
- Tests moved to crypto/agreement/test

github.com/bcgit/bc-csharp - 2bb4400d228fd41191bc7aac4f1529c9c02a4e83 authored about 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' of https://github.com/avanpo/bc-csharp into avanpo-master

github.com/bcgit/bc-csharp - 2c4797358eaeb5489df0e2b54ccff5384178ab29 authored about 9 years ago by Peter Dettman <[email protected]>
Refactoring

github.com/bcgit/bc-csharp - 611474ef0fca0e2fa127a30665eb36b0db03fdbd authored about 9 years ago by Peter Dettman <[email protected]>
Merge branch 'darkoperator-keyhasing'

github.com/bcgit/bc-csharp - 0a7c4165aa2d3a37a8ce5734dcf9d51036c01919 authored about 9 years ago by Peter Dettman <[email protected]>
Fix whitespace and remove Dispose method

github.com/bcgit/bc-csharp - 5f892454e860c44e27979d635a75350da99e675d authored about 9 years ago by Peter Dettman <[email protected]>
Merge branch 'keyhasing' of https://github.com/darkoperator/bc-csharp into darkoperator-keyhasing

github.com/bcgit/bc-csharp - 70c9daa85c4f724aa9b8ded59f827642bf4bacc2 authored about 9 years ago by Peter Dettman <[email protected]>
more commenting fixes

github.com/bcgit/bc-csharp - 4397adf4acf11009caf62d34b5f74bb5703db4e2 authored about 9 years ago by Alex van Poppelen <[email protected]>
added DSA tests for SHA-2

github.com/bcgit/bc-csharp - 63d20b868c912396089f9f0fbe006f85e33c86d4 authored about 9 years ago by David Hook <[email protected]>
cleaned up commenting a bit

github.com/bcgit/bc-csharp - 5436cd3ce98c9c831a7c85e19ab0d838aa7323df authored about 9 years ago by Alex van Poppelen <[email protected]>
Added test of SignerInfoGenerator

github.com/bcgit/bc-csharp - 39c9694883a08984bac1d9b1b9fab3188d2371a3 authored about 9 years ago by David Hook <[email protected]>
Merge branch 'master' of [email protected]:bc-csharp.git

github.com/bcgit/bc-csharp - a5cbee77ad34986bdeedd1560a6a2b373176d16b authored about 9 years ago by David Hook <[email protected]>
Initial cut of SignerInfoGenerator for CMS

github.com/bcgit/bc-csharp - b390ead6f2737c32f1f34b5527bd2a0f24a5c0e8 authored about 9 years ago by David Hook <[email protected]>
Initial cut of SignerInfoGenerator

github.com/bcgit/bc-csharp - 8a5abb409a84e6d2ec42d0ea8a626ef054474d5c authored about 9 years ago by David Hook <[email protected]>
ported jpake library and tests from java

github.com/bcgit/bc-csharp - 9b1a5b045607b31d724e72b88112b192138f8a68 authored about 9 years ago by Alex van Poppelen <[email protected]>
Port of non-blocking TLS API from Java

github.com/bcgit/bc-csharp - bba97435f9810d9d8c8e02ff018ecfb87148553a authored about 9 years ago by Peter Dettman <[email protected]>
Refactoring

github.com/bcgit/bc-csharp - 7b9a233263dbe609bd28bd9c2b912693c3ab5532 authored about 9 years ago by Peter Dettman <[email protected]>
Avoid Interlocked.Increment(Int64) on .NET CF

- https://github.com/bcgit/bc-csharp/issues/20

github.com/bcgit/bc-csharp - fd1e12d9e0e12b7cf49165248a86bb24d4e87d65 authored about 9 years ago by Peter Dettman <[email protected]>
Refactoring

- Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable

github.com/bcgit/bc-csharp - 0fe3e7f24d3e0fa57ce9e17c76f941e925a5a92c authored about 9 years ago by Peter Dettman <[email protected]>
Add new files to project

github.com/bcgit/bc-csharp - d53e6f81047f661d3f0baa4ffea41298b0fba287 authored about 9 years ago by Peter Dettman <[email protected]>
Further work of signature/verification calculators.

Added IBlockResult and IVerifier
Added verifier provider verify methods to X.509 PKCS#10 classes.

github.com/bcgit/bc-csharp - b18da3a6bc82e3b0119edb7184db15ba3bc12c8a authored about 9 years ago by David Hook <[email protected]>
Close files after reading

github.com/bcgit/bc-csharp - 9b813d3d034fec5fc4bd15900c5e4005fc7b111c authored about 9 years ago by Peter Dettman <[email protected]>
Port latest X9 EC stuff from Java API

github.com/bcgit/bc-csharp - 75a2a192d263c56e794be561ffbd6425ccd25b46 authored about 9 years ago by Peter Dettman <[email protected]>
Fixed single line file handling

github.com/bcgit/bc-csharp - f98026821cb7dc9c11216eef53b8d714740aa078 authored about 9 years ago by Peter Dettman <[email protected]>
Support "CMS" header

github.com/bcgit/bc-csharp - ecfb3823788a16b23ccb4031da3a0020c977dcd6 authored about 9 years ago by Peter Dettman <[email protected]>
Consolidate all F2m decompression methods into AbstractF2m

github.com/bcgit/bc-csharp - 1391032b1062eb16f527223d8b9c56216ed5da86 authored about 9 years ago by Peter Dettman <[email protected]>
Add ECCDH as valid alias

github.com/bcgit/bc-csharp - bb401420a2e568c1d9995740ffc7972c9ce7299e authored about 9 years ago by Peter Dettman <[email protected]>
Added "Lenstra" check

github.com/bcgit/bc-csharp - e6aa0cac548933ea29e4eb8abab505af740a49ea authored about 9 years ago by Peter Dettman <[email protected]>
Added extra OIDs.

github.com/bcgit/bc-csharp - be7c50ab9ca0082716b5ca116186aa652c8e00be authored about 9 years ago by David Hook <[email protected]>
Port of latest PGP tests and supporting code changes

github.com/bcgit/bc-csharp - 06ba713c9b19102310675a6c58e07c68d8efb3c7 authored about 9 years ago by Peter Dettman <[email protected]>
Add new file entries

github.com/bcgit/bc-csharp - 8005dba67d13929c6f12f4c16d9495d3463ac483 authored about 9 years ago by Peter Dettman <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/bcgit/bc-csharp - 70daab3c75a63cabc9099111a7627a57059b6ed2 authored about 9 years ago by David Hook <[email protected]>
removed bogus imports (old FilterStream)

added ISignatureGenerator to Pkcs10.

github.com/bcgit/bc-csharp - 98df52476e4c19695c5cb6c29437adf31c349952 authored about 9 years ago by David Hook <[email protected]>
added EC MQV disclaimer

github.com/bcgit/bc-csharp - b2a3444b28d9612a47a0be9f663e6a487652e1c3 authored about 9 years ago by David Hook <[email protected]>
Introduced Utilities.IO.FilterStream

github.com/bcgit/bc-csharp - 1e6707bb602a4b412537111b2af100321abf9874 authored about 9 years ago by David Hook <[email protected]>
Fixed generics

github.com/bcgit/bc-csharp - 454a3299691ed04f7be1cf4866af2c3f90621fd2 authored about 9 years ago by David Hook <[email protected]>
Initial cut of signature generation operators.

github.com/bcgit/bc-csharp - ce9180e56bababf437e419b4f10699cf40ab01a9 authored about 9 years ago by David Hook <[email protected]>
Updated VS 2010 projects

github.com/bcgit/bc-csharp - 67f22caf3fa9d20364f5994b7d666370600d63ec authored about 9 years ago by Jeffrey Stedfast <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - b2e562d4efdc221d10b08e9cba782057225ffc0e authored about 9 years ago by Jeffrey Stedfast <[email protected]>
Port of recent ISO trailer updates from Java

github.com/bcgit/bc-csharp - 39aff2f1764dd0c79eb39091410d419d79776ac9 authored over 9 years ago by Peter Dettman <[email protected]>
Add NIST OIDs and DigestUtilities entries for SHA3

github.com/bcgit/bc-csharp - 101d5983b6e47bd8e187edf64da12bb8a60478a6 authored over 9 years ago by Peter Dettman <[email protected]>
Correct 1605-bit test vector for SHA3-512

github.com/bcgit/bc-csharp - 38024d27b227a1b6a37ddd78ee8d6842524d116f authored over 9 years ago by Peter Dettman <[email protected]>
Avoid duplicate test execution

github.com/bcgit/bc-csharp - 5d30315beeff9ea2baad60f169a89ea686a1606b authored over 9 years ago by Peter Dettman <[email protected]>
Fix class declaration

github.com/bcgit/bc-csharp - 17913b62ebcc11a32df5d9207a2daa06205cff01 authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' of git.bouncycastle.org:bc-csharp

github.com/bcgit/bc-csharp - 766f75b47b40ad464bebb67e5196359d0232f895 authored over 9 years ago by Peter Dettman <[email protected]>
Port of Keccak, SHA-3, SHAKE from Java

github.com/bcgit/bc-csharp - d364d3fcd41af5e71e234dacef8aac5064fbc010 authored over 9 years ago by Peter Dettman <[email protected]>
Add Miller-Rabin methods

github.com/bcgit/bc-csharp - 00700c43cb02825f64a58f3861c15dab769bf699 authored over 9 years ago by Peter Dettman <[email protected]>
Add consistency checks with custom curves and regular

github.com/bcgit/bc-csharp - 5acb9d5b24ccdb624ea40682478bb2dcc746e804 authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' of git.bouncycastle.org:bc-csharp

Conflicts:
crypto/src/asn1/x9/X9ECParametersHolder.cs

github.com/bcgit/bc-csharp - 56f23bcdee9c54b6fa3222a759d8df3780e8ac68 authored over 9 years ago by Peter Dettman <[email protected]>
Refactor NextPacketTag()

github.com/bcgit/bc-csharp - 20534e34ffd976cdbea9c76cb71b3357f3ad6202 authored over 9 years ago by Peter Dettman <[email protected]>
Optimize (Inv_)Mcol methods in AES engines

github.com/bcgit/bc-csharp - 4d3b04a09a74783f6800e3425c16dc01d091642b authored over 9 years ago by Peter Dettman <[email protected]>
Fix 64-bit multiply (not used)

- correct weird shift lengths in 32-bit multiply (no bug)

github.com/bcgit/bc-csharp - d825278c75f0b0a3cb6741a9a0bed911da9ce6d8 authored over 9 years ago by Peter Dettman <[email protected]>
Use Itoh-Tsujii inversion (with extended bases for some cases)

github.com/bcgit/bc-csharp - dbbd073f7c5081b5e92b1ba685142ea9ff4faeab authored over 9 years ago by Peter Dettman <[email protected]>
Switch from lookup table to bit twiddling

github.com/bcgit/bc-csharp - 671252b31dfdbd72fd0fcea2e163e38e5c2fa8fe authored over 9 years ago by Peter Dettman <[email protected]>
Updated MimeKit.BouncyCastle.nuspec

github.com/bcgit/bc-csharp - b7b1edfe7d2991ea7044a8ef0831629e951bc8e0 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Added a nuspec file

github.com/bcgit/bc-csharp - 84f48308f82cbd65fe1b1ddc63da3bd0ce9e1bc7 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Strong-name the assemblies in the newer way

github.com/bcgit/bc-csharp - dffff172063680043e110e4567e910774be35dd6 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Reverted earlier change made to .gitattributes

github.com/bcgit/bc-csharp - 73bf641036960234fcb8d06ffa02676439207b14 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Updated Visual Studio 2010 project files

github.com/bcgit/bc-csharp - 590a2d904433ef87b4dc7c331d5e802a389b35a0 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - d0f5f395d2ee17b08245b769fe2d490c03c14ed3 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Move lazy initialization under lock

github.com/bcgit/bc-csharp - 792bde87f249328fcefb8e468cda50f418797e86 authored over 9 years ago by Peter Dettman <[email protected]>
Latest custom EC updates from Java API

github.com/bcgit/bc-csharp - 2b2c2b9b3d50ba833d3f140b21a352b44ccac921 authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'FancyFon-master'

github.com/bcgit/bc-csharp - 1ae2db862af66c6417534b2dbe9e83da40718c6b authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' of https://github.com/FancyFon/bc-csharp into FancyFon-master

github.com/bcgit/bc-csharp - e8599c4902664287a8d7fd3d659cd58627f6bcae authored over 9 years ago by Peter Dettman <[email protected]>
Bumped minimum Android version to 4.0.3 (was: 2.3.3)

github.com/bcgit/bc-csharp - bb1849f93d2872dce69a5141a55061da1b9b9562 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Changed PkixCertPathChecker Check method signature, so chosen unsupported certificate extensions can be removed from collection in Check method implementation.

Change-Id: I2041e4dc7be1b041bbe3a4ff0537be921b1f317b

github.com/bcgit/bc-csharp - 277600e01f7d9f1b5633cb8f7db897e75f04f0f1 authored over 9 years ago by Marcin Paszylk <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 4aacc522e9a593e6c2de6bf4f7f12f1dcf34cf05 authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Add locking to lazy factory property

github.com/bcgit/bc-csharp - b9b7b3d525c9bbcca07ea47e7595fe36e47265ea authored over 9 years ago by Peter Dettman <[email protected]>
Performance optimization

github.com/bcgit/bc-csharp - e170b76401181334ca92ff08a1a1374333eabd7a authored over 9 years ago by Peter Dettman <[email protected]>
Improve limit-testing to avoid overflow problems

github.com/bcgit/bc-csharp - 60e5308f670ed5cd4cac8cb35ac48cbbd283ee26 authored over 9 years ago by Peter Dettman <[email protected]>
Add new class Primes

- Initial implementation of Shawe-Taylor (FIPS 186-4 C.6)

github.com/bcgit/bc-csharp - 29558e5689c8cb16513c54f7d7b1e7e4b3a502ea authored over 9 years ago by Peter Dettman <[email protected]>
Add range checks to F2m field elements

github.com/bcgit/bc-csharp - d1381ec53357d72a200d9dfc74923761f1846cf6 authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 46a2a846fa24f09bb7f2cf3589dcc7877ad4bbde authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Merge branch 'bartland-pkcs5v2sha2'

github.com/bcgit/bc-csharp - 1cdf80bc3f540b5531c158dacf4d67976b028fef authored over 9 years ago by Peter Dettman <[email protected]>
Code cleanup

github.com/bcgit/bc-csharp - 208363f896b38a36563750bddedd3b9b51418335 authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'pkcs5v2sha2' of https://github.com/bartland/bc-csharp into bartland-pkcs5v2sha2

github.com/bcgit/bc-csharp - f48605f5d25f7afec26562575701de6dee1414c8 authored over 9 years ago by Peter Dettman <[email protected]>
Change default DH group chosen by TLS server to 2048 bits

TLS client will not accept < 1024 bits DH group by default

github.com/bcgit/bc-csharp - 15eae9d56401d349be35dd2565ee72364d92cc38 authored over 9 years ago by Peter Dettman <[email protected]>
Port recent Java updates

github.com/bcgit/bc-csharp - 3ce61b5ebe84b928e1c067c0e2d5b0e53f834137 authored over 9 years ago by Peter Dettman <[email protected]>
Remove overly strict check on ECC extensions

github.com/bcgit/bc-csharp - 14d36be3439b7a93ab97ec4f61f08236ee00b2ad authored over 9 years ago by Peter Dettman <[email protected]>
Port recent Java updates

github.com/bcgit/bc-csharp - 216ccd1126d4f924bc65ac6c7dfa8faa4a8a793f authored over 9 years ago by Peter Dettman <[email protected]>
Remove overly strict check on ECC extensions

github.com/bcgit/bc-csharp - 2bfabaab3a220f93bcea8e3d0212cd995a7776f6 authored over 9 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 902205f5ff9d9fcc1e76230a58dbcf728fe982cd authored over 9 years ago by Jeffrey Stedfast <[email protected]>
Support (low-level) for non-default PRFs for PKCS5v2

github.com/bcgit/bc-csharp - 216d64aab6a4522d35361d9bccae4a079e9bde83 authored almost 10 years ago by bartland <[email protected]>
Merge pull request #1 from bcgit/master

Update from original

github.com/bcgit/bc-csharp - 814c043943e0b3fa58ae5028b6dfd9262cc92125 authored almost 10 years ago by bartland <[email protected]>
Update version to 1.8.0-RC.1 prior to release

github.com/bcgit/bc-csharp - da7d43dcc83fb8e5d4d97cc89dd00c75a7625cd2 authored almost 10 years ago by Peter Dettman <[email protected]>
Updated Visual Studio 2010 project files

github.com/bcgit/bc-csharp - b0db8810e52d60d2adfe98a495351052c87616a1 authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 393ff28f041de50a02acf45e9c0ba603a08e31b2 authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
ValidDays only returns 0 if there is no expiry, and is Obsolete

- Thanks to Severin Friede for reporting (see JIRA BMA-127)

github.com/bcgit/bc-csharp - 703ef7118a82ba378ed2ebdf7ca7a061339af8f2 authored almost 10 years ago by Peter Dettman <[email protected]>
Improved docs and code cleanup

github.com/bcgit/bc-csharp - dc0edd9ca359e7874d165f99dfd92791928bb985 authored almost 10 years ago by Peter Dettman <[email protected]>
Provide a KeyContainerName when creating an RSACryptoServiceProvider

- Thanks to Frederik Carlier for reporting and providing a fix (see JIRA BMA-130)

github.com/bcgit/bc-csharp - 47c7ecf546892d8cacadbd3ef3a946e326d6d6c2 authored almost 10 years ago by Peter Dettman <[email protected]>
Retain the OID actually used when initialized by keysize

- Thanks to Kyle Hamilton for the patch (see bcgit/bc-csharp#16)

github.com/bcgit/bc-csharp - 525129e163323f739636eed10af888f633390417 authored almost 10 years ago by Peter Dettman <[email protected]>
Merge branch 'jstedfast-smime-capabilities'

github.com/bcgit/bc-csharp - 0764eff6e8b440542a781d9a93a3e9377d45c4fd authored almost 10 years ago by Peter Dettman <[email protected]>
Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiers

github.com/bcgit/bc-csharp - da8b8b5d20ede0797f98fe6ea8c6e6277e38cf8c authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
F2mCurve cleanup

github.com/bcgit/bc-csharp - 37ebe56013377b5d5aaa2bf8b15ca9d8ea68d3ed authored almost 10 years ago by Peter Dettman <[email protected]>
Merge branch 'mpsinfo-duplicatedigest'

github.com/bcgit/bc-csharp - 80c93e4f0b3469a5fea79325d417db8d473338a8 authored almost 10 years ago by Peter Dettman <[email protected]>
Formatting

github.com/bcgit/bc-csharp - cbd8f700e65fc66dced3a4a0ae75213a2ade0eb7 authored almost 10 years ago by Peter Dettman <[email protected]>