You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following code example (see how to reproduce). I keep get this error
WARNING openssl_pkey_new(): Private key length must be at least 384 bits, configured to 0 in vendor/web-token/jwt-framework/src/Library/Core/Util/ECKey.php on line 92.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version(s) affected
4.0.4
Description
Given the following code example (see how to reproduce). I keep get this error
WARNING openssl_pkey_new(): Private key length must be at least 384 bits, configured to 0 in vendor/web-token/jwt-framework/src/Library/Core/Util/ECKey.php on line 92.
How to reproduce
Possible Solution
This may be relevant
https://stackoverflow.com/questions/62430373/why-cant-i-use-key-lengths-384bit-for-ec-in-php-openssl
Additional Context
No response
The text was updated successfully, but these errors were encountered: