Skip to content

Change default RSA exponent to 0 #292

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

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

ionut-arm
Copy link
Member

This commit modifies the default value of RsaExponent to 0 from (1 <<
16) + 1 as the current value is causing backwards compatibility issues.

Fixes #285
cc @lkatalin

This commit modifies the default value of `RsaExponent` to 0 from (1 <<
16) + 1 as the current value is causing backwards compatibility issues.

Signed-off-by: Ionut Mihalcea <[email protected]>
@ionut-arm ionut-arm added the bug Something isn't working label Nov 17, 2021
@ionut-arm ionut-arm self-assigned this Nov 17, 2021
Copy link
Collaborator

@wiktor-k wiktor-k left a comment

Choose a reason for hiding this comment

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

Great! 👍

@Superhepper Superhepper merged commit e8cd513 into parallaxsecond:main Nov 17, 2021
@ionut-arm ionut-arm deleted the rsa-exp-default branch November 17, 2021 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ActivateCredential error on non-6.1.1 versions (Esys Finish ErrorCode (0x00000101))
3 participants