summaryrefslogtreecommitdiff
path: root/tests/tls13
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13')
-rw-r--r--tests/tls13/anti_replay.c2
-rw-r--r--tests/tls13/change_cipher_spec.c2
-rw-r--r--tests/tls13/cookie.c2
-rw-r--r--tests/tls13/ext-parse.h2
-rw-r--r--tests/tls13/hello_random_value.c2
-rw-r--r--tests/tls13/hello_retry_request.c2
-rw-r--r--tests/tls13/key_limits.c2
-rw-r--r--tests/tls13/key_share.c2
-rw-r--r--tests/tls13/key_update.c2
-rw-r--r--tests/tls13/multi-ocsp.c2
-rw-r--r--tests/tls13/no-psk-exts.c2
-rw-r--r--tests/tls13/ocsp-client.c2
-rw-r--r--tests/tls13/post-handshake-with-cert-auto.c2
-rw-r--r--tests/tls13/post-handshake-with-cert-ticket.c2
-rw-r--r--tests/tls13/post-handshake-with-cert.c2
-rw-r--r--tests/tls13/post-handshake-with-psk.c2
-rw-r--r--tests/tls13/post-handshake-without-cert.c2
-rw-r--r--tests/tls13/prf.c2
-rw-r--r--tests/tls13/psk-dumbfw.c2
-rw-r--r--tests/tls13/psk-ext.c2
-rw-r--r--tests/tls13/rnd-check-rollback-val.c2
-rw-r--r--tests/tls13/rnd-rollback-detection.c2
-rw-r--r--tests/tls13/supported_versions.c2
-rw-r--r--tests/tls13/tls12-no-tls13-exts.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/tests/tls13/anti_replay.c b/tests/tls13/anti_replay.c
index d8636f0b43..e0aea00385 100644
--- a/tests/tls13/anti_replay.c
+++ b/tests/tls13/anti_replay.c
@@ -14,7 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/change_cipher_spec.c b/tests/tls13/change_cipher_spec.c
index 09ef786789..70d769832a 100644
--- a/tests/tls13/change_cipher_spec.c
+++ b/tests/tls13/change_cipher_spec.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/cookie.c b/tests/tls13/cookie.c
index 562b9885f3..aa4d074178 100644
--- a/tests/tls13/cookie.c
+++ b/tests/tls13/cookie.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
/* This program tests whether a cookie sent by the server is repeated
diff --git a/tests/tls13/ext-parse.h b/tests/tls13/ext-parse.h
index d3f2275c4f..9a22de57f9 100644
--- a/tests/tls13/ext-parse.h
+++ b/tests/tls13/ext-parse.h
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#include "utils.h"
diff --git a/tests/tls13/hello_random_value.c b/tests/tls13/hello_random_value.c
index b0ef0b2309..62bdde46d8 100644
--- a/tests/tls13/hello_random_value.c
+++ b/tests/tls13/hello_random_value.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
/* This program tests whether the second client hello contains the same
diff --git a/tests/tls13/hello_retry_request.c b/tests/tls13/hello_retry_request.c
index 66e4701e3a..c0d270ca41 100644
--- a/tests/tls13/hello_retry_request.c
+++ b/tests/tls13/hello_retry_request.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/key_limits.c b/tests/tls13/key_limits.c
index 078ee9e804..d76bcde428 100644
--- a/tests/tls13/key_limits.c
+++ b/tests/tls13/key_limits.c
@@ -17,7 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/key_share.c b/tests/tls13/key_share.c
index c848fe5a15..6f8b1e9293 100644
--- a/tests/tls13/key_share.c
+++ b/tests/tls13/key_share.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/key_update.c b/tests/tls13/key_update.c
index 9abfa8afed..e9fae865ba 100644
--- a/tests/tls13/key_update.c
+++ b/tests/tls13/key_update.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/multi-ocsp.c b/tests/tls13/multi-ocsp.c
index 534e9713fd..e7a52e125a 100644
--- a/tests/tls13/multi-ocsp.c
+++ b/tests/tls13/multi-ocsp.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/no-psk-exts.c b/tests/tls13/no-psk-exts.c
index c1c25fdf16..e26beeef2c 100644
--- a/tests/tls13/no-psk-exts.c
+++ b/tests/tls13/no-psk-exts.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/ocsp-client.c b/tests/tls13/ocsp-client.c
index 5fb60770e7..a98dfdc77e 100644
--- a/tests/tls13/ocsp-client.c
+++ b/tests/tls13/ocsp-client.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-cert-auto.c b/tests/tls13/post-handshake-with-cert-auto.c
index 74f7d8898a..ed6776b0f0 100644
--- a/tests/tls13/post-handshake-with-cert-auto.c
+++ b/tests/tls13/post-handshake-with-cert-auto.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-cert-ticket.c b/tests/tls13/post-handshake-with-cert-ticket.c
index 3de0d2b644..05cb5c88e9 100644
--- a/tests/tls13/post-handshake-with-cert-ticket.c
+++ b/tests/tls13/post-handshake-with-cert-ticket.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-cert.c b/tests/tls13/post-handshake-with-cert.c
index 4875151621..72863e38a5 100644
--- a/tests/tls13/post-handshake-with-cert.c
+++ b/tests/tls13/post-handshake-with-cert.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-psk.c b/tests/tls13/post-handshake-with-psk.c
index 10eb83c940..d11512928e 100644
--- a/tests/tls13/post-handshake-with-psk.c
+++ b/tests/tls13/post-handshake-with-psk.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-without-cert.c b/tests/tls13/post-handshake-without-cert.c
index e6075ab0a0..130b55b5b5 100644
--- a/tests/tls13/post-handshake-without-cert.c
+++ b/tests/tls13/post-handshake-without-cert.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/prf.c b/tests/tls13/prf.c
index fda8ce6843..6cc96580dd 100644
--- a/tests/tls13/prf.c
+++ b/tests/tls13/prf.c
@@ -14,7 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/psk-dumbfw.c b/tests/tls13/psk-dumbfw.c
index 5d8ad8b152..c3e2e3821e 100644
--- a/tests/tls13/psk-dumbfw.c
+++ b/tests/tls13/psk-dumbfw.c
@@ -18,7 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/psk-ext.c b/tests/tls13/psk-ext.c
index 27dca45eda..370a8e1a76 100644
--- a/tests/tls13/psk-ext.c
+++ b/tests/tls13/psk-ext.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/rnd-check-rollback-val.c b/tests/tls13/rnd-check-rollback-val.c
index 6b7adafcb5..72399208a9 100644
--- a/tests/tls13/rnd-check-rollback-val.c
+++ b/tests/tls13/rnd-check-rollback-val.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/rnd-rollback-detection.c b/tests/tls13/rnd-rollback-detection.c
index 0d1ef01498..b66c916432 100644
--- a/tests/tls13/rnd-rollback-detection.c
+++ b/tests/tls13/rnd-rollback-detection.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/supported_versions.c b/tests/tls13/supported_versions.c
index dbcc33d903..5917fd8d50 100644
--- a/tests/tls13/supported_versions.c
+++ b/tests/tls13/supported_versions.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/tls12-no-tls13-exts.c b/tests/tls13/tls12-no-tls13-exts.c
index ead25b4ad2..36fae5b2be 100644
--- a/tests/tls13/tls12-no-tls13-exts.c
+++ b/tests/tls13/tls12-no-tls13-exts.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
#ifdef HAVE_CONFIG_H