You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Alex.
My client doesn't seem to be able to find some of the slightly more modern algorithms - even though they were explicitly compiled. How can I convince the client to find them ?
I want to be able to specify a strong ciphersuite upon request.
//sess.method_pref(MethodType::Kex, "curve25519-sha256").unwrap();
//sess.method_pref(MethodType::CryptCs,"[email protected]").unwrap();
//sess.method_pref(MethodType::MacCs,"[email protected]").unwrap();
Steps taken
compiled openssl 3.0.x from scratch using -fPIC
statically linked openssl
checked the cipher suite using strace
observed that modern algos such as gcm appear to be missing
Hi Alex.
My client doesn't seem to be able to find some of the slightly more modern algorithms - even though they were explicitly compiled. How can I convince the client to find them ?
I want to be able to specify a strong ciphersuite upon request.
//sess.method_pref(MethodType::Kex, "curve25519-sha256").unwrap();
//sess.method_pref(MethodType::CryptCs,"[email protected]").unwrap();
//sess.method_pref(MethodType::MacCs,"[email protected]").unwrap();
Steps taken
The text was updated successfully, but these errors were encountered: