I understand that Ubuntu 22.04 upgraded to OpenSSL 3.0. This has broken my university's secure WiFi access point joining script because "some insecure algorithms have been disabled by default". I don't want to downgrade to version 1.1.1, but instead install 1.1.1 alongside 3.0 ideally under an alias like openssl1
(just as I can with e.g. python2
and python3
) and then hack the script to use openssl1
.
What's the closest thing to a supported way to do this?