Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Encrypted Private Key Fix #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ujala-07
Copy link

When we were trying to sign JWT with encrypted private keys, we were getting error: Unable to create OpenSSL PBDKF: PBKDF-OpenSSL SecretKeyFactory not available.

To fix this error added the BouncyCastleProvider in JwtOperations class. Now we are able to sign JWT using encrypted private keys.

Fixed error when signing JWT with encrypted private key. Error: Unable to create OpenSSL PBDKF: PBKDF-OpenSSL SecretKeyFactory not available
cajhughes added a commit to mulesoft-catalyst/jwt-module that referenced this pull request Jan 5, 2024
Incorporate pull request, and upgrade dependencies
mulesoft-consulting#7
@cajhughes
Copy link
Contributor

@ujala-07 - many thanks for your pull request, I have incorporated the change into v1.0.1 of the mulesoft-catalyst version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants