Case-insenstive comparison of algorithm in Digest header #111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per RFC 3230, algorithm comparison is supposed to be case-insensitive. However, Pleroma Relay only accepts the uppercase version ("SHA-256"), not the lowercase or mixed version ("sha-256", "sHA-256").