def get_verify_depth(self):
     return m2.ssl_ctx_get_verify_depth(self.ctx)
Beispiel #2
0
 def get_verify_depth(self):
     # type: () -> int
     """Returns the verification mode currently set in the SSL Context."""
     return m2.ssl_ctx_get_verify_depth(self.ctx)
Beispiel #3
0
 def get_verify_depth(self):
     # type: () -> int
     """Returns the verification mode currently set in the SSL Context."""
     return m2.ssl_ctx_get_verify_depth(self.ctx)
Beispiel #4
0
 def get_verify_depth(self):
     return m2.ssl_ctx_get_verify_depth(self.ctx)