aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/test/data/keys
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 19:32:01 +0200
committerGitHub Enterprise <[email protected]>2025-10-24 19:32:01 +0200
commit4cba4eb3f122c7a1a49b629b1c0656d7f817f001 (patch)
treee184821073167f6e81a75193efca91013d7b359b /thirdparty/cpr/test/data/keys
parentfixed progress bar when scanning changed local files (#608) (diff)
downloadzen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.tar.xz
zen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.zip
move cpr in-tree (#605)
* added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build)
Diffstat (limited to 'thirdparty/cpr/test/data/keys')
-rw-r--r--thirdparty/cpr/test/data/keys/client.key3
-rw-r--r--thirdparty/cpr/test/data/keys/root-ca.key3
-rw-r--r--thirdparty/cpr/test/data/keys/server.key3
-rw-r--r--thirdparty/cpr/test/data/keys/server.pub3
4 files changed, 12 insertions, 0 deletions
diff --git a/thirdparty/cpr/test/data/keys/client.key b/thirdparty/cpr/test/data/keys/client.key
new file mode 100644
index 000000000..120f9e055
--- /dev/null
+++ b/thirdparty/cpr/test/data/keys/client.key
@@ -0,0 +1,3 @@
+-----BEGIN PRIVATE KEY-----
+MC4CAQAwBQYDK2VwBCIEIPTCPxm8reXOE2aIrafTcibvg4f6Rg1/F2LVk12EILzJ
+-----END PRIVATE KEY-----
diff --git a/thirdparty/cpr/test/data/keys/root-ca.key b/thirdparty/cpr/test/data/keys/root-ca.key
new file mode 100644
index 000000000..a574c0be1
--- /dev/null
+++ b/thirdparty/cpr/test/data/keys/root-ca.key
@@ -0,0 +1,3 @@
+-----BEGIN PRIVATE KEY-----
+MC4CAQAwBQYDK2VwBCIEIHbCvDGMRz5Ky+7gJvQYZ5t+5sZyHI+UcAKWvS20CoLU
+-----END PRIVATE KEY-----
diff --git a/thirdparty/cpr/test/data/keys/server.key b/thirdparty/cpr/test/data/keys/server.key
new file mode 100644
index 000000000..bfdefcb16
--- /dev/null
+++ b/thirdparty/cpr/test/data/keys/server.key
@@ -0,0 +1,3 @@
+-----BEGIN PRIVATE KEY-----
+MC4CAQAwBQYDK2VwBCIEIGVXwKYyi/u52mmDVC56TSorC/GGNqgyiW4+jsDno81i
+-----END PRIVATE KEY-----
diff --git a/thirdparty/cpr/test/data/keys/server.pub b/thirdparty/cpr/test/data/keys/server.pub
new file mode 100644
index 000000000..715576ad1
--- /dev/null
+++ b/thirdparty/cpr/test/data/keys/server.pub
@@ -0,0 +1,3 @@
+-----BEGIN PUBLIC KEY-----
+MCowBQYDK2VwAyEAjrglTlGN90QbUpAzFLkNBaSIaUohA7vJ7iY0Wr1CV5M=
+-----END PUBLIC KEY-----