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

TLSX_CA_Names_Parse: Verify the length of the extension #6644

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

julek-wolfssl
Copy link
Member

This depends on #6635 for the memio refactor.

@julek-wolfssl julek-wolfssl self-assigned this Jul 24, 2023
@julek-wolfssl julek-wolfssl marked this pull request as draft July 24, 2023 07:17
@julek-wolfssl julek-wolfssl force-pushed the zd/16441 branch 2 times, most recently from fd5d5b6 to c721a98 Compare July 28, 2023 11:55
src/tls.c Outdated
if (ret == 0 && wolfSSL_sk_X509_NAME_push(ssl->client_ca_names, name)
== WOLFSSL_FAILURE)
if (wolfSSL_sk_X509_NAME_push(ssl->client_ca_names, name)
== WOLFSSL_FAILURE)
ret = MEMORY_ERROR;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent this line please since in an inner if statement now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indented.

@JacobBarthelmeh
Copy link
Contributor

retest this please Jenkins

@JacobBarthelmeh JacobBarthelmeh merged commit 1468d77 into wolfSSL:master Jul 31, 2023
73 checks passed
@douzzer douzzer mentioned this pull request Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants