Skip to content

Moving notify check after the no time check#19007

Closed
doorsdown wants to merge 1 commit intoopenssl:masterfrom
doorsdown:issue-18992
Closed

Moving notify check after the no time check#19007
doorsdown wants to merge 1 commit intoopenssl:masterfrom
doorsdown:issue-18992

Conversation

@doorsdown
Copy link
Contributor

Fixes: #18992

The patch moves the notify check to after the no time check

CLA: trivial

@openssl-machine openssl-machine added the hold: cla required The contributor needs to submit a license agreement label Aug 16, 2022
@levitte
Copy link
Member

levitte commented Aug 16, 2022

NEVER MIND my comment on the commit message, it appears CLA: trivial is already there...

@levitte
Copy link
Member

levitte commented Aug 16, 2022

I looked more closely at the commit message, and it does need to be adjusted slightly, by separating CLA: trivial from the line above with an empty line. In other words, instead of this:

Moving notify check after the no time check
CLA: trivial

It needs to be this:

Moving notify check after the no time check

CLA: trivial

A git commit --amend, editing the commit message, and then git push -f should be sufficient to correct this

Copy link
Member

@t8m t8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message can be adjusted when merging.

@t8m
Copy link
Member

t8m commented Aug 16, 2022

I am OK with CLA: trivial for this.

@t8m t8m added branch: master Applies to master branch branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) triaged: bug The issue/pr is/fixes a bug cla: trivial One of the commits is marked as 'CLA: trivial' branch: 3.0 Applies to openssl-3.0 branch approval: review pending This pull request needs review by a committer and removed hold: cla required The contributor needs to submit a license agreement labels Aug 16, 2022
@doorsdown
Copy link
Contributor Author

I updated commit message as requested

@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Aug 22, 2022
@t8m
Copy link
Member

t8m commented Aug 22, 2022

@paulidale are you OK with CLA: trivial?

@paulidale
Copy link
Contributor

Yes, okay with trivial.

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

openssl-machine pushed a commit that referenced this pull request Aug 23, 2022
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from #19007)
openssl-machine pushed a commit that referenced this pull request Aug 23, 2022
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from #19007)

(cherry picked from commit c92c3df)
@paulidale
Copy link
Contributor

Merged to all three branches. Thanks for the fix.

@paulidale paulidale closed this Aug 23, 2022
openssl-machine pushed a commit that referenced this pull request Aug 23, 2022
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from #19007)

(cherry picked from commit c92c3df)
bernd-edlinger pushed a commit to bernd-edlinger/openssl that referenced this pull request Sep 9, 2022
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#19007)

(cherry picked from commit c92c3df)
sftcd pushed a commit to sftcd/openssl that referenced this pull request Sep 24, 2022
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#19007)
beldmit pushed a commit to beldmit/openssl that referenced this pull request Dec 26, 2022
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#19007)
a-kromm-rogii pushed a commit to a-kromm-rogii/openssl that referenced this pull request Mar 14, 2025
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#19007)

(cherry picked from commit c92c3df)
kafei-cy added a commit to kafei-cy/Tongsuo that referenced this pull request Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: done This pull request has the required number of approvals branch: master Applies to master branch branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) branch: 3.0 Applies to openssl-3.0 branch cla: trivial One of the commits is marked as 'CLA: trivial' triaged: bug The issue/pr is/fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X509_V_FLAG_NO_CHECK_TIME leaves ctx->current_crl set

5 participants