http://k3oxb4lrs7l3vt2lhy3w5ilrrqzeltdxjyne3t7sctmnyu3ypwpuszid.onion/VLESS-XHTTP3-Nginx-X25519MLKEM.html
Download the source, extract the tarball, and build the binary: wget https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz tar -xf openssl-3.5.0.tar.gz cd openssl-3.5.0 ./Configure --prefix=/opt '-Wl,-rpath,$(LIBRPATH)' make The make takes about 10 minutes. When it is finished: make install Check that you have built the expected version of OpenSSL ( 3.5.0 in our example): /opt/bin/openssl version Edit your Bash shell...