| 462 | |
| 463 | |
| 464 | void Context::preferServerCiphers() |
| 465 | { |
| 466 | #if defined(SSL_OP_CIPHER_SERVER_PREFERENCE) |
| 467 | SSL_CTX_set_options(_pSSLContext, SSL_OP_CIPHER_SERVER_PREFERENCE); |
| 468 | #endif |
| 469 | } |
| 470 | |
| 471 | const Context::CAPaths &Context::getCAPaths() |
| 472 | { |
no outgoing calls
no test coverage detected