aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-01 13:40:16 -0400
committerJack Lloyd <[email protected]>2017-09-01 13:43:03 -0400
commit4cc355c689fa6a38a77ff2f97253ca4cf74ffd28 (patch)
tree799b6f8abd776fbe68222f973810932d3ebe731b /src/tests/unit_x509.cpp
parent18bfd3ff33dc7fbb45465b2c0a4c997d716882f8 (diff)
Change http://botan.randombit.net to https URIs
Not a big deal since the site already uses HSTS, but whatever. [ci skip]
Diffstat (limited to 'src/tests/unit_x509.cpp')
-rw-r--r--src/tests/unit_x509.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp
index 66cbddb36..0979325ce 100644
--- a/src/tests/unit_x509.cpp
+++ b/src/tests/unit_x509.cpp
@@ -40,7 +40,7 @@ Botan::X509_Cert_Options ca_opts()
{
Botan::X509_Cert_Options opts("Test CA/US/Botan Project/Testing");
- opts.uri = "http://botan.randombit.net";
+ opts.uri = "https://botan.randombit.net";
opts.dns = "botan.randombit.net";
opts.email = "[email protected]";
@@ -53,7 +53,7 @@ Botan::X509_Cert_Options req_opts1(const std::string& algo)
{
Botan::X509_Cert_Options opts("Test User 1/US/Botan Project/Testing");
- opts.uri = "http://botan.randombit.net";
+ opts.uri = "https://botan.randombit.net";
opts.dns = "botan.randombit.net";
opts.email = "[email protected]";
@@ -78,7 +78,7 @@ Botan::X509_Cert_Options req_opts2()
{
Botan::X509_Cert_Options opts("Test User 2/US/Botan Project/Testing");
- opts.uri = "http://botan.randombit.net";
+ opts.uri = "https://botan.randombit.net";
opts.dns = "botan.randombit.net";
opts.email = "[email protected]";