-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single-line eab_hmac_key decoded as multi-line #5068
Comments
Please upgrade to the latest code and try again first. Maybe it's already fixed. |
annieoxe
pushed a commit
to annieoxe/acme.sh
that referenced
this issue
Mar 26, 2024
This commit resolves the issue acmesh-official#5068.
annieoxe
pushed a commit
to annieoxe/acme.sh
that referenced
this issue
Mar 26, 2024
This commit resolves the issue acmesh-official#5068.
annieoxe
pushed a commit
to annieoxe/acme.sh
that referenced
this issue
Mar 26, 2024
This commit resolves the issue acmesh-official#5068.
annieoxe
added a commit
to annieoxe/acme.sh
that referenced
this issue
Mar 26, 2024
This commit resolves the issue acmesh-official#5068.
annieoxe
added a commit
to annieoxe/acme.sh
that referenced
this issue
Mar 26, 2024
This commit resolves the issue acmesh-official#5068.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eab_hmac_key
is encoded as single line; however, during registrarion, it is decoded as multi-line_dbase64() multi
.When using newer versions of OpenSSL (1.1.1), there are no error upon decoding. However, when using OpenSSL (1.0.1), it results in an empty output.
In previous versions of acme.sh (3.0.2), it didn't fail when using OpenSSL 1.0.1 because the multi-line/single-line code blocks of
_dbase64()
were inverted, changed in #4057.The text was updated successfully, but these errors were encountered: