Method SSL.Session()->is_supported_suite()
- Method
is_supported_suite
boolis_supported_suite(intsuite,intke_mask,ProtocolVersionversion)- Description
Used to filter the set of cipher suites suggested by the peer based on our available certificates.
- Parameter
suite Candidate cipher suite.
- Parameter
ke_mask The bit mask of the key exchange algorithms supported by the set of available certificates.
- Parameter
version The negotiated version of SSL/TLS.