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

feat(sdk): add Extensions Manager #64

Open
Tracked by #71
pavelnikonorov opened this issue Nov 4, 2024 · 1 comment · May be fixed by #68
Open
Tracked by #71

feat(sdk): add Extensions Manager #64

pavelnikonorov opened this issue Nov 4, 2024 · 1 comment · May be fixed by #68

Comments

@pavelnikonorov
Copy link
Collaborator

pavelnikonorov commented Nov 4, 2024

Description (TBU)

Add SDK and CLI support for loading external extensions to provide additional functionality.

Add support for the optional use of additional TLS verification methods in the Transport struct.

Additional context

This issue is part of a meta issue #71 . Refer to it for context and additional information.

@pavelnikonorov
Copy link
Collaborator Author

Hey everyone, just a quick update regarding this PR:

  • The current implementation of Transport support for extensible TLS-verifier methods was in a PoC stage and is now being transitioned to a conventional Rustls (Rust TLS library) custom verifier with a comprehensive trust states management.
  • As part of this, the changes to transport.rs are being moved to a separate PR within the issue feat(transport): add support for extensible TLS verifiers #73 since they represent a separate concern and need a more structured approach.
  • This will help keep this PR focused while ensuring that the verifier integration is properly handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

1 participant