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:
Joey Hess 2022-04-19 12:02:10 -04:00
parent 3371fedbba
commit fd65de0eb9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 7 additions and 1 deletions

View file

@ -49,3 +49,7 @@ ok
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Of course! I'm using it to track assets in an infrastructure repository
> I've changed it to use aes256-gcm. I have not verified if there
> is other breakage from the new version, so file a bug if you find any.
> [[done]] --[[Joey]]