Beispiel #1
0
def eq(cert, compare):
    """Return true if two certificates have the same keys
    """
    return C.zcert_eq(cert, compare)