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

Deduplicate X509 and Crypto logic #1409

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sree-revoori1
Copy link
Contributor

There is a lot of shared X509 and Crypto logic between FMC and ROM. Refactor all of this into common so it can be shared.

fixes #1408

There is a lot of shared X509 and Crypto logic between FMC
and ROM. Refactor all of this into common so it can be shared.
Copy link
Collaborator

@vsonims vsonims left a comment

Choose a reason for hiding this comment

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

Is this kind of refactoring really needed for 1.0 or can it wait for 2.0?

@korran
Copy link
Collaborator

korran commented Mar 18, 2024

Is this kind of refactoring really needed for 1.0 or can it wait for 2.0?

@sree-revoori1, let's hold off on merging this until after rom-1.1 is branched off in a few weeks.

@sree-revoori1
Copy link
Contributor Author

sree-revoori1 commented Mar 18, 2024

@korran @vsonims Sounds good, I will mark it as a draft until then.

@sree-revoori1 sree-revoori1 marked this pull request as draft March 18, 2024 20:11
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.

Deduplicate crypto and x509 functions
3 participants