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

Initialize RSA public key through ASN1 sequence #140

Merged
merged 2 commits into from
Apr 15, 2023

Conversation

tobischo
Copy link
Collaborator

@tobischo tobischo commented Feb 7, 2023

Openssl 3 does not support set_key anymore, however the method still exists.
This change happened to make the key objects immutable.

However it also breaks the way the public key of the EBICS provider is initialized for now

This addresses #138

Copy link

@frantisekrokusek frantisekrokusek left a comment

Choose a reason for hiding this comment

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

That might be working now. Have to test it.

@tobischo tobischo force-pushed the feature/initialize_bank_public_key_without_set_key branch from 093e6b0 to ccffdbc Compare February 8, 2023 20:21
@tobischo
Copy link
Collaborator Author

tobischo commented Feb 8, 2023

I just double checked it against our own EBICS configurations and the credit suisse testing account - it still worked as intended.

So if it works for you on OpenSSL that should solve the issue for now

Copy link

@frantisekrokusek frantisekrokusek left a comment

Choose a reason for hiding this comment

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

@tobischo for now I seem not to have any errors in my manual tests 🙏

@tobischo tobischo merged commit 4a261c5 into master Apr 15, 2023
@tobischo tobischo deleted the feature/initialize_bank_public_key_without_set_key branch April 15, 2023 13:23
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