Beispiel #1
0
def rsa_error():
    raise RSAError(m2.err_reason_error_string(m2.err_get_error()))
Beispiel #2
0
def get_error_code():
    return m2.err_get_error()
Beispiel #3
0
def rsa_error():
    raise RSAError, m2.err_reason_error_string(m2.err_get_error())
Beispiel #4
0
def ec_error():
    raise ECError, m2.err_reason_error_string(m2.err_get_error())
Beispiel #5
0
def get_error_code():
    return m2.err_get_error()
Beispiel #6
0
def ec_error():
    raise ECError(m2.err_reason_error_string(m2.err_get_error()))