From: LoveSy <shana@zju.edu.cn>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH acme 0/1] Fix EBA MAC key decoding
Date: Wed, 17 Jan 2024 01:43:27 +0800 [thread overview]
Message-ID: <20240116174328.75567-1-shana@zju.edu.cn> (raw)
Accroding to RFC 8555:
> The MAC key SHOULD be provided in base64url-encoded form...
However, currently we are only decoding the MAC key as base64.
This patch uses the correct function to decode the user provided
MAC key as base64url format.
src/PVE/ACME.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.39.3 (Apple Git-145)
next reply other threads:[~2024-01-16 17:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-16 17:43 LoveSy [this message]
2024-01-16 17:43 ` [pmg-devel] [PATCH acme 1/1] " LoveSy
2024-01-18 9:31 ` Fiona Ebner
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=20240116174328.75567-1-shana@zju.edu.cn \
--to=shana@zju.edu.cn \
--cc=pmg-devel@lists.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.