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

Crypto4: Refactor cryptographic core #641

Open
hvge opened this issue Jan 13, 2025 · 1 comment
Open

Crypto4: Refactor cryptographic core #641

hvge opened this issue Jan 13, 2025 · 1 comment
Assignees
Milestone

Comments

@hvge
Copy link
Member

hvge commented Jan 13, 2025

Description

Due to a variability of Crypto4 protocol, we need to refactor multiple internal components of PowerAuthCore module, written in C++. Internally, Session object should no longer implement all heavy protocol stuff, such as authorization code calculation. We should offload this to separate interfaces and specific implementations, depending on the protocol version and selected algorithms.

The best example is SharedSecret interface that defines algorithm independent process for a for key-agreement.

Acceptance criteria

No response

Technical specification

No response

QA specification

No response

JIRA issue code

No response

@hvge hvge self-assigned this Jan 13, 2025
@hvge
Copy link
Member Author

hvge commented Jan 14, 2025

It would be nice to use this new approach also for SDK v 1.10.0. So, we should refactor the core first, then implement interfaces with protocol V3.3 and after that we should build crypto4 on top of this foundation.

@hvge hvge added this to the 1.10.0 milestone Jan 16, 2025
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

No branches or pull requests

1 participant