From e41a67992804b98fc0c5d1a7ab82a95754a45917 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