Exemplo n.º 1
0
 def get_verify_depth(self):
     # type: () -> int
     """Return the peer certificate verification depth."""
     return m2.ssl_get_verify_depth(self.ssl)
Exemplo n.º 2
0
 def get_verify_depth(self):
     """Return the peer certificate verification depth."""
     return m2.ssl_get_verify_depth(self.ssl)