When we remove support for a specific TLS backend, it might be the only
one that supports a specific feature and then we need to be able to go
"none".
Closes #15769
if($t[0] eq "All") {
push @o, "\nAll TLS backends support this option.";
}
+ elsif($t[0] eq "none") {
+ push @o, "\nNo TLS backend supports this option.";
+ }
else {
push @o, "\nThis option works only with the following TLS backends:\n";
my @s = sort @t;
'Secure Transport' => 1,
'wolfSSL' => 1,
'All' => 1,
+ 'none' => 1,
);
sub single {