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

Merge branch 'duplicatedigest' of https://github.com/mpsinfo/bc-csharp into mpsinfo-duplicatedigest

github.com/bcgit/bc-csharp - 6ae1ee5c32af751502057e4770aa0dd28ebaf945 authored almost 10 years ago by Peter Dettman <[email protected]>
Include ANSSI curves in getByOID lookup

github.com/bcgit/bc-csharp - 3d88159d06742c44948972112e854cbc29e8a8ba authored almost 10 years ago by Peter Dettman <[email protected]>
Delete spurious file

github.com/bcgit/bc-csharp - 4ae9f1d15ece3597624e9335f300f2829e25db27 authored almost 10 years ago by Peter Dettman <[email protected]>
Add custom implementations of SEC binary curves

github.com/bcgit/bc-csharp - 63ef85d468f05593c251a6e370d36d717dc08362 authored almost 10 years ago by Peter Dettman <[email protected]>
Add GetHashCode methods for ulong[]

github.com/bcgit/bc-csharp - 813e5dca6dc23eb82008b1658f44071a8a8a3717 authored almost 10 years ago by Peter Dettman <[email protected]>
Correct duplicate key exception when more than one signer use the same digest algorithm.

github.com/bcgit/bc-csharp - a6da1221e74d909840ca47be3798f3942f40ebb3 authored almost 10 years ago by Carlos Alberto Costa Beppler <[email protected]>
Custom curves for secp128r1 and secp160r1/r2/k1

github.com/bcgit/bc-csharp - a87f15588587cd166f2951a55947e33a87fee02d authored almost 10 years ago by Peter Dettman <[email protected]>
Only test each named curve once

github.com/bcgit/bc-csharp - 4c411105f946de856727eb32a03586293d18a2b3 authored almost 10 years ago by Peter Dettman <[email protected]>
F2m changes in preparation for custom binary curves

github.com/bcgit/bc-csharp - bca3fd0a7dd9722c1f7ce5b286543f330ca2a3ae authored almost 10 years ago by Peter Dettman <[email protected]>
Fix case-handling for custom curve names

github.com/bcgit/bc-csharp - ddd9150a66af5f9a9f18c51fccfbb4e4b01c43fa authored almost 10 years ago by Peter Dettman <[email protected]>
Math.Raw support for custom binary curves

- Also migrate the 'raw' stuff into Math.Raw following Java build

github.com/bcgit/bc-csharp - 94bd14f0d17e617ca1a8b9c4b188416758820c78 authored almost 10 years ago by Peter Dettman <[email protected]>
Improve handling of extensions for session resumption

github.com/bcgit/bc-csharp - 73b9be78466931d24597fa107df9675c28a0b962 authored almost 10 years ago by Peter Dettman <[email protected]>
Reduce memory usage of INTERLEAVE2_TABLE

github.com/bcgit/bc-csharp - 7bd7de5760cbdfa7ba0a0f41ff2dee5fd5bca045 authored almost 10 years ago by Peter Dettman <[email protected]>
Add SquarePow method to ECFieldElement

github.com/bcgit/bc-csharp - add1f6be39cfdebffc7e3220b99c11c25624ea6a authored almost 10 years ago by Peter Dettman <[email protected]>
Add ANSSI curve FRP256v1 and refactor curve registries

github.com/bcgit/bc-csharp - 05a4b3f0a65533aae313dc5429d2dd82243cd9b6 authored almost 10 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 5f446e15a61331939d37d0a62c72384e19b8a806 authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
Update TLS for draft-ietf-tls-session-hash-04

github.com/bcgit/bc-csharp - 57dde9f1c5a892deb482327d7da57c99a1be5cae authored almost 10 years ago by Peter Dettman <[email protected]>
Port of DTLS tests from Java

github.com/bcgit/bc-csharp - 652d1db675ca9bd3b41914649dd4e61f32c238e6 authored almost 10 years ago by Peter Dettman <[email protected]>
Port of TlsTestSuite from Java, and misc. TLS code

- Upgrade to NUnit 2.6.4 and adjust various test code

github.com/bcgit/bc-csharp - f6ff8794291fca376482633b26eaf8101c8cb44d authored almost 10 years ago by Peter Dettman <[email protected]>
Remove extraneous class reference

github.com/bcgit/bc-csharp - 51a48c2276c4fa48e38da1a678f86d3a638f8768 authored almost 10 years ago by Peter Dettman <[email protected]>
Add constants for GNU protection modes

github.com/bcgit/bc-csharp - 18db014ea245eff3de280bee415af1db1b6f6dfd authored almost 10 years ago by Peter Dettman <[email protected]>
Add SignerUtilities handling for X931Signer

github.com/bcgit/bc-csharp - 81e2ba37a3bbc0f4da77175bdea2486dcfa2f239 authored almost 10 years ago by Peter Dettman <[email protected]>
Port X931Signer and tests from Java

github.com/bcgit/bc-csharp - ec1991b40df8748b6c436807ce9d9ea5f146b13c authored almost 10 years ago by Peter Dettman <[email protected]>
Refactor TLS ciphersuite processing

github.com/bcgit/bc-csharp - e772fefc00c6d2649ebf1be0c6b48bd78ebbb427 authored almost 10 years ago by Peter Dettman <[email protected]>
Porting from Java build

- SRP6 evidence messages and standard groups
- TLS_SRP server-side support added
- TLS_DHE server...

github.com/bcgit/bc-csharp - f7a9c0a501b6af92d3e729e08c73b5499a500c24 authored almost 10 years ago by Peter Dettman <[email protected]>
Port TLS-PSK tests from Java

github.com/bcgit/bc-csharp - ddb8893eaf2e71e3aeb8bbd9e5cec846050744ac authored almost 10 years ago by Peter Dettman <[email protected]>
Don't override default ciphersuites in test

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

github.com/bcgit/bc-csharp - 84c6bf45757b9ede4158ec1226b2eecc4eacdd1a authored almost 10 years ago by Peter Dettman <[email protected]>
Clear the shared secret after use

github.com/bcgit/bc-csharp - 8caafc0e62002b81df21a5c9af91fb93f974537b authored almost 10 years ago by Peter Dettman <[email protected]>
Add newer TLS test data from Java build

github.com/bcgit/bc-csharp - 8f81c8ef78ee6ba47d883ba1f0b6f25912503af0 authored almost 10 years ago by Peter Dettman <[email protected]>
Guard against small private keys, and optimize for common public exponents

github.com/bcgit/bc-csharp - 3f4ec01397a4d07b884e2ad48a4fd3c7e56ecf33 authored almost 10 years ago by Peter Dettman <[email protected]>
Add explicit delegate type to keep .NET 1.1 happy

github.com/bcgit/bc-csharp - a09bc4ee9aacb569834c18ef81c476dfa70049f9 authored almost 10 years ago by Peter Dettman <[email protected]>
Port of some of the TLS tests from Java

github.com/bcgit/bc-csharp - cc3e0bb5dc165f33eabfe3f1d1f88aaff4471c5f authored almost 10 years ago by Peter Dettman <[email protected]>
Various updates from Java build

github.com/bcgit/bc-csharp - 476b6fdf325b34933a1cb39c6c75121de7a780fa authored almost 10 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 5dff97a2e0a08a94bfd15fe328dd4b2780b6c8fb authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
Tighten ChangeCipherSpec ordering checks

github.com/bcgit/bc-csharp - 7032cb795cbd30b2a0cabf8152b52ff1ac6a54db authored almost 10 years ago by Peter Dettman <[email protected]>
Refuse client-initiated renegotiation gracefully

github.com/bcgit/bc-csharp - e781400bd619176f9804cb75e2ee8bc6102c2e62 authored almost 10 years ago by Peter Dettman <[email protected]>
Improved handling for out-of-order Finished message

github.com/bcgit/bc-csharp - d547000f967e7c7df0447783d74aa511c108bfd2 authored almost 10 years ago by Peter Dettman <[email protected]>
Fix parsing of implicit tagged object

github.com/bcgit/bc-csharp - 0328a9c2006b894d70c943a1c59dd366bec7e07a authored almost 10 years ago by Peter Dettman <[email protected]>
Added TlsPskIdentityManager.cs to the build

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

github.com/bcgit/bc-csharp - 00f427405a0d431052dfb4f00bfcfe48932d32e3 authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
Port of WNaf precomp optimization from Java

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

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

github.com/bcgit/bc-csharp - e3870fcf9ad033ee1785299a71b9f8dd8b0cd735 authored almost 10 years ago by Peter Dettman <[email protected]>
Port of recent TLS-PSK work from Java build

github.com/bcgit/bc-csharp - 106e5917d25734026ee7ea268bc264544f3e02f7 authored almost 10 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - ee3e5371000013620ef305f423788397b99a1ee6 authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
Cleaned up the new iOS project file

github.com/bcgit/bc-csharp - 32fc8945c1a210c430ec323e25add02ea953008f authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
Migrated the iOS project to the Xamarin.iOS Unified API (for 64-bit support)

github.com/bcgit/bc-csharp - 637cb4525968593634b7cc6d3f93ffc38e37f5da authored almost 10 years ago by Jeffrey Stedfast <[email protected]>
TLS update from Java

github.com/bcgit/bc-csharp - 5e5e67028e5b16a18580c52a17516cdb314eddc5 authored about 10 years ago by Peter Dettman <[email protected]>
Merge branch 'master' into vs2010

github.com/bcgit/bc-csharp - 8b2f7e6eabdfd1dcb53e409c9f7e85d31a79ce2a authored about 10 years ago by Jeffrey Stedfast <[email protected]>
Various updates to GCM from Java build

github.com/bcgit/bc-csharp - dac04a9306c5721f92749eee0be203047fc57e50 authored about 10 years ago by Peter Dettman <[email protected]>
Add ECDHE_ECDSA CCM ciphersuites from RFC 7251

github.com/bcgit/bc-csharp - d8a15d373541f25a0b454f401de8b23a4ab76c43 authored about 10 years ago by Peter Dettman <[email protected]>
Add some more Verisign OIDs

github.com/bcgit/bc-csharp - e3d2aa362183ae79c38e59e2b1cb4ca044fc3a23 authored about 10 years ago by Peter Dettman <[email protected]>
Port of unexpected server extension mechanism, including special case for Supported Elliptic Curves

github.com/bcgit/bc-csharp - d843bc61a003d11b1ffe0bd8f871783ea27ff292 authored about 10 years ago by Peter Dettman <[email protected]>
Port of a few Java updates

github.com/bcgit/bc-csharp - b38645667d98f45c482c25e7736a9f43c6678d7b authored about 10 years ago by Peter Dettman <[email protected]>
Added BouncyCastle.snk

github.com/bcgit/bc-csharp - cdf44b85a4eecc5ec6ff78d27ab6ded7ace90573 authored about 10 years ago by Jeffrey Stedfast <[email protected]>
Updated Visual Studio 2010 project files

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

github.com/bcgit/bc-csharp - cc661d651d647ad5b7acb797ebfa50b8377f6cb2 authored about 10 years ago by Jeffrey Stedfast <[email protected]>
Update draft references after rename

github.com/bcgit/bc-csharp - 048b0892eef44bd51c61087c3e345c8caf0a4e4b authored about 10 years ago by Peter Dettman <[email protected]>
Initial port of DTLS client/server from Java

github.com/bcgit/bc-csharp - 9a560818c4b0981dc251ab02dace374560219f1e authored about 10 years ago by Peter Dettman <[email protected]>
[#84] Dually license the project under Mozilla Public License as well as under LGPL

github.com/bcgit/pc-dart - 633b3a50302cf3578453cfd6e476a71263fb8604 authored about 10 years ago by Ivan Zaera Avellon <[email protected]>
[86] Change registration strategy to avoid differentiations between server

and client. Everything in cipher will be client/server independent as of
this commit (I hope ;-).

github.com/bcgit/pc-dart - 7174ce23dbbfdfda9b3aeead448cf417f798e080 authored about 10 years ago by Ivan Zaera Avellon <[email protected]>
[86] Make drone.io work with new changes.

github.com/bcgit/pc-dart - c3b60f5b786ff2af6c7a01e4f85af2123a9d93c9 authored about 10 years ago by Ivan Zaera Avellon <[email protected]>
[86] Spin off cipher_entropy project to decouple entropy generation from abstract cryptographic algorithms. This way, users may decide wether to use cipher_entropy or another entropy provider. It also simplifies cipher a lot because it has no longer need to differentiate between client and server implementations (all that stuff will be moved to cipher_entropy where there's more justification for complex user tweaking when using the library). (+1 squashed commit)

Note that this change will break compatibility although I don't expect much trouble in adapting ...

github.com/bcgit/pc-dart - 047460c02eaf0e1f010f061d3dabad8c6bcbf15f authored about 10 years ago by Ivan Zaera Avellon <[email protected]>
Implement draft-bmoeller-tls-downgrade-scsv-02

github.com/bcgit/bc-csharp - 1656b9e7167183e6a86706620edecf992aa92145 authored about 10 years ago by Peter Dettman <[email protected]>
Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin Android/iOS

github.com/bcgit/bc-csharp - b7039a1a635e7b74765d44d2caf8cc2c5f66a6bc authored about 10 years ago by Jeffrey Stedfast <[email protected]>
Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiers

github.com/bcgit/bc-csharp - e0f226ac53ec1c9241044dbd67a49c2c9603623a authored about 10 years ago by Jeffrey Stedfast <[email protected]>
Update version to beta.5 following beta.4 release

github.com/bcgit/bc-csharp - 2c48d3249412d27ad54bf74883f25796d7c5fcfb authored over 10 years ago by Peter Dettman <[email protected]>
Use platform RNG as master, where available

Obsolete seeded constructor in favour of GetInstance variant

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

github.com/bcgit/bc-csharp - c7ea568094c549952ca9fd5970df9836be847752 authored over 10 years ago by Peter Dettman <[email protected]>
Merge branch 'rahvee-master'

github.com/bcgit/bc-csharp - ad35f0a5a2d2f5811abd2fae8be2226725e31f6d authored over 10 years ago by Peter Dettman <[email protected]>
Merge branch 'master' of github.com:rahvee/bc-csharp into rahvee-master

github.com/bcgit/bc-csharp - ce34fdc86c9679492edc533fc2c84faedc9b173e authored over 10 years ago by Peter Dettman <[email protected]>
Port of GenericSIgner fix from Java

github.com/bcgit/bc-csharp - ec23584a31ca9e2d879b76641036b96e46e8e446 authored over 10 years ago by Peter Dettman <[email protected]>
Early code-point assignment for draft-ietf-tls-session-hash

github.com/bcgit/bc-csharp - 4121892205a5e667f51662820641d4f5ba4ec1f3 authored over 10 years ago by Peter Dettman <[email protected]>
Update comments now that encrypt-then-MAC is out of draft (RFC 7366)

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

github.com/bcgit/bc-csharp - 7f06706ccf9f6adc0a4e16e2ae3747fd8f54380d authored over 10 years ago by Peter Dettman <[email protected]>
Constants and support functions for draft-ietf-tls-negotiated-ff-dhe-01

github.com/bcgit/bc-csharp - 9cc0e3e10440ba44ee9e8df4c2fdf2c35f2a7660 authored over 10 years ago by Peter Dettman <[email protected]>
Small refactoring

github.com/bcgit/bc-csharp - 8cd5e10893ca5d825458c2d4938aa205d13e8c49 authored over 10 years ago by Peter Dettman <[email protected]>
Minor improvements to MaxFragmentLength handling

github.com/bcgit/bc-csharp - 5b9077eee3b746a4881b75f2f1bbbfa5b7a17378 authored over 10 years ago by Peter Dettman <[email protected]>
Formatting

github.com/bcgit/bc-csharp - 9580c3fc391bbf870b639612f114f2325683a68c authored over 10 years ago by Peter Dettman <[email protected]>
Refactor redundant blocks

Support no-password operation (as best we can)

github.com/bcgit/bc-csharp - d76f7c4d645aede7a2880ac1f59ed545f633e005 authored over 10 years ago by Peter Dettman <[email protected]>
Improve sorting for SETs

github.com/bcgit/bc-csharp - a0fc0d6892d063a063db02ed0de3adfe9911a26b authored over 10 years ago by Peter Dettman <[email protected]>
Extended master secret uses a different label in PRF

github.com/bcgit/bc-csharp - 791063db08a6f8254d10b1b0e6d5f4f0827b8b0e authored over 10 years ago by Peter Dettman <[email protected]>
Initial implementation of draft-ietf-tls-session-hash-01

github.com/bcgit/bc-csharp - f95405955ac379f2fc29fe1b99e3b59304a29a3c authored over 10 years ago by Peter Dettman <[email protected]>
Add methods to give readable text for alerts

github.com/bcgit/bc-csharp - f257ee083080ada68a5dca06fa69a1203a0b8783 authored over 10 years ago by Peter Dettman <[email protected]>
Cleanup obsolete code warnings

github.com/bcgit/bc-csharp - de06767b384cd5056a540b196337a23d7b125fd3 authored over 10 years ago by Peter Dettman <[email protected]>
Rework the nonce-random initialisation and avoid GenerateSeed

github.com/bcgit/bc-csharp - b5baa77759a46d7890b563b75e9b696314d09e63 authored over 10 years ago by Peter Dettman <[email protected]>
Port TLS server impl/test from Java API

github.com/bcgit/bc-csharp - 24f37b51eafe7cbbf42b633be133ecca3abcb46e authored over 10 years ago by Peter Dettman <[email protected]>
Fix NAnt build issue

github.com/bcgit/bc-csharp - 4ddac01c520424d2384641979211a0924347c16d authored over 10 years ago by Peter Dettman <[email protected]>
Exclude some files in the TLS test data

github.com/bcgit/bc-csharp - e24936ac5392530f3892e16dd9d9240fdf2af010 authored over 10 years ago by Peter Dettman <[email protected]>
Fix initial bugs revealed by new TLS test

github.com/bcgit/bc-csharp - 73f5dba3f2de4b35e9aec4580ffdf4c365f6fd6a authored over 10 years ago by Peter Dettman <[email protected]>
Fix TLS test namespace

github.com/bcgit/bc-csharp - 581f559feb7e059b0f70cde370f3fa0e3e70c47b authored over 10 years ago by Peter Dettman <[email protected]>
Finish initial porting of TLS 1.2 client from Java API

github.com/bcgit/bc-csharp - da656890c709963fb112d4813a2542302994bb35 authored over 10 years ago by Peter Dettman <[email protected]>
Add TLS test data from Java API

github.com/bcgit/bc-csharp - fda86d16e52b774782b93bb63c469a621c759adf authored over 10 years ago by Peter Dettman <[email protected]>
Obsolete class/method cleanup

github.com/bcgit/bc-csharp - 0011cadfe4798321e2050206cf10cc7ecd0236e8 authored over 10 years ago by Peter Dettman <[email protected]>
Port latest TLS key exchange stuff from Java API

github.com/bcgit/bc-csharp - 5078f3e6611b98fe50abcd3df3c63fb8c206f6b6 authored over 10 years ago by Peter Dettman <[email protected]>
More TLS porting from Java API

github.com/bcgit/bc-csharp - 91443f862f00e62fe69a28e4afee7c00c1c264bd authored over 10 years ago by Peter Dettman <[email protected]>
More TLS porting from Java API

github.com/bcgit/bc-csharp - 15ff1e2c34e44e9543b875713a36b83a96c0417c authored over 10 years ago by Peter Dettman <[email protected]>
Add support for a 'cause' Exception to TlsFatalAlert and use

github.com/bcgit/bc-csharp - e8532032118290a201dbec09b5c8eb0804fec8ff authored over 10 years ago by Peter Dettman <[email protected]>
Cater for possibly null ecPointFormats

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