Skip to content

mbedtls, check version for cipher id #13749

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

Closed
wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented May 22, 2024

  • mbedtls_ssl_get_ciphersuite_id_from_ssl() seems to have been added in mbedtls 3.2.0. Check for that version.

- mbedtls_ssl_get_ciphersuite_id_from_ssl() seems to have
  been added in mbedtls 3.2.0. Check for that version.
@github-actions github-actions bot added the TLS label May 22, 2024
@bagder bagder linked an issue May 22, 2024 that may be closed by this pull request
@bagder bagder closed this in 0c4b4c1 May 22, 2024
AndrewPiroli added a commit to AndrewPiroli/wii-curl that referenced this pull request May 23, 2024
The release was broken with certain versions of mbedtls, including the
one I'm using. I've pulled in the commit that fixes it as a standalone
patch for now, this can be removed next release.

curl/curl#13748

curl/curl#13749

https://github.com/curl/curl/commit/2afeacd27e5877000c205c255816aa62e5eeaa32.diff
sergio-nsk pushed a commit to snxd/curl that referenced this pull request Jul 9, 2024
mbedtls_ssl_get_ciphersuite_id_from_ssl() seems to have been added in
mbedtls 3.2.0. Check for that version.

Closes curl#13749
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

[BUG]: 8.8.0: fails to build with mbedtls
2 participants