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

Fix CMP app TLS connection not respecting vpm options like -crl_check #16225

Closed
wants to merge 1 commit into from

Conversation

DDvO
Copy link
Contributor

@DDvO DDvO commented Aug 5, 2021

So far, apps/cmp.c just used load_certstore() to load the trust store for TLS connections,
but it must use the enhanced function load_trusted() that takes over any provied verification parameter options.

@DDvO DDvO added approval: otc review pending triaged: bug The issue/pr is/fixes a bug labels Aug 5, 2021
@DDvO DDvO added this to the 3.0.0 milestone Aug 5, 2021
@t8m t8m added approval: done This pull request has the required number of approvals and removed approval: otc review pending labels Aug 5, 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 Aug 6, 2021
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Aug 6, 2021
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #16225)
@DDvO
Copy link
Contributor Author

DDvO commented Aug 6, 2021

Merged - thanks @t8m for the swift approval.

@DDvO DDvO closed this Aug 6, 2021
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.

3 participants