SECURITY UPDATE: heap buffer overflow in certtool template parsing
debian/patches/CVE-2025-32990.patch: use calloc(MAX_ENTRIES + 1)
instead of malloc(MAX_ENTRIES) in READ_MULTI_LINE and
READ_MULTI_LINE_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
asn1_delete_structure calls on non-owned ext parameter in
_gnutls_write_new_othername in lib/x509/extensions.c.