aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/actions/fetch-vectors/action.yml2
-rw-r--r--.github/workflows/x509-limbo-version-bump.yml4
-rw-r--r--docs/development/test-vectors.rst5
3 files changed, 4 insertions, 7 deletions
diff --git a/.github/actions/fetch-vectors/action.yml b/.github/actions/fetch-vectors/action.yml
index 4e3a214..4dc1676 100644
--- a/.github/actions/fetch-vectors/action.yml
+++ b/.github/actions/fetch-vectors/action.yml
@@ -7,7 +7,7 @@ runs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
- repository: "google/wycheproof"
+ repository: "C2SP/wycheproof"
path: "wycheproof"
# Latest commit on the wycheproof master branch, as of Mar 16, 2024.
ref: "1621269c9f8e4a11f7de5dd2cb353400f054ce6f" # wycheproof-ref
diff --git a/.github/workflows/x509-limbo-version-bump.yml b/.github/workflows/x509-limbo-version-bump.yml
index dfd4f9b..225a8d3 100644
--- a/.github/workflows/x509-limbo-version-bump.yml
+++ b/.github/workflows/x509-limbo-version-bump.yml
@@ -34,12 +34,12 @@ jobs:
if: steps.check-sha-x509-limbo.outputs.COMMIT_SHA
- id: check-sha-wycheproof
run: |
- SHA=$(git ls-remote https://github.com/google/wycheproof refs/heads/master | cut -f1)
+ SHA=$(git ls-remote https://github.com/C2SP/wycheproof refs/heads/master | cut -f1)
LAST_COMMIT=$(grep wycheproof-ref .github/actions/fetch-vectors/action.yml | grep -oE '[a-f0-9]{40}')
if ! grep -q "$SHA" .github/actions/fetch-vectors/action.yml; then
echo "COMMIT_SHA=${SHA}" >> $GITHUB_OUTPUT
echo "COMMIT_MSG<<EOF" >> $GITHUB_OUTPUT
- echo -e "## wycheproof\n[Commit: ${SHA}](https://github.com/google/wycheproof/commit/${SHA})\n\n[Diff](https://github.com/google/wycheproof/compare/${LAST_COMMIT}...${SHA}) between the last commit hash merged to this repository and the new commit." >> $GITHUB_OUTPUT
+ echo -e "## wycheproof\n[Commit: ${SHA}](https://github.com/C2SP/wycheproof/commit/${SHA})\n\n[Diff](https://github.com/C2SP/wycheproof/compare/${LAST_COMMIT}...${SHA}) between the last commit hash merged to this repository and the new commit." >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
fi
- name: Update wycheproof
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index aeff528..0f608e8 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -21,9 +21,6 @@ for various cryptographic algorithms. These are not included in the repository
(or ``cryptography_vectors`` package), but rather cloned from Git in our
continuous integration environments.
-We have ensured all test vectors are used as of commit
-``d9f6ec7d8bd8c96da05368999094e4a75ba5cb3d``.
-
Asymmetric ciphers
~~~~~~~~~~~~~~~~~~
@@ -1049,7 +1046,7 @@ header format (substituting the correct information):
.. _`NIST`: https://www.nist.gov/
.. _`IETF`: https://www.ietf.org/
-.. _`Project Wycheproof`: https://github.com/google/wycheproof
+.. _`Project Wycheproof`: https://github.com/C2SP/wycheproof
.. _`NIST CAVP`: https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program
.. _`Bruce Schneier's vectors`: https://www.schneier.com/wp-content/uploads/2015/12/vectors-2.txt
.. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/