Files
bun.sh/test/regression/issue
Claude Bot d2dc8db8ed Fix crypto.verify() with null/undefined algorithm for RSA keys
This fixes an issue where calling crypto.verify() with a null or undefined
algorithm parameter would fail with "NO_DEFAULT_DIGEST" error for RSA keys.

The fix detects when no algorithm is specified and the key is an RSA variant,
then uses SHA256 as the default digest algorithm. This matches Node.js behavior.

For Ed25519/Ed448 keys (one-shot variants), no digest is needed and null is
correctly passed through.

Fixes #11029

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 08:17:31 +00:00
..
2025-08-06 06:44:46 -07:00
2025-01-28 17:23:57 -08:00
2025-06-03 13:23:12 -07:00
2025-06-03 23:41:37 -07:00
2025-01-17 22:08:07 -08:00
2024-06-14 01:50:36 -07:00
2024-09-24 22:46:18 -07:00
2025-03-03 21:38:05 -08:00
2025-05-26 21:18:22 -07:00
2025-07-03 01:06:22 -07:00
2025-07-23 22:31:42 -07:00
2025-07-20 23:02:10 -07:00