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

feat: add features for other tls types #465

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ctrlaltf24
Copy link
Collaborator

Turned out to be rather easy due to all tls being handled by our dependencies.

Don't love the _fallback-tls feature, however with it we can use cargo-all-features, which helps reduce feature related bugs.

Downside of cargo-all-features is it takes a long time to execute.

Fixes: #407, #366

cc: @GaryCraft @tyilo @rageshkrishna

Turned out to be rather easy due to all tls being handled by our dependencies.

Don't love the _fallback-tls feature, however with it we can use cargo-all-features,
which helps reduce feature related bugs.

Downside of cargo-all-features is it takes a long time to execute.

Fixes: 1c3t3a#407, 1c3t3a#366
There's still an error with ci.
engineio/src/lib.rs/test/tls_connector doesn't function the same as native-tls one (as it properly validates hostnames)

Needs further investigation as to why the hostname shows as invalid in ci. If we no longer need that, then this PR can be merged.
@ctrlaltf24 ctrlaltf24 force-pushed the feat-add-features-for-other-tls-types branch from 2328485 to 4ea65ec Compare September 20, 2024 04:41
@ctrlaltf24
Copy link
Collaborator Author

ctrlaltf24 commented Sep 20, 2024

Ran out of time. Need to still resolve the CI issue where for some reason the certificates are showing up as invalid hostnames.

If someone could fix that bug, this would be ready to go.

@ctrlaltf24 ctrlaltf24 marked this pull request as draft September 20, 2024 04:42
@ctrlaltf24 ctrlaltf24 removed the request for review from 1c3t3a September 20, 2024 04:49
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.

Unable to cross-compile for android
1 participant