Go to file
YU Jincheng 5cff218218 eba: support decoding MAC key provided in base64url format
According 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 chooses the correct function to decode the user provided
MAC key. This can fix authentication error when a user uses command
`pvenode acme account register` and paste the EBA MAC key as prompted.

Signed-off-by: YU Jincheng <shana@zju.edu.cn>
Tested-by: Folke Gleumes <f.gleumes@proxmox.com>
 [ TL: fix typo in message, reword subject ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-02-12 09:51:51 +01:00
debian bump version to 1.5.0 2023-11-13 11:35:27 +01:00
src eba: support decoding MAC key provided in base64url format 2024-02-12 09:51:51 +01:00
.gitignore Add Debian Buildsystem config 2020-04-02 14:29:16 +02:00
.gitmodules use smart-relative gitmodule path 2020-05-03 17:17:39 +02:00
Makefile buildsys: expand clean target 2023-05-07 13:18:27 +02:00