]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/testssl
Rename censor_t to CensorMap as the _t suffix is reserved by POSIX.
[user/henk/code/inspircd.git] / tools / testssl
index ece15984f01e52f2ce47b5b630f9ff6db4b949c5..1c80ec0ebc58fff6f4eefc07be21d3697efc1695 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2020 Sadie Powell <sadie@witchery.services>
+#   Copyright (C) 2020-2021 Sadie Powell <sadie@witchery.services>
 #
 # This file is part of InspIRCd.  InspIRCd is free software: you can
 # redistribute it and/or modify it under the terms of the GNU General Public
 #
 
 
-BEGIN {
-       require 5.10.0;
-}
-
-use feature ':5.10';
+use v5.10.0;
 use strict;
 use warnings FATAL => qw(all);
 
@@ -109,14 +105,14 @@ It appears that the server endpoint is using plaintext! Make sure that:
     - ssl_mbedtls
 
   * If you have specified one or more <sslprofile> tags then the value of
-    <bind:ssl> is the same as an <sslprofile:name> field. Otherwise, it should
-    be set to "gnutls" for the ssl_gnutls module, "openssl" for the ssl_openssl
-    module, or "mbedtls" for the ssl_mbedtls module.
-
-  * If you have specified the name of an <sslprofile> in <bind:ssl> then the
-    value of <sslprofile:provider> is set to "gnutls" if using the ssl_gnutls
-    module, "openssl" if using the ssl_openssl module, or "mbedtls" if using
-    the ssl_mbedtls module.
+    <bind:sslprofile> is the same as an <sslprofile:name> field. Otherwise, it
+    should be set to "gnutls" for the ssl_gnutls module, "openssl" for the
+    ssl_openssl module, or "mbedtls" for the ssl_mbedtls module.
+
+  * If you have specified the name of an <sslprofile> in <bind:sslprofile> then
+    the value of <sslprofile:provider> is set to "gnutls" if using the
+    ssl_gnutls module, "openssl" if using the ssl_openssl module, or "mbedtls"
+    if using the ssl_mbedtls module.
 
   * If you have your SSL configuration in a file other than inspircd.conf then
     that file is included by inspircd.conf.