Skip to content
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

security changes #342

Merged
merged 7 commits into from
Sep 26, 2024
Merged

security changes #342

merged 7 commits into from
Sep 26, 2024

Conversation

pankinkun
Copy link
Collaborator

  • move server keys to android-core resourcem -> allowing transport to utilize the keys
  • create transport security to for key management and generation using signal EC KeyPair
  • rename client security files using SecurityUtils static variables

- move server keys to android-core resourcem -> allowing transport to utilize the keys
- create transport security to for key management and generation using signal EC KeyPair
- rename client security files using SecurityUtils static variables
@@ -33,6 +33,7 @@
import java.util.concurrent.CompletableFuture;
import java.util.logging.Logger;


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@@ -85,6 +103,7 @@ protected void onCreate(Bundle savedInstanceState) {
fragments.add(new TitledFragment(getString(R.string.logs), new LogFragment()));
TabLayout tabLayout = findViewById(R.id.tabs);
viewPager2 = findViewById(R.id.view_pager);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@@ -411,7 +411,7 @@ public BundleExchangeCounts doExchangeWithTransport(String deviceAddress, String
}

private int uploadBundle(BundleExchangeServiceGrpc.BundleExchangeServiceStub stub) throws RoutingExceptions.ClientMetaDataFileException, IOException, InvalidKeyException, GeneralSecurityException {
BundleDTO toSend = generateBundleForTransmission();
BundleDTO toSend = generateBundleForTransmission();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space

@@ -4,11 +4,11 @@ plugins {
}

android {
compileSdk 34
compileSdk 33
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we still want to do this?

@pankinkun pankinkun merged commit c37284f into main Sep 26, 2024
1 check passed
@pankinkun pankinkun deleted the transport-security-keypair branch September 26, 2024 20:26
ManasC478 pushed a commit that referenced this pull request Sep 27, 2024
- move server keys to android-core resourcem -> allowing transport to
utilize the keys
- create transport security to for key management and generation using
signal EC KeyPair
- rename client security files using SecurityUtils static variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants