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
I'm having the same issue as this pull request: #24864. Using Deno's node:crypto module with scripts that runs on node (tested with node v16.20.2 and v23.6.0) throws the error TypeError: Unknown cipher aes-256-ccm. Are there plans to expand the compatibility for Deno's crypto library to support the same OpenSSL algorithms that node may support?
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.3
I'm having the same issue as this pull request: #24864. Using Deno's node:crypto module with scripts that runs on node (tested with node v16.20.2 and v23.6.0) throws the error
TypeError: Unknown cipher aes-256-ccm
. Are there plans to expand the compatibility for Deno's crypto library to support the same OpenSSL algorithms that node may support?The text was updated successfully, but these errors were encountered: