Method SSL.Session()->is_supported_suite()
- Method is_supported_suite
bool is_supported_suite(int suite, int ke_mask, ProtocolVersion version)
- 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.