Skip to content

Use KeyConverter to simplify SignatureTest#105

Merged
pushkarnk merged 1 commit intocanonical:mainfrom
pushkarnk:simplify-sigtest
Feb 28, 2026
Merged

Use KeyConverter to simplify SignatureTest#105
pushkarnk merged 1 commit intocanonical:mainfrom
pushkarnk:simplify-sigtest

Conversation

@pushkarnk
Copy link
Collaborator

The SignatureTest used a JNI library named libsigtest.so to create RSA keys. The newly added KeyConverter class lets us convert RSA keys created by the JCE provider to OpenSSLKeys. This removes the libsigtest dependency. The PEM files used to create some of the keys are also no longer needed.

The SignatureTest used a JNI library named libsigtest.so
to create RSA keys. The newly added KeyConverter class lets
us convert RSA keys created by the JCE provider to OpenSSLKeys.
This removes the libsigtest dependency. The PEM files used to
create some of the keys are also no longer needed.
@pushkarnk pushkarnk merged commit 61c71cb into canonical:main Feb 28, 2026
3 checks passed
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.

1 participant