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

MFL API Fix #243

Merged
merged 5 commits into from
Aug 9, 2021
Merged

MFL API Fix #243

merged 5 commits into from
Aug 9, 2021

Conversation

hannestschofenig
Copy link
Owner

@hannestschofenig hannestschofenig commented Apr 28, 2021

This PR addresses #209

The goal was also to better align the API (as noted here #130). However, the upstream Mbed TLS code has no harmonized API signature for the extension handling between the client and the server code either. Hence, the currently used API signature is consistent with the approach selected for upstream Mbed TLS in the sense that it is equally inconsistent.

In a future attempt to reduce the code size the extension handling code should be moved out of the client and server files. This would offer the possibility to do some harmonization.

library/ssl_tls13_client.c Outdated Show resolved Hide resolved
library/ssl_tls13_server.c Outdated Show resolved Hide resolved
@hanno-becker hanno-becker merged commit 10e2adb into tls13-prototype Aug 9, 2021
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.

2 participants