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

Overflow sign and validate #202

Merged
merged 13 commits into from
Apr 1, 2024
Merged

Overflow sign and validate #202

merged 13 commits into from
Apr 1, 2024

Conversation

Ptroger
Copy link
Contributor

@Ptroger Ptroger commented Mar 29, 2024

No description provided.

@Ptroger Ptroger self-assigned this Mar 29, 2024
@Ptroger Ptroger force-pushed the overflow-sign-and-validate branch from 50dff07 to dd3db61 Compare March 29, 2024 20:54
Comment on lines +67 to +71
p: z.string().optional(),
q: z.string().optional(),
dp: z.string().optional(),
dq: z.string().optional(),
qi: z.string().optional()
Copy link
Contributor

Choose a reason for hiding this comment

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

Why'd you make all these optional? They're all required for an RSA key

@mattschoch mattschoch merged commit 5c8fcca into main Apr 1, 2024
1 check passed
@mattschoch mattschoch deleted the overflow-sign-and-validate branch April 1, 2024 14:01
mattschoch pushed a commit that referenced this pull request Jun 19, 2024
* validate takes an object for clarity

* changed signing interface, normalize usage

* formatted after rebase

* Test coverage on different signing calls

* added tests around top level converters

* fix after rebase

* format

* expose every utils

* removed signing service

* fix vault CI

* use correct interface

* removed console.logs

* fix test verifying wrong key
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