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

fix(ext/node): crypto.getCipherInfo() #22916

Merged
merged 2 commits into from Mar 14, 2024

Conversation

littledivy
Copy link
Member

Stub implementation of getCipherInfo(). Good enough for most cases.

Note: We do not support all OpenSSL ciphers (likely never will)

Fixes #21805

Stub implementation of getCipherInfo(). Good enough for most cases.

Note: We do not support all OpenSSL ciphers (likely never will)
@littledivy littledivy merged commit cf3c6f9 into denoland:main Mar 14, 2024
17 checks passed
@littledivy littledivy deleted the getCipherInfo branch March 14, 2024 13:30
nathanwhit pushed a commit that referenced this pull request Mar 14, 2024
Stub implementation of getCipherInfo(). Good enough for most cases.

Note: We do not support all OpenSSL ciphers (likely never will)

Fixes #21805
dsherret pushed a commit to dsherret/deno that referenced this pull request Mar 15, 2024
Stub implementation of getCipherInfo(). Good enough for most cases.

Note: We do not support all OpenSSL ciphers (likely never will)

Fixes denoland#21805
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.

Implement crypto.getCipherInfo()
2 participants