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

No server certificate set #88

Open
pankajbelwalcse opened this issue Nov 8, 2023 · 0 comments
Open

No server certificate set #88

pankajbelwalcse opened this issue Nov 8, 2023 · 0 comments

Comments

@pankajbelwalcse
Copy link

pankajbelwalcse commented Nov 8, 2023

Im encountering this error while trying tlsclienthello.c example. And also not able to do complete handshake. No Change cipher spec sent. Im trying with TLS 1.3 version.
if ((!len) || (!context->certificates) || (!context->certificates_count) || (!context->certificates[0]) ||
(!context->certificates[0]->der_bytes) || (!context->certificates[0]->der_len))

this condition inside _private_tls_verify_rsa() seems true after Server Hello (HANDSHAKE)

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

No branches or pull requests

1 participant