openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Briar Project
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 248 of 251
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Unit tests.
akwizgran
More...
over 13 years ago
Unit tests and a bugfix for the new database methods.
akwizgran
More...
over 13 years ago
Database portion of the offer/request/transfer protocol (untested).
akwizgran
More...
over 13 years ago
Sign the message with the group's private key if the group is restricted, and check the signature if it should be present.
akwizgran
More...
over 13 years ago
Changed the message format to store the author and group inline - this doesn't take a huge amount of space and allows every message to be self-certifying.
akwizgran
More...
over 13 years ago
Removed salt from unrestricted groups: two unrestricted groups with the same name will now be treated as the same group (this seems more intuitive than the alternative).
akwizgran
More...
over 13 years ago
Switched to 256-bit ECDSA. Modified some tests because two signatures over the same data are not necessarily identical. Key generation is fast again - should I be worried? ;-)
akwizgran
More...
over 13 years ago
Use the BouncyCastle provider so we can be sure we won't get NoSuchAlgorithmExceptions. Key generation is *slow* - I guess that's a good sign. ;-)
akwizgran
More...
over 13 years ago
Removed unnecessary Raw interface.
akwizgran
More...
over 13 years ago
Readers, writers and factories for subscription and transport updates.
akwizgran
More...
over 13 years ago
Reduced the visibility of some classes.
akwizgran
More...
over 13 years ago
Moved writers into their own package, replaced public static fields in CryptoModule with provider methods.
akwizgran
More...
over 13 years ago
Found the bug, it was just a SQL syntax error.
akwizgran
More...
over 13 years ago
Store group details in the database. Some tests are still failing...
akwizgran
More...
over 13 years ago
Bundles are gone - the batch-mode and stream-mode protocols now consist of independently encrypted and authenticated packets (Ack, Batch, Subscriptions and Transports so far).
akwizgran
More...
over 13 years ago
Removed Writer.close().
akwizgran
More...
over 13 years ago
Fixed more unit tests.
akwizgran
More...
over 13 years ago
Fixed unit tests.
akwizgran
More...
over 13 years ago
ReaderImpl now maintains either one or two bytes of lookahead, depending on the value of the first byte, so that an object's initial tag is included in the data seen by the ObjectReader. Digests and signatures can therefore be calculated over objects by their readers without any risk of ambiguity.
akwizgran
More...
over 13 years ago
Message timestamp should have TIMESTAMP type.
akwizgran
More...
over 13 years ago
Unit tests for HeaderReader.
akwizgran
More...
over 13 years ago
Marked unused classes for removal if they're not used later.
akwizgran
More...
over 13 years ago
Unit tests for BatchReader.
akwizgran
More...
over 13 years ago
Use mocks for test objects with no side-effects.
akwizgran
More...
over 13 years ago
Removed signatures from headers and bundles, since the transport's authentication will make them redundant.
akwizgran
More...
over 13 years ago
Catch ClassCastException when the encountered type doesn't match the expected type, and re-throw as FormatException.
akwizgran
More...
over 13 years ago
Defined which protocol objects require user-defined tags.
akwizgran
More...
over 13 years ago
Factored out header reading and batch reading into separate classes for easier testing.
akwizgran
More...
over 13 years ago
Nested user-defined objects (and collections of them) can now be read by registering ObjectReaders with the Reader.
akwizgran
More...
over 13 years ago
Every encoded object should include its identifying tag.
akwizgran
More...
over 13 years ago
←
1
2
…
243
244
245
246
247
248
249
250
251
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree