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

Fixed documentation URL

github.com/bcgit/pc-dart - 367f4076f909308bbd8b715afd5798d00e3b3fb5 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Fixed documentation URL

github.com/bcgit/pc-dart - c795d90c7bc346edf61913654b57263d6fe7e191 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Updated README for next release

github.com/bcgit/pc-dart - f557b7fb9744d51401dea4f9a89ff6f1941ac1a4 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Merge tag '0.5.0'

github.com/bcgit/pc-dart - 721e783c01168dad7f6188bb3e59065d968f61c1 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
added Camellia tags

github.com/bcgit/bc-csharp - e9fdb6f37ce8b97319bae0ada748dfecd9458770 authored almost 11 years ago by David Hook <[email protected]>
added Camellia tags

github.com/bcgit/bc-csharp - 0c945d556ab7f78aae78941f214474d73f240db1 authored almost 11 years ago by David Hook <[email protected]>
Added depends target to Makefile

github.com/bcgit/pc-dart - e1d64a7dc5f83071f7fb962803b745cee65f2ea8 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Create a Makefile for continuous integration

github.com/bcgit/pc-dart - d448b9a533830e1e859cbf8201757226588ffd85 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Depend on bignum 0.0.4

github.com/bcgit/pc-dart - 540e64186c20a1e24ee79e0b5cc7e8b0302dab72 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Remove ChainingBlockCipher as it is not necessary and exposes implementation details

github.com/bcgit/pc-dart - 5c99c2d15348f7ee41d2566aeb6ed331b40f91e4 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Reviewed documentation

github.com/bcgit/pc-dart - 9fe8460720f636525b416c4d5a03f4a83537c8c4 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Code cleaning

github.com/bcgit/pc-dart - 82ea883698cb456df9773230dd41e7119b6f35a1 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Changed tabs to spaces.

github.com/bcgit/pc-dart - 20fe52c3d72112dbc35b8e221ce1138a4c84be46 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor tests to make them use the API interfaces and the registry instead of using the implementation directly.

This allows to run the test suite against other implementations and makes all tests serve as exa...

github.com/bcgit/pc-dart - 19df9662fdb87e5c1a3a412c9a284378a4fd4b44 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Integration with bignum package

github.com/bcgit/pc-dart - 56ebce7e6a214d0ac61fcffeebd4817e92c79a1e authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Split api.dart in parts to make it more manageable

github.com/bcgit/pc-dart - 8c39268430e48e08943c1d9e92a4a324089bc745 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Adapt to bignum package in pub

github.com/bcgit/pc-dart - da4984f7f71ddd2bb25bae8b13b4f8f0a870c159 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Changed docs tool path to new computer

github.com/bcgit/pc-dart - cb4c41dbdd71c874cf00fd3325fa4c0d2a2b9022 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Prepare for 0.5.0 release

github.com/bcgit/pc-dart - 384daa9e22ca9785edda795d377d2ac8de3cf130 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Implementation of ECKeyGenerator and refactoring of ECC stuff

closes #36

github.com/bcgit/pc-dart - ea119e9101396bae9bcd920f44b3b31317f1a52b authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Moved block ciphers to a separate folder

github.com/bcgit/pc-dart - bc2d5c06703e3c57efa3a47e95979417814063fd authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Moved stream ciphers to a separate package

github.com/bcgit/pc-dart - c2f32de9f3f7c01217a3098fea051b9452a0ffd2 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Removed TODOs and cleaned code

github.com/bcgit/pc-dart - a9a0ca95cc71eea3ecd74a100892a82c1b557bb9 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
AsymmetricKeyGenerator and refactoring of public and private keys to create an API class to hold them

github.com/bcgit/pc-dart - b21a1f47f60b2ebf10856915ba9ce062096eed66 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Renamed KeyFactory as KeyDerivator to be coherent with the future AsymmetricKeyGenerator

github.com/bcgit/pc-dart - 929b2f28a7b34a3b8039151538807cc5f50feece authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Removed NULL block and steam ciphers to avoid mistakes

github.com/bcgit/pc-dart - 6ecb6d0150226609cbff2b04617c16a5c143e4a1 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Added scrypt license

github.com/bcgit/pc-dart - 44aa85e868e3afdff3e20461550cdc1e061be144 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Renamed AutoReseed secure random to AutoSeed

github.com/bcgit/pc-dart - f072c6cbe4b8695e280590691d00ebf03659a30b authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Implementation of PBKDF2

closes #40

github.com/bcgit/pc-dart - c96fcca16faf3d3e61de34b818cce1ad7e5ce87b authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Registry implementation of last added algorithms plus tests for them

github.com/bcgit/pc-dart - 7a616ecbef104b06e8c42fc05dcd0ecb7630eb4b authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Implementation of script

closes #31

github.com/bcgit/pc-dart - 5b8a128dcb4b5833604e8d675f3956251c452d1e authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
KeyFactory interface and tests

github.com/bcgit/pc-dart - 3ad8792ec0b0e1b44dfd7bba30bef692d0d88428 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Implementation of HMAC

closes #39

github.com/bcgit/pc-dart - 1b92a85df9beeb0b54cf27f28a259d66c08372cd authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Implementation of SHA-1

closes #7

github.com/bcgit/pc-dart - ca6b292ade99988036ec17b1f16088dd2102e22c authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Uncommented traces in entropy source and secure random tests

github.com/bcgit/pc-dart - 9702bd4d872e39ae0e3df18340f011dadb67389f authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Rolled back previous Salsa20 refactoring to make core function private again

github.com/bcgit/pc-dart - c8dac64842238dc8638d8edabdbca0b37a071176 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Implement SHA-256

closes #38

github.com/bcgit/pc-dart - 7d7a6b9524d6defb8ec550cd0d741a0331a33367 authored almost 11 years ago by Ivan Zaera Avellon <[email protected]>
Renamed init method of EntropySource and SecureRandom to seed

github.com/bcgit/pc-dart - 96c0acf02315e40b9c0717d3fd32a0122f600321 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Changed random.org and /dev/random entropy sources to generic URL and file entropy sources

github.com/bcgit/pc-dart - 6bf2e3ef5a1a522b25ed12a0a5cabb2aef41d533 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Finish ECDSA, implement entropy sources for /dev/random and random.org, and a secure PRNG based on block ciphers on CTR mode.

closes #36
closes #33
closes #32
closes #25

github.com/bcgit/pc-dart - 415cc76d94f6cc16b3fd8e6cf520ecf810b3f286 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Registerize top accumulator word in Montgomery multiplication/squaring

github.com/bcgit/bc-csharp - 9a6645ec73dc40ddb37c92222f78df625fd19bb4 authored about 11 years ago by Peter Dettman <[email protected]>
Fix tabs

github.com/bcgit/bc-csharp - 70e500812a7579a358c0729796f0edcfd885de2e authored about 11 years ago by Peter Dettman <[email protected]>
ECDSA is finished for Fp ECC (sign and verify)

github.com/bcgit/pc-dart - 969927d819d4f46c9c8d6d5fe469e1d460c362ad authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Make date format consistent with Java tests

github.com/bcgit/bc-csharp - 8d01bdcfcb8be68b6d2aa0f77a17ca6ac046993c authored about 11 years ago by Peter Dettman <[email protected]>
ECDSA seems to be working for signing (not for verifying yet)

I push it just for backup purposes. The current implementation must be considered unstable and n...

github.com/bcgit/pc-dart - 4eb79b1b091f020a1d02418120b7f34d283ff755 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Use Platform.ToUpperInvariant

github.com/bcgit/bc-csharp - 43ad3b20493dd3c98d38de0e26747963708a83c8 authored about 11 years ago by Peter Dettman <[email protected]>
Port of PrfAlgorithm and ProtocolVersion from Java TLS

github.com/bcgit/bc-csharp - ed135453ca41139233eb39bf709a2e56440293f8 authored about 11 years ago by Peter Dettman <[email protected]>
Factor out variation of MacUtilities.DoFinal

github.com/bcgit/bc-csharp - db9067c0417531b339b5acf7dc923c0f26f2811f authored about 11 years ago by Peter Dettman <[email protected]>
Clean up all the special handling for IDEA stuff, back to a single release assembly.

github.com/bcgit/bc-csharp - 53e57085de728ff9f23734f64e1a877ee39a327c authored about 11 years ago by Peter Dettman <[email protected]>
More porting from Java TLS, mainly enum replacement

github.com/bcgit/bc-csharp - 9b81cbfde7de16f032a3b4e712e55de489ac2e00 authored about 11 years ago by Peter Dettman <[email protected]>
A round of porting from Java TLS

github.com/bcgit/bc-csharp - 33ef8acd210067b48eed37fbfb4b0c8da8921b8d authored about 11 years ago by Peter Dettman <[email protected]>
Add methods for converting from BC RSAPrivateKeyStructure

github.com/bcgit/bc-csharp - e8f924196be2b825e1e14f1120bbb26b35db2f90 authored about 11 years ago by Peter Dettman <[email protected]>
Use Negate() to simplify

github.com/bcgit/bc-csharp - 8848f0ca592998b66ebf4ffc03a0d6d38f287366 authored about 11 years ago by Peter Dettman <[email protected]>
Add ECFieldElement.GetEncoded() method

github.com/bcgit/bc-csharp - b9d47a217206ee5980f03252b59d5934084275fd authored about 11 years ago by Peter Dettman <[email protected]>
Always apply sign guard

github.com/bcgit/bc-csharp - 9f1d8353ae8d4a989b109a091e31a067d5a9c204 authored about 11 years ago by Peter Dettman <[email protected]>
Need to throw the new exceptions rather than leaving them to fall into the void

github.com/bcgit/bc-csharp - 7bdf4010a8bb64464af494827b486df82294969e authored about 11 years ago by Jeffrey Stedfast <[email protected]>
Use 1/n-1 record splitting instead of 0/n

github.com/bcgit/bc-csharp - 81807241c317b342d439fcc99d79d934f9c6834a authored about 11 years ago by Peter Dettman <[email protected]>
Updated description of implemented algorithms

github.com/bcgit/pc-dart - a8a612e90f3efd207846f92df6bab03306163a47 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Removed private packages from docs

github.com/bcgit/pc-dart - 5ceaa4cf5ff4dd7ae9c04186dc30d80cd5184c72 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Added NullStreamCipher to the registry

github.com/bcgit/pc-dart - 31f944933085d2fc450463aad3f39410d72ecabe authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Implement hashCode in UintX

github.com/bcgit/pc-dart - f3bbeb76dd6a5ab136e42a72dadfbcfd6936b46e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor algorithms to make use of Uint32, Uint16 and Uint8 classes

fixes #3

github.com/bcgit/pc-dart - d838d65d3c78b8e2c6608ee152320fe566c7a578 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Changed benchmark time from 2 minutes to 30 seconds

github.com/bcgit/pc-dart - 92a1920353d8fc6f78acfdf0c0a6edb8e91b1585 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Create Uint32, Uint16 and Uint8 classes to handle fixed size unsigned ints

fixes #2

github.com/bcgit/pc-dart - 9919b60324ad3d4e5b601ad99cdf4c216d9b946e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Name util_test.dart library (was unnamed)

github.com/bcgit/pc-dart - b1708fb9e480f9bce68f13ad36a9121676b4660c authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Audit currently ported implementations for sizes and boundary conditions

fixes #20

github.com/bcgit/pc-dart - 516e856f440021f61b1161a92e200b78a138ff30 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Corrected typo in docs

github.com/bcgit/pc-dart - 28a55ccada5a6fd1ebd7020a3cb5fdf78800b19e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Adapt to Dart 1.0 release and cipher 0.4.0 release

fixes #29

github.com/bcgit/pc-dart - 2394c7f5ba5cdb91bea0f318b3dc1686099fff10 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Let initCipher() be called several times

fixes #28

github.com/bcgit/pc-dart - a06d8e290c9aa4b41b0b3aaa98a4e64c9080bc5e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Create StreamCipher factory for "BlockCipher/CTR"

fixes #26

github.com/bcgit/pc-dart - 040c1d5addee595d612d2b8a6d0938dab4624f9b authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Renamed file stream_ciphers_tests.dart to stream_cipher_tests.dart to be coherent with block_cipher_tests.dart

github.com/bcgit/pc-dart - a7198f9fc3a48176100cce5966e766c1383c53f1 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Adapt to changes in Dart main() signature

github.com/bcgit/pc-dart - 8a0735da451d46da90e0082eb401c416b278d471 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Let initCipher() be called several times (fixes #28)

github.com/bcgit/pc-dart - 0b57d249047e23c7b9cb07d669812bc80707c3d5 authored about 11 years ago by Iván Zaera Avellón <[email protected]>
Auto-initialize random if necessary

github.com/bcgit/bc-csharp - 442ab775f681714fad5e4cb0a85bc035f249945f authored about 11 years ago by Peter Dettman <[email protected]>
Don't require there to be any digests, to allow in particular for a certs-only SignedData

github.com/bcgit/bc-csharp - 867bd8fe661c466e0a38678e4612c08fa4e032e0 authored about 11 years ago by Peter Dettman <[email protected]>
Add PaddedBlockCipher to allow chaining: block cipher/mode of operation/padding (fixes #27)

github.com/bcgit/pc-dart - 3e03ec8395f36f1232c35983f0756332b38d5ef3 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Rename RIPEMD160 to RIPEMD-160

github.com/bcgit/pc-dart - ff132e5dd25b47e9bd408616e1c646d8c0b2062e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor registry (fixes #24)

Allow dynamic factories for chaining algorithms. Also remove factory typedefs and named construc...

github.com/bcgit/pc-dart - ea7b53a05dc986b4c74789875a32231c41db158d authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Add a new test in BlockCiphers to make sure that no more than blockSize bytes are written to the output buffer

github.com/bcgit/pc-dart - 3243e8ab90be7b1a64287ce1651a564b39dc9022 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Add PKCS7 padding scheme

Also refactored factories tests

github.com/bcgit/pc-dart - 6df93a52f48ffcc9875ac3c89f687aa229e6be0e authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor block and stream tests to run loops inside the test library

This is done to be able to do tests inside the loops

github.com/bcgit/pc-dart - 6c80367727bd17844dc26c3a16f8c5b0f4d9dd6c authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor the factories (fixes #24)

github.com/bcgit/pc-dart - 859ad475a3f291ca65f9a141dc074ae8f1e0274a authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Port from Java of improvements to DerBoolean and DerEnumerated

github.com/bcgit/bc-csharp - e346df986347cead043ca0fe952447bd484a5db3 authored about 11 years ago by Peter Dettman <[email protected]>
Add Poly1305 contributors entry

github.com/bcgit/bc-csharp - 8d1207a073a53b45196da7c0c9bf7e955dddd96c authored about 11 years ago by Peter Dettman <[email protected]>
Fix comments

github.com/bcgit/bc-csharp - 67ed9c5f5978a02167bc52924410aa04d84f82f0 authored about 11 years ago by Peter Dettman <[email protected]>
Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharp

Conflicts:
crypto/crypto.mdp

github.com/bcgit/bc-csharp - 1060cbb89880e602450bd1c16ff57a1f2e13260c authored about 11 years ago by Peter Dettman <[email protected]>
Add contributor entries for recent patches

github.com/bcgit/bc-csharp - 7c7096425b345dc09516c6f1135b7ce073bc784e authored about 11 years ago by Peter Dettman <[email protected]>
Port CBC mode of operation (fixes #4)

github.com/bcgit/pc-dart - 3de7cceb085a7cd058aef4875e33271525efc25c authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Remove unneeded helper: createUint8ListFromListOfInts

github.com/bcgit/pc-dart - dce6feea8ae96d0076eff24e340add187bfb79b0 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Fixed offset handling (fixes #23)

github.com/bcgit/pc-dart - fc4c44e7a742bd6d960ec6cb8049d0383ba0dbea authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Refactor libraries names for documentation

Also changed visibility of a method and added license headers to all files

github.com/bcgit/pc-dart - f05a5ef8c65e3775309c79b5ced87dd1686b2ed1 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Prepare for version 0.3.0

github.com/bcgit/pc-dart - ffbfc85b19fd690261a85a1bcf835444b248ee58 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
New tool for creating dartdocs

github.com/bcgit/pc-dart - 606ca194bb082acf68a04db2af4e1c16b2b7e72f authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Updated readme

github.com/bcgit/pc-dart - 9ec8820e53da8d800ed245000aa90183f4e53c62 authored about 11 years ago by Ivan Zaera Avellon <[email protected]>
Fix namespace

github.com/bcgit/bc-csharp - 526c4423a7cf69c2defd2b5f5071fa85bb0b1d27 authored about 11 years ago by Peter Dettman <[email protected]>
Clone bytes in constructor since it may be using a temp buffer in the ASN.1 parser

github.com/bcgit/bc-csharp - 67cff6633ef87309ba7d8144d0fa0320abd22c46 authored about 11 years ago by Peter Dettman <[email protected]>
Add EnumeratedTest class

github.com/bcgit/bc-csharp - ce1f2e3ff0a0d0004aecaefed95d2b16defd9554 authored about 11 years ago by Peter Dettman <[email protected]>
Minor edit to comment

github.com/bcgit/bc-csharp - 120464b1046388f3622b0edbf7ec1c1e749f32fa authored about 11 years ago by Peter Dettman <[email protected]>
Add GMac classes to project file

github.com/bcgit/bc-csharp - 53a98a17e15b522051963b0dd2eb740dada48c96 authored about 11 years ago by Peter Dettman <[email protected]>
Merge branch 'feature/gmac' of git://github.com/timw/bc-csharp

Conflicts:
crypto/crypto.mdp

github.com/bcgit/bc-csharp - 364610a7ff859c087719e3b3ce653864b7ee3ac3 authored about 11 years ago by Peter Dettman <[email protected]>