ruby / openssl

Provides SSL, TLS and general purpose cryptography.
Other
240 stars 167 forks source link

Don't download OpenSSL from ftp.openssl.org anyomre #763

Closed KJTsanaktsidis closed 5 months ago

KJTsanaktsidis commented 5 months ago

OpenSSL announced that they're changing how they handle releases in this blog post: https://openssl.org/blog/blog/2024/04/30/releases-distribution-changes/

The tl;dr is that:

This commit just changes over to using openss.org/source instead of ftp.openssl.org. We might also need to switch to downloading directly from Github... let's see.

It also changes to cloning the head of openssl from github too.

junaruga commented 5 months ago

Thanks for the PR! It looks good to me!

KJTsanaktsidis commented 5 months ago

Thanks!