-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP core-crypto mls client integration #107
Commits on Oct 29, 2024
-
WIP core-crypto mls client integration
Add core-crypto-jvm and basic Kotlin libraries. * Update Xenon from Java 11 to 17 (forced because of library version) * Add a CryptoMlsClient, wrapping core-crypto code in Java friendly Kotlin code * Adapt WireClientBase and MessageResourceBase to use MLS client * Implement decrypt MLS * Improve various api backend DTOs * Add project icon
Configuration menu - View commit details
-
Copy full SHA for 03b3cf7 - Browse repository at this point
Copy the full SHA 03b3cf7View commit details
Commits on Oct 31, 2024
-
* Add some more MLS operations to CryptoMlsClient * Fix type in protocol names
Configuration menu - View commit details
-
Copy full SHA for b3be442 - Browse repository at this point
Copy the full SHA b3be442View commit details
Commits on Nov 4, 2024
-
Move Kotlin file to src/main/kotlin directory
* Change javadoc generation from maven-javadoc-plugin to Dokka * Update Xenon to 1.6.3
Configuration menu - View commit details
-
Copy full SHA for b5edd93 - Browse repository at this point
Copy the full SHA b5edd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a57b3 - Browse repository at this point
Copy the full SHA 08a57b3View commit details
Commits on Nov 5, 2024
-
Add all crypto operations required to establish an MLS client and joi…
…n conversations * Add getUserConversations() WireApi contract * Bump to 1.6.4
Configuration menu - View commit details
-
Copy full SHA for 0e7d1c7 - Browse repository at this point
Copy the full SHA 0e7d1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd63528 - Browse repository at this point
Copy the full SHA bd63528View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 595ac21 - Browse repository at this point
Copy the full SHA 595ac21View commit details
Commits on Nov 7, 2024
-
Allow Conversation.Members to be deserialized from an object or an array
* Fix deserialization of Payload.Data
Configuration menu - View commit details
-
Copy full SHA for 82f3660 - Browse repository at this point
Copy the full SHA 82f3660View commit details
Commits on Nov 8, 2024
-
Add full test, proving MLS encryption and decryption works
* Remove deserializer comments
Configuration menu - View commit details
-
Copy full SHA for 63b61f3 - Browse repository at this point
Copy the full SHA 63b61f3View commit details