Open
Conversation
…nown-answer test (RFC 7748 Sec 6.1)
…n-answer test (RFC 7748 Sec 6.2)
…orrectly setting SEED-SRC state to UNINITIALISED
…decryption test with tampered authentication tag
…decryption test with tampered authentication tag
…nly output-length validation test
… to restore unclamped private key bytes
- wp_ecx_kmgmt.c — Added bounds guard (outLen < 2 / p->data_size < outLen) before unclamped byte restoration - test_hkdf.c — Added mdSize <= 0 early-return check after EVP_MD_get_size - test_aestag.c — Changed sizeof(aad) / sizeof(pt) to exclude trailing NUL in both GCM and CCM helpers (encrypt + decrypt AAD, and ptLen) - unit.h — Added /* WP_HAVE_X25519 */ comment to #endif - test_rand_seed.c const cast — Skipped; (char*) is the established pattern in this file (4 pre-existing instances)
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.
F-2169, F-2222, F-2223, F-2041, F-2224, F-2225, F-2226, F-2235