(&self)
| 1041 | #[cfg(ossl110)] |
| 1042 | #[pygetset] |
| 1043 | fn security_level(&self) -> i32 { |
| 1044 | unsafe { SSL_CTX_get_security_level(self.ctx().as_ptr()) } |
| 1045 | } |
| 1046 | |
| 1047 | #[pymethod] |
| 1048 | fn set_ciphers(&self, cipherlist: PyStrRef, vm: &VirtualMachine) -> PyResult<()> { |