socket tls options: display ciphers
This commit is contained in:
parent
e2c5f751bd
commit
d72e5e70f6
@ -81,6 +81,7 @@ namespace ix
|
|||||||
ss << " keyFile = " << keyFile << std::endl;
|
ss << " keyFile = " << keyFile << std::endl;
|
||||||
ss << " caFile = " << caFile << std::endl;
|
ss << " caFile = " << caFile << std::endl;
|
||||||
ss << " ciphers = " << ciphers << std::endl;
|
ss << " ciphers = " << ciphers << std::endl;
|
||||||
|
ss << " ciphers = " << ciphers << std::endl;
|
||||||
return ss.str();
|
return ss.str();
|
||||||
}
|
}
|
||||||
} // namespace ix
|
} // namespace ix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user