-
Couldn't load subscription status.
- Fork 900
Fix X509 load locations to handle PEM files with multiple certs #8850
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
base: master
Are you sure you want to change the base?
Conversation
|
Retest this please. Found unhandled hudson.remoting.RequestAbortedException exception: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the new tests and check if the CRL functionality is tested somewhere.
|
@ColtonWilley please rebase to run all the latest tests. |
Description
wolfSSL_X509_load_locations() previously did not handle PEM files with multiple certs in one file, only the first cert would be loaded. Modify wolfSSL_X509_load_locations() to fix this by using existing logic in x509.c to loop over the PEM headers and load each item, cert or CRL.
Fixes zd 19835
Checklist