Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

25-test_verify.t: correct a test case, add one on self-signed EE cert w/ keyCertSign #15656

Closed
wants to merge 3 commits into from

Conversation

DDvO
Copy link
Contributor

@DDvO DDvO commented Jun 8, 2021

  • 25-test_verify.t: Add test case: accept trusted self-signed EE cert with key usage keyCertSign also when strict.
    Such a cert would not be well-formed according to RFC 5280, but it is okay because RFC 6818 section 2 clarifies that directly trusted self-signed EE certs are out of scope.
  • 25-test_verify.t: Prevent expiration of test case 'Name constraints bad othername name constraint'
    as agreed in Check that we got the expected name type when verifying name constraints #15611 (comment). Otherwise the test case would become useless.
  • test/certs/mkcert.sh: Correct description of geneealt parameters
  • tests are added or updated

@DDvO DDvO added approval: otc review pending This pull request needs review by an OTC member triaged: bug The issue/pr is/fixes a bug labels Jun 8, 2021
@DDvO
Copy link
Contributor Author

DDvO commented Jun 8, 2021

The two CI failures on external tests are unrelated.

@t8m t8m added approval: done This pull request has the required number of approvals and removed approval: otc review pending This pull request needs review by an OTC member labels Jun 8, 2021
@openssl-machine openssl-machine added 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 Jun 9, 2021
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Jun 9, 2021
…ad othername name constraint'

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #15656)
openssl-machine pushed a commit that referenced this pull request Jun 9, 2021
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #15656)
openssl-machine pushed a commit that referenced this pull request Jun 9, 2021
…ith key usage keyCertSign also when strict

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #15656)
@DDvO
Copy link
Contributor Author

DDvO commented Jun 9, 2021

Merged - thanks @t8m

@DDvO DDvO closed this Jun 9, 2021
devnexen pushed a commit to devnexen/openssl that referenced this pull request Jul 7, 2021
…ad othername name constraint'

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#15656)
devnexen pushed a commit to devnexen/openssl that referenced this pull request Jul 7, 2021
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#15656)
devnexen pushed a commit to devnexen/openssl that referenced this pull request Jul 7, 2021
…ith key usage keyCertSign also when strict

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#15656)
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 triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants