Exemple #1
0
 def __unicode__(self):
     """
     Produces unicode representation of the name.
     """
     bio = Membio()
     libcrypto.X509_NAME_print_ex(bio.bio, self.ptr, 0, self.PRINT_FLAG)
     return bio.__unicode__()