Conversation
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean.
paulidale
approved these changes
Jun 12, 2026
levitte
approved these changes
Jun 12, 2026
jogme
approved these changes
Jun 12, 2026
Collaborator
|
This pull request is ready to merge |
openssl-machine
pushed a commit
that referenced
this pull request
Jun 15, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from #31457)
openssl-machine
pushed a commit
that referenced
this pull request
Jun 15, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from #31457) (cherry picked from commit 7c765bb)
openssl-machine
pushed a commit
that referenced
this pull request
Jun 15, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from #31457) (cherry picked from commit 7c765bb)
openssl-machine
pushed a commit
that referenced
this pull request
Jun 15, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from #31457) (cherry picked from commit 7c765bb)
openssl-machine
pushed a commit
that referenced
this pull request
Jun 15, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from #31457) (cherry picked from commit 7c765bb)
openssl-machine
pushed a commit
that referenced
this pull request
Jun 15, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from #31457) (cherry picked from commit 7c765bb)
Member
Author
|
Merged to all the active branches as applicable. Thank you for the reviews. |
n13l
pushed a commit
to n13l/openssl
that referenced
this pull request
Jul 25, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from openssl#31457)
pr000000f
added a commit
to pr000000f/tongsuo-dev
that referenced
this pull request
Jul 29, 2026
The following changes are not applied: 1) test/asn1_string_test.c -> file does not exist 2) test/sslapitest.c -> test_tlsext_status_type_multi and test_no_shared_ffdhe_group do not exist 3) test/verify_extra_test.c -> test_vpm_input_validation does not exist OpenSSL original commit message: From 7c765bb6020b7c391dea8112f403e3b2109ff6dd Mon Sep 17 00:00:00 2001 From: Tomas Mraz <[email protected]> Date: Thu, 11 Jun 2026 17:37:31 +0200 Subject: [PATCH] test: Invert bad TEST() condition calls False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from openssl/openssl#31457)
rickyringler
pushed a commit
to rickyringler/openssl
that referenced
this pull request
Aug 21, 2026
False result of a TEST_xxx() call should always indicate erroneous condition. Fix such calls. Also fix some calls which treated TEST_xxx() result as non-boolean. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Norbert Pocs <[email protected]> MergeDate: Mon Jun 15 07:38:52 2026 (Merged from openssl#31457)
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.
False result of a TEST_xxx() call should always indicate erroneous condition.
Fix such calls. Also fix some calls which
treated TEST_xxx() result as non-boolean.