You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is about both of the sealing process and the verification process.
Even if we change the MaximumHeaders setting, it still works with the default value of 65536 In the verification process.
We set "MaximumHeaders" in openarc.conf to 1000.
When sealing an email with a header size of 1050, a seal was added.
We expected that a seal would not be added because the header size exceeded the value set in MaximumHeaders.
When verifying an email with a header size of 1050, an AR header was added.
We expected that an AR header would not be added because the header size exceeded the value set in MaximumHeaders.
The text was updated successfully, but these errors were encountered:
The following is about both of the sealing process and the verification process.
Even if we change the MaximumHeaders setting, it still works with the default value of 65536 In the verification process.
We set "MaximumHeaders" in openarc.conf to 1000.
When sealing an email with a header size of 1050, a seal was added.
We expected that a seal would not be added because the header size exceeded the value set in MaximumHeaders.
When verifying an email with a header size of 1050, an AR header was added.
We expected that an AR header would not be added because the header size exceeded the value set in MaximumHeaders.
The text was updated successfully, but these errors were encountered: