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
Enable NuGet clients to support multiple timestamps on each signature. In the event that there is a problem with one timestamp, signature validation can fall back to another timestamp. This will improve long-term trust viability.
Note that NuGet client already allows multiple timestamps but only recognizes the first one during signature verification here and here.
nuget.org requires exactly 1 timestamp on each signature, and that would need to change too.
The text was updated successfully, but these errors were encountered:
Enable NuGet clients to support multiple timestamps on each signature. In the event that there is a problem with one timestamp, signature validation can fall back to another timestamp. This will improve long-term trust viability.
Note that NuGet client already allows multiple timestamps but only recognizes the first one during signature verification here and
here.
nuget.org requires exactly 1 timestamp on each signature, and that would need to change too.
The text was updated successfully, but these errors were encountered: