SECURITY UPDATE: A NULL pointer dereference in rsacmsdecrypt() when
processing CMS messages with RSA-OAEP encryption where pSourceFunc is
present but its parameters field is absent can trigger a crash, leading
to Denial of Service.
debian/patches/CVE-2026-28390.patch: use X509ALGORget0 and
ASN1STRING* accessors to safely parse pSourceFunc; duplicate the
OAEP label before handing it to EVPPKEYCTXset0rsaoaeplabel.