-
Notifications
You must be signed in to change notification settings - Fork 839
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
Python update to 3.12.6 #8345
Python update to 3.12.6 #8345
Conversation
ac09b58
to
bdc1b19
Compare
Failing test case for Python 3.8.14 port needs these changes wolfSSL/osp#225 |
Retest this please Jenkins |
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 split out the codespell stuff to give more time to review.
src/ssl_load.c:2818 wolfSSL_X509_STORE_add_crl(wolfSSL_CTX_get_cert_store(ctx), &crl);```
@dgarske I don't understand the only failing test here with codespell. A grep for |
Okay to merge with code spell issue. I've asked @julek-wolfssl to review this today quickly. Let's get this merged soon. |
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.
Review so far. Still need to look at src
and tests
.
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.
Nice work. Missing tests for wolfSSL_write_ex
and wolfSSL_read_ex
.
…RL with load_verify_locations, fix for get verified/unverified chain
…nd user data along
… case after rebase
3fafb69
to
9b04a4f
Compare
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.
Almost there. Just a few remaining comments.
ZD18885