go-crypto icon indicating copy to clipboard operation
go-crypto copied to clipboard

Fix session key length generation

Open wussler opened this issue 1 year ago • 1 comments

If AEAD is in use, we should generate a session key of the length of the cipher suite. This triggers when a key has a different AEAD preference than the cipher.

wussler avatar Feb 29 '24 17:02 wussler

We should add the fix to the v2 API as well.

  • [x] Fix session key length generation in V2 API

lubux avatar Mar 04 '24 09:03 lubux