Esempio n. 1
0
 def __lt__(self, other):
     return libcrypto.X509_NAME_cmp(self.ptr, other.ptr) < 0
Esempio n. 2
0
 def __cmp__(self, other):
     """
     Compares X509 names
     """
     return libcrypto.X509_NAME_cmp(self.ptr, other.ptr)