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

Complete implementation of MbedTLS as backend #528

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

huitema
Copy link
Collaborator

@huitema huitema commented May 16, 2024

No description provided.

@barracuda156
Copy link

@huitema How is this going?

@huitema huitema requested a review from kazuho June 2, 2024 15:19
@huitema
Copy link
Collaborator Author

huitema commented Jun 2, 2024

I think this PR is ready. It allows using MbedTLS as a self-sufficient back end, including for functions like certificate verification. I would like review of the code that derives the server's public key from the list of certificates. In all the tests, the size of the list is 1, so the assumption that the first certificate is good works. But if the list contains more certificates, we probably have some extra work to do.

@huitema
Copy link
Collaborator Author

huitema commented Jun 3, 2024

@kazuho in the test assets, do we have example of certificate chains containing more than 1 certificate?

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.

None yet

2 participants