From: "Shannon Sterz" <s.sterz@proxmox.com>
To: "Thomas Ellmenreich" <t.ellmenreich@proxmox.com>,
<pve-devel@lists.proxmox.com>
Subject: Re: [PATCH common/proxmox-acme v2 0/2] fix #5978: pem parser: relax parsing of chain entries
Date: Wed, 17 Jun 2026 15:21:14 +0200 [thread overview]
Message-ID: <DJBCTD75T5W9.1KV4I9BIXDCEY@proxmox.com> (raw)
In-Reply-To: <20260617124251.89036-1-t.ellmenreich@proxmox.com>
On Wed Jun 17, 2026 at 2:42 PM CEST, Thomas Ellmenreich wrote:
> According to RFC 8555, expected certchains should come
> without whitespace or explanatory texts inbetween chain
> entries. These two patches relax our parser to also
> accept text or whitespaces inbetween chain entries.
just a small note: usually when sending a v2 (or any version > 1) it's
encouraged to include a lit of changes since the last version. see for
example the cover letter of Lukas' recent series [1].
[1]: https://lore.proxmox.com/pdm-devel/20260615125823.193288-1-l.wagner@proxmox.com/T/#m6a7b03e2c9c612b69f49541deadda2f3bd412492
>
> pve-common:
>
> Thomas Ellmenreich (1):
> fix #5978: pem parser: relax parsing of chain entries:
>
> src/PVE/Certificate.pm | 25 +++-
> test/Makefile | 2 +
> test/check_pem_test.pl | 332 +++++++++++++++++++++++++++++++++++++++++
> test/split_pem_test.pl | 272 +++++++++++++++++++++++++++++++++
> 4 files changed, 625 insertions(+), 6 deletions(-)
> create mode 100755 test/check_pem_test.pl
> create mode 100755 test/split_pem_test.pl
>
>
> proxmox-acme:
>
> Thomas Ellmenreich (1):
> fix #5978: pem parser: relax parsing of chain entries:
>
> src/PVE/ACME.pm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>
> Summary over all repositories:
> 5 files changed, 629 insertions(+), 10 deletions(-)
next prev parent reply other threads:[~2026-06-17 13:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-17 12:42 [PATCH common/proxmox-acme v2 0/2] fix #5978: pem parser: relax parsing of chain entries Thomas Ellmenreich
2026-06-17 12:42 ` [PATCH common v2 1/2] fix #5978: pem parser: relax parsing of chain entries: Thomas Ellmenreich
2026-06-17 12:42 ` [PATCH proxmox-acme v2 2/2] " Thomas Ellmenreich
2026-06-17 13:21 ` Shannon Sterz [this message]
2026-06-18 8:46 ` [PATCH common/proxmox-acme v2 0/2] fix #5978: pem parser: relax parsing of chain entries Thomas Ellmenreich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DJBCTD75T5W9.1KV4I9BIXDCEY@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=t.ellmenreich@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.