Skip to content

aesdec: Fix padding removal for per-buffer-padding=FALSE

Jan Schmidt requested to merge thaytan/gstreamer:aesdec-padding-fix into main

When per-buffer-padding is FALSE, the OpenSSL context needs to be told to remove any padding at the end of the ciphertext

Fixes #1243 (closed)

Merge request reports