CVS: cvs.openbsd.org: src
Alexander Bluhm <[email protected]> Mon, 10 Aug 2026 05:36:08 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/10 05:36:08 Modified files: sbin/iked : Tag: OPENBSD_7_9 ca.c Log message: iked: avoid parameter overload Old ca_validate_cert() API interpreted data pointer as parsed X509 structure if len == 0 and crashed if a zero size certificate buffer was passed instead. Now we have an explicit certifcate and key parameter. from hshoexer@ markus@; ok bluhm@ tb@ tobhe@ this is errata/7.9/009_iked.patch.sig