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

Test x509 store api #2652

Closed
wants to merge 2 commits into from
Closed

Conversation

levitte
Copy link
Member

@levitte levitte commented Feb 16, 2017

Checklist
  • tests are added or updated
Description of change

It turns out that we don't have any test of the X509_STORE / X509_LOOKUP API. openssl verify uses that API when given -CApath and -CAfile, so this is a fairly simple test based on that command.

@levitte levitte added 1.1.0 branch: master Merge to master branch labels Feb 16, 2017
@levitte
Copy link
Member Author

levitte commented Feb 16, 2017

This should increase coverage somewhat.

levitte added a commit that referenced this pull request Feb 17, 2017
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #2652)
levitte added a commit that referenced this pull request Feb 17, 2017
Fortunately, "openssl verify" makes good use of that API

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #2652)
levitte added a commit that referenced this pull request Feb 17, 2017
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #2652)
(cherry picked from commit 532e7b3)
levitte added a commit that referenced this pull request Feb 17, 2017
Fortunately, "openssl verify" makes good use of that API

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #2652)
(cherry picked from commit bb0f7ec)
@levitte
Copy link
Member Author

levitte commented Feb 17, 2017

Merged

@levitte levitte closed this Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants