Skip to content

Commit a461839

Browse files
committed
windows: upgrade .cosign signature to .sigstore
The suffix is entirely arbitrary on my part. I could find no mention of what this should be, and it's also brand new, with no clear practice or convention I could find. Anyway, the content of the .sigstore file is the "new bundle" format, which allows offline verification. It has been released in full last month by cosign and made the default in yesterday's release (3.0.1). It's also the officially recommanded format. This was preceded by a slipped out 3.0.0 release 2 days ago, triggering a quick fix downstream in curl-for-win. Ref: curl/curl-for-win@aaf54db Docs page not yet updated: https://docs.sigstore.dev/about/bundle/ Pending PR: sigstore/docs#385 Neither mentions a filename convention.
1 parent ab3a233 commit a461839

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

windows/_index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<a href="CURL_WIN64_ZIP" class="windl">curl for 64-bit (Intel)</a> <br>
4949
Size: CURL_WIN64_ZIP_SIZE<br>
5050
<a href="CURL_WIN64_ZIP.asc">pgp</a> /
51-
<a href="CURL_WIN64_ZIP.cosign">cosign</a> /
51+
<a href="CURL_WIN64_ZIP.sigstore">cosign</a> /
5252
<a href="CURL_WIN64_ZIP.txt">sha256</a>: SHA256_CURL_WIN64<br>
5353

5454
#ifdef CURL_WIN64A_ZIP
@@ -57,7 +57,7 @@
5757
<a href="CURL_WIN64A_ZIP" class="windl">curl for 64-bit (ARM64)</a> <br>
5858
Size: CURL_WIN64A_ZIP_SIZE<br>
5959
<a href="CURL_WIN64A_ZIP.asc">pgp</a> /
60-
<a href="CURL_WIN64A_ZIP.cosign">cosign</a> /
60+
<a href="CURL_WIN64A_ZIP.sigstore">cosign</a> /
6161
<a href="CURL_WIN64A_ZIP.txt">sha256</a>: SHA256_CURL_WIN64A<br>
6262
#endif
6363

@@ -67,7 +67,7 @@
6767
<a href="CURL_WIN32_ZIP" class="windl">curl for 32-bit (Intel)</a> <br>
6868
Size: CURL_WIN32_ZIP_SIZE<br>
6969
<a href="CURL_WIN32_ZIP.asc">pgp</a> /
70-
<a href="CURL_WIN32_ZIP.cosign">cosign</a> /
70+
<a href="CURL_WIN32_ZIP.sigstore">cosign</a> /
7171
<a href="CURL_WIN32_ZIP.txt">sha256</a>: SHA256_CURL_WIN32<br>
7272
#endif
7373

@@ -77,18 +77,18 @@
7777
<p>
7878
<a download="curl-win64-latest.zip" href="latest.cgi?p=win64-mingw.zip">curl for win64 Intel</a>
7979
/ <a download="curl-win64-latest.zip.asc" href="latest.cgi?p=win64-mingw.zip.asc">pgp</a>
80-
/ <a download="curl-win64-latest.zip.cosign" href="latest.cgi?p=win64-mingw.zip.cosign">cosign</a>
80+
/ <a download="curl-win64-latest.zip.sigstore" href="latest.cgi?p=win64-mingw.zip.sigstore">cosign</a>
8181
/ <a download="curl-win64-latest.zip.txt" href="latest.cgi?p=win64-mingw.zip.txt">sha256</a><br>
8282
#ifdef CURL_WIN64A_ZIP
8383
<a download="curl-win64a-latest.zip" href="latest.cgi?p=win64a-mingw.zip">curl for win64 ARM64</a>
8484
/ <a download="curl-win64a-latest.zip.asc" href="latest.cgi?p=win64a-mingw.zip.asc">pgp</a>
85-
/ <a download="curl-win64a-latest.zip.cosign" href="latest.cgi?p=win64a-mingw.zip.cosign">cosign</a>
85+
/ <a download="curl-win64a-latest.zip.sigstore" href="latest.cgi?p=win64a-mingw.zip.sigstore">cosign</a>
8686
/ <a download="curl-win64a-latest.zip.txt" href="latest.cgi?p=win64a-mingw.zip.txt">sha256</a><br>
8787
#endif
8888
#ifdef CURL_WIN32_ZIP
8989
<a download="curl-win32-latest.zip" href="latest.cgi?p=win32-mingw.zip">curl for win32 Intel</a>
9090
/ <a download="curl-win32-latest.zip.asc" href="latest.cgi?p=win32-mingw.zip.asc">pgp</a>
91-
/ <a download="curl-win32-latest.zip.cosign" href="latest.cgi?p=win32-mingw.zip.cosign">cosign</a>
91+
/ <a download="curl-win32-latest.zip.sigstore" href="latest.cgi?p=win32-mingw.zip.sigstore">cosign</a>
9292
/ <a download="curl-win32-latest.zip.txt" href="latest.cgi?p=win32-mingw.zip.txt">sha256</a><br>
9393
#endif
9494

0 commit comments

Comments
 (0)