Skip to content

Comments

Fix a test_verify failure#12549

Closed
mattcaswell wants to merge 1 commit intoopenssl:masterfrom
mattcaswell:fix-testverify
Closed

Fix a test_verify failure#12549
mattcaswell wants to merge 1 commit intoopenssl:masterfrom
mattcaswell:fix-testverify

Conversation

@mattcaswell
Copy link
Member

A recently added certificate in test/certs expired causing test_verify to fail.
This add a replacement certificate with a long expiry date.

Marking this as urgent because it is causing current build and Travis failures.

A recently added certificate in test/certs expired causing test_verify to fail.
This add a replacement certificate with a long expiry date.
@mattcaswell mattcaswell added branch: master Applies to master branch severity: urgent Fixes an urgent issue (exempt from 24h grace period) labels Jul 28, 2020
@mattcaswell
Copy link
Member Author

It seems strange that AppVeyor is passing in builds in spite of the problem fixed in this PR. It looks like the tests are not running properly in AppVeyor builds.

@mattcaswell
Copy link
Member Author

Ping? This impacts all current builds...

Copy link
Member

@romen romen left a comment

Choose a reason for hiding this comment

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

LGTM

@romen romen added approval: done This pull request has the required number of approvals approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jul 28, 2020
@paulidale
Copy link
Contributor

Merged to master.

@paulidale paulidale closed this Jul 28, 2020
openssl-machine pushed a commit that referenced this pull request Jul 28, 2020
A recently added certificate in test/certs expired causing test_verify to fail.
This add a replacement certificate with a long expiry date.

Reviewed-by: Nicola Tuveri <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from #12549)
This was referenced Jul 30, 2020
swenkeratmicrosoft pushed a commit to swenkeratmicrosoft/openssl that referenced this pull request Sep 1, 2020
A recently added certificate in test/certs expired causing test_verify to fail.
This add a replacement certificate with a long expiry date.

Reviewed-by: Nicola Tuveri <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#12549)
@DDvO DDvO reopened this May 27, 2021
@DDvO
Copy link
Contributor

DDvO commented May 27, 2021

This fix has a bug.
test/certs/ee-self-signed.pem obviously should be an EE cert,
but it became a CA cert.
openssl x509 -noout -text -in test/certs/ee-self-signed.pem | grep CA yields

                CA:TRUE

@DDvO
Copy link
Contributor

DDvO commented May 27, 2021

A recently added certificate in test/certs expired causing test_verify to fail.
This add a replacement certificate with a long expiry date.

IMO it would have been better to keep the original cert and use -no_check_time or -attime.

@t8m
Copy link
Member

t8m commented May 27, 2021

Please do not reopen pull requests with merged commits. Open a new issue or even better a PR to fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Applies to master branch severity: urgent Fixes an urgent issue (exempt from 24h grace period)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants