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

Update mbedTLS to 3.6.0 #3416

Merged
merged 1 commit into from
May 31, 2024
Merged

Update mbedTLS to 3.6.0 #3416

merged 1 commit into from
May 31, 2024

Conversation

Lpsd
Copy link
Member

@Lpsd Lpsd commented May 30, 2024

@botder
Copy link
Member

botder commented May 31, 2024

Isn't this enough?

#if defined(MBEDTLS_SSL_PROTO_TLS1_3) && MBEDTLS_VERSION_NUMBER >= 0x03060000
#define TLS13_SUPPORT
#endif

#ifdef TLS13_SUPPORT
ret = psa_crypto_init();
if(ret != PSA_SUCCESS) {
mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
failf(data, "mbedTLS psa_crypto_init returned (-0x%04X) %s",
-ret, errorbuf);
return CURLE_SSL_CONNECT_ERROR;
}
#endif /* TLS13_SUPPORT */

@Lpsd
Copy link
Member Author

Lpsd commented May 31, 2024

Yeah, I've updated my initial message as it seems we don't need to make any further changes.

@botder botder merged commit 0ba65bb into multitheftauto:master May 31, 2024
6 checks passed
@botder botder added the upstream Related to vendor library label May 31, 2024
@botder botder added this to the 1.6.1 milestone May 31, 2024
MegadreamsBE pushed a commit to MegadreamsBE/mtasa-blue that referenced this pull request Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Related to vendor library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants