Update CLAUDE.md: fix stale test table and code references#192
Draft
toddr-bot wants to merge 1 commit into
Draft
Update CLAUDE.md: fix stale test table and code references#192toddr-bot wants to merge 1 commit into
toddr-bot wants to merge 1 commit into
Conversation
- Test table: add 8 new test files (der.t, error.t, get_key_parameters.t, keygen.t, openssl_der.t, pkcs1_sign.t, private_encrypt.t, pss_auto_promote.t), remove sig_die.t (does not exist), update descriptions - Fix rsaData struct: add is_private_key field - Fix helper function: EVP_Q_digest → EVP_Digest - Fix compatibility macro line reference: 30–54 → 72–96 - Add 4 missing helper functions to the key helpers list Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bring CLAUDE.md in sync with the current codebase.
Why
The test table listed 12 files when 26 exist, referenced a nonexistent
sig_die.t, and several code references (line numbers, function names, struct fields) had drifted from the actual source.How
sig_die.t, updated descriptions, corrected count from 16 to 26is_private_keyfieldEVP_Q_digest→EVP_Digest, added_write_pkcs8_pem,_load_pkcs8_der_key,setup_pss_sign_ctx,check_max_message_lengthTesting
Documentation-only change.
🤖 Generated with Claude Code