-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[qtbase] Add securetransport feature to build with SSL support on iOS #36286
Conversation
should the default-features be modified, so that securetransport is enabled for ios and openssl is disabled for ios? |
@m-kuhn , your comment has been addressed. |
For the record, SecureTransport is considered legacy already and a new Network framework is inbound |
@nirvn |
@LilyWangLL , yes, it will be done within the next 24 hours |
@LilyWangLL , done. |
@nirvn Could you please resolve the conflicts? |
ab9e0df
to
50ef0ed
Compare
@Cheney-W , done, thanks for the heads up, hadn't noticed. |
@Cheney-W , @LilyWangLL , PR rebased once again to take care of the new conflict that arose. |
This PR adds a secure transport feature to qtbase. The feature is needed when building on iOS to allow for SSL networking.