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 installation methods to use TLS v1.2 #688

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

yerke
Copy link
Contributor

@yerke yerke commented Jun 17, 2023

Update other installation methods for Unix compatible OSes to use TLS v1.2 consistently with https://github.com/rust-lang/rustup/blob/843459f893091f89b2dd5c7a977da1b3eb28df1b/www/index.html#L31

See rust-lang/www.rust-lang.org#1823 (comment) for more information on why it is useful. TLDR: this allows to avoid MITM attacks when users are installing Rust using rustup-init.sh.

See similar PR to rustup repo: rust-lang/rustup#3385

Closes #684

@yerke
Copy link
Contributor Author

yerke commented Jun 18, 2023

@rbtcollins Do you mind taking a look?

Copy link
Member

@Rustin170506 Rustin170506 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rylev rylev merged commit d081da9 into rust-lang:master Jun 19, 2023
@yerke yerke deleted the yerke/update-unix-install-method branch June 19, 2023 08:49
@ojeda
Copy link

ojeda commented Jun 19, 2023

Thanks for this!

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.

Slightly different rustup instructions compared to rust-lang.org's Install page
5 participants