summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/asynctest.c2
-rw-r--r--test/bio_enc_test.c2
-rw-r--r--test/bntest.c2
-rw-r--r--test/cmp_client_test.c2
-rw-r--r--test/cmp_vfy_test.c2
-rw-r--r--test/cmsapitest.c2
-rw-r--r--test/context_internal_test.c2
-rw-r--r--test/crltest.c2
-rw-r--r--test/ct_test.c2
-rw-r--r--test/dhtest.c2
-rw-r--r--test/dtls_mtu_test.c2
-rw-r--r--test/endecode_test.c2
-rw-r--r--test/enginetest.c2
-rw-r--r--test/evp_extra_test.c2
-rw-r--r--test/evp_extra_test2.c2
-rw-r--r--test/evp_fetch_prov_test.c2
-rw-r--r--test/evp_libctx_test.c2
-rw-r--r--test/evp_pkey_dparams_test.c2
-rw-r--r--test/evp_pkey_provided_test.c2
-rw-r--r--test/evp_test.c2
-rw-r--r--test/helpers/handshake.c2
-rw-r--r--test/helpers/handshake_srp.c2
-rw-r--r--test/helpers/predefined_dhparams.c2
-rw-r--r--test/helpers/predefined_dhparams.h2
-rw-r--r--test/helpers/ssl_test_ctx.c2
-rw-r--r--test/helpers/ssltestlib.c2
-rw-r--r--test/mdc2test.c2
-rw-r--r--test/p_test.c2
-rw-r--r--test/param_build_test.c2
-rw-r--r--test/params_api_test.c2
-rw-r--r--test/params_conversion_test.c2
-rw-r--r--test/params_test.c2
-rw-r--r--test/provfetchtest.c2
-rw-r--r--test/provider_test.c2
-rw-r--r--test/rdcpu_sanitytest.c2
-rw-r--r--test/recipes/02-test_localetest.t2
-rw-r--r--test/recipes/03-test_fipsinstall.t2
-rw-r--r--test/recipes/04-test_bio_tfo.t2
-rw-r--r--test/recipes/10-test_bn_data/bnmod.txt2
-rw-r--r--test/recipes/15-test_ecparam.t2
-rw-r--r--test/recipes/15-test_gendhparam.t2
-rw-r--r--test/recipes/15-test_genrsa.t2
-rw-r--r--test/recipes/15-test_rsapss.t2
-rw-r--r--test/recipes/20-test_dgst.t2
-rw-r--r--test/recipes/25-test_pkcs7.t2
-rw-r--r--test/recipes/25-test_req.t2
-rw-r--r--test/recipes/30-test_evp_data/evpciph_aes_ccm_cavs.txt2
-rw-r--r--test/recipes/30-test_evp_data/evpciph_des3_common.txt2
-rw-r--r--test/recipes/30-test_evp_data/evpmac_poly1305.txt2
-rw-r--r--test/recipes/30-test_evp_data/evppkey_ffdhe.txt2
-rw-r--r--test/recipes/70-test_sslrecords.t2
-rw-r--r--test/recipes/70-test_tls13hrr.t2
-rw-r--r--test/recipes/70-test_verify_extra.t2
-rw-r--r--test/recipes/80-test_cms.t2
-rw-r--r--test/recipes/80-test_cmsapi.t2
-rw-r--r--test/recipes/80-test_ocsp.t2
-rw-r--r--test/recipes/80-test_pkcs12.t2
-rw-r--r--test/recipes/80-test_ssl_old.t2
-rw-r--r--test/recipes/90-test_sslapi.t2
-rw-r--r--test/recipes/90-test_threads.t2
-rw-r--r--test/recipes/95-test_external_tlsfuzzer.t2
-rw-r--r--test/run_tests.pl2
-rw-r--r--test/safe_math_test.c2
-rw-r--r--test/sanitytest.c2
-rw-r--r--test/secmemtest.c2
-rw-r--r--test/siphash_internal_test.c2
-rw-r--r--test/ssl-tests/28-seclevel.cnf.in2
-rw-r--r--test/ssl_old_test.c2
-rw-r--r--test/sslapitest.c2
-rw-r--r--test/threadstest.c2
-rw-r--r--test/tls-provider.c2
-rw-r--r--test/upcallstest.c2
-rw-r--r--test/v3nametest.c2
-rw-r--r--test/verify_extra_test.c2
74 files changed, 74 insertions, 74 deletions
diff --git a/test/asynctest.c b/test/asynctest.c
index 0e2e012403..39600bbfb0 100644
--- a/test/asynctest.c
+++ b/test/asynctest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/bio_enc_test.c b/test/bio_enc_test.c
index ffc69d00bf..3dc5a7cc48 100644
--- a/test/bio_enc_test.c
+++ b/test/bio_enc_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/bntest.c b/test/bntest.c
index 73a7dbae6e..9f4bc0b3eb 100644
--- a/test/bntest.c
+++ b/test/bntest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/cmp_client_test.c b/test/cmp_client_test.c
index 4e7b26c220..d6cd24bede 100644
--- a/test/cmp_client_test.c
+++ b/test/cmp_client_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
* Copyright Siemens AG 2015-2019
*
diff --git a/test/cmp_vfy_test.c b/test/cmp_vfy_test.c
index 73c8bb4fb2..6b5844b30a 100644
--- a/test/cmp_vfy_test.c
+++ b/test/cmp_vfy_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
* Copyright Siemens AG 2015-2019
*
diff --git a/test/cmsapitest.c b/test/cmsapitest.c
index 28b0d48992..b40089becd 100644
--- a/test/cmsapitest.c
+++ b/test/cmsapitest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/context_internal_test.c b/test/context_internal_test.c
index fd7518c020..8fea53fee1 100644
--- a/test/context_internal_test.c
+++ b/test/context_internal_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/crltest.c b/test/crltest.c
index 2c0a8153c6..66ee17381d 100644
--- a/test/crltest.c
+++ b/test/crltest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/ct_test.c b/test/ct_test.c
index f914ee514a..26d5bc1084 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/dhtest.c b/test/dhtest.c
index 3973a4b79d..11812c2283 100644
--- a/test/dhtest.c
+++ b/test/dhtest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/dtls_mtu_test.c b/test/dtls_mtu_test.c
index a4fb94480b..2395b9d922 100644
--- a/test/dtls_mtu_test.c
+++ b/test/dtls_mtu_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/endecode_test.c b/test/endecode_test.c
index 3d78bea50e..c139fe63be 100644
--- a/test/endecode_test.c
+++ b/test/endecode_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/enginetest.c b/test/enginetest.c
index c00e1f82c4..8ba999b017 100644
--- a/test/enginetest.c
+++ b/test/enginetest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_extra_test.c b/test/evp_extra_test.c
index 6db12e6069..c44b60ce3c 100644
--- a/test/evp_extra_test.c
+++ b/test/evp_extra_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_extra_test2.c b/test/evp_extra_test2.c
index 00ed69af21..aadfc6216a 100644
--- a/test/evp_extra_test2.c
+++ b/test/evp_extra_test2.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_fetch_prov_test.c b/test/evp_fetch_prov_test.c
index 422665d312..19e780d856 100644
--- a/test/evp_fetch_prov_test.c
+++ b/test/evp_fetch_prov_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_libctx_test.c b/test/evp_libctx_test.c
index 9b2f4a0168..65f5f694bf 100644
--- a/test/evp_libctx_test.c
+++ b/test/evp_libctx_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_pkey_dparams_test.c b/test/evp_pkey_dparams_test.c
index c6eea7548e..07b7d6c745 100644
--- a/test/evp_pkey_dparams_test.c
+++ b/test/evp_pkey_dparams_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_pkey_provided_test.c b/test/evp_pkey_provided_test.c
index ebd09544df..52228db4e3 100644
--- a/test/evp_pkey_provided_test.c
+++ b/test/evp_pkey_provided_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/evp_test.c b/test/evp_test.c
index 61526ff120..6427137b37 100644
--- a/test/evp_test.c
+++ b/test/evp_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/helpers/handshake.c b/test/helpers/handshake.c
index c415e29f99..7b2798b353 100644
--- a/test/helpers/handshake.c
+++ b/test/helpers/handshake.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/helpers/handshake_srp.c b/test/helpers/handshake_srp.c
index 11825d1dca..43a5a4fd60 100644
--- a/test/helpers/handshake_srp.c
+++ b/test/helpers/handshake_srp.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/helpers/predefined_dhparams.c b/test/helpers/predefined_dhparams.c
index 0e9a936faf..4bdadc4143 100644
--- a/test/helpers/predefined_dhparams.c
+++ b/test/helpers/predefined_dhparams.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/helpers/predefined_dhparams.h b/test/helpers/predefined_dhparams.h
index 6673b78df9..f0e8709062 100644
--- a/test/helpers/predefined_dhparams.h
+++ b/test/helpers/predefined_dhparams.h
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/helpers/ssl_test_ctx.c b/test/helpers/ssl_test_ctx.c
index 7236ffd4a6..a0e2e794c6 100644
--- a/test/helpers/ssl_test_ctx.c
+++ b/test/helpers/ssl_test_ctx.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/helpers/ssltestlib.c b/test/helpers/ssltestlib.c
index 7ece47edd6..86be8ed00f 100644
--- a/test/helpers/ssltestlib.c
+++ b/test/helpers/ssltestlib.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/mdc2test.c b/test/mdc2test.c
index c40e4b26ba..9149e3e8ff 100644
--- a/test/mdc2test.c
+++ b/