From 0cf8f705445ca0e7650af43547f253a5cdcdd67b Mon Sep 17 00:00:00 2001 From: Enginex0 Date: Mon, 2 Feb 2026 18:43:41 +0100 Subject: [PATCH] fix(pki): strip HTML comments from PEM blocks before parsing Some upstream keybox sources inject HTML comments inside PEM certificate blocks. BouncyCastle's PEMParser chokes on these non-base64 lines, silently failing to load the keybox. Filter lines starting with