Is it possible to enable TLS cipher based on 3DES, BF, CAMELLIA, IDEA, SEED algorithm on OpenVPN 2.4.7?
Posted: Wed Jun 30, 2021 11:02 pm
I'm on project that implementation a block cipher algorithm to be a TLS cipher suite on OpenVPN 2.4.7 based Raspberry Pi 3 Model B+. and the testing is to make comparison of algorithm TLS cipher suite performance between my modification algorithm, with 3DES, AES, Blowfish, Camellia, SEED, and IDEA. But when I check the list of TLS cipher suite on OpenVPN, with Then the TLS cipher suite that shown/listed is TLS cipher suite based on AES, and my algorithm.
Anybody know how to enabling TLS cipher suite based on 3DES, AES< Blowfish, Camellia, SEED, and IDEA? Thanks
Code: Select all
openvpn --show-tls
Anybody know how to enabling TLS cipher suite based on 3DES, AES< Blowfish, Camellia, SEED, and IDEA? Thanks