lws/mbedtls-wrapper: Align SSL_CTX_new function declaration with OpenSSL#3477
Open
ThePassionate wants to merge 1 commit into
Open
lws/mbedtls-wrapper: Align SSL_CTX_new function declaration with OpenSSL#3477ThePassionate wants to merge 1 commit into
ThePassionate wants to merge 1 commit into
Conversation
Member
... did you build-test it? |
ThePassionate
force-pushed
the
ssl-openssl
branch
from
October 13, 2025 02:59
7334f9a to
b3d5dab
Compare
SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) is the declaration of openssl Signed-off-by: makejian <makejian@xiaomi.com>
ThePassionate
force-pushed
the
ssl-openssl
branch
from
October 13, 2025 03:31
b3d5dab to
4076612
Compare
Contributor
Author
Sorry, I had the mbedtls backend misconfigured in my compilation tests. The latest patch is now updated - could you please review and test it again? Thanks a lot! |
lws-team
force-pushed
the
main
branch
5 times, most recently
from
October 24, 2025 16:36
a677221 to
0c67054
Compare
lws-team
force-pushed
the
main
branch
2 times, most recently
from
November 6, 2025 08:28
f5fa440 to
278c671
Compare
lws-team
force-pushed
the
main
branch
2 times, most recently
from
December 29, 2025 15:24
580b993 to
c837e3f
Compare
lws-team
force-pushed
the
main
branch
9 times, most recently
from
January 25, 2026 20:25
260929d to
f06bf53
Compare
lws-team
force-pushed
the
main
branch
4 times, most recently
from
February 4, 2026 16:59
fb3f410 to
d8c745e
Compare
lws-team
force-pushed
the
main
branch
10 times, most recently
from
March 14, 2026 20:29
7405b2e to
ad2cc07
Compare
lws-team
force-pushed
the
main
branch
3 times, most recently
from
March 27, 2026 14:43
6790fe8 to
609de65
Compare
lws-team
force-pushed
the
main
branch
10 times, most recently
from
April 7, 2026 05:16
250ebbd to
c9cf315
Compare
lws-team
force-pushed
the
main
branch
2 times, most recently
from
April 13, 2026 11:21
a831f9e to
e34f0f9
Compare
lws-team
force-pushed
the
main
branch
4 times, most recently
from
April 24, 2026 13:07
3625646 to
d931993
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) is the declaration of openssl.
We hope that the OpenSSL interface in mbedtls-wrapper can also align with the OpenSSL real declaration.