SECURITY UPDATE: heap buffer overflow in certtool template parsing
debian/patches/CVE-2025-32990.patch: use calloc(MAXENTRIES + 1)
instead of malloc(MAXENTRIES) in READMULTILINE and
READMULTILINE_TOKENIZED macros in src/certtool-cfg.c.
CVE-2025-32990
SECURITY UPDATE: double free when exporting othernames in SAN
debian/patches/CVE-2025-32988.patch: remove erroneous
asn1deletestructure calls on non-owned ext parameter in
gnutlswritenewothername in lib/x509/extensions.c.