multicast: Support uftp 5.0 by switching from aes256-cbc to aes256-gcm
aes256-gcm is supported by both 4.x and 5.x, while 5.x dropped aes256-cbc. Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
parent
3371fedbba
commit
fd65de0eb9
3 changed files with 7 additions and 1 deletions
|
@ -152,7 +152,7 @@ send ups fs = do
|
|||
let ps =
|
||||
-- Force client authentication.
|
||||
[ Param "-c"
|
||||
, Param "-Y", Param "aes256-cbc"
|
||||
, Param "-Y", Param "aes256-gcm"
|
||||
, Param "-h", Param "sha512"
|
||||
-- Picked ecdh_ecdsa for perfect forward secrecy,
|
||||
-- and because a EC key exchange algorithm is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue