Skip to content

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

@0xPoe 0xPoe 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