aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2021-11-18 05:54:18 -0800
committerCopybara-Service <copybara-worker@google.com>2021-11-18 05:55:03 -0800
commit694c2ba234b6aff76efd09ef5756ed6bcbd615ef (patch)
tree51a998b8b57962e502a95c9d73bfc9938feffdd1 /cmake
parentb453c068872cfd8d6220120b29e2dd49db4ebc3b (diff)
downloadtink-694c2ba234b6aff76efd09ef5756ed6bcbd615ef.tar.gz
Add Wycheproof tests to ssl_aead_tests. Also refactored the test using parametrized test suites and updated the version of the wycheproof lib used with CMake to the same as Bazel.
PiperOrigin-RevId: 410780048
Diffstat (limited to 'cmake')
-rw-r--r--cmake/TinkWorkspace.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/TinkWorkspace.cmake b/cmake/TinkWorkspace.cmake
index 6663f0535..d034493cd 100644
--- a/cmake/TinkWorkspace.cmake
+++ b/cmake/TinkWorkspace.cmake
@@ -52,8 +52,8 @@ http_archive(
http_archive(
NAME wycheproof
- URL https://github.com/google/wycheproof/archive/f89f4c53a8845fcefcdb9f14ee9191dbe167e3e3.zip
- SHA256 b44bb0339ad149e6cdab1337445cf52440cbfc79684203a3db1c094d9ef8daea
+ URL https://github.com/google/wycheproof/archive/d8ed1ba95ac4c551db67f410c06131c3bc00a97c.zip
+ SHA256 eb1d558071acf1aa6d677d7f1cabec2328d1cf8381496c17185bd92b52ce7545
DATA_ONLY
)