commit c930fe1ae351b63502580491c4b02e8a2fdef0f8 parent 95e6662960f243c9731df4891a9585650a7d5e47 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Mon, 10 Oct 2022 13:33:34 +0300 testcurl/https: updated copyright year in modified files, fixed some doxy Diffstat:
15 files changed, 33 insertions(+), 12 deletions(-)
diff --git a/src/testcurl/https/test_empty_response.c b/src/testcurl/https/test_empty_response.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2013 Christian Grothoff + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -22,6 +23,7 @@ * @file test_empty_response.c * @brief Testcase for libmicrohttpd HTTPS GET operations with empty reply * @author Christian Grothoff + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" #include "microhttpd.h" diff --git a/src/testcurl/https/test_https_get.c b/src/testcurl/https/test_https_get.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2016-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -22,6 +23,7 @@ * @file test_https_get.c * @brief Testcase for libmicrohttpd HTTPS GET operations * @author Sagie Amir + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007-2021 Christian Grothoff - Copyright (C) 2016-2021 Evgeny Grin + Copyright (C) 2016-2022 Evgeny Grin libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/testcurl/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -20,9 +21,11 @@ /** * @file test_https_get_parallel.c - * @brief Testcase for libmicrohttpd HTTPS GET operations + * @brief Testcase for libmicrohttpd HTTPS GET operations with single-threaded + * MHD daemon and several clients working in parallel * @author Sagie Amir * @author Christian Grothoff + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,10 +20,12 @@ */ /** - * @file tls_thread_mode_test.c - * @brief Testcase for libmicrohttpd HTTPS GET operations + * @file test_https_get_parallel_threads.c + * @brief Testcase for libmicrohttpd HTTPS GET operations with multi-threaded + * MHD daemon and several clients working in parallel * @author Sagie Amir * @author Christian Grothoff + * @author Karlson2k (Evgeny Grin) * * TODO: add test for external select! */ diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -20,8 +21,9 @@ /** * @file test_https_get_select.c - * @brief Testcase for libmicrohttpd HTTPS GET operations + * @brief Testcase for libmicrohttpd HTTPS GET operations using external select * @author Sagie Amir + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" diff --git a/src/testcurl/https/test_https_multi_daemon.c b/src/testcurl/https/test_https_multi_daemon.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2016-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,9 +20,10 @@ */ /** - * @file mhds_multi_daemon_test.c + * @file test_https_multi_daemon.c * @brief Testcase for libmicrohttpd multiple HTTPS daemon scenario * @author Sagie Amir + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" diff --git a/src/testcurl/https/test_https_session_info.c b/src/testcurl/https/test_https_session_info.c @@ -20,7 +20,7 @@ */ /** - * @file mhds_session_info_test.c + * @file test_https_session_info.c * @brief Testcase for libmicrohttpd HTTPS connection querying operations * @author Sagie Amir * @author Karlson2k (Evgeny Grin) diff --git a/src/testcurl/https/test_https_sni.c b/src/testcurl/https/test_https_sni.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2013, 2016 Christian Grothoff + Copyright (C) 2016-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -22,6 +23,7 @@ * @file test_https_sni.c * @brief Testcase for libmicrohttpd HTTPS with SNI operations * @author Christian Grothoff + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" #include "microhttpd.h" diff --git a/src/testcurl/https/test_https_time_out.c b/src/testcurl/https/test_https_time_out.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff - Copyright (C) 2014-2021 Karlson2k (Evgeny Grin) + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -21,7 +21,7 @@ /** * @file test_https_time_out.c - * @brief: daemon TLS alert response test-case + * @brief: daemon TLS timeout test * * @author Sagie Amir * @author Karlson2k (Evgeny Grin) diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2016-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,9 +20,10 @@ */ /** - * @file tls_authentication_test.c - * @brief Testcase for libmicrohttpd HTTPS GET operations + * @file test_tls_authentication.c + * @brief Testcase for libmicrohttpd HTTPS GET operations with CA-signed TLS server certificate * @author Sagie Amir + * @author Karlson2k (Evgeny Grin) */ #include "platform.h" diff --git a/src/testcurl/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c @@ -1,7 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007, 2016 Christian Grothoff - Copyright (C) 2016-2022 Evgeny Grin (Karlson2k) + Copyright (C) 2014-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2017-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/testcurl/https/tls_test_common.h b/src/testcurl/https/tls_test_common.h @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2007 Christian Grothoff + Copyright (C) 2017-2022 Evgeny Grin (Karlson2k) libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/testcurl/https/tls_test_keys.h b/src/testcurl/https/tls_test_keys.h @@ -1,6 +1,7 @@ /* This file is part of libmicrohttpd Copyright (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors) + Copyright (C) 2021-2022 Evgeny Grin (Karlson2k) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public