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

Is alternative crypto backend considered? #195

Open
pemensik opened this issue Apr 3, 2023 · 2 comments
Open

Is alternative crypto backend considered? #195

pemensik opened this issue Apr 3, 2023 · 2 comments

Comments

@pemensik
Copy link

pemensik commented Apr 3, 2023

I have attempted to create RPM package of this library. One issue has arisen with tsig and validate features using ring library. That library does not compile on some less common architectures like ppc64le and s390x, there is a bug on that: https://bugzilla.redhat.com/show_bug.cgi?id=1869980

It would help if crypto features could be fulfilled by some alternatives. Were they considered already?

@partim
Copy link
Member

partim commented Apr 4, 2023

I had considered alternative backends for the sign module but not for tsig and validate (because ring had everything I needed). But I agree, those two should also be generic over the crypto backend.

How urgent is support for those alternative platforms for you? I would prefer not to delay the 0.8 release further with additional features but obviously, this is a breaking change, so would then require 0.9.

@pemensik
Copy link
Author

pemensik commented Apr 7, 2023

There is no hurry, waiting until version 0.9 is completely fine to me

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

2 participants