updating cryptography API call, to create right signing algorithm object.
This commit is contained in:
parent
09796cf7c9
commit
2ff811ae71
|
@ -199,8 +199,6 @@ def is_selfsigned(cert):
|
||||||
return True
|
return True
|
||||||
except InvalidSignature:
|
except InvalidSignature:
|
||||||
return False
|
return False
|
||||||
except UnsupportedAlgorithm as e:
|
|
||||||
raise Exception(e)
|
|
||||||
|
|
||||||
|
|
||||||
def is_weekend(date):
|
def is_weekend(date):
|
||||||
|
|
Loading…
Reference in New Issue